@font-face {
  font-family: 'Audi Type';
  src: url('/site/templates/fonts/auditype_extendedbold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Audi Type';
  src: url('/site/templates/fonts/auditype_extendedbold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Audi Type';
  src: url('/site/templates/fonts/auditype_extendedbold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Audi Type';
  src: url('/site/templates/fonts/auditype_extendedbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Audi Type';
  src: url('/site/templates/fonts/auditype_extendedbold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Audi Type';
  src: url('/site/templates/fonts/auditype_extendednormal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Audi Type';
  src: url('/site/templates/fonts/auditype_extendednormal.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Audi Type';
  src: url('/site/templates/fonts/auditype_extendednormal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Audi Type';
  src: url('/site/templates/fonts/auditype_extendednormal.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Audi Type';
  src: url('/site/templates/fonts/auditype_extendednormal.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Audi Type';
  src: url('/site/templates/fonts/auditype_extendednormal.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}



:root {
      --ticker-gap-x: var(--space-xl);
      --slideshow-btn-width: 3.2em;
      --form-control-padding-x: var(--space-sm);
}



.slideshow__item{
    justify-content: start;
    align-items: flex-start;
}

.f-header__logo{
    width: auto;
}

.slideshow__btn{
  border-radius: 50%;
}

.f-header__link,
.f-header__dropdown-control,
.f-header__dropdown-link,
.f-header__btn,
.f-header__form-control {
  font-size: var(--text-sm);
}

.height-70vh{
  height: 70vh;
}

.fof__animation svg {
  max-width: 20vh;
}

.f-header__link, .f-header__dropdown-control, .f-header__dropdown-link, .f-header__btn, .f-header__form-control, .main-footer__link {
  transition: 0.4s;
}

.main-footer__link:hover {
  text-decoration: none;
}

.card{
  border-radius: var(--radius-xl);
}

.f-header__nav-control{
  --anim-menu-btn-icon-stroke: 1px;
}

.f-header__item {
  border-bottom: none;
}

.f-header__link, .f-header__dropdown-control, .f-header__dropdown-link{
      padding: var(--space-sm) 0;
}

.f-header__nav::before{
  border-bottom: none;
}

.f-header__nav{
  background-color: var(--color-black);
}

.slideshow__nav-item button{
    height: 0.2em;
    width: 3em;
    border-radius: 0;
}

.prod-card-v2__badge{
  border-radius: var(--radius-xl);
  background-color: var(--color-bg);
  font-size: var(--text-xs);
}

@media screen and (max-width: 1024px) {
  :root {
    --f-header-height: 60px;
  }
  .height-custom-slider{
    height: 70vh;
  }
}


@media (min-width: 64rem) {
    .f-header__item {
        margin-right: var(--space-md);
    }
}

.form-control{
  border-radius: var(--radius-xl);
}

.prod-card-v2-hover-stock{
  transition: 0.4s;
}

.prod-card-v2-hover-stock-button{
  transition: 0.4s;
}

.prod-card-v2-hover-stock:hover .prod-card-v2-hover-stock-a .prod-card-v2-hover-stock-button{
  background: var(--color-contrast-low);
}

.prod-card-v2-hover-stock:hover{
  background-color: var(--color-bg-lighter);
}