@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Orbitron:wght@400;500;600;700&display=swap');

:root {
  --velo-shell-max: min(1280px, calc(100vw - 32px));
  --velo-bg: #06100d;
  --velo-bg-section: linear-gradient(135deg, #101a16 0%, #0b1411 100%);
  --velo-bg-card: #14211c;
  --velo-bg-deep: #0b1411;
  --velo-text: #ffffff;
  --velo-text-muted: #a7b3a8;
  --velo-text-subtle: #6f7d73;
  --velo-neon: #39ff14;
  --velo-neon-strong: #7cff65;
  --velo-green-dark: #1c8f3a;
  --velo-blue: #147cff;
  --velo-border: rgba(255, 255, 255, 0.08);
  --velo-border-strong: rgba(57, 255, 20, 0.45);
  --velo-shadow-soft: 0 12px 36px rgba(0, 0, 0, 0.25);
  --velo-shadow-panel: 0 18px 60px rgba(0, 0, 0, 0.35);
  --velo-shadow-glow: 0 18px 50px rgba(0, 0, 0, 0.35), 0 0 24px rgba(57, 255, 20, 0.08);
  --velo-radius-section: 24px;
  --velo-radius-card: 18px;
  --velo-radius-pill: 999px;
}

html,
body {
  background:
    radial-gradient(circle at top left, rgba(57, 255, 20, 0.08), transparent 35%),
    radial-gradient(circle at top right, rgba(20, 124, 255, 0.08), transparent 30%),
    var(--velo-bg);
  color: var(--velo-text);
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

body,
.page,
.footer,
.header,
.wrapper,
.offcanvas,
.modal-content {
  color: var(--velo-text);
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.navbar,
.menu,
.btn,
.price,
.page-title-section,
.product-miniature__title,
.product-price,
.product__price,
.product-line__item-price,
.product-line__price,
.cart-summary__value,
.cart-summary__label,
.velostrada-nav a,
.velostrada-eyebrow,
.velostrada-entry-card__eyebrow,
.velostrada-footer__title,
.velostrada-service-card__price,
.velostrada-service-table th {
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

p,
li,
small,
.form-text,
.breadcrumb,
.product__description-short,
.product-miniature__description,
.product-line__item,
.product-line__item-value,
.product-line__item-label,
.velostrada-rich-layout__body,
.cms-content,
.contact-form,
.account-menu,
.cart-summary,
.page-content,
.form-label,
.form-control,
.form-select,
textarea,
input,
select,
option {
  font-family: 'Inter', sans-serif;
}

a {
  color: var(--velo-text);
}

a:hover,
a:focus {
  color: var(--velo-neon);
}

.velostrada-header__container,
.page-content--home.velostrada-home,
.velostrada-footer__before .container,
.velostrada-footer .container,
.breadcrumb__wrapper .container,
.columns-container.container,
#notifications .container,
.container,
.container-fluid {
  margin-inline: auto;
  max-width: var(--velo-shell-max);
  width: 100%;
}

.wrapper {
  overflow: clip;
}

.header.js-sticky-header {
  background: rgba(6, 16, 13, 0.88);
  border-bottom: 1px solid var(--velo-border);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.velostrada-announcement,
.velostrada-toolbar {
  background: rgba(6, 16, 13, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.velostrada-announcement__inner a,
.velostrada-footer__bottom a,
.velostrada-footer__contact a,
.velostrada-footer__list a:hover {
  color: var(--velo-neon);
}

.velostrada-toolbar__message,
.breadcrumb,
.breadcrumb-link,
.velostrada-home-hero__lead,
.velostrada-home-band__copy p:last-child,
.velostrada-home-final__copy p:last-child,
.velostrada-promo-panel__copy p,
.velostrada-category-shell__lead,
.velostrada-category-shell__description,
.velostrada-rich-layout__lead,
.velostrada-rich-layout__body p,
.velostrada-rich-layout__body li,
.product__description-short,
.product__tax-infos,
.product__availability-status,
.product-miniature__description,
.product-line__item,
.product-line__item-value,
.product-line__item-label,
.product-line__item-unit-price,
.product-line__item-regular-price,
.product-line__item--small-info,
.products__count,
.products__sort-label,
.form-text,
.ps-contactinfo__info,
.contact-form .form-text,
.velostrada-footer__brand p:last-of-type,
.velostrada-footer__contact p,
.register-form__login-prompt,
.login__register-prompt,
.cart__continue-shopping,
.cart__empty {
  color: var(--velo-text-muted);
}

.velostrada-header {
  padding: 0.9rem 0 1rem;
}

.velostrada-header__container {
  padding-inline: clamp(1rem, 4vw, 2.5rem);
}

.velostrada-header__row {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}

.velostrada-header__primary,
.velostrada-header__aside,
.velostrada-header__actions,
.velostrada-nav {
  align-items: center;
  display: flex;
}

.velostrada-header__primary {
  flex: 1 1 auto;
  gap: 1.35rem;
  min-width: 0;
}

.velostrada-header__logo {
  flex: 0 0 auto;
}

.velostrada-header__aside {
  flex: 1 1 auto;
  gap: 1rem;
  justify-content: flex-end;
  margin-left: auto;
  min-width: 0;
}

.velostrada-header__actions {
  flex: 0 0 auto;
  gap: 0.55rem;
}

.velostrada-header__actions .header-block {
  display: flex;
}

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

.velostrada-nav--desktop {
  flex: 1 1 auto;
  min-width: 0;
}

.velostrada-nav--mobile {
  margin-top: 1rem;
}

.velostrada-header__search {
  flex: 1 1 22rem !important;
  max-width: 24rem !important;
  min-width: min(100%, 20rem) !important;
}

.velostrada-header__search .ps-searchbar,
.velostrada-header__search .search-widget,
.velostrada-header__search form,
.velostrada-header__search .ps-searchbar__form {
  position: relative;
  width: 100%;
}

.velostrada-header .navbar-brand .logo {
  max-height: 4.75rem !important;
  max-width: 14.5rem !important;
  width: auto;
}

.velostrada-nav {
  gap: 0.45rem;
}

.velostrada-nav a {
  border-radius: var(--velo-radius-pill);
  color: var(--velo-text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.72rem 0.88rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.velostrada-nav a::after {
  background: linear-gradient(90deg, var(--velo-neon), var(--velo-blue));
}

.velostrada-nav a:hover,
.velostrada-nav a:focus {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(57, 255, 20, 0.18);
  box-shadow: 0 0 0 1px rgba(57, 255, 20, 0.12);
  color: var(--velo-neon);
  text-decoration: none;
  transform: translateY(-1px);
}

.velostrada-toolbar .header-block__action-btn,
.velostrada-header__actions .header-block__action-btn,
.velostrada-header__actions .blockcart,
.velostrada-header__search .ps-searchbar__input,
.header-block__action-btn,
.btn-outline-tertiary,
.btn-outline-primary,
.btn-outline-light,
.btn-outline-dark,
.products__sort-dropdown-button,
.accordion-button {
  background: rgba(20, 33, 28, 0.94);
  border: 1px solid var(--velo-border);
  border-radius: var(--velo-radius-pill);
  color: var(--velo-text);
}

.velostrada-header__actions .header-block__action-btn {
  align-items: center;
  display: inline-flex;
  gap: 0.48rem;
  justify-content: center;
  min-height: 3rem;
  min-width: 8.75rem;
  padding: 0.78rem 1rem;
  white-space: nowrap;
}

.velostrada-header__actions .header-block__icon {
  flex: 0 0 auto;
  font-size: 1.05rem;
  line-height: 1;
}

.velostrada-header__actions .header-block__title {
  line-height: 1;
}

.velostrada-header__actions .header-block__badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  display: inline-flex;
  height: 1.15rem;
  justify-content: center;
  min-width: 1.15rem;
  padding-inline: 0.2rem;
}

.velostrada-header__actions .header-block__action-btn:hover,
.velostrada-header__actions .blockcart:hover,
.velostrada-toolbar .header-block__action-btn:hover {
  border-color: rgba(57, 255, 20, 0.3);
  box-shadow: 0 0 0 1px rgba(57, 255, 20, 0.12), 0 0 24px rgba(57, 255, 20, 0.08);
}

.velostrada-header__actions .header-block__action-btn,
.velostrada-header__actions .header-block__title,
.velostrada-header__actions .header-block__badge,
.products__count span,
.products__sort-label,
.products__sort-label span,
.products__sort-dropdown-button,
.left-block__title,
.search-filters .accordion-button,
.active_filters .active-filter-title,
.js-search-filters-clear-all {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.products__count span,
.products__sort-label,
.products__sort-label span,
.products__sort-dropdown-button,
.left-block__title,
.search-filters .accordion-button,
.active_filters .active-filter-title,
.js-search-filters-clear-all {
  text-transform: uppercase;
}

.velostrada-header__search .ps-searchbar__input {
  min-width: 100%;
  min-height: 3rem;
  padding-left: 2.9rem !important;
  padding-right: 1rem !important;
}

.velostrada-header__search .ps-searchbar__input::placeholder {
  color: var(--velo-text-subtle);
}

.velostrada-header__search .ps-searchbar__submit,
.velostrada-header__search button[type="submit"],
.velostrada-header__search .ps-searchbar__input + .material-icons,
.velostrada-header__search .ps-searchbar__form .material-icons,
.velostrada-header__search .ps-searchbar i.material-icons {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--velo-text-muted);
  display: inline-flex;
  height: 1.25rem;
  justify-content: center;
  left: 1rem !important;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  z-index: 2;
}

.velostrada-header__search .ps-searchbar__submit:hover,
.velostrada-header__search button[type="submit"]:hover,
.velostrada-header__search .ps-searchbar__submit:focus,
.velostrada-header__search button[type="submit"]:focus {
  color: var(--velo-neon);
}

.velostrada-header__search .ps-searchbar__submit .material-icons {
  left: auto !important;
  position: static;
  top: auto;
  transform: none;
}

.velostrada-header__search .ps-searchbar__input:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus,
select:focus,
.accordion-button:focus {
  background: var(--velo-bg-deep);
  border-color: var(--velo-neon);
  box-shadow: 0 0 0 3px rgba(57, 255, 20, 0.12);
  color: var(--velo-text);
}

.velostrada-site-search-results {
  margin-bottom: 2rem;
}

.velostrada-site-search-results h2 {
  color: var(--velo-text);
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.velostrada-site-search-results__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.velostrada-site-search-results__item {
  background: rgba(11, 29, 22, 0.78);
  border: 1px solid rgba(127, 255, 94, 0.16);
  border-radius: 14px;
  color: var(--velo-text);
  display: block;
  padding: 1rem;
  text-decoration: none;
}

.velostrada-site-search-results__item span {
  color: var(--velo-neon);
  display: block;
  font-family: var(--velo-font-display);
  font-size: 0.78rem;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.velostrada-site-search-results__item strong {
  display: block;
  font-family: var(--velo-font-display);
  font-size: 1.1rem;
  text-transform: uppercase;
}

.velostrada-site-search-results__item p {
  color: var(--velo-text-muted);
  margin: 0.55rem 0 0;
}

.page-content--home.velostrada-home {
  gap: 1.5rem;
  padding: 1.4rem 0 4rem;
}

.page-index #center-column,
.page-index #content {
  margin-inline: auto;
  max-width: var(--velo-shell-max);
  width: 100%;
}

.velostrada-home section,
.velostrada-rich-layout,
.velostrada-category-shell,
.page-contact .columns-container,
.page-category .columns-container,
.page-product .columns-container,
.page-cart .columns-container,
.page-order .columns-container,
.velostrada-customer-shell__menu,
.velostrada-customer-shell__content,
.velostrada-auth-shell,
.cart-grid__content,
.cart-grid__aside-wrapper {
  position: relative;
}

.velostrada-home-hero,
.velostrada-home-band,
.velostrada-home-final,
.velostrada-rich-layout,
.velostrada-category-shell,
.velostrada-promo-panel,
.page-contact .columns-container,
.page-category .columns-container,
.page-product .columns-container,
.page-cart .columns-container,
.page-order .columns-container,
.js-search-filters,
.active_filters,
.products-selection,
.product__container,
.product__bottom-left .accordion-item,
.product__bottom-right .blockreassurance_product,
.product-miniature .product-miniature__inner,
.velostrada-footer__before .ps-emailsubscription .container,
.contact-form,
.ps-contactinfo,
.velostrada-customer-shell__menu .account-menu,
.velostrada-customer-shell__content,
.velostrada-auth-shell,
.register-form,
.login,
.cart-grid__content,
.cart-grid__aside-wrapper,
.cart__item,
.cart-summary,
.cart-summary__totals,
.dropdown-menu,
.modal-content,
.offcanvas,
.product-line {
  background: var(--velo-bg-section);
  border: 1px solid var(--velo-border);
  border-radius: var(--velo-radius-section);
  box-shadow: var(--velo-shadow-panel);
  color: var(--velo-text);
}

.velostrada-home-hero::before,
.velostrada-home-band::before,
.velostrada-home-final::before,
.velostrada-promo-panel::before,
.velostrada-rich-layout::before,
.velostrada-category-shell::before,
.velostrada-auth-shell::before,
.cart-grid__aside-wrapper::before,
.page-category .columns-container::before,
.page-product .columns-container::before,
.page-contact .columns-container::before {
  background: radial-gradient(circle at top left, rgba(57, 255, 20, 0.12), transparent 38%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.velostrada-home-hero,
.velostrada-category-shell {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(22rem, 1.12fr);
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.velostrada-finance-band {
  align-items: center;
  background: linear-gradient(135deg, rgba(12, 24, 20, 0.94), rgba(5, 13, 11, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--velo-radius-section);
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  position: relative;
}

.velostrada-finance-band::before {
  background:
    radial-gradient(circle at 15% 0%, rgba(57, 255, 20, 0.12), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(227, 0, 27, 0.12), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.velostrada-finance-band__copy,
.velostrada-finance-band__banks {
  position: relative;
  z-index: 1;
}

.velostrada-finance-band__copy h2 {
  color: var(--velo-text);
  font-size: clamp(1.5rem, 2.3vw, 2.35rem);
  margin-bottom: 0.8rem;
}

.velostrada-finance-band__copy p:last-child {
  color: var(--velo-text-muted);
  margin-bottom: 0;
}

.velostrada-finance-band__banks {
  display: grid;
  gap: 0.85rem;
}

.velostrada-finance-logo {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  min-height: 5rem;
  padding: 0.9rem 1.1rem;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.velostrada-finance-logo:hover,
.velostrada-finance-logo:focus-visible {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}

.velostrada-finance-logo:focus-visible {
  outline: 2px solid rgba(57, 255, 20, 0.7);
  outline-offset: 4px;
}

.velostrada-finance-logo img {
  display: block;
  max-height: 3.4rem;
  max-width: 100%;
  object-fit: contain;
}

.velostrada-home-hero__copy,
.velostrada-promo-panel__copy {
  max-width: 100%;
  position: relative;
  z-index: 3;
}

.velostrada-home-hero__copy {
  max-width: 31rem;
}

.velostrada-promo-panel__copy {
  max-width: 27rem;
}

.velostrada-home-hero__title {
  color: var(--velo-text);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 1.25rem;
  max-width: 100%;
}

.velostrada-home-hero__brand,
.velostrada-home-hero__headline {
  display: block;
}

.velostrada-home-hero__brand {
  font-size: clamp(1.85rem, 3.1vw, 3.1rem);
  margin-bottom: 0.55rem;
}

.velostrada-home-hero__headline {
  font-size: clamp(2.05rem, 3.2vw, 3.35rem);
  line-height: 1.04;
}

.velostrada-eyebrow {
  color: var(--velo-neon);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.page-title-section,
.velostrada-home-band__copy h2,
.velostrada-promo-panel__copy h2,
.velostrada-home-final__copy h2,
.velostrada-category-shell__copy .page-title-section,
.velostrada-rich-layout__intro .page-title-section,
.velostrada-auth-shell__title {
  color: var(--velo-text);
  font-size: clamp(2rem, 3.8vw, 4rem);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.05;
}

.velostrada-home-hero__lead {
  font-size: 1.14rem;
  line-height: 1.78;
  margin-bottom: 1.8rem;
  max-width: 34rem;
}

.velostrada-home-hero__actions,
.velostrada-footer__actions,
.velostrada-home-final__actions,
.velostrada-auth-shell__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.btn,
.product-miniature__details,
.js-search-filters-clear-all {
  border-radius: var(--velo-radius-pill);
  font-weight: 700;
  letter-spacing: 0.7px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.btn-primary,
.velostrada-home-hero__actions .btn-primary,
.velostrada-promo-panel .btn-primary,
.velostrada-home-final__actions .btn-primary,
.velostrada-footer__actions .btn-primary,
.cart-detailed-actions .btn-primary,
.cart-summary .btn-primary,
.contact-form .btn-primary,
.login .btn-primary,
.register-form .btn-primary {
  background: var(--velo-neon);
  border: 0;
  color: var(--velo-bg);
}

.btn-primary:hover,
.btn-primary:focus,
.velostrada-home-hero__actions .btn-primary:hover,
.velostrada-promo-panel .btn-primary:hover,
.velostrada-home-final__actions .btn-primary:hover,
.velostrada-footer__actions .btn-primary:hover,
.cart-detailed-actions .btn-primary:hover,
.contact-form .btn-primary:hover,
.login .btn-primary:hover,
.register-form .btn-primary:hover {
  background: var(--velo-neon-strong);
  box-shadow: 0 0 24px rgba(57, 255, 20, 0.35);
  color: var(--velo-bg);
  transform: translateY(-1px);
}

.btn-outline-primary,
.btn-outline-light,
.btn-outline-dark,
.btn-outline-tertiary,
.btn-basic,
.cart__continue-shopping {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--velo-text);
}

.btn-outline-primary:hover,
.btn-outline-light:hover,
.btn-outline-dark:hover,
.btn-outline-tertiary:hover,
.btn-basic:hover,
.cart__continue-shopping:hover {
  border-color: var(--velo-neon);
  color: var(--velo-neon);
  background: rgba(255, 255, 255, 0.02);
}

.velostrada-home-hero__points {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.velostrada-home-hero__points span,
.velostrada-filter-strip span,
.velostrada-category-shell__chips span,
.velostrada-subcategory-pills a,
.velostrada-service-card,
.velostrada-service-cta,
.velostrada-contact-help,
.velostrada-service-table__shell {
  background: var(--velo-bg-card);
  border: 1px solid var(--velo-border);
  border-radius: var(--velo-radius-card);
  box-shadow: var(--velo-shadow-soft);
}

.velostrada-home-hero__points span {
  align-items: center;
  color: var(--velo-text-muted);
  display: flex;
  min-height: 4rem;
  padding: 1rem 1.1rem;
}

.velostrada-media-stack {
  min-height: 38rem;
  position: relative;
  z-index: 1;
}

.velostrada-media-stack__item,
.velostrada-category-shell__visual,
.velostrada-entry-card__art,
.velostrada-promo-panel__art,
.velostrada-rich-layout__media,
.velostrada-service-card__media {
  border-radius: calc(var(--velo-radius-card) + 2px);
  overflow: hidden;
}

.velostrada-media-stack__item img,
.velostrada-entry-card__art img,
.velostrada-promo-panel__art img,
.velostrada-category-shell__visual img,
.velostrada-rich-layout__media img,
.velostrada-service-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.velostrada-media-stack__item {
  cursor: zoom-in;
  position: absolute;
  text-decoration: none;
  transition: transform 0.32s ease, box-shadow 0.32s ease, filter 0.32s ease;
}

.velostrada-media-stack__item img {
  transition: transform 0.5s ease, filter 0.35s ease;
}

.velostrada-media-stack__item:hover,
.velostrada-media-stack__item:focus-visible {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  filter: saturate(1.04);
  transform: translateY(-4px);
}

.velostrada-media-stack__item:hover img,
.velostrada-media-stack__item:focus-visible img {
  transform: scale(1.05);
}

.velostrada-media-stack__item:focus-visible {
  outline: 2px solid rgba(57, 255, 20, 0.55);
  outline-offset: 4px;
}

.velostrada-media-stack__item--primary {
  inset: 0 5.5rem 3.3rem 0;
}

.velostrada-media-stack__item--secondary {
  bottom: 5.6rem;
  height: 14.2rem;
  right: 0;
  transform: rotate(-5deg);
  width: 15.8rem;
}

.velostrada-media-stack__item--secondary:hover,
.velostrada-media-stack__item--secondary:focus-visible {
  transform: rotate(-5deg) translateY(-4px) scale(1.01);
}

.velostrada-media-stack__item--accent {
  bottom: -0.2rem;
  height: 15.5rem;
  left: 4.3rem;
  transform: rotate(6deg);
  width: 18rem;
}

.velostrada-media-stack__item--accent:hover,
.velostrada-media-stack__item--accent:focus-visible {
  transform: rotate(6deg) translateY(-4px) scale(1.01);
}

.velostrada-media-stack__note {
  background: rgba(6, 16, 13, 0.88);
  border: 1px solid rgba(57, 255, 20, 0.18);
  border-radius: var(--velo-radius-card);
  color: var(--velo-text-muted);
  bottom: 0.25rem;
  max-width: 17rem;
  padding: 1rem 1.15rem;
  position: absolute;
  right: 0;
  z-index: 2;
}

.velostrada-media-stack__note strong {
  color: var(--velo-text);
}

.velostrada-home-band {
  align-items: center;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  padding: clamp(2rem, 4vw, 3rem);
}

.velostrada-filter-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.velostrada-filter-strip span,
.velostrada-category-shell__chips span,
.velostrada-subcategory-pills a {
  align-items: center;
  color: var(--velo-text-muted);
  display: inline-flex;
  min-height: 2.9rem;
  padding: 0.8rem 1rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.velostrada-filter-strip span:hover,
.velostrada-category-shell__chips span:hover,
.velostrada-subcategory-pills a:hover {
  border-color: rgba(57, 255, 20, 0.3);
  box-shadow: 0 0 0 1px rgba(57, 255, 20, 0.08);
  color: var(--velo-neon);
  text-decoration: none;
  transform: translateY(-1px);
}

.velostrada-entry-grid,
.velostrada-home-split,
.velostrada-service-grid,
.velostrada-service-packages,
.velostrada-service-flow {
  display: grid;
  gap: 1rem;
}

.velostrada-home-section,
.velostrada-home-process {
  background: var(--velo-bg-section);
  border: 1px solid var(--velo-border);
  border-radius: var(--velo-radius-section);
  box-shadow: var(--velo-shadow-panel);
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3rem);
  position: relative;
}

.velostrada-home-section::before,
.velostrada-home-process::before {
  background: radial-gradient(circle at top left, rgba(57, 255, 20, 0.12), transparent 38%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.velostrada-reviews {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  padding: 0;
}

.velostrada-reviews::before {
  display: none;
}

.velostrada-home-section__intro {
  margin-bottom: 1.35rem;
  max-width: 52rem;
  position: relative;
  z-index: 1;
}

.velostrada-home-section__lead {
  color: var(--velo-text-muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.velostrada-entry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.velostrada-entry-card,
.velostrada-promo-panel {
  background: var(--velo-bg-card);
  border: 1px solid var(--velo-border);
  border-radius: var(--velo-radius-card);
  box-shadow: var(--velo-shadow-soft);
  color: var(--velo-text);
  overflow: hidden;
  padding: 1.15rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.velostrada-entry-card {
  display: grid;
  gap: 1rem;
  min-height: 24rem;
}

.velostrada-entry-card:hover,
.velostrada-promo-panel:hover,
.product-miniature:hover .product-miniature__inner,
.cart__item:hover,
.velostrada-service-card:hover,
.account-menu__link:hover {
  border-color: var(--velo-border-strong);
  box-shadow: var(--velo-shadow-glow);
  text-decoration: none;
  transform: translateY(-4px);
}

.velostrada-entry-card::before {
  background: linear-gradient(90deg, var(--velo-neon), var(--velo-blue));
  border-radius: var(--velo-radius-pill);
  content: "";
  height: 4px;
  left: 1rem;
  position: absolute;
  right: 1rem;
  top: 0;
}

.velostrada-entry-card h2,
.velostrada-promo-panel__copy h2,
.product-miniature__title,
.product-line__title,
.account-menu__title,
.account-menu__link,
.cart-grid__aside-wrapper h2,
.velostrada-service-card__title,
.velostrada-service-table th,
.velostrada-service-table__title {
  color: var(--velo-text);
}

.velostrada-promo-panel__copy h2 {
  max-width: 10ch;
}

.velostrada-promo-panel__copy p {
  max-width: 24rem;
}

.velostrada-entry-card p,
.velostrada-promo-panel__copy p {
  color: var(--velo-text-muted);
}

.velostrada-home-bestsellers {
  background: linear-gradient(135deg, rgba(16, 26, 22, 0.94), rgba(11, 20, 17, 0.98));
  border: 1px solid var(--velo-border);
  border-radius: var(--velo-radius-section);
  box-shadow: var(--velo-shadow-card);
  padding: clamp(1.5rem, 2vw, 2rem);
}

.velostrada-home-bestsellers--inline {
  margin-top: 0.25rem;
}

.velostrada-home-bestsellers__intro {
  margin-bottom: 1.5rem;
}

.velostrada-home-bestsellers__intro h2 {
  margin: 0.35rem 0 0;
}

.velostrada-home-bestsellers__body > section {
  margin: 0;
}

.velostrada-home-bestsellers__body > section > h1,
.velostrada-home-bestsellers__body > section > a {
  display: none !important;
}

.velostrada-home-bestsellers__body .module-products,
.velostrada-home-bestsellers__body .module-products__list .products {
  width: 100%;
}

.velostrada-home-bestsellers__body .module-products__list .products {
  display: grid !important;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0;
}

.velostrada-home-bestsellers__body .module-products__list .products > *:nth-child(n + 7) {
  display: none !important;
}

.velostrada-home-bestsellers__body .module-products {
  max-width: 1100px;
  margin: 0 auto;
}

.velostrada-home-bestsellers__body .module-products__list .products > * {
  max-width: 21rem;
  width: 100%;
  margin-inline: auto;
}

.velostrada-home-bestsellers__body .product-miniature__inner {
  min-height: 100%;
}

.velostrada-home-bestsellers__body .product-miniature__image-container {
  max-width: 86%;
  margin: 0.6rem auto 0;
}

.velostrada-home-bestsellers__body .product-miniature__image-link {
  padding: 0.45rem;
}

.velostrada-home-bestsellers__body .product-miniature__infos,
.velostrada-home-bestsellers__body .product-miniature__actions {
  padding-inline: 0.9rem;
}

.velostrada-home-bestsellers__body .product-miniature__title {
  font-size: 0.86rem;
  line-height: 1.3;
}

.velostrada-home-bestsellers__body .product-miniature__price,
.velostrada-home-bestsellers__body .product-miniature__prices {
  font-size: 0.95rem;
}

.velostrada-home-bestsellers__body .product-miniature__actions .btn {
  min-height: 2.55rem;
  font-size: 0.74rem;
  padding-inline: 0.8rem;
}

.velostrada-reviews__shell {
  display: grid;
  gap: 1.15rem;
  position: relative;
  z-index: 1;
}

.velostrada-reviews__business {
  align-items: center;
  background: linear-gradient(135deg, rgba(20, 33, 28, 0.92), rgba(11, 20, 17, 0.92));
  border: 1px solid rgba(57, 255, 20, 0.16);
  border-radius: calc(var(--velo-radius-card) + 2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  display: grid;
  gap: 1.1rem;
  grid-template-columns: minmax(13rem, 20rem) minmax(0, 1fr);
  overflow: hidden;
  padding: 0.8rem;
}

.velostrada-reviews__photo {
  aspect-ratio: 16 / 10;
  border-radius: calc(var(--velo-radius-card) - 4px);
  display: block;
  height: clamp(9rem, 14vw, 12.5rem);
  max-height: 12.5rem;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.velostrada-reviews__photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.velostrada-reviews__photo span {
  background: rgba(0, 0, 0, 0.62);
  bottom: 0;
  color: #fff;
  font-weight: 700;
  left: 0;
  padding: 0.55rem 0.75rem;
  position: absolute;
  right: 0;
  text-align: center;
}

.velostrada-reviews__business-copy {
  align-content: center;
  display: grid;
  gap: 0.65rem;
  padding: 0.65rem 0.6rem 0.65rem 0;
}

.velostrada-reviews__summary-label {
  color: var(--velo-neon);
  font-family: 'Orbitron', sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.velostrada-reviews__business h2 {
  color: var(--velo-text);
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.14;
  margin: 0;
  text-transform: uppercase;
}

.velostrada-reviews__business p {
  color: var(--velo-text-muted);
  margin: 0;
}

.velostrada-reviews__rating-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.velostrada-reviews__rating-line strong {
  color: var(--velo-text);
  font-size: 0.96rem;
}

.velostrada-reviews__stars {
  color: #ffcc26;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.velostrada-reviews__rating-line a {
  color: var(--velo-accent-strong);
  font-weight: 700;
  text-decoration: none;
}

.velostrada-reviews__business-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.25rem;
}

.velostrada-reviews__business-actions .btn {
  justify-content: center;
  min-width: 8rem;
  padding-inline: 1.1rem;
}

.velostrada-reviews__slider {
  align-items: center;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
}

.velostrada-reviews__track {
  display: grid;
  gap: 1rem;
  grid-auto-columns: clamp(18rem, 31vw, 24rem);
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0.2rem 0.2rem 0.75rem;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-color: rgba(57, 255, 20, 0.45) rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}

.velostrada-reviews__track::-webkit-scrollbar {
  height: 0.55rem;
}

.velostrada-reviews__track::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.velostrada-reviews__track::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, var(--velo-neon), var(--velo-accent-strong));
  border-radius: 999px;
}

.velostrada-reviews__arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--velo-border);
  border-radius: 999px;
  color: var(--velo-text);
  display: inline-flex;
  font-size: 2rem;
  height: 2.75rem;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 2.75rem;
}

button.velostrada-reviews__arrow {
  cursor: pointer;
  padding: 0;
}

.velostrada-reviews__arrow:hover,
.velostrada-reviews__arrow:focus {
  border-color: var(--velo-border-strong);
  color: var(--velo-neon);
  text-decoration: none;
}

.velostrada-reviews__card {
  background: linear-gradient(160deg, rgba(20, 33, 28, 0.98), rgba(11, 20, 17, 0.98));
  border: 1px solid var(--velo-border);
  border-radius: 14px;
  box-shadow: var(--velo-shadow-soft);
  display: grid;
  gap: 0.7rem;
  min-height: 13.5rem;
  padding: 1rem;
  scroll-snap-align: start;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.velostrada-reviews__card:hover,
.velostrada-reviews__card:focus-within {
  border-color: var(--velo-border-strong);
  box-shadow: var(--velo-shadow-glow);
  transform: translateY(-4px);
}

.velostrada-reviews__person {
  align-items: center;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: auto minmax(0, 1fr);
}

.velostrada-reviews__avatar {
  align-items: center;
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.35), rgba(20, 124, 255, 0.22));
  border: 1px solid rgba(57, 255, 20, 0.24);
  border-radius: 999px;
  color: var(--velo-text);
  display: inline-flex;
  font-weight: 800;
  height: 2.3rem;
  justify-content: center;
  text-transform: uppercase;
  width: 2.3rem;
}

.velostrada-reviews__person strong {
  color: var(--velo-text);
  display: block;
  font-size: 0.96rem;
  line-height: 1.2;
}

.velostrada-reviews__person small {
  color: var(--velo-text-muted);
  display: block;
  font-size: 0.76rem;
  margin-top: 0.1rem;
}

.velostrada-reviews__card p {
  color: var(--velo-text-muted);
  display: -webkit-box;
  line-height: 1.48;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.velostrada-reviews__card a {
  color: var(--velo-neon);
  font-family: 'Orbitron', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: auto;
  text-transform: uppercase;
}

.velostrada-reviews__end {
  inline-size: 1px;
}

.velostrada-reviews__card a:hover,
.velostrada-reviews__card a:focus {
  color: var(--velo-neon-strong);
  text-decoration: none;
}

.product-miniature .product-miniature__inner {
  background: var(--velo-bg-card);
  border-radius: var(--velo-radius-card);
  box-shadow: var(--velo-shadow-soft);
  overflow: hidden;
}

.product-miniature__image-link,
.product__no-image {
  background:
    radial-gradient(circle at top right, rgba(57, 255, 20, 0.12), transparent 34%),
    linear-gradient(180deg, #14211c, #0d1713);
}

.page-category .product-miniature__image-container,
.page-category .product-miniature__image-link {
  background: #0b1411;
  overflow: hidden;
}

.page-category .product-miniature__image-link {
  aspect-ratio: 1 / 1;
}

.page-category .product-miniature__image-link img,
.page-category .product-miniature__image-container img,
.page-category .product-miniature__image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.page-category .product-miniature__image-link img,
.page-category .product-miniature__image {
  transform: scale(1.06);
  transform-origin: center;
}

.product-miniature__infos,
.product-miniature__actions {
  padding-inline: 1.1rem;
}

.product-miniature__title {
  font-size: 0.95rem;
  line-height: 1.35;
}

.product-miniature__price,
.product-miniature__prices,
.product-price,
.product__price,
.price,
.regular-price,
.discount,
.product-line__item-price,
.product-line__price {
  color: var(--velo-neon) !important;
  font-weight: 700;
}

.product-miniature__details,
.product-miniature__actions .btn,
.product__actions .btn,
.cart-detailed-actions .btn,
.contact-form .btn,
.login .btn,
.register-form .btn {
  min-height: 2.9rem;
}

.velostrada-product-note {
  margin: 1.25rem 0 1.4rem;
}

.page-product .product__carousel,
.page-product .product__thumbnail,
.page-product .product__thumbnail-image {
  background: #0b1411;
}

.page-product .product__carousel .carousel-item {
  aspect-ratio: 1 / 1;
  background: #0b1411;
  overflow: hidden;
}

.page-product .product__carousel .carousel-item picture,
.page-product .product__carousel .carousel-item img {
  display: block;
  height: 100%;
  width: 100%;
}

.page-product .product__carousel .carousel-item img {
  object-fit: cover;
  object-position: center 52%;
  transform: scale(1.34);
  transform-origin: center;
}

.page-product .product__thumbnails-list {
  align-items: stretch;
}

.page-product .product__thumbnail {
  overflow: hidden;
}

.page-product .product__thumbnail-image {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  object-position: center 52%;
  transform: scale(1.12);
}

.velostrada-product-note__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.velostrada-product-note__card {
  background: rgba(20, 33, 28, 0.92);
  border: 1px solid var(--velo-border);
  border-radius: var(--velo-radius-card);
  box-shadow: var(--velo-shadow-soft);
  min-height: 100%;
  padding: 1.15rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.velostrada-product-note__card:hover {
  border-color: var(--velo-border-strong);
  box-shadow: var(--velo-shadow-glow);
  transform: translateY(-3px);
}

.velostrada-product-note__eyebrow {
  color: var(--velo-neon);
  display: inline-block;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 1px;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.velostrada-product-note__card h2 {
  color: var(--velo-text);
  font-size: 1rem;
  margin-bottom: 0.7rem;
}

.velostrada-product-note__card p {
  color: var(--velo-text-muted);
  margin-bottom: 0;
}

.velostrada-product-note__link {
  color: var(--velo-neon);
  display: inline-flex;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.8px;
  margin-top: 0.9rem;
  text-transform: uppercase;
}

.page-product .product__manufacturer,
.page-product .product__tax-infos,
.page-product .product__bottom {
  display: none !important;
}

.velostrada-product-description-more {
  margin-top: 0.9rem;
}

.velostrada-product-description-more summary {
  color: var(--velo-neon);
  cursor: pointer;
  display: inline-flex;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.velostrada-product-description-more__body {
  margin-top: 0.85rem;
}

.velostrada-product-note__card:nth-child(-n+2) {
  display: none;
}

.velostrada-product-note__card:nth-child(3) .velostrada-product-note__link {
  display: none;
}

.velostrada-product-note__card:nth-child(3)::after {
  color: var(--velo-neon);
  content: "510 950 361";
  display: inline-flex;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.8px;
  margin-top: 0.9rem;
  text-transform: uppercase;
}

.page-product .product__additional-info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.page-product .product__additional-info > br {
  display: none !important;
}

.page-product .product__additional-info .ps-sharebuttons {
  flex: 0 0 100%;
  margin-bottom: 0.25rem;
}

.page-product #eraty,
.page-product #oblicz-rate {
  align-items: center;
  display: inline-flex !important;
  flex: 0 1 auto;
  justify-content: center;
  margin: 0 !important;
  min-height: 2.4rem;
  padding: 0 !important;
  text-align: left !important;
}

.page-product #eraty {
  min-width: 11rem;
}

.page-product #oblicz-rate {
  min-width: 14rem;
}

.page-product #eraty img,
.page-product #oblicz-rate img {
  display: block;
  height: auto !important;
  max-width: 14rem;
  object-fit: contain;
  width: 100% !important;
}

.page-product .ps-categoryproducts {
  background: rgba(7, 14, 12, 0.92);
  border: 1px solid var(--velo-border);
  border-radius: var(--velo-radius-card);
  box-shadow: var(--velo-shadow-soft);
  margin-top: 1.2rem;
  padding: clamp(1rem, 2vw, 1.4rem);
}

.page-product .ps-categoryproducts .module-products {
  margin: 0;
}

.page-product .ps-categoryproducts .module-products__list {
  margin-top: 1rem;
}

.velostrada-home-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.velostrada-home-process__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.velostrada-home-process__card {
  background: var(--velo-bg-card);
  border: 1px solid var(--velo-border);
  border-radius: var(--velo-radius-card);
  box-shadow: var(--velo-shadow-soft);
  min-height: 100%;
  padding: 1.2rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.velostrada-home-process__card:hover {
  border-color: var(--velo-border-strong);
  box-shadow: var(--velo-shadow-glow);
  transform: translateY(-4px);
}

.velostrada-home-process__index {
  align-items: center;
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.16), rgba(20, 124, 255, 0.12));
  border: 1px solid rgba(57, 255, 20, 0.18);
  border-radius: 14px;
  color: var(--velo-neon);
  display: inline-flex;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.82rem;
  justify-content: center;
  margin-bottom: 1rem;
  min-height: 2.9rem;
  padding: 0 0.85rem;
}

.velostrada-home-process__card h3 {
  color: var(--velo-text);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.velostrada-home-process__card p {
  color: var(--velo-text-muted);
  margin-bottom: 0;
}

.velostrada-promo-panel {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(16rem, 0.95fr);
  padding: 1.1rem;
}

.velostrada-promo-panel__art {
  position: relative;
  z-index: 1;
}

.velostrada-promo-panel--dark {
  background: linear-gradient(135deg, #101a16 0%, #0b1411 100%);
}

.velostrada-home-final {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3rem);
}

.velostrada-home-final::before {
  border-radius: inherit;
  z-index: 0;
}

.velostrada-home-final__copy,
.velostrada-home-final__actions {
  position: relative;
  z-index: 1;
}

.velostrada-footer__before .ps-emailsubscription,
.footer__before.velostrada-footer__before {
  background: transparent !important;
}

.footer__before.velostrada-footer__before,
.velostrada-footer__before,
.velostrada-footer__before .ps-emailsubscription {
  display: none !important;
}

.velostrada-footer__before .ps-emailsubscription .container {
  padding: 1.5rem;
}

.velostrada-footer {
  background: linear-gradient(180deg, #08120f 0%, #050b09 100%);
  border-top: 1px solid var(--velo-border);
  padding-block: 1rem 1.5rem;
}

.velostrada-footer__cta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.velostrada-footer__cta-row .btn,
.velostrada-footer__cta-row .velostrada-footer__social-link {
  margin: 0;
}

.velostrada-footer__grid {
  justify-content: center;
}

.velostrada-footer__finance {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--velo-text-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
  margin: -0.2rem auto 1.5rem;
  padding-bottom: 1.3rem;
  text-align: center;
}

.velostrada-footer__finance span {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.velostrada-footer__finance img {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  display: block;
  max-height: 2.55rem;
  max-width: 9rem;
  object-fit: contain;
  padding: 0.35rem 0.55rem;
}

.velostrada-category-note,
.velostrada-catalog-meta {
  background: var(--velo-bg-card);
  border: 1px solid var(--velo-border);
  border-radius: var(--velo-radius-card);
  box-shadow: var(--velo-shadow-soft);
}

.velostrada-category-note {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  margin-bottom: 1rem;
  padding: 1.25rem;
}

.velostrada-category-note__copy h2 {
  color: var(--velo-text);
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  line-height: 1.08;
  margin-bottom: 0.85rem;
}

.velostrada-category-note__copy p {
  color: var(--velo-text-muted);
  margin-bottom: 0;
}

.velostrada-category-note__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.velostrada-category-note__chips span {
  align-items: center;
  background: rgba(11, 20, 17, 0.94);
  border: 1px solid var(--velo-border);
  border-radius: 14px;
  color: var(--velo-text-muted);
  display: inline-flex;
  min-height: 2.8rem;
  padding: 0.75rem 0.95rem;
}

.velostrada-catalog-meta {
  margin-top: 1rem;
  padding: 1rem 1.15rem;
}

.velostrada-catalog-meta__text {
  color: var(--velo-text-muted);
  margin-bottom: 0;
}

.velostrada-footer h2,
.velostrada-footer__title,
.velostrada-footer__brand,
.velostrada-footer__contact {
  color: var(--velo-text);
}

.velostrada-footer__contact a {
  overflow-wrap: anywhere;
}

.velostrada-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.velostrada-footer__social-link {
  align-items: center;
  background: rgba(11, 20, 17, 0.72);
  border: 1px solid var(--velo-border);
  border-radius: var(--velo-radius-pill);
  color: var(--velo-text);
  display: inline-flex;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  min-height: 2.5rem;
  padding: 0 1rem;
  text-transform: uppercase;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.velostrada-footer__social-link:hover,
.velostrada-footer__social-link:focus {
  border-color: var(--velo-border-strong);
  box-shadow: 0 0 0 1px rgba(57, 255, 20, 0.12), 0 0 18px rgba(57, 255, 20, 0.08);
  color: var(--velo-neon);
  text-decoration: none;
  transform: translateY(-1px);
}

.velostrada-category-shell {
  margin-bottom: 1.4rem;
  padding: clamp(2rem, 4vw, 3rem);
}

.page-category .columns-container,
.page-product .columns-container,
.page-contact .columns-container,
.page-cart .columns-container,
.page-order .columns-container {
  margin-block: 1rem 2rem;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2rem);
}

.page-category .columns-container > .row,
.page-product .columns-container > .row,
.page-contact .columns-container > .row,
.page-cart .columns-container > .row,
.page-order .columns-container > .row {
  --bs-gutter-x: 1.4rem;
  --bs-gutter-y: 1.4rem;
  position: relative;
  z-index: 1;
}

.page-category .columns-container,
.page-product .columns-container,
.page-cart .columns-container,
.page-order .columns-container {
  margin-inline: auto;
  width: min(1600px, calc(100% - 2rem));
}

.page-cms .velostrada-rich-layout {
  margin-inline: auto;
  width: min(1600px, calc(100% - 2rem));
}

.page-category .columns-container > .row {
  align-items: flex-start;
  justify-content: center;
}

.page-category #left-column {
  flex: 0 0 22rem;
  max-width: 22rem;
}

.page-category #content-wrapper,
.page-category .wrapper__content {
  flex: 1 1 58rem;
  max-width: 58rem;
  min-width: 0;
}

.page-category #content-wrapper:has(.products > :only-child),
.page-category .wrapper__content:has(.products > :only-child) {
  flex-basis: 42rem;
  max-width: 42rem;
}

.page-category .js-product-list .products,
.page-category .js-product-list .products.row {
  display: grid !important;
  gap: 1.15rem;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 19.6rem));
  justify-content: flex-start;
  margin-inline: 0;
}

.page-category .js-product-list .products > *,
.page-category .js-product-list .products.row > * {
  margin: 0 !important;
  max-width: 19.6rem;
  width: 100%;
}

.page-category #content-wrapper:has(.products > :only-child) .js-product-list .products,
.page-category .wrapper__content:has(.products > :only-child) .js-product-list .products {
  justify-content: center;
}

.page-category .products__selection {
  align-items: center;
  display: grid;
  gap: 0.9rem 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 0.9rem;
}

.page-category .products__count {
  align-items: center;
  display: flex;
  min-height: 2.8rem;
}

.page-category .products__count span,
.page-category .products__sort-label,
.page-category .products__sort-label span,
.page-category .products__sort-dropdown-button {
  font-size: 0.72rem;
}

.page-category .products__sort {
  margin-left: auto;
  min-width: min(100%, 23rem);
}

.page-category .products__sort .dropdown {
  width: 100%;
}

.page-category .products__sort-dropdown-button {
  min-height: 2.8rem;
}

.page-category .velostrada-catalog-meta {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
}

.page-category .product-miniature .product-miniature__inner {
  min-height: 100%;
}

.page-category .product-miniature__image-link {
  padding: 0.3rem;
}

.page-category .product-miniature__infos,
.page-category .product-miniature__actions {
  padding-inline: 0.95rem;
}

.page-category .product-miniature__infos {
  padding-top: 0.8rem;
}

.page-category .product-miniature__title {
  font-size: 0.88rem;
  line-height: 1.28;
}

.page-category .product-miniature__price,
.page-category .product-miniature__prices {
  font-size: 0.88rem;
}

.page-category .product-miniature__actions .btn,
.page-category .product-miniature__details {
  font-size: 0.72rem;
  min-height: 2.65rem;
  padding-inline: 0.85rem;
}

.js-search-filters,
.active_filters,
.products-selection,
.product__container,
.product__bottom-left .accordion-item,
.product__bottom-right .blockreassurance_product {
  padding: 1.15rem;
}

#search_filters_wrapper {
  background: linear-gradient(180deg, rgba(16, 26, 22, 0.96), rgba(10, 17, 14, 0.98));
  border: 1px solid var(--velo-border);
  border-radius: 22px;
  box-shadow: var(--velo-shadow-soft);
  padding: 1rem;
}

#search-filters {
  background: transparent;
}

#search-filters .left-block__title {
  color: var(--velo-text);
  font-size: 1rem;
  margin-bottom: 0.85rem;
}

#search-filters .accordion {
  display: grid;
  gap: 0.75rem;
}

#search-filters .accordion-item {
  background: rgba(9, 15, 13, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  box-shadow: none;
  overflow: hidden;
}

#search-filters .accordion-button {
  background: rgba(12, 20, 17, 0.98);
  border: 0;
  box-shadow: none;
  color: var(--velo-text);
  font-size: 0.92rem;
  padding-block: 1rem;
}

#search-filters .accordion-button:not(.collapsed) {
  background: rgba(10, 17, 14, 1);
  color: var(--velo-neon);
}

#search-filters .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(93%) sepia(6%) saturate(215%) hue-rotate(81deg) brightness(115%) contrast(100%);
  opacity: 0.72;
}

#search-filters .accordion-body {
  background: rgba(9, 15, 13, 0.9);
  color: var(--velo-text-muted);
  font-size: 0.98rem;
}

#search-filters .search-filters__item,
#search-filters .facet-label,
#search-filters .facet-label a,
#search-filters .search-link {
  color: #dbe7dc;
  font-size: 0.98rem;
}

#search-filters .form-check-label:hover,
#search-filters .facet-label a:hover,
#search-filters .search-link:hover {
  color: var(--velo-neon);
}

#search-filters .form-check-label,
#search-filters .facet-label label,
#search-filters .facet-label span,
#search-filters .search-link {
  font-size: 0.98rem;
  line-height: 1.45;
}

#search-filters .text-muted,
#search-filters .facet-label .magnitude,
#search-filters .search-filters__item small,
#search-filters .facet-label small {
  color: #ffffff !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.9;
}

#search-filters .ui-slider-horizontal {
  height: 0.3rem;
}

#search-filters .ui-slider .ui-slider-handle {
  background: #101a16;
  border: 2px solid var(--velo-neon);
  box-shadow: 0 0 0 4px rgba(57, 255, 20, 0.12);
  height: 1.15rem;
  top: -0.45rem;
  width: 1.15rem;
}

#search-filters .ui-slider .ui-slider-range {
  background: linear-gradient(90deg, #39ff14 0%, #7cff65 100%);
}

#search-filters .faceted-slider,
#search-filters .slider-values,
#search-filters .js-slider-values,
#search-filters .faceted-slider-value,
#search-filters .faceted-slider span,
#search-filters .faceted-slider p {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  opacity: 0.92;
}

#search-filters .facet-label .magnitude,
#search-filters .search-filters__item .text-muted {
  margin-left: 0.22rem;
  vertical-align: baseline;
}

#search-filters .faceted-slider,
#search-filters .slider-values,
#search-filters .js-slider-values {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}

.search-filters .accordion-button,
.active_filters .active-filter-title,
.products__sort-label span,
.product__manufacturer a {
  color: var(--velo-text);
}

.page-content--cms {
  padding-top: 0.35rem;
}

.breadcrumb-wrapper,
.breadcrumbs,
nav.breadcrumb,
.breadcrumb {
  display: none !important;
}

.velostrada-rich-layout {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.85fr);
  margin-bottom: 2rem;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3rem);
}

.velostrada-rich-layout__intro {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
}

.velostrada-rich-layout__intro--service {
  margin-inline: auto;
  max-width: 56rem;
  text-align: center;
}

.velostrada-rich-layout__intro--service .page-title-section {
  margin-bottom: 0;
}

.velostrada-rich-layout__body,
.velostrada-rich-layout__media,
.velostrada-rich-layout__aside,
.velostrada-rich-layout__service {
  position: relative;
  z-index: 1;
}

.velostrada-service-board {
  min-height: 43rem;
  overflow: hidden;
  position: relative;
}

.velostrada-rich-layout--service .velostrada-service-board {
  display: none;
}

.velostrada-service-board__media {
  border-radius: calc(var(--velo-radius-card) + 4px);
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.velostrada-service-board__media::after {
  background:
    linear-gradient(180deg, rgba(6, 16, 13, 0.18) 0%, rgba(6, 16, 13, 0.4) 45%, rgba(6, 16, 13, 0.72) 100%),
    radial-gradient(circle at top left, rgba(57, 255, 20, 0.08), transparent 28%);
  content: "";
  inset: 0;
  position: absolute;
}

.velostrada-service-board__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.velostrada-service-board__overlay {
  display: grid;
  gap: 1rem;
  inset: 0;
  padding: 1.1rem;
  position: relative;
  z-index: 1;
}

.velostrada-rich-layout__body {
  background: rgba(20, 33, 28, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--velo-radius-card);
  padding: 1.4rem;
}

.velostrada-rich-layout__body h2,
.velostrada-rich-layout__body h3,
.velostrada-rich-layout__body h4 {
  color: var(--velo-text);
  margin-top: 0;
}

.velostrada-rich-layout__body ul,
.velostrada-rich-layout__body ol {
  padding-left: 1.25rem;
}

.velostrada-rich-layout__map {
  border: 0;
  display: block;
  height: 100%;
  min-height: 17rem;
  width: 100%;
}

.velostrada-rich-layout__map-link {
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 0.75rem;
}

.velostrada-rich-layout--service {
  grid-template-columns: 1fr;
}

.velostrada-rich-layout--regulations {
  grid-template-columns: 1fr;
}

.velostrada-rich-layout--regulations .velostrada-rich-layout__body {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.velostrada-regulations-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.velostrada-regulations-panel {
  background: rgba(20, 33, 28, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--velo-radius-card);
  min-width: 0;
  padding: clamp(1.2rem, 2vw, 1.6rem);
}

.velostrada-regulations-panel h2 {
  font-size: clamp(1.25rem, 1.75vw, 1.7rem);
}

@media (max-width: 991.98px) {
  .velostrada-regulations-grid {
    grid-template-columns: 1fr;
  }
}

.velostrada-service-packages {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.velostrada-service-flow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.velostrada-service-packages--overlay,
.velostrada-service-flow--overlay {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.velostrada-service-card {
  display: grid;
  gap: 1rem;
  grid-template-rows: auto auto 1fr;
  padding: 1.1rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.velostrada-service-card__list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.velostrada-service-card__list li {
  color: var(--velo-muted);
  line-height: 1.45;
  padding-left: 1rem;
  position: relative;
}

.velostrada-service-card__list li::before {
  background: var(--velo-neon);
  border-radius: 999px;
  content: "";
  height: 0.35rem;
  left: 0;
  position: absolute;
  top: 0.62em;
  width: 0.35rem;
}

.velostrada-service-table__note {
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.12), rgba(20, 124, 255, 0.08));
  border: 1px solid rgba(57, 255, 20, 0.28);
  border-radius: var(--velo-radius-card);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(57, 255, 20, 0.06);
  display: grid;
  gap: 0.45rem;
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
}

.velostrada-service-table__note p {
  color: var(--velo-text);
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.velostrada-service-table__shell .velostrada-service-card {
  align-content: start;
  justify-items: start;
}

.velostrada-service-table__shell .velostrada-service-card__icon {
  min-height: 2.8rem;
  min-width: 9.5rem;
  padding: 0 1rem;
  text-align: center;
}

.velostrada-service-table__shell .velostrada-service-card__copy {
  min-height: 1.45rem;
}

.velostrada-service-flow__card,
.velostrada-service-coverage {
  background: var(--velo-bg-card);
  border: 1px solid var(--velo-border);
  border-radius: var(--velo-radius-card);
  box-shadow: var(--velo-shadow-soft);
}

.velostrada-service-flow__card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  padding: 1.1rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.velostrada-service-flow__card:hover,
.velostrada-service-coverage:hover {
  border-color: var(--velo-border-strong);
  box-shadow: var(--velo-shadow-glow);
  transform: translateY(-4px);
}

.velostrada-service-card--overlay,
.velostrada-service-flow__card--overlay {
  background: rgba(8, 16, 14, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.velostrada-service-card--overlay:hover,
.velostrada-service-card--overlay:focus-within,
.velostrada-service-flow__card--overlay:hover,
.velostrada-service-flow__card--overlay:focus-within {
  background: rgba(8, 16, 14, 0.82);
  border-color: rgba(57, 255, 20, 0.28);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36), 0 0 18px rgba(57, 255, 20, 0.08);
}

.velostrada-service-flow__index {
  align-items: center;
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.16), rgba(20, 124, 255, 0.12));
  border: 1px solid rgba(57, 255, 20, 0.18);
  border-radius: 14px;
  color: var(--velo-neon);
  display: inline-flex;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.82rem;
  justify-content: center;
  margin-bottom: 1rem;
  min-height: 2.9rem;
  padding: 0 0.85rem;
}

.velostrada-service-flow__card h2,
.velostrada-service-coverage__copy h2 {
  color: var(--velo-text);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.velostrada-service-flow__card p,
.velostrada-service-coverage__copy p {
  color: var(--velo-text-muted);
  margin-bottom: 0;
}

.velostrada-service-card__icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.16), rgba(20, 124, 255, 0.12));
  border: 1px solid rgba(57, 255, 20, 0.18);
  border-radius: 14px;
  color: var(--velo-neon);
  display: inline-flex;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.82rem;
  justify-content: center;
  min-height: 2.9rem;
  width: fit-content;
  padding: 0 0.85rem;
}

.velostrada-service-board .velostrada-service-card__icon,
.velostrada-service-board .velostrada-service-flow__index,
.velostrada-service-table__shell .velostrada-service-card__icon {
  align-items: center;
  display: flex;
  font-size: clamp(0.78rem, 0.92vw, 0.95rem);
  font-weight: 700;
  height: 3.55rem;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 0;
  min-height: 3.55rem;
  min-width: 0;
  padding: 0.7rem 1rem;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  width: 100%;
}

.velostrada-service-board .velostrada-service-card,
.velostrada-service-board .velostrada-service-flow__card,
.velostrada-service-table__shell .velostrada-service-card {
  align-content: start;
  justify-items: stretch;
  min-height: 100%;
}

.velostrada-service-board .velostrada-service-card__copy,
.velostrada-service-board .velostrada-service-flow__card p {
  text-align: left;
}

.velostrada-service-card__title {
  font-size: 1rem;
  margin: 0;
}

.velostrada-service-card__copy {
  color: var(--velo-text-muted);
  margin: 0;
}

.velostrada-service-card__price {
  color: var(--velo-neon);
  font-size: 1rem;
  font-weight: 700;
}

.velostrada-service-table__shell {
  background:
    linear-gradient(180deg, rgba(8, 16, 14, 0.58), rgba(8, 16, 14, 0.88)),
    radial-gradient(circle at top left, rgba(57, 255, 20, 0.1), transparent 34%),
    var(--velo-bg-card);
  border: 1px solid rgba(57, 255, 20, 0.13);
  border-radius: var(--velo-radius-card);
  box-shadow: var(--velo-shadow-soft);
  padding: clamp(1rem, 2vw, 1.35rem);
}

.velostrada-service-coverage {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.9fr);
  padding: 1.1rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.velostrada-service-coverage__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.velostrada-service-coverage__chips span {
  align-items: center;
  background: rgba(11, 20, 17, 0.94);
  border: 1px solid var(--velo-border);
  border-radius: 14px;
  color: var(--velo-text-muted);
  display: inline-flex;
  min-height: 2.8rem;
  padding: 0.75rem 0.95rem;
}

.velostrada-service-table__title {
  display: none;
}

.velostrada-service-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}

.velostrada-service-table thead {
  background: var(--velo-bg-deep);
}

.velostrada-service-table th,
.velostrada-service-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem 1rem;
}

.velostrada-service-table th {
  color: var(--velo-neon);
  font-size: 0.8rem;
}

.velostrada-service-table td {
  color: var(--velo-text-muted);
}

.velostrada-service-table tr:last-child td {
  border-bottom: 0;
}

.velostrada-service-table td:last-child {
  color: var(--velo-text);
  font-family: 'Orbitron', sans-serif;
}

.velostrada-service-cta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding: 1.2rem 1.3rem;
  text-align: center;
}

.velostrada-service-cta__copy h2 {
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  margin-bottom: 0.55rem;
}

.velostrada-service-cta__copy p {
  color: var(--velo-text-muted);
  margin-bottom: 0;
  max-width: 42rem;
}

.velostrada-service-cta__copy {
  margin-inline: auto;
  max-width: 46rem;
}

.velostrada-service-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
  width: 100%;
}

.velostrada-service-cta__actions .btn {
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  justify-content: center;
  min-height: 3.8rem;
  min-width: clamp(16rem, 24vw, 20rem);
  padding: 1rem 2.4rem;
}

.velostrada-service-cta__actions .btn-outline-light {
  min-width: clamp(13rem, 18vw, 16rem);
}

.velostrada-footer__before .ps-emailsubscription .row {
  align-items: center;
  row-gap: 1rem;
}

.velostrada-footer__before .ps-emailsubscription .row > * {
  text-align: center;
}

.velostrada-footer__before .ps-emailsubscription form,
.velostrada-footer__before .ps-emailsubscription .block_newsletter form {
  margin-inline: auto;
  max-width: 52rem;
}

.velostrada-footer__before .ps-emailsubscription .d-flex {
  align-items: center;
  justify-content: center;
}

.velostrada-footer__before .ps-emailsubscription input[type="submit"].btn,
.velostrada-footer__before .ps-emailsubscription input[type="submit"].btn-primary {
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  min-height: 3.8rem;
  min-width: clamp(15rem, 22vw, 18.5rem);
  padding-inline: 2.2rem;
  text-align: center;
}

.page-contact .wrapper__left-column,
.page-contact .page-content {
  height: 100%;
}

.page-contact #left-column,
.page-contact #right-column,
.page-contact .wrapper__left-column .ps-contactinfo,
.page-contact .wrapper__right-column .ps-contactinfo {
  display: none !important;
}

.page-contact #content-wrapper,
.page-contact #center-column,
.page-contact .wrapper__content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 !important;
  width: 100%;
}

.page-contact .page-content,
.page-contact .columns-container,
.page-contact .columns-container.container,
.page-contact .columns-container > .row {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.page-contact .columns-container,
.page-contact .columns-container.container {
  margin-inline: auto !important;
  max-width: var(--velo-shell-max);
  width: calc(100% - 2rem);
}

.page-contact .columns-container > .row {
  margin-inline: 0 !important;
  width: 100%;
}

.page-contact .columns-container::before,
.page-contact .columns-container > .row::before,
.page-contact .columns-container > .row::after {
  display: none !important;
}

.page-contact .velostrada-rich-layout {
  background:
    linear-gradient(180deg, rgba(18, 29, 25, 0.82), rgba(10, 16, 14, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 30px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  display: block;
  gap: 1rem;
  margin-inline: auto;
  max-width: var(--velo-shell-max);
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2rem);
  width: 100%;
}

.page-contact .velostrada-rich-layout__intro {
  margin-inline: auto;
  max-width: 62rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.page-contact .velostrada-contact-grid {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 0.78fr);
  margin-inline: auto;
  max-width: none;
}

.page-contact .wrapper__left-column > *,
.page-contact .velostrada-rich-layout__body,
.page-contact .contact-form,
.page-contact .ps-contactinfo {
  height: 100%;
}

.page-contact .velostrada-rich-layout__body {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  padding: 0;
}

.page-contact .wrapper__left-column .ps-contactinfo,
.page-contact .velostrada-rich-layout__body > .contact-form,
.page-contact .velostrada-rich-layout__media,
.velostrada-contact-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
}

.page-contact .wrapper__left-column .ps-contactinfo {
  display: grid;
  gap: 1rem;
}

.page-contact .contact-form {
  min-height: 100%;
}

.page-contact .contact-form h1,
.page-contact .contact-form h2,
.page-contact .contact-form .h1,
.page-contact .contact-form .h2,
.page-contact .contact-form .page-title-section {
  font-size: clamp(1.55rem, 2.5vw, 2.25rem) !important;
  line-height: 1.05;
  margin-bottom: 1rem;
  max-width: none;
}

.page-contact .contact-form .form-fields {
  gap: 0.75rem;
}

.page-contact .page-title-section {
  font-size: clamp(2.1rem, 4.6vw, 4.4rem);
}

.velostrada-contact-overview {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.velostrada-contact-quick {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.15rem auto 0;
  max-width: 1000px;
}

.velostrada-contact-quick__item {
  background: rgba(20, 33, 28, 0.72);
  border: 1px solid var(--velo-border);
  border-radius: 16px;
  color: var(--velo-text);
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  padding: 0.85rem 1rem;
  text-align: left;
}

.velostrada-contact-quick__item:hover {
  border-color: rgba(124, 255, 0, 0.38);
  color: var(--velo-text);
  transform: translateY(-1px);
}

.velostrada-contact-quick__item span,
.velostrada-contact-card__eyebrow,
.velostrada-contact-card__lines span {
  color: var(--velo-neon);
  font-family: 'Orbitron', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.velostrada-contact-quick__item strong {
  font-size: 1rem;
  line-height: 1.25;
}

.velostrada-contact-overview__item {
  background: rgba(20, 33, 28, 0.8);
  border: 1px solid var(--velo-border);
  border-radius: 18px;
  box-shadow: var(--velo-shadow-soft);
  display: grid;
  gap: 0.45rem;
  min-height: 100%;
  padding: 1rem 1.1rem;
  text-align: left;
}

.velostrada-contact-overview__label {
  color: var(--velo-neon);
  font-family: 'Orbitron', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.velostrada-contact-overview__item strong {
  color: var(--velo-text);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.45;
}

.velostrada-contact-help {
  color: var(--velo-text-muted);
  display: grid;
  gap: 1.1rem;
}

.velostrada-contact-help__section {
  display: grid;
  gap: 0.45rem;
}

.velostrada-contact-help__checklist {
  gap: 0.75rem;
}

.velostrada-contact-check {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
}

.velostrada-contact-check strong {
  color: var(--velo-text);
  font-size: 0.95rem;
}

.velostrada-contact-check span {
  color: var(--velo-text-muted);
  line-height: 1.55;
}

.velostrada-contact-links {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
  margin: 0.2rem 0 0;
}

.velostrada-contact-links .btn {
  justify-content: center;
  min-height: 3.25rem;
  width: 100%;
}

.velostrada-contact-help__note {
  color: var(--velo-text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.velostrada-contact-card {
  color: var(--velo-text-muted);
  display: grid;
  gap: 1rem;
  position: sticky;
  top: calc(var(--scroll-padding-top, 6rem) + 1rem);
}

.velostrada-contact-card__main {
  display: grid;
  gap: 0.45rem;
}

.velostrada-contact-card__main h2 {
  color: var(--velo-text);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  margin: 0;
}

.velostrada-contact-card__main p,
.velostrada-contact-card__hint p {
  margin: 0;
}

.velostrada-contact-card__lines {
  display: grid;
  gap: 0.7rem;
}

.velostrada-contact-card__lines a,
.velostrada-contact-card__hint {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem 0.95rem;
}

.velostrada-contact-card__lines a {
  color: var(--velo-text);
}

.velostrada-contact-card__lines strong {
  font-size: 1.15rem;
}

.velostrada-contact-card__hint strong {
  color: var(--velo-text);
}

.contact-form .alert {
  background: rgba(20, 33, 28, 0.8);
  border: 1px solid var(--velo-border);
  color: var(--velo-text);
}

.form-control,
.form-select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
select {
  background: var(--velo-bg-deep);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: var(--velo-text);
  min-height: 3rem;
  padding: 0.78rem 0.95rem;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(1);
  opacity: 0.75;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

input[data-velostrada-date-picker="birthday"] {
  cursor: pointer;
}

.velostrada-date-picker {
  background: rgba(7, 20, 16, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  color: var(--velo-text);
  padding: 0.75rem;
  position: absolute;
  z-index: 3000;
}

.velostrada-date-picker[hidden] {
  display: none;
}

.velostrada-date-picker__bar {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(5rem, 0.8fr);
  margin-bottom: 0.65rem;
}

.velostrada-date-picker__bar select {
  min-height: 2.4rem;
  padding: 0.45rem 0.6rem;
}

.velostrada-date-picker__grid {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.velostrada-date-picker__week {
  color: var(--velo-text-muted);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.25rem 0;
  text-align: center;
}

.velostrada-date-picker__day {
  align-items: center;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: var(--velo-text);
  display: inline-flex;
  font: inherit;
  justify-content: center;
  padding: 0;
}

.velostrada-date-picker__day:hover,
.velostrada-date-picker__day:focus {
  background: rgba(57, 255, 20, 0.14);
  border-color: rgba(57, 255, 20, 0.45);
  color: var(--velo-text);
}

.velostrada-date-picker__day.is-selected {
  background: var(--velo-neon);
  border-color: var(--velo-neon);
  color: var(--velo-bg);
  font-weight: 800;
}

.velostrada-date-picker__day:disabled {
  color: rgba(255, 255, 255, 0.25);
  cursor: not-allowed;
  opacity: 0.45;
}

textarea.form-control {
  min-height: 9rem;
}

.page-order #delivery_message,
.page-order #gift_message {
  border-radius: 6px;
}

.form-label {
  color: var(--velo-text);
  font-family: 'Orbitron', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.form-check-input {
  background-color: var(--velo-bg-deep);
  border-color: rgba(255, 255, 255, 0.14);
}

.form-check-input:checked {
  background-color: var(--velo-neon);
  border-color: var(--velo-neon);
}

.form-check-label {
  color: var(--velo-text-muted);
}

.password-field .btn {
  min-width: 3.4rem;
}

.velostrada-auth-shell {
  margin: 2.5rem auto 3rem;
  max-width: 520px;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 2.8rem);
}

.velostrada-auth-shell--login {
  max-width: 1040px;
}

.velostrada-auth-shell__intro {
  margin-bottom: 1.4rem;
  position: relative;
  z-index: 1;
}

.velostrada-auth-shell__intro p {
  color: var(--velo-text-muted);
  margin-bottom: 0;
}

.velostrada-auth-shell__content {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: minmax(16rem, 0.85fr) minmax(0, 1.15fr);
  position: relative;
  z-index: 1;
}

.velostrada-auth-shell__panel,
.velostrada-auth-shell .login,
.velostrada-auth-shell .register-form {
  background: rgba(9, 18, 15, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--velo-radius-card) + 4px);
  box-shadow: var(--velo-shadow-soft);
  padding: clamp(1.35rem, 3vw, 2rem);
}

.velostrada-auth-shell__panel {
  align-content: start;
  display: grid;
  gap: 1rem;
}

.velostrada-auth-shell__panel p:last-child {
  margin-bottom: 0;
}

.velostrada-auth-shell__benefits {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.velostrada-auth-shell__benefits li {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  color: var(--velo-text-muted);
  padding: 0.95rem 1rem;
}

.velostrada-auth-shell__benefits strong,
.velostrada-auth-shell__panel-title {
  color: var(--velo-text);
  display: block;
  margin-bottom: 0.25rem;
}

.velostrada-auth-shell__support {
  display: grid;
  gap: 0.6rem;
}

.velostrada-auth-shell__support a {
  color: var(--velo-neon);
  font-weight: 600;
}

.login,
.register-form,
.login__form-wrapper {
  position: relative;
  z-index: 1;
}

.login hr,
.register-form hr {
  border-color: rgba(255, 255, 255, 0.08);
  margin-block: 1.5rem;
}

.login__register-prompt h2 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.login__register-prompt {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 1.1rem 1.15rem;
}

.velostrada-customer-shell {
  --bs-gutter-x: 1.4rem;
  --bs-gutter-y: 1.4rem;
  align-items: start;
}

.velostrada-customer-shell__menu .account-menu,
.velostrada-customer-shell__content {
  padding: clamp(1.4rem, 3vw, 2rem);
}

.velostrada-customer-shell__content {
  min-height: 100%;
}

.account-menu {
  display: grid;
  gap: 0.8rem;
}

.account-menu__title {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.account-menu__nav,
.account-menu--main {
  display: grid;
  gap: 0.7rem;
}

.account-menu__link {
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--velo-border);
  border-radius: 16px;
  color: var(--velo-text-muted);
  display: flex;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.account-menu__link--active {
  border-color: rgba(57, 255, 20, 0.32);
  box-shadow: 0 0 0 1px rgba(57, 255, 20, 0.08);
  color: var(--velo-text);
}

.account-menu__link:hover,
.account-menu__link:focus {
  color: var(--velo-neon);
}

.page-content--customer {
  padding-top: 0;
}

.page-content--customer .page-header {
  margin-bottom: 1.4rem;
}

.account-menu__back {
  margin-bottom: 1rem;
}

.velostrada-cart-shell {
  --bs-gutter-x: 1.4rem;
  --bs-gutter-y: 1.4rem;
  align-items: start;
}

.cart-grid__content,
.cart-grid__aside-wrapper {
  padding: clamp(1.3rem, 3vw, 1.8rem);
}

.cart-grid__products-details {
  margin-top: 1.2rem;
}

.cart__overview {
  background: transparent;
  border: 0;
}

.cart__overview > hr {
  display: none;
}

.cart__list {
  display: grid;
  gap: 1rem;
}

.cart__item {
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
}

.product-line {
  background: var(--velo-bg-card);
  border: 1px solid var(--velo-border);
  border-radius: var(--velo-radius-card);
  box-shadow: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(100px, 140px) minmax(0, 1fr);
  padding: 1.15rem;
}

.product-line__image,
.product-line__img {
  border-radius: 14px;
  overflow: hidden;
}

.product-line__content {
  display: grid;
  gap: 1rem;
}

.product-line__title {
  font-size: 0.98rem;
  line-height: 1.35;
}

.product-line__item--prices {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.product-line__price {
  font-size: 1rem;
}

.product-line__content-right {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.product-line__actions a {
  color: var(--velo-text-muted);
}

.product-line__actions a:hover {
  color: var(--velo-neon);
}

.cart-grid__aside-wrapper {
  position: sticky;
  top: 7.5rem;
}

.page-order .checkout-grid {
  align-items: flex-start;
  row-gap: 1.5rem;
}

.page-order .checkout-step,
.page-order .checkout-grid__content .tab-pane,
.page-order #checkout-payment-step,
.page-order .payment-options__list {
  position: relative;
}

.page-order .checkout-step {
  min-width: 0;
}

.page-order .payment-options__list {
  gap: 0.85rem;
}

.page-order .payment-option {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.page-order .payment-option:has(.payment-option__input:checked) {
  background: rgba(57, 255, 20, 0.045);
  border-color: rgba(57, 255, 20, 0.55);
  box-shadow: 0 0 0 1px rgba(57, 255, 20, 0.08), 0 18px 45px rgba(0, 0, 0, 0.22);
}

.page-order .payment-option:has(.payment-option__input[data-module-name="santandercredit"]) {
  border-color: rgba(227, 0, 27, 0.25);
}

.page-order .payment-option:has(.payment-option__input[data-module-name="santandercredit"]:checked) {
  background: rgba(227, 0, 27, 0.045);
  border-color: rgba(227, 0, 27, 0.58);
  box-shadow: 0 0 0 1px rgba(227, 0, 27, 0.1), 0 18px 45px rgba(0, 0, 0, 0.22);
}

.page-order .payment-option:has(.payment-option__input[data-module-name="alior_raty"]) {
  border-color: rgba(132, 0, 58, 0.34);
}

.page-order .payment-option:has(.payment-option__input[data-module-name="alior_raty"]:checked) {
  background: linear-gradient(135deg, rgba(132, 0, 58, 0.16), rgba(57, 255, 20, 0.035));
  border-color: rgba(132, 0, 58, 0.72);
  box-shadow: 0 0 0 1px rgba(132, 0, 58, 0.14), 0 18px 45px rgba(0, 0, 0, 0.22);
}

.page-order .payment-option__form-check {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin: 0;
  min-height: 3.25rem;
  padding: 0.9rem 1rem;
}

.page-order .payment-option__input {
  flex: 0 0 auto;
  margin: 0;
}

.page-order .payment-option__label {
  align-items: center;
  color: var(--velo-text-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  line-height: 1.35;
  min-width: 0;
}

.page-order .payment-option__input:checked + .payment-option__label,
.page-order .payment-option__input:checked ~ .payment-option__label {
  color: var(--velo-text);
}

.page-order .payment-option__label img {
  background: #fff;
  border-radius: 8px;
  max-height: 2.75rem;
  max-width: 10.5rem;
  object-fit: contain;
  padding: 0.3rem 0.45rem;
}

.page-order .payment-option__additional-information,
.page-order .js-payment-option-form {
  background: rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--velo-text);
  margin: 0;
  padding: 1.05rem 1rem 1.15rem;
}

.page-order .payment-option__additional-information p,
.page-order .payment-option__additional-information div,
.page-order .payment-option__additional-information span {
  max-width: 100%;
}

.page-order .payment-option__additional-information img,
.page-order .payment-option__additional-information iframe,
.page-order .js-payment-option-form img,
.page-order .js-payment-option-form iframe {
  max-width: 100%;
}

.page-order .payment-option__additional-information a,
.page-order .js-payment-option-form a {
  color: var(--velo-neon);
}

.page-order .alior-checkout-panel,
.page-order .bank-checkout-panel {
  display: grid;
  gap: 0.9rem;
}

.page-order .alior-checkout-panel p,
.page-order .bank-checkout-panel p {
  margin: 0;
}

.page-order .bank-checkout-panel__brand {
  align-items: center;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(7.5rem, 10rem) minmax(0, 1fr);
}

.page-order .bank-checkout-panel__brand img {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  display: block;
  max-height: 4rem;
  max-width: 100%;
  object-fit: contain;
  padding: 0.45rem 0.6rem;
}

.page-order .bank-checkout-panel__brand h3 {
  color: var(--velo-text);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  margin: 0 0 0.25rem;
}

.page-order .bank-checkout-panel__brand strong {
  color: var(--velo-neon);
}

.page-order .bank-checkout-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.page-order .bank-checkout-panel__link {
  align-items: center;
  background: rgba(7, 20, 16, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--velo-radius-pill);
  color: var(--velo-text);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.65rem 1rem;
  text-decoration: none;
}

.page-order .bank-checkout-panel--santander .bank-checkout-panel__link--primary,
.page-order .bank-checkout-panel--santander .bank-checkout-panel__link:hover,
.page-order .bank-checkout-panel--santander .bank-checkout-panel__link:focus {
  border-color: rgba(227, 0, 27, 0.58);
  color: #ff8f9c;
}

.page-order .alior-checkout-panel__button {
  align-items: center;
  background: rgba(7, 20, 16, 0.72);
  border: 1px solid rgba(57, 255, 20, 0.34);
  border-radius: var(--velo-radius-pill);
  color: var(--velo-text);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  justify-self: flex-start;
  letter-spacing: 0.6px;
  min-height: 2.85rem;
  padding: 0.75rem 1.15rem;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.page-order .alior-checkout-panel__button:hover,
.page-order .alior-checkout-panel__button:focus {
  background: rgba(57, 255, 20, 0.1);
  border-color: rgba(57, 255, 20, 0.58);
  box-shadow: 0 0 18px rgba(57, 255, 20, 0.14);
  color: var(--velo-neon);
  transform: translateY(-1px);
}

.page-order .js-conditions-to-approve {
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 0.9rem 1rem;
}

.page-order .buttons-wrapper--split {
  align-items: center;
  gap: 1rem;
}

.cart-grid__aside-wrapper h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.page-order .checkout-grid__aside-wrapper {
  background: rgba(5, 17, 13, 0.9);
  border-color: rgba(255, 255, 255, 0.12);
  padding: 1rem;
}

.page-order .checkout__summary-accordion,
.page-order .checkout__summary-accordion-item,
.page-order .checkout__summary-accordion-wrapper {
  background: transparent;
  border: 0;
}

.page-order .cart-summary__products {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
}

.page-order .cart-summary__products-number {
  color: var(--velo-text);
  font-weight: 700;
  padding: 0.95rem 1rem 0.75rem;
}

.page-order .cart-summary__products hr {
  display: none;
}

.page-order .cart-summary__products-accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-order .cart-summary__products-accordion .accordion-button {
  background: rgba(255, 255, 255, 0.035);
  border-radius: 0;
  color: var(--velo-text);
  font-weight: 700;
  padding: 0.85rem 1rem;
}

.page-order .cart-summary__products-list {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.page-order .cart-summary__product {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;
  padding: 0.8rem;
}

.page-order .cart-summary__subtotals,
.page-order .cart-summary__total {
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  margin-top: 0.9rem;
  padding: 0 1rem;
}

.cart-summary,
.cart-summary__totals {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.cart-summary__line,
.cart-summary__totals .cart-summary__line {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-block: 0.9rem;
}

.cart-summary__line:last-child {
  border-bottom: 0;
}

.cart-summary__label {
  color: var(--velo-text-muted);
  font-size: 0.78rem;
}

.cart-summary__value {
  color: var(--velo-neon);
  font-size: 0.9rem;
}

.cart-detailed-actions .btn,
.cart-summary .btn-primary {
  width: 100%;
}

.cart-summary hr,
.cart-grid hr {
  border-color: rgba(255, 255, 255, 0.08);
}

.cart-grid__footer {
  margin-top: 1.2rem;
}

.dropdown-menu,
.offcanvas,
.modal-content {
  padding: 0.5rem;
}

.dropdown-item {
  border-radius: 12px;
  color: var(--velo-text-muted);
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(57, 255, 20, 0.08);
  color: var(--velo-neon);
}

.breadcrumb__wrapper,
.breadcrumb,
.page-header,
#notifications {
  background: transparent;
}

@media (max-width: 1399.98px) {
  .velostrada-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .velostrada-home-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .velostrada-reviews__track {
    grid-auto-columns: minmax(16rem, 0.46fr);
  }
}

@media (max-width: 1199.98px) {
  .velostrada-home-hero,
  .velostrada-category-shell,
  .velostrada-home-band,
  .velostrada-finance-band,
  .velostrada-home-split,
  .velostrada-promo-panel,
  .velostrada-rich-layout,
  .velostrada-category-note,
  .velostrada-service-packages,
  .velostrada-service-flow,
  .velostrada-service-coverage {
    grid-template-columns: 1fr;
  }

  .velostrada-service-board {
    min-height: 48rem;
  }

  .velostrada-reviews__business {
    grid-template-columns: 1fr;
  }

  .velostrada-reviews__photo {
    height: clamp(10rem, 42vw, 15rem);
    max-height: 15rem;
  }

  .velostrada-reviews__business-copy {
    padding: 0.2rem 0.35rem 0.55rem;
  }

  .velostrada-reviews__business-actions {
    justify-content: flex-start;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .velostrada-home-hero,
  .velostrada-category-shell {
    grid-template-columns: minmax(0, 0.85fr) minmax(19rem, 1fr);
  }

  .velostrada-home-hero__copy {
    max-width: 29rem;
  }

  .velostrada-home-hero__brand {
    font-size: clamp(1.75rem, 3.6vw, 2.45rem);
  }

  .velostrada-home-hero__headline {
    font-size: clamp(2rem, 4.1vw, 2.85rem);
  }

  .velostrada-media-stack {
    min-height: 31rem;
  }
}

@media (max-width: 991.98px) {
  .velostrada-header__row {
    flex-wrap: wrap;
  }

  .velostrada-header__primary,
  .velostrada-header__aside {
    flex-basis: 100%;
    margin-left: 0;
  }

  .velostrada-header__search {
    flex: 1 1 auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .velostrada-auth-shell__content {
    grid-template-columns: 1fr;
  }

  .velostrada-home-final,
  .velostrada-service-cta,
  .product-line {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .velostrada-home-process__grid {
    grid-template-columns: 1fr;
  }

  .velostrada-product-note__grid {
    grid-template-columns: 1fr;
  }

  .page-contact .velostrada-contact-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .velostrada-contact-overview,
  .velostrada-contact-quick {
    grid-template-columns: 1fr;
  }

  .velostrada-contact-card {
    position: static;
  }

  .velostrada-reviews__slider {
    gap: 0.55rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .velostrada-reviews__arrow {
    display: none;
  }

  .velostrada-reviews__track {
    grid-auto-columns: minmax(15.5rem, 86%);
  }

  .page-category #left-column,
  .page-category #content-wrapper,
  .page-category .wrapper__content {
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-category .products__selection {
    grid-template-columns: 1fr;
  }

  .page-category .products__sort {
    margin-left: 0;
    min-width: 0;
    width: 100%;
  }

  .cart-grid__aside-wrapper {
    position: static;
    top: auto;
  }
}

@media (max-width: 767.98px) {
  :root {
    --velo-shell-max: min(100vw - 20px, 1280px);
  }

  .velostrada-header {
    padding: 1rem 0 1.1rem;
  }

  .velostrada-header__container {
    padding-inline: 1.45rem;
  }

  .velostrada-header__row {
    display: grid;
    gap: 0.6rem;
    grid-template-columns: 3.35rem minmax(0, 1fr) 3.35rem;
    justify-items: center;
  }

  .velostrada-header__primary {
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
    min-width: 0;
    width: 100%;
  }

  .velostrada-header__logo {
    display: flex;
    justify-content: center;
    min-width: 0;
    width: 100%;
  }

  #_mobile_ps_customersignin,
  #_mobile_ps_shoppingcart {
    align-items: center;
    display: flex !important;
    grid-row: 1;
    justify-content: center;
  }

  #_mobile_ps_customersignin {
    grid-column: 1;
  }

  #_mobile_ps_shoppingcart {
    grid-column: 3;
  }

  #_mobile_ps_customersignin .header-block__action-btn,
  #_mobile_ps_shoppingcart .header-block__action-btn {
    align-items: center;
    display: inline-flex;
    height: 3.25rem;
    justify-content: center;
    min-height: 3.25rem;
    min-width: 3.25rem;
    padding: 0;
    position: relative;
    width: 3.25rem;
  }

  #_mobile_ps_customersignin .header-block__icon,
  #_mobile_ps_shoppingcart .header-block__icon {
    font-size: 1.4rem;
  }

  #_mobile_ps_shoppingcart .header-block__badge {
    align-items: center;
    background: var(--velo-neon);
    border-radius: 999px;
    color: var(--velo-bg-deep);
    display: inline-flex;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    height: 1.05rem;
    justify-content: center;
    min-width: 1.05rem;
    padding-inline: 0.18rem;
    position: absolute;
    right: 0.25rem;
    top: 0.2rem;
  }

  .velostrada-nav--mobile {
    display: grid !important;
    gap: 0.12rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    margin-top: 1.25rem;
    overflow: visible;
    padding-bottom: 0.1rem;
    width: 100%;
  }

  .velostrada-nav--mobile a {
    font-size: clamp(0.62rem, 2.65vw, 0.78rem);
    letter-spacing: 0;
    min-width: 0;
    padding: 0.35rem 0;
    text-align: center;
    white-space: nowrap;
  }

  .velostrada-nav--mobile a[href*="regulamin"] {
    display: none;
  }

  .velostrada-header .navbar-brand .logo {
    max-height: 3.6rem !important;
    max-width: min(12.5rem, 100%) !important;
  }

  .page-content--home.velostrada-home {
    padding: 1rem 0 3rem;
  }

  .page-cms .velostrada-rich-layout,
  .page-category .columns-container,
  .page-product .columns-container,
  .page-contact .columns-container,
  .page-cart .columns-container,
  .page-order .columns-container {
    margin-inline: auto;
    max-width: 100%;
    width: 100%;
  }

  .page-cms .page-content--cms,
  .page-category #wrapper,
  .page-product #wrapper,
  .page-contact #wrapper,
  .page-cart #wrapper,
  .page-order #wrapper {
    margin-inline: auto;
    max-width: var(--velo-shell-max);
    width: 100%;
  }

  .velostrada-home-hero,
  .velostrada-home-band,
  .velostrada-home-final,
  .velostrada-home-section,
  .velostrada-home-process,
  .velostrada-finance-band,
  .velostrada-category-shell,
  .velostrada-promo-panel,
  .velostrada-rich-layout,
  .page-category .columns-container,
  .page-product .columns-container,
  .page-cart .columns-container,
  .page-order .columns-container,
  .page-contact .columns-container,
  .velostrada-auth-shell,
  .cart-grid__content,
  .cart-grid__aside-wrapper {
    border-radius: 20px;
    padding: 1.25rem;
  }

  .velostrada-home-hero {
    gap: 1.1rem;
    grid-template-columns: minmax(0, 1fr);
    max-width: 100%;
    overflow: hidden;
  }

  .velostrada-home-hero__copy,
  .velostrada-media-stack {
    min-width: 0;
    width: 100%;
  }

  .velostrada-home-hero__title {
    letter-spacing: 0;
    overflow-wrap: normal;
    word-break: normal;
  }

  .page-title-section,
  .velostrada-home-band__copy h2,
  .velostrada-promo-panel__copy h2,
  .velostrada-home-final__copy h2,
  .velostrada-category-shell__copy .page-title-section,
  .velostrada-auth-shell__title {
    font-size: clamp(2rem, 9vw, 2.35rem);
  }

  .velostrada-home-hero__brand {
    font-size: clamp(1.55rem, 7.6vw, 2.05rem);
  }

  .velostrada-home-hero__headline {
    font-size: clamp(1.35rem, 6.25vw, 1.7rem);
    line-height: 1.08;
  }

  .velostrada-entry-grid,
  .velostrada-home-split {
    grid-template-columns: 1fr;
  }

  .velostrada-home-hero__actions,
  .velostrada-home-final__actions,
  .velostrada-footer__actions,
  .velostrada-auth-shell__actions {
    flex-direction: column;
  }

  .velostrada-home-hero__actions .btn,
  .velostrada-home-final__actions .btn,
  .velostrada-promo-panel .btn,
  .velostrada-footer__actions .btn,
  .velostrada-auth-shell .btn {
    width: 100%;
  }

  .velostrada-footer__socials,
  .velostrada-contact-links,
  .velostrada-service-cta__actions {
    flex-direction: column;
  }

  .velostrada-footer__social-link,
  .velostrada-contact-links .btn,
  .velostrada-service-cta__actions .btn {
    width: 100%;
  }

  .velostrada-footer__cta-row .btn,
  .velostrada-footer__cta-row .velostrada-footer__social-link {
    flex: 0 1 auto;
    width: auto;
  }

  .velostrada-reviews__business-actions {
    flex-direction: column;
  }

  .velostrada-reviews__business-actions .btn {
    width: 100%;
  }

  .velostrada-reviews__photo {
    height: clamp(8.5rem, 48vw, 12rem);
    max-height: 12rem;
  }

  .velostrada-home-bestsellers {
    padding: 1rem;
  }

  .velostrada-home-bestsellers__intro {
    display: none;
  }

  .velostrada-home-bestsellers__body .module-products {
    max-width: 100%;
  }

  .velostrada-home-bestsellers__body .module-products__list .products,
  .page-product .product__accessories .module-products__list .products,
  .page-product .ps-categoryproducts .module-products__list .products,
  .page-category .js-product-list .products,
  .page-category .js-product-list .products.row {
    display: grid !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }

  .velostrada-home-bestsellers__body .module-products__list .products > *,
  .page-product .product__accessories .module-products__list .products > *,
  .page-product .ps-categoryproducts .module-products__list .products > *,
  .page-category .js-product-list .products > *,
  .page-category .js-product-list .products.row > * {
    max-width: 100% !important;
    width: 100% !important;
  }

  .velostrada-home-bestsellers__body .product-miniature__inner,
  .page-product .product__accessories .product-miniature__inner,
  .page-product .ps-categoryproducts .product-miniature__inner,
  .page-category .product-miniature .product-miniature__inner {
    border-radius: 18px;
  }

  .velostrada-home-bestsellers__body .product-miniature__image-container,
  .page-product .product__accessories .product-miniature__image-container,
  .page-product .ps-categoryproducts .product-miniature__image-container,
  .page-category .product-miniature__image-container {
    margin: 0;
    max-width: 100%;
  }

  .velostrada-home-bestsellers__body .product-miniature__image-link,
  .page-product .product__accessories .product-miniature__image-link,
  .page-product .ps-categoryproducts .product-miniature__image-link,
  .page-category .product-miniature__image-link {
    aspect-ratio: 1.18 / 1;
    padding: 0;
  }

  .velostrada-home-bestsellers__body .product-miniature__image-link img,
  .page-product .product__accessories .product-miniature__image-link img,
  .page-product .ps-categoryproducts .product-miniature__image-link img,
  .page-category .product-miniature__image-link img,
  .velostrada-home-bestsellers__body .product-miniature__image,
  .page-product .product__accessories .product-miniature__image,
  .page-product .ps-categoryproducts .product-miniature__image,
  .page-category .product-miniature__image {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.04);
    width: 100%;
  }

  .velostrada-home-bestsellers__body .product-miniature__infos,
  .page-product .product__accessories .product-miniature__infos,
  .page-product .ps-categoryproducts .product-miniature__infos,
  .page-category .product-miniature__infos {
    padding: 0.95rem 1rem 1.05rem;
  }

  .velostrada-home-bestsellers__body .product-miniature__title,
  .page-product .product__accessories .product-miniature__title,
  .page-product .ps-categoryproducts .product-miniature__title,
  .page-category .product-miniature__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 0.98rem;
    line-height: 1.28;
    overflow: hidden;
  }

  .velostrada-home-bestsellers__body .product-miniature__price,
  .velostrada-home-bestsellers__body .product-miniature__prices,
  .page-product .product__accessories .product-miniature__price,
  .page-product .product__accessories .product-miniature__prices,
  .page-product .ps-categoryproducts .product-miniature__price,
  .page-product .ps-categoryproducts .product-miniature__prices,
  .page-category .product-miniature__price,
  .page-category .product-miniature__prices {
    font-size: 1.05rem;
    margin-top: 0.45rem;
  }

  .velostrada-home-bestsellers__body .product-miniature__actions,
  .page-product .product__accessories .product-miniature__actions,
  .page-product .ps-categoryproducts .product-miniature__actions,
  .page-category .product-miniature__actions {
    display: none !important;
  }

  .velostrada-filter-strip {
    justify-content: flex-start;
  }

  .velostrada-media-stack {
    min-height: 28.5rem;
  }

  .velostrada-service-board {
    display: grid;
    gap: 0;
    min-height: 0;
    overflow: hidden;
  }

  .velostrada-service-board__media {
    border-radius: 18px 18px 0 0;
    inset: auto;
    min-height: 0;
    position: relative;
  }

  .velostrada-service-board__media::after {
    background: linear-gradient(180deg, rgba(6, 16, 13, 0.05), rgba(6, 16, 13, 0.34));
  }

  .velostrada-service-board__media img {
    aspect-ratio: 1.2 / 1;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .velostrada-service-board__overlay {
    gap: 0.9rem;
    margin-top: 0;
    padding: 0.95rem;
  }

  .velostrada-media-stack__item--primary {
    inset: 0 0 3.8rem 0;
  }

  .velostrada-media-stack__item--secondary {
    bottom: 6.2rem;
    height: 8.7rem;
    right: -0.9rem;
    width: 9.6rem;
  }

  .velostrada-media-stack__item--accent {
    display: none;
  }

  .velostrada-media-stack__note {
    bottom: 0;
    left: 1rem;
    max-width: calc(100% - 2rem);
    right: auto;
  }

  .velostrada-rich-layout--service {
    gap: 1rem;
    padding: 1rem;
  }

  .velostrada-service-packages--overlay,
  .velostrada-service-flow--overlay,
  .velostrada-service-packages,
  .velostrada-service-flow {
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }

  .velostrada-service-card,
  .velostrada-service-flow__card {
    min-height: 0;
    padding: 1rem;
  }

  .velostrada-service-card--overlay,
  .velostrada-service-flow__card--overlay {
    background: rgba(8, 16, 14, 0.88);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .velostrada-service-board .velostrada-service-card__icon,
  .velostrada-service-board .velostrada-service-flow__index,
  .velostrada-service-table__shell .velostrada-service-card__icon {
    height: auto;
    min-height: 3rem;
    padding: 0.75rem 0.9rem;
  }

  .velostrada-service-board .velostrada-service-card__copy,
  .velostrada-service-board .velostrada-service-flow__card p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .velostrada-service-table__shell {
    padding: 0.95rem;
  }

  .product-line {
    padding: 1rem;
  }

  .product-line__content-right {
    align-items: flex-start;
    flex-direction: column;
  }
}
