*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.flex-wrap {
  flex-wrap: wrap;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.border {
  border-width: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration-line: underline;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Velo Bargains Design System */

:root {
  /* Backgrounds */
  --velo-bg-primary: #0D0D0F;
  --velo-bg-secondary: #1A1A1E;
  --velo-bg-tertiary: #252529;
  --velo-bg-footer: #0A0A0C;
  /* Borders */
  --velo-border: #2A2A2E;
  --velo-border-hover: #3A3A3E;
  /* Text */
  --velo-text-primary: #F0F0F2;
  --velo-text-secondary: #8A8A8F;
  /* Accents */
  --velo-accent: #E63B2E;
  --velo-accent-hover: #FF4D3D;
  --velo-accent-secondary: #F97316;
  --velo-success: #22C55E;
  --velo-warning: #EAB308;
  /* Typography */
  --font-heading: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-8: 3rem;
  --space-10: 4rem;
  --space-12: 6rem;
}

/* Base Styles for Velo Bargains */

.site-velobargains {
  background-color: var(--velo-bg-primary);
  color: var(--velo-text-primary);
  font-family: var(--font-body);
}

.site-velobargains h1,
.site-velobargains h2,
.site-velobargains h3,
.site-velobargains h4,
.site-velobargains h5,
.site-velobargains h6 {
  font-family: var(--font-heading);
  color: var(--velo-text-primary);
}

/* Navigation */

.site-velobargains .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 200ms ease;
  background: transparent;
}

.site-velobargains .nav.scrolled {
  background: var(--velo-bg-primary);
  border-bottom: 1px solid var(--velo-border);
  backdrop-filter: blur(8px);
}

.site-velobargains .nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-velobargains .nav.scrolled .nav-inner {
  padding: 0.75rem 1.5rem;
}

.site-velobargains .logo-text {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--velo-text-primary);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.site-velobargains .nav-links {
  display: flex;
  gap: 2rem;
}

.site-velobargains .nav-link {
  color: var(--velo-text-secondary);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: color 200ms ease;
}

.site-velobargains .nav-link:hover {
  color: var(--velo-text-primary);
}

.site-velobargains .nav-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Buttons */

.site-velobargains .btn {
  font-family: var(--font-body);
  font-weight: 500;
  border-radius: 6px;
  transition: all 200ms ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.site-velobargains .btn-primary {
  background: var(--velo-accent);
  color: white;
  border: none;
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
}

.site-velobargains .btn-primary:hover {
  background: var(--velo-accent-hover);
}

.site-velobargains .btn-secondary {
  background: transparent;
  color: var(--velo-text-primary);
  border: 1px solid var(--velo-border-hover);
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
}

.site-velobargains .btn-secondary:hover {
  background: var(--velo-bg-tertiary);
}

.site-velobargains .btn-ghost {
  background: transparent;
  color: var(--velo-text-secondary);
  border: none;
  padding: 0.5rem;
}

.site-velobargains .btn-ghost:hover {
  color: var(--velo-text-primary);
}

/* Hero Section */

.site-velobargains .velo-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 1.5rem 2rem;
  background: var(--velo-bg-primary);
  position: relative;
}

.site-velobargains .velo-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(13, 13, 15, 0.9), rgba(13, 13, 15, 0.95)),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 50px,
      rgba(255, 255, 255, 0.02) 50px,
      rgba(255, 255, 255, 0.02) 51px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 50px,
      rgba(255, 255, 255, 0.02) 50px,
      rgba(255, 255, 255, 0.02) 51px
    );
  pointer-events: none;
}

.site-velobargains .velo-hero-content {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.site-velobargains .velo-hero-title {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--velo-text-primary);
}

@media (max-width: 768px) {
  .site-velobargains .velo-hero-title {
    font-size: 2.5rem;
  }
}

.site-velobargains .velo-hero-search {
  max-width: 600px;
  margin-bottom: 2rem;
}

.site-velobargains .velo-search-form {
  display: flex;
  gap: 0.5rem;
}

.site-velobargains .velo-search-input {
  flex: 1;
  padding: 1rem 1.25rem;
  background: var(--velo-bg-secondary);
  border: 1px solid var(--velo-border);
  border-radius: 6px;
  color: var(--velo-text-primary);
  font-size: 1rem;
}

.site-velobargains .velo-search-input::-moz-placeholder {
  color: var(--velo-text-secondary);
}

.site-velobargains .velo-search-input::placeholder {
  color: var(--velo-text-secondary);
}

.site-velobargains .velo-search-input:focus {
  outline: none;
  border-color: var(--velo-accent);
}

/* Live Deal Feed */

.site-velobargains .live-deals {
  background: var(--velo-bg-secondary);
  border: 1px solid var(--velo-border);
  border-left: 4px solid var(--velo-accent);
  border-radius: 8px;
  overflow: hidden;
}

.site-velobargains .live-deals-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--velo-border);
}

.site-velobargains .live-deals-title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.site-velobargains .live-deals-link {
  color: var(--velo-text-secondary);
  font-size: 0.875rem;
  text-decoration: none;
}

.site-velobargains .live-deals-link:hover {
  color: var(--velo-text-primary);
}

.site-velobargains .live-deals-scroll {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.site-velobargains .live-deals-scroll::-webkit-scrollbar {
  display: none;
}

/* Compact Deal Card (for live feed) */

.site-velobargains .compact-deal {
  flex: 0 0 200px;
  background: var(--velo-bg-tertiary);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 200ms ease;
  text-decoration: none;
}

.site-velobargains .compact-deal:hover {
  transform: translateY(-2px);
}

.site-velobargains .compact-deal-image {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
  padding: 0.5rem;
}

.site-velobargains .compact-deal-content {
  padding: 0.75rem;
}

.site-velobargains .compact-deal-brand {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--velo-text-secondary);
  margin-bottom: 0.25rem;
}

.site-velobargains .compact-deal-title {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--velo-text-primary);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.site-velobargains .compact-deal-price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.site-velobargains .compact-deal-sale {
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--velo-accent);
}

.site-velobargains .compact-deal-discount {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  background: var(--velo-accent);
  color: white;
  padding: 0.125rem 0.375rem;
  border-radius: 4px;
}

/* Deal Cards */

.site-velobargains .deal-card {
  background: var(--velo-bg-secondary);
  border: 1px solid var(--velo-border);
  border-radius: 8px;
  overflow: hidden;
  transition: all 200ms ease;
}

.site-velobargains .deal-card:hover {
  transform: translateY(-4px);
  border-color: var(--velo-border-hover);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.site-velobargains .deal-image-wrap {
  position: relative;
  background: white;
  padding: 1rem;
}

.site-velobargains .deal-image {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

.site-velobargains .deal-badge-top {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  background: var(--velo-accent);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.site-velobargains .deal-content {
  padding: 1rem;
  border-top: 1px solid var(--velo-border);
}

.site-velobargains .deal-brand,
.site-velobargains .deal-meta {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--velo-text-secondary);
  margin-bottom: 0.25rem;
}

.site-velobargains .deal-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--velo-text-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

/* Specs Row */

.site-velobargains .deal-specs {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--velo-bg-tertiary);
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  margin-bottom: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--velo-text-secondary);
}

.site-velobargains .deal-specs-divider {
  color: var(--velo-border);
}

/* Price Row */

.site-velobargains .deal-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.site-velobargains .deal-price {
  font-family: var(--font-mono);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--velo-accent);
}

.site-velobargains .deal-old-price {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  color: var(--velo-text-secondary);
  text-decoration: line-through;
}

.site-velobargains .deal-discount {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--velo-success);
}

.site-velobargains .deal-savings {
  font-size: 0.875rem;
  color: var(--velo-success);
  margin-bottom: 1rem;
}

.site-velobargains .deal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  border-top: 1px solid var(--velo-border);
}

.site-velobargains .deal-merchant {
  font-size: 0.8125rem;
  color: var(--velo-text-secondary);
}

.site-velobargains .deal-merchant-link {
  text-decoration: none;
}

.site-velobargains .deal-merchant-logo {
  height: 1.25rem;
  width: auto;
  opacity: 0.7;
}

.site-velobargains .btn-deal {
  background: var(--velo-accent);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: background 200ms ease;
}

.site-velobargains .btn-deal:hover {
  background: var(--velo-accent-hover);
}

/* Section Styling */

.site-velobargains .section {
  padding: 2.5rem 0;
}

.site-velobargains .section--alt {
  background: var(--velo-bg-secondary);
}

.site-velobargains .section-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-velobargains .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.site-velobargains .section-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--velo-text-primary);
  margin-bottom: 0.5rem;
}

.site-velobargains .section-subtitle {
  font-size: 1rem;
  color: var(--velo-text-secondary);
}

.site-velobargains .section-link {
  color: var(--velo-text-secondary);
  font-size: 0.9375rem;
  text-decoration: none;
}

.site-velobargains .section-link:hover {
  color: var(--velo-text-primary);
}

/* Deal Grid */

.site-velobargains .deal-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  background: var(--color-white);
  padding: var(--space-5);
  border-radius: var(--radius-lg);
}

@media (min-width: 640px) {
  .site-velobargains .deal-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .site-velobargains .deal-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1280px) {
  .site-velobargains .deal-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Carousel */

.site-velobargains .carousel-wrapper {
  position: relative;
}

.site-velobargains .carousel-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.site-velobargains .carousel-container::-webkit-scrollbar {
  display: none;
}

.site-velobargains .carousel-track {
  display: flex;
  gap: 1.5rem;
}

.site-velobargains .carousel-card {
  flex: 0 0 280px;
  background: var(--velo-bg-secondary);
  border: 1px solid var(--velo-border);
  border-radius: 8px;
  overflow: hidden;
}

.site-velobargains .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--velo-bg-secondary);
  border: 1px solid var(--velo-border);
  color: var(--velo-text-primary);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.site-velobargains .carousel-btn:hover {
  background: var(--velo-bg-tertiary);
}

.site-velobargains .carousel-btn-prev {
  left: -1.25rem;
}

.site-velobargains .carousel-btn-next {
  right: -1.25rem;
}

/* Category Grid */

.site-velobargains .category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) {
  .site-velobargains .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .site-velobargains .category-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.site-velobargains .category-card {
  background: var(--velo-bg-secondary);
  border: 1px solid var(--velo-border);
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: all 200ms ease;
}

.site-velobargains .category-card:hover {
  border-color: var(--velo-accent);
  transform: translateY(-2px);
}

.site-velobargains .category-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.site-velobargains .category-label {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--velo-text-primary);
  margin-bottom: 0.25rem;
}

.site-velobargains .category-prompt {
  font-size: 0.8125rem;
  color: var(--velo-text-secondary);
}

/* Footer */

.site-velobargains .footer {
  background: var(--velo-bg-footer);
  border-top: 1px solid var(--velo-border);
  padding: 2.5rem 0 1.5rem;
}

.site-velobargains .footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-velobargains .footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .site-velobargains .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.site-velobargains .footer-brand {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--velo-text-primary);
  margin-bottom: 0.75rem;
}

.site-velobargains .footer-tagline {
  color: var(--velo-text-secondary);
  font-size: 0.9375rem;
}

.site-velobargains .footer-heading {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--velo-text-primary);
  margin-bottom: 1rem;
}

.site-velobargains .footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.site-velobargains .footer-links a {
  color: var(--velo-text-secondary);
  text-decoration: none;
  font-size: 0.9375rem;
}

.site-velobargains .footer-links a:hover {
  color: var(--velo-text-primary);
}

.site-velobargains .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid var(--velo-border);
}

.site-velobargains .footer-copyright {
  color: var(--velo-text-secondary);
  font-size: 0.875rem;
}

.site-velobargains .footer-back-top {
  color: var(--velo-text-secondary);
  text-decoration: none;
  font-size: 0.875rem;
}

.site-velobargains .footer-back-top:hover {
  color: var(--velo-text-primary);
}

/* Header Search Panel */

.site-velobargains .header-search-panel {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  background: var(--velo-bg-secondary);
  border: 1px solid var(--velo-border);
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.site-velobargains .header-search-panel.active {
  display: block;
}

.site-velobargains .header-search-input {
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--velo-bg-tertiary);
  border: 1px solid var(--velo-border);
  border-radius: 6px;
  color: var(--velo-text-primary);
  font-size: 0.9375rem;
}

.site-velobargains .header-search-input::-moz-placeholder {
  color: var(--velo-text-secondary);
}

.site-velobargains .header-search-input::placeholder {
  color: var(--velo-text-secondary);
}

.site-velobargains .header-search-results {
  margin-top: 0.75rem;
}

.site-velobargains .search-hint {
  color: var(--velo-text-secondary);
  font-size: 0.875rem;
  padding: 0.5rem;
}

/* Alert Badge */

.site-velobargains .alert-badge {
  background: var(--velo-accent);
  color: white;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.125rem 0.375rem;
  border-radius: 9999px;
  min-width: 1.25rem;
  text-align: center;
}

/* Mobile Nav */

@media (max-width: 768px) {
  .site-velobargains .nav-links {
    display: none;
  }
}

/* Page wrapper for fixed header */

.site-velobargains .page-wrapper {
  min-height: 100vh;
}

/* Main content area */

.site-velobargains .main {
  padding-top: 0;
}

/* Essential cards (same as deal cards) */

.site-velobargains .essential-card {
  background: var(--velo-bg-secondary);
  border: 1px solid var(--velo-border);
  border-radius: 8px;
  overflow: hidden;
  transition: all 200ms ease;
}

.site-velobargains .essential-card:hover {
  transform: translateY(-4px);
  border-color: var(--velo-border-hover);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

/* Merchant grid */

.site-velobargains .merchant-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 640px) {
  .site-velobargains .merchant-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .site-velobargains .merchant-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.site-velobargains .merchant-card {
  background: var(--velo-bg-secondary);
  border: 1px solid var(--velo-border);
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: all 200ms ease;
}

.site-velobargains .merchant-card:hover {
  border-color: var(--velo-border-hover);
  transform: translateY(-2px);
}

.site-velobargains .merchant-logo {
  height: 3rem;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.75rem;
}

.site-velobargains .merchant-logo-placeholder {
  width: 3rem;
  height: 3rem;
  background: var(--velo-bg-tertiary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--velo-text-secondary);
}

.site-velobargains .merchant-name {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--velo-text-primary);
  margin-bottom: 0.25rem;
}

.site-velobargains .merchant-deals {
  font-size: 0.75rem;
  color: var(--velo-text-secondary);
}

/* Relative positioning helper */

.site-velobargains .relative {
  position: relative;
}

/* Scrollbar hide utility */

.site-velobargains .scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.site-velobargains .scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* =============================================================================
   DEALS PAGE
   ============================================================================= */

.site-velobargains .deals-page {
  min-height: 100vh;
  padding-top: 80px;
}

.site-velobargains .deals-header {
  background: linear-gradient(135deg, var(--velo-bg-primary) 0%, var(--velo-bg-secondary) 100%);
  padding: var(--space-8) 0;
  border-bottom: 1px solid var(--velo-border);
}

.site-velobargains .deals-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--space-5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-velobargains .deals-header-content {
  color: var(--velo-text-primary);
}

.site-velobargains .deals-title {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 var(--space-2) 0;
  letter-spacing: -0.02em;
}

.site-velobargains .deals-subtitle {
  font-size: 1rem;
  color: var(--velo-text-secondary);
  margin: 0;
}

.site-velobargains .deals-header-stats {
  display: flex;
  gap: var(--space-6);
}

.site-velobargains .deals-stat {
  text-align: center;
  color: var(--velo-text-primary);
}

.site-velobargains .deals-stat-value {
  display: block;
  font-family: var(--font-mono);
  font-size: 2rem;
  font-weight: 700;
  color: var(--velo-accent);
}

.site-velobargains .deals-stat-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--velo-text-secondary);
}

.site-velobargains .deals-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: var(--space-6) var(--space-5);
}

.site-velobargains .deals-content-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: var(--space-6);
}

/* Filter Sidebar */

.site-velobargains .filter-sidebar {
  position: sticky;
  top: calc(80px + var(--space-4));
  max-height: calc(100vh - 80px - var(--space-8));
  overflow-y: auto;
  background: var(--velo-bg-secondary);
  border-radius: 8px;
  padding: var(--space-5);
  border: 1px solid var(--velo-border);
}

.site-velobargains .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-4);
}

.site-velobargains .filter-header h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--velo-text-primary);
}

.site-velobargains .filter-clear {
  font-size: 0.875rem;
  color: var(--velo-accent);
  text-decoration: none;
}

.site-velobargains .filter-clear:hover {
  color: var(--velo-accent-hover);
}

.site-velobargains .filter-group {
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--velo-border);
}

.site-velobargains .filter-group:last-child {
  border-bottom: none;
}

.site-velobargains .filter-group-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--velo-text-primary);
  margin-bottom: var(--space-3);
}

.site-velobargains .filter-options {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.site-velobargains .filter-options-scroll {
  max-height: 200px;
  overflow-y: auto;
}

.site-velobargains .filter-option {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--velo-text-secondary);
}

.site-velobargains .filter-option:hover {
  color: var(--velo-text-primary);
}

.site-velobargains .filter-option input[type="checkbox"] {
  accent-color: var(--velo-accent);
}

.site-velobargains .filter-price-inputs {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.site-velobargains .filter-price-input {
  width: 100px;
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--velo-border);
  border-radius: 4px;
  font-size: 0.875rem;
  background: var(--velo-bg-tertiary);
  color: var(--velo-text-primary);
}

.site-velobargains .filter-price-input::-moz-placeholder {
  color: var(--velo-text-secondary);
}

.site-velobargains .filter-price-input::placeholder {
  color: var(--velo-text-secondary);
}

.site-velobargains .filter-price-input:focus {
  outline: none;
  border-color: var(--velo-accent);
}

.site-velobargains .filter-price-separator {
  color: var(--velo-text-secondary);
}

.site-velobargains .filter-select {
  width: 100%;
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--velo-border);
  border-radius: 4px;
  font-size: 0.875rem;
  background: var(--velo-bg-tertiary);
  color: var(--velo-text-primary);
}

.site-velobargains .filter-select:focus {
  outline: none;
  border-color: var(--velo-accent);
}

/* Results Container */

.site-velobargains .results-container {
  min-height: 400px;
  position: relative;
}

.site-velobargains .loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 13, 15, 0.92);
  z-index: 10;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.15s ease-out;
  backdrop-filter: blur(2px);
}

.site-velobargains .loading-overlay.htmx-request {
  display: flex;
  opacity: 1;
}

.site-velobargains .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--velo-border);
  border-top-color: var(--velo-accent);
  border-radius: 50%;
  animation: velo-spin 0.8s linear infinite;
}

@keyframes velo-spin {
  to {
    transform: rotate(360deg);
  }
}

.site-velobargains .loading-text {
  font-size: 0.875rem;
  color: var(--velo-text-secondary);
  font-weight: 500;
}

.site-velobargains .results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--velo-border);
}

.site-velobargains .results-count {
  font-size: 0.875rem;
  color: var(--velo-text-secondary);
}

.site-velobargains .results-sort {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.site-velobargains .results-sort label {
  font-size: 0.875rem;
  color: var(--velo-text-secondary);
}

.site-velobargains .results-sort select {
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--velo-border);
  border-radius: 4px;
  font-size: 0.875rem;
  background: var(--velo-bg-tertiary);
  color: var(--velo-text-primary);
}

.site-velobargains .results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
  background: var(--color-white);
  padding: var(--space-5);
  border-radius: var(--radius-lg);
}

.site-velobargains .results-empty {
  text-align: center;
  padding: var(--space-10) var(--space-4);
}

.site-velobargains .results-empty-icon {
  font-size: 3rem;
  margin-bottom: var(--space-4);
}

.site-velobargains .results-empty h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--velo-text-primary);
  margin-bottom: var(--space-2);
}

.site-velobargains .results-empty p {
  color: var(--velo-text-secondary);
}

/* Pagination */

.site-velobargains .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--space-6);
  padding-top: var(--space-4);
  border-top: 1px solid var(--velo-border);
}

.site-velobargains .pagination-info {
  font-size: 0.875rem;
  color: var(--velo-text-secondary);
}

.site-velobargains .pagination-controls {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.site-velobargains .pagination-btn {
  padding: var(--space-2) var(--space-3);
  font-size: 0.875rem;
  color: var(--velo-accent);
  border: 1px solid var(--velo-border);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  transition: all 200ms ease;
}

.site-velobargains .pagination-btn:hover {
  border-color: var(--velo-accent);
  background: rgba(230, 59, 46, 0.1);
}

.site-velobargains .pagination-btn-disabled {
  color: var(--velo-text-secondary);
  cursor: not-allowed;
}

.site-velobargains .pagination-pages {
  display: flex;
  gap: var(--space-1);
}

.site-velobargains .pagination-page {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  border-radius: 4px;
  color: var(--velo-text-secondary);
  transition: all 200ms ease;
}

.site-velobargains .pagination-page:hover {
  background: var(--velo-bg-secondary);
  color: var(--velo-text-primary);
}

.site-velobargains .pagination-page-current {
  background: var(--velo-accent);
  color: white;
}

.site-velobargains .pagination-ellipsis {
  width: 36px;
  text-align: center;
  color: var(--velo-text-secondary);
}

/* Responsive */

@media (max-width: 1024px) {
  .site-velobargains .deals-header-inner {
    flex-direction: column;
    gap: var(--space-4);
    text-align: center;
  }

  .site-velobargains .deals-content-inner {
    grid-template-columns: 1fr;
  }

  .site-velobargains .filter-sidebar {
    position: static;
    max-height: none;
  }

  .site-velobargains .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .site-velobargains .results-grid {
    grid-template-columns: 1fr;
  }
}
