.swiper {
    width: 100%;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
}

.tlf-swiper {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
}

.arialFont {
    font-family: Arial, Helvetica, sans-serif !important;
}

.giallo {
    color: #F7C800;
}

.arancio {
    color: #F69F21;
}

.rosso {
    color: #AE1917;
}

.verde {
    color: #A0B61D;
}

.giallo:hover {
    color: #F7C800 !important;
}

.arancio:hover {
    color: #F69F21 !important;
}

.rosso:hover {
    color: #AE1917 !important;
}

.verde:hover {
    color: #A0B61D !important;
}

.tlf-section__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.tlf-section__catdescription {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tlf-section__more {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000;
}

.tlf-section__moreicon {
    color: #F7C800;
}

.tlf-card {
    border-radius: 14px !important;
    box-shadow: 0 0 7.039px 0 rgba(0, 0, 0, 0.25) !important;
}

.tlf-card img {
    max-height: 160px;
    height: 160px;
    object-fit: cover;
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
}

.tlf-card__kicker a {
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tlf-card__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tl-section__header {
    padding-bottom: 20px;
}

.card-body {
    padding: 15px 10px !important;
}

.tlf_brand_block {
    border-radius: 10.303px;
    background: #FFF;
    box-shadow: 0 0 5.152px 0 rgba(0, 0, 0, 0.25);
}

/* Media Mobile*/

@media only screen and (max-width: 992px) {
    .tlf-section__title {
        font-size: 24px;
    }

    .tlf-section__catdescription {
        font-size: 12px;
    }

    .tlf-section__more {
        font-size: 12px
    }

    .tlf-card__kicker a {
        font-size: 11px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .tl-section__header {
        padding-bottom: 15px;
    }

    .card-body {
        padding: 10px 10px !important;
    }

    .tlf-card__title {
        font-size: 16px;
    }

    .tlf-card img {
    max-height: 100px;
    height: 100px;
}
}


/* BRAND SWIPER */
.tlf-brands .swiper-wrapper{
  align-items: stretch;
}

.tlf-brands .swiper-slide{
  height: auto;
}


.tlf_brand_block{
height:70px;
  border-radius: 10.303px;
  background: #FFF;
  box-shadow: 0 0 5.152px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}


.tlf_brand_block img{
  width: 100%;
  height: 100%;
  object-fit: contain;       
  object-position: center;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.tlf_brand_fallback{
  font-size: 14px;
  text-align: center;
  line-height: 1.1;
}


.tlf-brands .swiper{
  width: 100%;
  padding-bottom: 10px;
    overflow: visible;
}


/* PROMO DB - DESKTOP */
.tlf-promo-db{
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 0 7.039px 0 rgba(0, 0, 0, 0.25);
  color: inherit;
  display: block;
}

.tlf-promo-db .card-body{
  padding: 15px 12px !important;
}

.tlf-promo-db__brand{
  color: #34BACC;
  font-weight: 700;
}

.tlf-promo-db__logo{
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 8px;
}

.tlf-promo-db__logo img{
  max-height: 54px;
  width: auto;
  object-fit: contain;
  display: block;
}

.tlf-promo-db__title{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tlf-promo-db__desc{
  font-size: 13px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tlf-promo-db__cta{
  color: #34BACC;
  font-weight: 700;
  padding-top: 10px;
}

/* PROMO - MOBILE "tipo evidenza" */
.tlf-promo-mini{
  border-radius: 14px;
  box-shadow: 0 0 7.039px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.tlf-promo-mini__link{
  color: inherit;
  display: block;
}

.tlf-promo-mini__thumb{
  height: 100%;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
}

.tlf-promo-mini__thumb img{
  max-height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
}

.tlf-promo-mini__brand{
  color: #34BACC;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tlf-promo-mini__title{
  font-weight: 700;
  font-size: 14px;
  line-height: 1.15;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tlf-promo-mini__desc{
  font-size: 12px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

