.elementor-727 .elementor-element.elementor-element-0f98cff{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-727 .elementor-element.elementor-element-c67c09e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bda4327 *//* =========================================================
   SPITI RIDERS — WHITE PANEL HERO SLIDER
   Clean image • White content panel • No black image shadow
========================================================= */

.sr-home-hero {
  --sr-hero-blue: #1361cc;
  --sr-hero-blue-dark: #0e4fa9;
  --sr-hero-blue-soft: #eef5ff;

  --sr-hero-black: #000000;
  --sr-hero-heading: #090d14;
  --sr-hero-text: #5d6671;
  --sr-hero-muted: #7d8792;
  --sr-hero-white: #ffffff;
  --sr-hero-border: #e6e9ee;
  --sr-hero-gold: #f4b942;

  position: relative;
  left: 50%;
  width: 100vw;
  min-height: clamp(660px, 78vh, 800px);
  margin-left: -50vw;
  overflow: hidden;
  isolation: isolate;
  color: var(--sr-hero-heading);
  background: #eef2f6;
  font-family: var(--sr-font-primary, "Manrope", Arial, sans-serif);
}

.sr-home-hero,
.sr-home-hero *,
.sr-home-hero *::before,
.sr-home-hero *::after {
  box-sizing: border-box;
}

.sr-home-hero a {
  text-decoration: none !important;
}

.sr-home-hero button {
  margin: 0 !important;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  text-transform: none !important;
  -webkit-appearance: none;
  appearance: none;
}

/* =========================================================
   ELEMENTOR RESET
========================================================= */

.elementor-widget-html:has(.sr-home-hero),
.elementor-widget-html:has(.sr-home-hero)
  > .elementor-widget-container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

/* =========================================================
   IMAGE SLIDER
========================================================= */

.sr-home-hero__slider {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #dbe4ec;
}

.sr-home-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;

  /*
   No black gradient or dark shadow over the image.
   Only a very light transparent wash for consistency.
  */

  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 46%,
      rgba(19, 97, 204, 0.03) 100%
    ),
    var(--desktop-image);

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  transform: scale(1.045);

  transition:
    opacity 900ms ease,
    transform 6500ms ease;
}

.sr-home-hero__slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

/* No dark overlay */

.sr-home-hero__slider::after {
  display: none;
}

/* =========================================================
   SHARED 1400PX CONTAINERS
========================================================= */

.sr-home-hero__media-ui,
.sr-home-hero__inner {
  width: min(calc(100% - 80px), 1400px);
  margin-inline: auto;
}

.sr-home-hero__media-ui {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.sr-home-hero__inner {
  position: relative;
  z-index: 5;
  min-height: clamp(660px, 78vh, 800px);
  pointer-events: none;
}

/* =========================================================
   WHITE CONTENT PANEL
========================================================= */

.sr-home-hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: min(720px, 60%);
  padding: clamp(40px, 4.4vw, 62px);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 26px;
  color: var(--sr-hero-heading);
  background: rgba(255, 255, 255, 0.94);

  /*
   Soft neutral/blue panel shadow.
   No black shadow on the banner image.
  */

  box-shadow:
    0 24px 60px rgba(19, 97, 204, 0.10),
    0 4px 16px rgba(19, 97, 204, 0.05);

  pointer-events: auto;
  transform: translateY(-50%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Small blue decorative edge */

.sr-home-hero__content::before {
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 0;
  width: 4px;
  border-radius: 0 5px 5px 0;
  background: var(--sr-hero-blue);
  content: "";
}

/* =========================================================
   EYEBROW
========================================================= */

.sr-home-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--sr-hero-blue);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sr-home-hero__eyebrow::before {
  width: 31px;
  height: 2px;
  flex: 0 0 31px;
  border-radius: 999px;
  background: var(--sr-hero-blue);
  content: "";
}

/* =========================================================
   TITLE
========================================================= */

.sr-home-hero__title {
  max-width: 570px;
  margin: 0;
  color: var(--sr-hero-heading);
  font-family: inherit;
  font-size: clamp(48px, 4.5vw, 70px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.sr-home-hero__title span {
  display: block;
  margin-top: 7px;
  color: var(--sr-hero-blue);
}

.sr-home-hero__copy {
  max-width: 530px;
  margin: 25px 0 0;
  color: var(--sr-hero-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

/* =========================================================
   ACTION BUTTONS
========================================================= */

.sr-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.sr-home-hero__button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 25px;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;

  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.sr-home-hero__button:hover,
.sr-home-hero__button:focus {
  transform: translateY(-2px);
}

.sr-home-hero__button--primary {
  min-width: 230px;
  color: var(--sr-hero-white) !important;
  background: var(--sr-hero-blue) !important;
}

.sr-home-hero__button--primary:hover,
.sr-home-hero__button--primary:focus {
  color: var(--sr-hero-white) !important;
  background: var(--sr-hero-black) !important;
}

.sr-home-hero__button--secondary {
  min-width: 190px;
  border-color: #cfd5dc !important;
  color: var(--sr-hero-heading) !important;
  background: var(--sr-hero-white) !important;
}

.sr-home-hero__button--secondary:hover,
.sr-home-hero__button--secondary:focus {
  border-color: var(--sr-hero-blue) !important;
  color: var(--sr-hero-blue) !important;
  background: var(--sr-hero-blue-soft) !important;
}

.sr-home-hero__button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.sr-home-hero__button--primary:hover svg {
  transform: translateX(4px);
}

/* =========================================================
   TRUST FEATURES
========================================================= */

.sr-home-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 21px;
  margin-top: 28px;
}

.sr-home-hero__features span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #67717c;
  font-size: 11px;
  font-weight: 750;
}

.sr-home-hero__features svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--sr-hero-blue);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   FIVE-STAR RATING
========================================================= */

.sr-home-hero__rating {
  position: absolute;
  right: 0;
  bottom: 38px;
  z-index: 6;
  min-width: 280px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 13px;
  color: var(--sr-hero-heading);
  background: rgba(255, 255, 255, 0.92);

  box-shadow:
    0 16px 38px rgba(19, 97, 204, 0.10);

  text-align: right;
  pointer-events: auto;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sr-home-hero__stars {
  color: var(--sr-hero-gold);
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.sr-home-hero__trust {
  margin-top: 8px;
  color: var(--sr-hero-heading);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* =========================================================
   SLIDER CONTROLS
========================================================= */

.sr-home-hero__slider-controls {
  position: absolute;
  right: 0;
  bottom: 132px;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 9px;
  pointer-events: auto;
}

.sr-home-hero__arrow {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  border-radius: 50% !important;
  color: var(--sr-hero-blue) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  cursor: pointer;

  box-shadow:
    0 10px 25px rgba(19, 97, 204, 0.09);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.sr-home-hero__arrow:hover,
.sr-home-hero__arrow:focus {
  border-color: var(--sr-hero-blue) !important;
  color: var(--sr-hero-white) !important;
  background: var(--sr-hero-blue) !important;
  transform: translateY(-2px);
}

.sr-home-hero__arrow svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   SLIDER DOTS
========================================================= */

.sr-home-hero__dots {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-right: 5px;
}

.sr-home-hero__dot {
  width: 8px;
  height: 8px;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.85) !important;
  cursor: pointer;

  transition:
    width 0.22s ease,
    border-radius 0.22s ease,
    background-color 0.22s ease;
}

.sr-home-hero__dot:hover,
.sr-home-hero__dot:focus {
  background: var(--sr-hero-white) !important;
}

.sr-home-hero__dot.is-active {
  width: 29px;
  border-radius: 999px !important;
  background: var(--sr-hero-blue) !important;
}

.sr-home-hero.is-single-slide
  .sr-home-hero__slider-controls {
  display: none;
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

.sr-home-hero a:focus-visible,
.sr-home-hero button:focus-visible {
  outline: 3px solid rgba(19, 97, 204, 0.65);
  outline-offset: 4px;
}

/* =========================================================
   ELEMENTOR BUTTON OVERRIDES
========================================================= */

.sr-home-hero button:hover,
.sr-home-hero button:focus,
.sr-home-hero button:active,
.sr-home-hero [type="button"]:hover,
.sr-home-hero [type="button"]:focus,
.sr-home-hero [type="button"]:active {
  box-shadow: none;
  outline: none;
}

.sr-home-hero .sr-home-hero__arrow {
  background: rgba(255, 255, 255, 0.92) !important;
}

.sr-home-hero .sr-home-hero__arrow:hover,
.sr-home-hero .sr-home-hero__arrow:focus {
  background: var(--sr-hero-blue) !important;
}

.sr-home-hero .sr-home-hero__dot {
  background: rgba(255, 255, 255, 0.85) !important;
}

.sr-home-hero .sr-home-hero__dot.is-active {
  background: var(--sr-hero-blue) !important;
}

/* =========================================================
   MEDIUM DESKTOP
========================================================= */

@media (max-width: 1180px) {

  .sr-home-hero__media-ui,
  .sr-home-hero__inner {
    width: min(calc(100% - 50px), 1400px);
  }

  .sr-home-hero__content {
    width: min(570px, 55%);
    padding: 44px 40px;
  }

  .sr-home-hero__title {
    font-size: clamp(47px, 5vw, 65px);
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .sr-home-hero {
    left: auto;
    width: 100%;
    min-height: auto;
    margin-left: 0;
    padding-top: 10px;
    background: #f4f7fa;
  }

  .sr-home-hero__slider {
    position: relative;
    inset: auto;
    width: calc(100% - 24px);
    height: clamp(440px, 70vh, 570px);
    min-height: 0;
    margin: 0 auto;
    border-radius: 22px;
    box-shadow: none;
  }

  .sr-home-hero__slide {
    background-image:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 50%,
        rgba(19, 97, 204, 0.07) 100%
      ),
      var(--mobile-image);

    background-position: center;
    background-size: cover;
  }

  .sr-home-hero__slider::after {
    display: none;
  }

  .sr-home-hero__media-ui {
    position: absolute;
    inset: 0;
    width: 100%;
    margin: 0;
  }

  .sr-home-hero__inner {
    width: 100%;
    min-height: auto;
  }

  .sr-home-hero__content {
    position: relative;
    top: auto;
    left: auto;
    width: min(calc(100% - 24px), 680px);
    max-width: none;
    margin: 16px auto 0;
    padding: 38px 27px 44px;
    border: 1px solid var(--sr-hero-border);
    border-radius: 20px;
    color: var(--sr-hero-heading);
    background: var(--sr-hero-white);

    box-shadow:
      0 18px 45px rgba(19, 97, 204, 0.08);

    text-align: center;
    transform: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .sr-home-hero__content::before {
    top: 0;
    right: 50%;
    bottom: auto;
    left: auto;
    width: 70px;
    height: 4px;
    border-radius: 0 0 5px 5px;
    transform: translateX(50%);
  }

  .sr-home-hero__eyebrow {
    justify-content: center;
    margin-bottom: 16px;
  }

  .sr-home-hero__title {
    max-width: 650px;
    margin-inline: auto;
    font-size: clamp(42px, 11vw, 62px);
    line-height: 1;
  }

  .sr-home-hero__copy {
    max-width: 610px;
    margin: 22px auto 0;
    font-size: 15px;
    line-height: 1.7;
  }

  .sr-home-hero__actions {
    justify-content: center;
    margin-top: 28px;
  }

  .sr-home-hero__features {
    justify-content: center;
  }

  .sr-home-hero__slider-controls {
    top: 18px;
    right: 18px;
    bottom: auto;
    left: auto;
    gap: 7px;
  }

  .sr-home-hero__dots {
    display: none;
  }

  .sr-home-hero__arrow {
    width: 43px;
    height: 43px;
  }

  .sr-home-hero__rating {
    top: auto;
    right: 22px;
    bottom: 22px;
    left: 22px;
    display: flex;
    width: auto;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 12px 15px;
    border-radius: 999px;
    text-align: center;
  }

  .sr-home-hero__stars {
    flex: 0 0 auto;
    font-size: 14px;
    letter-spacing: 0.12em;
  }

  .sr-home-hero__trust {
    margin-top: 0;
    font-size: 8px;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .sr-home-hero {
    padding-top: 8px;
  }

  .sr-home-hero__slider {
    width: calc(100% - 16px);
    height: 500px;
    border-radius: 18px;
  }

  .sr-home-hero__content {
    width: calc(100% - 16px);
    margin-top: 10px;
    padding: 34px 20px 40px;
    border-radius: 18px;
  }

  .sr-home-hero__eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .sr-home-hero__eyebrow::before {
    width: 25px;
    flex-basis: 25px;
  }

  .sr-home-hero__title {
    font-size: clamp(38px, 12vw, 51px);
  }

  .sr-home-hero__copy {
    margin-top: 20px;
    font-size: 14px;
  }

  .sr-home-hero__actions {
    flex-direction: column;
    align-items: center;
  }

  .sr-home-hero__button {
    width: min(100%, 320px);
  }

  .sr-home-hero__slider-controls {
    top: 14px;
    right: 14px;
  }

  .sr-home-hero__arrow {
    width: 40px;
    height: 40px;
  }

  .sr-home-hero__rating {
    right: 13px;
    bottom: 13px;
    left: 13px;
    gap: 7px;
    padding: 11px 8px;
  }

  .sr-home-hero__stars {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .sr-home-hero__trust {
    font-size: 7px;
    letter-spacing: 0.04em;
  }

  .sr-home-hero__features {
    gap: 12px 17px;
  }

  .sr-home-hero__features span {
    font-size: 10px;
  }
}

/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 350px) {

  .sr-home-hero__title {
    font-size: 36px;
  }

  .sr-home-hero__rating {
    right: 9px;
    left: 9px;
    gap: 5px;
  }

  .sr-home-hero__stars {
    font-size: 10px;
  }

  .sr-home-hero__trust {
    font-size: 6px;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .sr-home-hero__slide {
    transition: opacity 300ms ease;
    transform: none;
  }

  .sr-home-hero a,
  .sr-home-hero button {
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b81fde *//* =========================================================
   SPITI RIDERS
   ACCESSORIES — 4 COLUMN PRODUCT GRID
========================================================= */

.sr-accessories {
  --sr-blue: #1361cc;
  --sr-blue-dark: #0e4fa9;
  --sr-blue-soft: #eef5ff;

  --sr-heading: #090d14;
  --sr-text: #5d6671;
  --sr-muted: #7d8792;

  --sr-white: #ffffff;
  --sr-border: #e6e9ee;
  --sr-light: #f7f9fc;

  width: 100%;

  padding:
    clamp(70px, 7vw, 105px)
    0;

  background: var(--sr-white);

  font-family:
    var(--sr-font-primary, "Manrope"),
    Arial,
    sans-serif;
}


.sr-accessories,
.sr-accessories *,
.sr-accessories *::before,
.sr-accessories *::after {
  box-sizing: border-box;
}


.sr-accessories a {
  text-decoration: none !important;
}


/* =========================================================
   INNER
========================================================= */

.sr-accessories__inner {
  width: min(calc(100% - 48px), 1400px);

  margin-inline: auto;
}


/* =========================================================
   HEADING
========================================================= */

.sr-accessories__heading {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(280px, .55fr);

  gap: 50px;

  align-items: end;

  margin-bottom: 38px;
}


.sr-accessories__eyebrow {
  display: flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 14px;

  color: var(--sr-blue);

  font-size: 11px;
  font-weight: 800;

  letter-spacing: .14em;

  text-transform: uppercase;
}


.sr-accessories__eyebrow::before {
  content: "";

  width: 30px;
  height: 2px;

  border-radius: 999px;

  background: var(--sr-blue);
}


.sr-accessories__heading h2 {
  margin: 0;

  color: var(--sr-heading);

  font-size:
    clamp(37px, 4vw, 54px);

  font-weight: 850;

  line-height: 1.05;

  letter-spacing: -.045em;
}


.sr-accessories__heading h2 span {
  color: var(--sr-blue);
}


.sr-accessories__heading > p {
  margin: 0;

  color: var(--sr-text);

  font-size: 14px;

  line-height: 1.8;
}


/* =========================================================
   GRID — 4 IN A ROW
========================================================= */

.sr-accessories__grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 18px;
}


/* =========================================================
   CARD
========================================================= */

.sr-accessory-card {
  min-width: 0;

  overflow: hidden;

  border:
    1px solid
    var(--sr-border);

  border-radius: 16px;

  background:
    var(--sr-white);

  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}


.sr-accessory-card:hover {
  transform:
    translateY(-5px);

  border-color:
    rgba(19, 97, 204, .25);

  box-shadow:
    0 18px 45px
    rgba(9, 13, 20, .08);
}


/* =========================================================
   IMAGE
========================================================= */

.sr-accessory-card__media {
  position: relative;

  width: 100%;

  aspect-ratio: 1 / .82;

  overflow: hidden;

  background:
    #f2f4f7;
}


.sr-accessory-card__media img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .5s ease;
}


.sr-accessory-card:hover
.sr-accessory-card__media img {
  transform:
    scale(1.045);
}


/* =========================================================
   BADGE
========================================================= */

.sr-accessory-card__badge {
  position: absolute;

  top: 13px;
  left: 13px;

  display: inline-flex;

  min-height: 27px;

  align-items: center;

  padding:
    0 10px;

  border-radius: 999px;

  color:
    var(--sr-heading);

  background:
    rgba(255, 255, 255, .92);

  box-shadow:
    0 5px 14px
    rgba(0, 0, 0, .06);

  backdrop-filter:
    blur(7px);

  -webkit-backdrop-filter:
    blur(7px);

  font-size: 8px;
  font-weight: 800;

  letter-spacing: .09em;
}


/* =========================================================
   CONTENT
========================================================= */

.sr-accessory-card__content {
  position: relative;

  padding:
    22px
    20px
    20px;
}


.sr-accessory-card__number {
  display: block;

  margin-bottom: 8px;

  color:
    var(--sr-blue);

  font-size: 9px;
  font-weight: 800;

  letter-spacing: .1em;
}


.sr-accessory-card__content h3 {
  margin:
    0
    0
    9px;

  color:
    var(--sr-heading);

  font-size: 19px;
  font-weight: 800;

  line-height: 1.25;

  letter-spacing: -.025em;
}


.sr-accessory-card__content p {
  min-height: 67px;

  margin: 0;

  color:
    var(--sr-text);

  font-size: 12px;

  line-height: 1.7;
}


/* =========================================================
   BUTTON
========================================================= */

.sr-accessory-card__button {
  display: flex;

  width: 100%;

  align-items: center;
  justify-content: space-between;

  gap: 10px;

  margin-top: 18px;

  padding-top: 16px;

  border-top:
    1px solid
    var(--sr-border);

  color:
    var(--sr-heading) !important;

  font-size: 11px;
  font-weight: 800;

  transition:
    color .25s ease;
}


.sr-accessory-card__button span {
  display: flex;

  width: 29px;
  height: 29px;

  align-items: center;
  justify-content: center;

  flex: 0 0 29px;

  border-radius: 50%;

  color:
    var(--sr-white);

  background:
    var(--sr-blue);

  font-size: 14px;

  transition:
    background-color .25s ease,
    transform .25s ease;
}


.sr-accessory-card__button:hover {
  color:
    var(--sr-blue) !important;
}


.sr-accessory-card__button:hover span {
  background:
    var(--sr-heading);

  transform:
    translateX(2px);
}


/* =========================================================
   BOTTOM NOTE
========================================================= */

.sr-accessories__note {
  display: flex;

  align-items: center;

  gap: 14px;

  margin-top: 25px;

  padding:
    18px
    21px;

  border:
    1px solid
    rgba(19, 97, 204, .13);

  border-radius: 12px;

  background:
    var(--sr-blue-soft);
}


.sr-accessories__note-icon {
  display: flex;

  width: 36px;
  height: 36px;

  flex: 0 0 36px;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color:
    var(--sr-blue);

  background:
    var(--sr-white);

  font-size: 12px;
  font-weight: 900;
}


.sr-accessories__note p {
  margin: 0;

  color:
    var(--sr-text);

  font-size: 12px;

  line-height: 1.65;
}


.sr-accessories__note strong {
  color:
    var(--sr-heading);

  font-weight: 750;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

  .sr-accessories__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .sr-accessories {
    padding:
      65px
      0;
  }


  .sr-accessories__inner {
    width:
      min(
        calc(100% - 28px),
        680px
      );
  }


  .sr-accessories__heading {
    display: block;

    margin-bottom: 28px;
  }


  .sr-accessories__heading h2 {
    font-size:
      clamp(34px, 10vw, 44px);
  }


  .sr-accessories__heading h2 span {
    display: block;

    margin-top: 3px;
  }


  .sr-accessories__heading > p {
    margin-top: 17px;

    font-size: 13px;
  }


  .sr-accessories__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 12px;
  }


  .sr-accessory-card__content {
    padding:
      18px
      15px
      16px;
  }


  .sr-accessory-card__content h3 {
    font-size: 16px;
  }


  .sr-accessory-card__content p {
    min-height: auto;

    font-size: 11px;
  }


  .sr-accessory-card__button {
    font-size: 10px;
  }

}


/* =========================================================
   SMALL MOBILE — 1 PER ROW
========================================================= */

@media (max-width: 520px) {

  .sr-accessories__grid {
    grid-template-columns: 1fr;

    gap: 14px;
  }


  .sr-accessory-card__media {
    aspect-ratio:
      1 / .72;
  }


  .sr-accessory-card__content {
    padding:
      20px
      18px
      18px;
  }


  .sr-accessory-card__content h3 {
    font-size: 18px;
  }


  .sr-accessory-card__content p {
    font-size: 12px;
  }


  .sr-accessories__note {
    align-items: flex-start;

    padding:
      17px
      16px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .sr-accessory-card,
  .sr-accessory-card__media img,
  .sr-accessory-card__button,
  .sr-accessory-card__button span {
    transition: none !important;
  }

}/* End custom CSS */