.lg-container{
  z-index: 10000!important;
}
ul.listings,
.listing-content,
listings-filter,
div.listings-filter{
  --main-color: #002c5f;
}
.listing-content{
  font-size: 16px;
  padding: 50px 0;

}

.listing-data-container{
  padding: 5rem 20px;
  border-bottom: 1px solid var(--main-color);
}
.listing-content .listing-data-container:last-child{
  border-bottom: none;

}
.listing-data-container ul{
  list-style: disc;
  padding-left: 2rem;
}
.listing-data-container ul li{
  padding-bottom: 1rem;
}
.listing-data-container h4{
  padding-bottom: 2rem;
}
.listing-data-container.extra-list ul{
  display: flex;
    flex-wrap: wrap;
}
.listing-data-container.extra-list ul li{
  flex-basis: calc(50% - 60px);
  margin: 0 60px 0 0;
}
@media only screen and (max-width: 782px) {
    .listing-data-container.extra-list ul li{
        flex-basis: calc(100% - 60px);
        margin: 0;
    }
}
ul.listings{
  padding: 0px;
  margin: 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

ul.listings li{
  position: relative;
  flex-basis: 100%;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0px;
  padding: 10px;
  /*margin-bottom: 3em;*/
  display: block;
  list-style-type: none;
  flex-direction: column;
  -moz-column-gap: 3.5em;
       column-gap: 3.5em;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 50px;
  cursor: pointer;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
ul.listings li:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #eee;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  margin-bottom: 20px;
}
ul.listings li:hover:before{
  opacity: 1;
}
@media (min-width: 768px){
  ul.listings li{
    flex: 1 1 calc(50%);
    max-width: 50%;
  }
}
@media (min-width: 1024px){
  ul.listings li{
    flex-direction: row;
    flex: 1 1 calc(32%);
    max-width: 32%;
   /* flex-basis: 33.333333%;*/
  }
}
@media (min-width: 1600px){
  ul.listings li{
    flex-direction: row;
    flex: 1 1 calc(32%);
    max-width: 32%;
/*    flex-basis: calc(33.333333% - 20px);
    margin: 0 10px 30px;*/
  }
}

ul.listings li.hidden-car{
  margin: 0px;
  height: 0px;
  overflow: hidden;
  border-style: none;
  padding: 0px;
  display: none;
}

ul.listings li.hidden-car > *{
  opacity: 0;
}

ul.listings li div.image{
  position: relative;
  margin: 0px;
}

@media (min-width: 1024px){
/*  ul.listings li div.image{
    width: 41.666667%;
  }*/
}

ul.listings li div.image figure{
  position: relative;
  margin: 0;
  aspect-ratio: 600 / 450;/* 565 / 380*/
  min-height: 100%;
  width: 100%;
}

ul.listings li div.image figure > img{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

ul.listings li div.image figure .badge{
  position: absolute;
  right: -0.75em;
  top: 3em;
  border-radius: 0.25em;
  --tw-bg-opacity: 1;
  background-color:var(--main-color);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  font-size: 0.875em;
  line-height: 1.25em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
ul.listings li div.image figure .badge.caparo_value{
  background-color: rgb(231 0 45 / var(--tw-bg-opacity));
}

ul.listings li div.info{
  margin: 0px;
  display: flex;
  flex-direction: column;
  padding-top: 1em;
}

@media (min-width: 1024px){
/*  ul.listings li div.info{
    width: 58.333333%;
  }*/
}
ul.listings li div.image .top-badges{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
}
@media (min-width: 768px){
  ul.listings li div.image .top-badges{
    position: absolute;
  }
}

ul.listings li .badge{
  padding: 2px 5px;
  margin-right: 0;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: #fff;
  background-color: var(--main-color);
  border-right: 1px solid #fff;
  display: block;
  text-align: center;
}
ul.listings li .badge:first-child{
  border: none;
}
ul.listings li .badge.caparo_value{
  background-color: rgb(231 0 45 / 1);
}
ul.listings li div.info h3{
  margin: 0px;
  padding-top: 0;
  font-size: 1.125em;
  line-height: 1.75em;
  font-weight: 700;
  text-transform: uppercase;
}
ul.listings li div.info h3 span{
  display: block;
    font-size: 0.875em;
  font-weight: normal;
  color: var(--main-color);
  line-height: normal;
}
@media (min-width: 768px){
/*  ul.listings li div.info h3{
    padding-top: 2em;
  }*/
}
ul.listings li div.info .car-properties {
  display: flex;
  flex-wrap: wrap;
}
ul.listings li div.info .car-properties > span{
  padding-top: 1rem;
  display: inline-block;
  font-weight: 600;
  flex-basis: 50%;
}
ul.listings li div.info .car-properties > span span{
    display: block;
    font-weight: 400;
}

/*ul.listings li div.info .car-properties span:after{
  !* middle dot as content *!
  content: "\2022";
  display: inline-block;
  padding-left: 0.25em;
  padding-right: 0.25em;
}*/

ul.listings li div.info .car-properties span:last-child:after{
  content: "";
}

ul.listings li div.info .price{
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700;
  width: 100%;
}
ul.listings li div.info .price > span > span:first-child{
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 768px){
  ul.listings li div.info .price{
    padding-bottom: 0.5em;
    padding-top: 2em;
    font-size: 1.25em;
    line-height: 1.75em;
  }
}

ul.listings li div.info .price > span:first-child{
  font-size: 1.25em;
  line-height: 1.75em;
  flex-basis: 50%;
}

@media (min-width: 768px){
/*  ul.listings li div.info .price > span:first-child{
    font-size: 1.75em;
  }*/
}

ul.listings li div.info .price .old-price{
/*  margin-left: 2em;
  padding-left: 2em;*/
  /*font-size: 1.75em;*/
  flex-basis: 50%;

}
ul.listings li div.info .price .old-price > span:last-child{
  font-weight: 400;
  text-decoration-line: line-through;
  display: flex;
  align-items: start;
  color: rgb(231 0 45 / 1);
  padding-top: 0.2em;
}

ul.listings li div.info .price .vat{
  order: 10;
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

ul.listings li div.info .price .vat span{
  display: none;
}

ul.listings li div.info .excl_badge{
  margin-right: auto;
  margin-bottom: 0.5em;
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 0.25em;
  padding-right: 0.25em;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px){
  ul.listings li div.info .excl_badge{
    margin-top: 0.5em;
  }
}

ul.listings li div.info .action-controls{
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}

ul.listings li div.info .action-controls a.details{
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--main-color);
  --tw-bg-opacity: 1;
  background-color: var(--main-color);
  padding: 1em;
  font-size: 0.875em;
  line-height: 1.25em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  width: 100%;
  text-align: center;
}

ul.listings li a.add_favour {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
  background-image: url("../../../images/favaour-icon-w.svg");
  background-size: auto 70%;
  background-position: center;
  display: inline-block;
/*  height: 1.5em;
  width: 1em;*/
  overflow: hidden;
/*  background-size: auto;*/
  background-repeat: no-repeat;
  text-indent: -24em;
  width: 30px;
  height: 30px;
  background-color: var(--main-color);
}

ul.listings li a.add_favour:hover, ul.listings li a.add_favour.active {
  background-image: url("../../../images/favaour-icon-solid-w.svg");
}

#toast-message{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  right: 0px;
  bottom: 2.5em;
  --tw-translate-x: 100%;
  transform: translateX(var(--tw-translate-x));
  border-right-width: 8px;
  --tw-border-opacity: 1;
  border-color: var(--main-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 1em;
  padding-bottom: 1em;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  border-style: solid;
}

#toast-message.active{
  right: 2.5em;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#toast-message.success{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

#toast-message.error{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

#toast-message p{
  margin: 0px;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  line-height: 1.25em;
}

#toast-message span.icon{
  margin-right: 0.5em;
  display: flex;
  height: 2em;
  width: 2em;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: var(--main-color);
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#toast-message span.message{
  display: inline-block;
}

#toast-message span.message span{
  display: block;
}

#full-car-detail-gallery{
  display: none;
}

.car-detail-properties{
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.5em;
  -moz-column-gap: 1em;
       column-gap: 1em;
/*  padding: 0px;*/
  padding-bottom: 2em;
  color: #fff;
  background-color: var(--main-color);
  padding: 20px;
}

@media (min-width: 768px){
  .car-detail-properties{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1em;
    -moz-column-gap: 1.5em;
         column-gap: 1.5em;
  }
}

@media (min-width: 1024px){
  .car-detail-properties{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 3.5em;
         column-gap: 3.5em;
  }
}

.car-detail-properties li{
  margin: 0px;
  list-style-type: none;
  --tw-border-opacity: 1;
  border-color: #fff;
  padding: 0px;
  border-style: solid;
}

@media not all and (min-width: 768px){
  .car-detail-properties li:nth-child(n+2){
    border-top-width: 1px;
    padding-top: 0.375em;
  }
}

@media not all and (min-width: 1024px){
  .car-detail-properties li:nth-child(n+3){
    border-top-width: 1px;
    padding-top: 0.875em;
  }
}

@media (min-width: 1024px){
  .car-detail-properties li:nth-child(n+4){
    border-top-width: 1px;
    padding-top: 0.875em;
  }
}

.car-detail-properties li > span{
  margin: 0px;
  display: block;
  font-size: 1em;
  line-height: 1.5em;
}

.car-detail-properties li > span:last-child{
  margin-top: 0.25em;
  font-size: 1.3em;
  line-height: 1.75em;
  font-weight: 600;
}

.car-detail-properties li .price{
  display: flex;
  flex-wrap: wrap;
}

.car-detail-properties li .old-price{
  margin-left: auto;
  display: block;
  font-weight: 400;
  --tw-text-opacity: 1;
  /*color: rgb(121 121 121 / var(--tw-text-opacity));*/
  color: #fff;
  text-decoration-line: line-through;
}

.car-detail-properties li .vat{
  order: 10;
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

.car-detail-properties li .vat span{
  display: none;
}

.car-detail-gallery{
  margin: 0px;
  margin-left: -1em;
  margin-right: -1em;
  margin-top: -5em;
  display: grid;
  cursor: pointer;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.25em;
  padding: 0px;
}

@media (min-width: 768px){
  .car-detail-gallery{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.car-detail-gallery > div{
  position: relative;
  aspect-ratio: 577 / 400;
}

.car-detail-gallery > div > div{
  position: absolute;
  inset: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25em;
  padding: 0px;
}

.car-detail-gallery > div > div > div{
  position: relative;
  margin: 0px;
  padding: 0px;
}

.car-detail-gallery img{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
}

.leasing-data{
  margin-top: 6em;
}

.leasing-data ul{
  max-width: 48em;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.leasing-data ul li{
  margin: 0px;
  list-style-type: none;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(121 121 121 / var(--tw-border-opacity));
  padding: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

@media (min-width: 768px){
  .leasing-data ul li{
    display: flex;
  }
}

.leasing-data ul li > span{
  display: block;
  width: 50%;
  font-size: 1em;
  line-height: 1.5em;
}

.leasing-data ul li .price{
  display: flex;
  min-width: 15em;
  flex-wrap: wrap;
  font-size: 1.125em;
  line-height: 1.75em;
  font-weight: 600;
}

.leasing-data ul li .vat{
  order: 10;
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

.leasing-data ul li .vat span{
  display: none;
}

/*	table{
		@apply max-w-2xl table-auto;
		tbody{
			tr{
				td{
					&:last-child{
						@apply min-w-24 text-left;
					}
				}
			}
		}
	}*/

.leasing-data span.vat{
  display: inline-block;
}

.leasing-data span.vat span{
  display: inline;
}

body.single-listing h1,
body.single-outlet h1{
  padding-top: 0px;
}

body.single-listing .actions,
body.single-outlet .actions{
  display: flex;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

@media (min-width: 768px){
  body.single-listing .actions,
  body.single-outlet .actions{
    justify-content: normal;
  }
}

body.single-listing .actions .open-gallery,
body.single-outlet .actions .open-gallery{
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  border-radius: 0.125em;
  --tw-bg-opacity: 1;
  background-color: var(--main-color);
  padding-left: 0.875em;
  padding-right: 0.875em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body.single-listing .actions .price-container,
body.single-outlet .actions .price-container{
  display: flex;
  align-items: center;
}
body.single-listing .actions .price-container span:first-child,
body.single-outlet .actions .price-container span:first-child{
  font-size: 1.3em;
  font-weight: 700;
}
body.single-listing .actions .price-container span.old-price,
body.single-outlet .actions .price-container span.old-price{
  font-size: 1.1em;
  text-decoration: line-through;
  font-weight: normal;
  color: red;
  padding-left: 2rem;
}
@media (max-width: 600px){
  body.single-listing .actions,
  body.single-outlet .actions{
    flex-wrap: wrap;
  }
  body.single-listing .actions .price-container,
  body.single-outlet .actions .price-container{
    flex-basis: 100%;
    justify-content: center;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px){
  body.single-listing .actions .open-gallery,
  body.single-outlet .actions .open-gallery{
    margin-left: auto;
  }
}

body.single-listing .actions .open-gallery:before,
body.single-outlet .actions .open-gallery:before {
  content: '';
  background-image: url("../../../images/gallery-button-icon.svg");
  display: block;
  height: 0.875em;
  width: 18px;
  background-size: auto;
  background-repeat: no-repeat;
}

body.single-listing .actions a.add_favour,
body.single-outlet .actions a.add_favour{
  position: relative;
  display: inline-block;
  height: 3em;
  width: 3.5em;
  overflow: hidden;
  border-radius: 0.125em;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--main-color);
  border-style: solid;
  text-indent: -24em;
}

body.single-listing .actions a.add_favour:before ,
body.single-outlet .actions a.add_favour:before {
  content: '';
  background-image: url("../../../images/favaour-icon.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 1.5em;
  width: 1em;
  transform: translate(-50%, -50%);
  background-size: auto;
  background-repeat: no-repeat;
}

body.single-listing .actions a.add_favour:hover:before, body.single-listing .actions a.add_favour.active:before,
body.single-outlet .actions a.add_favour:hover:before, body.single-outlet .actions a.add_favour.active:before {
  background-image: url("../../../images/favaour-icon-solid.svg");
}

#filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  z-index: 1000;
  position: relative;
}
#filter-wrapper > a.button {
  margin-left: auto;
}
div.listings-filter{
  flex-basis: 100%;
  display: flex;
  padding: 0;
  background-color: var(--main-color);
  align-items: center;
  margin-bottom: 5px;
}


div.listings-filter .checkbox-group {
  border-right: 1px solid #fff;
  padding: 2rem;
  flex-basis: inherit;
  position: relative;
}
div.listings-filter .checkbox-group.show {
  z-index: 1;
}
@media only screen and (max-width: 782px) {
  div.listings-filter{
    flex-direction: column;
  }
  div.listings-filter .checkbox-group {
    flex-basis: 100%;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  #filter-list{
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: center;
    order: 10;
  }
  #filter-list li{
    margin-bottom: 0;
  }
  #filter-wrapper > a.button {
    margin-left: 0;
  }
  #filter-wrapper > a.watch-list{
    margin-left: auto;
  }
}
div.listings-filter .checkbox-group:after {
  content: "\f101";
  font-family: "iconfont1.0.231-SNAPSHOT" !important;
  font-size: 1.5rem;
  position: absolute;
  display: block;
  right: 30px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
  cursor: pointer;
}
div.listings-filter .checkbox-group.show:after {
  transform: translateY(-50%) rotate(-90deg);
}
div.listings-filter .checkbox-group > div{
  position: absolute;
  padding: 0;
  border: 1px solid var(--main-color);
  background-color: #fff;
  display: none;
  left: -1px;
  width: calc(100% + 2px);
  top: calc(100% + 1px);
}
div.listings-filter .checkbox-group > div > div{

  display: flex;
}
div.listings-filter .checkbox-group > div > div input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
div.listings-filter .checkbox-group > div label{
  padding: 8px 10px;
  min-height: 34px;
  position: relative;
  display: flex;
  font-size: 1.5rem;
  width: 100%;
  align-items: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
div.listings-filter .checkbox-group > div label:hover{
    background-color: #f1f1f1;
}
div.listings-filter .checkbox-group > div label::before{
  width: 32px;
  height: 32px;
  /* position: absolute; */
  /*top: 2px;*/
  /*left: 0px;*/
  content: "";
  background-color: rgb(255, 255, 255);
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  border-radius: 3px !important;
  display: inline-block;
  margin-right: 10px;
}
div.listings-filter .checkbox-group > div > div input:checked  + label::before {
/*  position: absolute;
  top: 2px;
  left: 0px;*/
  color: rgb(255, 255, 255);
  /*content: "";*/
  background-color: var(--main-color);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8bGluZSB4MT0iMC43MzA1MjUiIHkxPSI1LjI2OTIzIiB4Mj0iMy45MzA1MiIgeTI9IjguNDY5MjMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgICA8bGluZSB4MT0iMi44NzAwNiIgeTE9IjguNDY5NjciIHgyPSIxMC4wNzAxIiB5Mj0iMS4yNjk2NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center center;
}
div.listings-filter .checkbox-group > span{
  font-size: 2rem;
  color: white;
}
div.listings-filter .checkbox-group.show > div{
  display: block;
}
div.listings-filter .checkbox-group input{
  margin-right: 10px;
}
div.listings-filter  > a{
  color: white!important;
  margin-left: auto;
}
#filter-list {
  min-height: 42px;
  min-width: 1px;
  margin: 0;
  display: flex;
  list-style: none;
}
#filter-list li{
  margin-right: 10px;
}
#filter-wrapper .watch-list {
  background-image: url('../../../images/favaour-icon.svg');
  margin-left: 2.25rem;
  height: 2.5rem;
  width: 2rem;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}

#filter-wrapper .watch-list.active,#filter-wrapper .watch-list:hover {
  background-image: url('../../../images/favaour-icon-solid.svg')
}
.swiper{
  --swiper-navigation-size: 30px;
  --swiper-theme-color: #fff;
  width: 100%
}
.swiper-slide img{
  object-fit: cover;
  object-position: left;
}