.leaflet-popup {
  min-width: 200px;
}

.leaflet-popup .leaflet-popup-content p {
  margin: 0;
}

.leaflet-popup .leaflet-popup-content p.car {
  text-align: right;
  font-style: italic;
}

.leaflet-popup .leaflet-popup-content p.name {
  font-weight: 900;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: .2em;
}

.leaflet-popup .leaflet-popup-content .obd,
.leaflet-popup .leaflet-popup-content .vcds {
  display: inline-block;
  padding: .2em .4em;
  background-color: #811C1B;
  color: #fff;
  font-size: .8em;
  border-radius: 1em;
}

.leaflet-marker-icon svg {
  height: 3em;
  position: absolute;
  top: calc(-1.5em - 12px);
  left: calc(-1.5em + 12px);
}

.leaflet-marker-icon path {
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 10px;
}

.img {
  margin: auto;
  height: 80px;
  width: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../images/nissan.png?d=1');
}

.leaflet-popup .img.anderes-skoda-modell {
  background-image: url('../images/skoda.png?d=1');
}

.leaflet-popup .img.iv-founders-edition {
  background-image: url('../images/founders-edition.png?d=1');
}

.leaflet-marker-icon.iv-founders-edition path {
  fill: #8C6546;
}

.img.arctic-silver {
  background-image: url('../images/2024/arctic-silver.png?d=1');
}

.img.arctic-silver[class*="lk"] {
  background-image: url('../images/2024/arctic-silver-lk.png?d=1');
}

.img.arctic-silver.rs-iv {
  background-image: url('../images/2024/arctic-silver-rs.png?d=1');
}

.leaflet-popup .img.iv-founders-edition.arctic-silver, .img.arctic-silver[class*='sportline'] {
  background-image: url('../images/2024/arctic-silver-sportline.png?d=1');
}

.leaflet-marker-icon.iv-founders-edition.arctic-silver path, .arctic-silver path {
  fill: #CDD7CC;
}

.img.magic-black {
  background-image: url('../images/2024/black-magic.png?d=1');
}

.img.magic-black[class*='coupe'] {
  background-image: url('../images/2024/black-magic-coupe.png?d=1');
}

.img.magic-black[class*='lk'] {
  background-image: url('../images/2024/black-magic-lk.png?d=1');
}

.img.magic-black[class*='coupe'][class*='lk'] {
  background-image: url('../images/2024/black-magic-coupe-lk.png?d=1');
}

.img.magic-black[class*='rs'] {
  background-image: url('../images/2024/black-magic-rs.png?d=1');
}

.img.magic-black[class*='coupe'][class*='rs'] {
  background-image: url('../images/2024/black-magic-coupe-rs.png?d=1');
}

.img.magic-black[class*='sportline'] {
  background-image: url('../images/2024/black-magic-sportline.png?d=1');
}

.img.magic-black[class*='coupe'][class*='sportline'] {
  background-image: url('../images/2024/black-magic-coupe-sportline.png?d=1');
}

.magic-black path {
  fill: #242524;
}

.img.brilliant-silver {
  background-image: url('../images/2024/brilliant-silver.png?d=1');
}

.img.brilliant-silver[class*='coupe'] {
  background-image: url('../images/2024/brilliant-silver-coupe.png?d=1');
}

.img.brilliant-silver[class*='lk'] {
  background-image: url('../images/2024/brilliant-silver-lk.png?d=1');
}

.img.brilliant-silver[class*='coupe'][class*='lk'] {
  background-image: url('../images/2024/brilliant-silver-coupe-lk.png?d=1');
}

.img.brilliant-silver[class*='rs'] {
  background-image: url('../images/2024/brilliant-silver-rs.png?d=1');
}

.img.brilliant-silver[class*='coupe'][class*='rs'] {
  background-image: url('../images/2024/brilliant-silver-coupe-rs.png?d=1');
}

.img.brilliant-silver[class*='sportline'] {
  background-image: url('../images/2024/brilliant-silver-sportline.png?d=1');
}

.img.brilliant-silver[class*='coupe'][class*='sportline'] {
  background-image: url('../images/2024/brilliant-silver-coupe-sportline.png?d=1');
}

.brilliant-silver path {
  fill: #B4B4B8;
}

.img.moon-white {
  background-image: url('../images/2024/moon-white.png?d=1');
}

.img.moon-white[class*='coupe'] {
  background-image: url('../images/2024/moon-white-coupe.png?d=1');
}

.img.moon-white[class*='lk'] {
  background-image: url('../images/2024/moon-white-lk.png?d=1');
}

.img.moon-white[class*='coupe'][class*='lk'] {
  background-image: url('../images/2024/moon-white-coupe-lk.png?d=1');
}

.img.moon-white[class*='rs'] {
  background-image: url('../images/2024/moon-white-rs.png?d=1');
}

.img.moon-white[class*='coupe'][class*='rs'] {
  background-image: url('../images/2024/moon-white-coupe-rs.png?d=1');
}

.img.moon-white[class*='sportline'] {
  background-image: url('../images/2024/moon-white-sportline.png?d=1');
}

.img.moon-white[class*='coupe'][class*='sportline'] {
  background-image: url('../images/2024/moon-white-coupe-sportline.png?d=1');
}

.moon-white path {
  fill: #F4F4F4;
}

.img.race-blue {
  background-image: url('../images/2024/race-blue.png?d=1');
}

.img.race-blue[class*='coupe'] {
  background-image: url('../images/2024/race-blue-coupe.png?d=1');
}

.img.race-blue[class*='lk'] {
  background-image: url('../images/2024/race-blue-lk.png?d=1');
}

.img.race-blue[class*='coupe'][class*='lk'] {
  background-image: url('../images/2024/race-blue-coupe-lk.png?d=1');
}

.img.race-blue[class*='rs'] {
  background-image: url('../images/2024/race-blue-rs.png?d=1');
}

.img.race-blue[class*='coupe'][class*='rs'] {
  background-image: url('../images/2024/race-blue-coupe-rs.png?d=1');
}

.img.race-blue[class*='sportline'] {
  background-image: url('../images/2024/race-blue-sportline.png?d=1');
}

.img.race-blue[class*='coupe'][class*='sportline'] {
  background-image: url('../images/2024/race-blue-coupe-sportline.png?d=1');
}

.race-blue path {
  fill: #3A59A6;
}

.img.velvet-red {
  background-image: url('../images/2024/velvet-red.png?d=1');
}

.img.velvet-red[class*='coupe'] {
  background-image: url('../images/2024/velvet-red-coupe.png?d=1');
}

.img.velvet-red[class*='lk'] {
  background-image: url('../images/2024/velvet-red-lk.png?d=1');
}

.img.velvet-red[class*='coupe'][class*='lk'] {
  background-image: url('../images/2024/velvet-red-coupe-lk.png?d=1');
}

.img.velvet-red[class*='rs'] {
  background-image: url('../images/2024/velvet-red-rs.png?d=1');
}

.img.velvet-red[class*='coupe'][class*='rs'] {
  background-image: url('../images/2024/velvet-red-coupe-rs.png?d=1');
}

.img.velvet-red[class*='sportline'] {
  background-image: url('../images/2024/velvet-red-sportline.png?d=1');
}

.img.velvet-red[class*='coupe'][class*='sportline'] {
  background-image: url('../images/2024/velvet-red-coupe-sportline.png?d=1');
}

.velvet-red path {
  fill: #811C1B;
}

.img.graphite-grey {
  background-image: url('../images/2024/graphite-grey.png?d=1');
}

.img.graphite-grey[class*='coupe'] {
  background-image: url('../images/2024/graphite-grey-coupe.png?d=1');
}

.img.graphite-grey[class*='lk'] {
  background-image: url('../images/2024/graphite-grey-lk.png?d=1');
}

.img.graphite-grey[class*='coupe'][class*='lk'] {
  background-image: url('../images/2024/graphite-grey-coupe-lk.png?d=1');
}

.img.graphite-grey[class*='rs'] {
  background-image: url('../images/2024/graphite-grey-rs.png?d=1');
}

.img.graphite-grey[class*='coupe'][class*='rs'] {
  background-image: url('../images/2024/graphite-grey-coupe-rs.png?d=1');
}

.img.graphite-grey[class*='sportline'] {
  background-image: url('../images/2024/graphite-grey-sportline.png?d=1');
}

.img.graphite-grey[class*='coupe'][class*='sportline'] {
  background-image: url('../images/2024/graphite-grey-coupe-sportline.png?d=1');
}

.graphite-grey path {
  fill: #88888F;
}

.img.quartz-grey {
  background-image: url('../images/quartz-grey.png?d=1');
}

/* .img.quartz-grey[class*='sportline'] {
  background-image: url('../images/quartz-grey-sportline.png?d=1');
}

/* .img.quartz-grey[class*='coupe'] {
  background-image: url('../images/quartz-grey-coupe-rs.png?d=1');
} */

.quartz-grey path {
  fill: #3A3E43;
}

.img.energy-blue {
  background-image: url('../images/2024/energy-blue.png?d=1');
}

.img.energy-blue[class*='coupe'] {
  background-image: url('../images/2024/energy-blue-coupe.png?d=1');
}

.img.energy-blue[class*='rs'] {
  background-image: url('../images/2024/energy-blue-rs.png?d=1');
}

.img.energy-blue[class*='coupe'][class*='rs'] {
  background-image: url('../images/2024/energy-blue-coupe-rs.png?d=1');
}

.img.energy-blue[class*='sportline'] {
  background-image: url('../images/2024/energy-blue-sportline.png?d=1');
}

.img.energy-blue[class*='coupe'][class*='sportline'] {
  background-image: url('../images/2024/energy-blue-coupe-sportline.png?d=1');
}

.energy-blue path {
  fill: #394F85;
}

.img.mamba-green[class*='rs'] {
  background-image: url('../images/2024/mamba-green-rs.png?d=1');
}

.img.mamba-green[class*='coupe'][class*='rs'] {
  background-image: url('../images/2024/mamba-green-coupe-rs.png?d=1');
}

.mamba-green path {
  fill: #ACC752;
}

.img.phoenix-orange {
  background-image: url('../images/2024/phoenix-orange.png?d=1');
}

.img.phoenix-orange[class*='coupe'] {
  background-image: url('../images/2024/phoenix-orange-coupe.png?d=1');
}

.img.phoenix-orange[class*='rs'] {
  background-image: url('../images/2024/phoenix-orange-rs.png?d=1');
}

.img.phoenix-orange[class*='coupe'][class*='rs'] {
  background-image: url('../images/2024/phoenix-orange-coupe-rs.png?d=1');
}

.img.phoenix-orange[class*='sportline'] {
  background-image: url('../images/2024/phoenix-orange-sportline.png?d=1');
}

.img.phoenix-orange[class*='coupe'][class*='sportline'] {
  background-image: url('../images/2024/phoenix-orange-coupe-sportline.png?d=1');
}

.phoenix-orange path {
  fill: #D18E2E;
}

.skodaLogo img {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 36px;
}




/** 2025 **/

/* energy-blue */
.energy-blue-2025 path {
 fill: #394F85;
}

.img.energy-blue-2025 {
  background-image: url('../images/2025/energy-blue.png?d=1');
}

.img.energy-blue-2025[class*='sportline'] {
  background-image: url('../images/2025/energy-blue-sportline.png?d=1');
}

.img.energy-blue-2025[class*='coupe'] {
  background-image: url('../images/2025/energy-blue-coupe-sportline.png?d=1');
}

.img.energy-blue-2025[class*='rs'] {
  background-image: url('../images/2025/energy-blue-rs.png?d=1');
}

.img.energy-blue-2025[class*='coupe'][class*='rs'] {
  background-image: url('../images/2025/energy-blue-coupe-rs.png?d=1');
}

/* graphite-grey-metallic */
.graphite-grey-2025 path {
  fill: #88888F;
}

.img.graphite-grey-metallic-2025 {
  background-image: url('../images/2025/graphite-grey-metallic.png?d=1');
}

.img.graphite-grey-metallic-2025[class*='sportline'] {
  background-image: url('../images/2025/graphite-grey-metallic-sportline.png?d=1');
}

.img.graphite-grey-metallic-2025[class*='coupe'] {
  background-image: url('../images/2025/graphite-grey-metallic-coupe-sportline.png?d=1');
}

.img.graphite-grey-metallic-2025[class*='rs'] {
  background-image: url('../images/2025/graphite-grey-metallic-rs.png?d=1');
}

.img.graphite-grey-metallic-2025[class*='coupe'][class*='rs'] {
  background-image: url('../images/2025/graphite-grey-metallic-coupe-rs.png?d=1');
}

/* magic-black-perl */
.magic-black-2025 path {
  fill: #242524;
}

.img.magic-black-2025 {
  background-image: url('../images/2025/magic-black-perl.png?d=1');
}

.img.magic-black-2025[class*='sportline'] {
  background-image: url('../images/2025/magic-black-perl-sportline.png?d=1');
}

.img.magic-black-2025[class*='coupe'] {
  background-image: url('../images/2025/magic-black-perl-coupe-sportline.png?d=1');
}

.img.magic-black-2025[class*='rs'] {
  background-image: url('../images/2025/magic-black-perl-rs.png?d=1');
}

.img.magic-black-2025[class*='coupe'][class*='rs'] {
  background-image: url('../images/2025/magic-black-perl-coupe-rs.png?d=1');
}

/* mamba-green-special */

.mamba-green-2025 path {
  fill: #ACC752;
}

.img.mamba-green-2025[class*='rs'] {
  background-image: url('../images/2025/mamba-green-special-rs.png?d=1');
}

.img.mamba-green-2025[class*='coupe'] {
  background-image: url('../images/2025/mamba-green-special-coupe-rs.png?d=1');
}

/* moon-white-metallic */
.moon-white-2025 path {
  fill: #F4F4F4;
}

.img.moon-white-2025 {
  background-image: url('../images/2025/moon-white-metallic.png?d=1');
}

.img.moon-white-2025[class*='sportline'] {
  background-image: url('../images/2025/moon-white-metallic-sportline.png?d=1');
}

.img.moon-white-2025[class*='coupe'] {
  background-image: url('../images/2025/moon-white-metallic-coupe-sportline.png?d=1');
}

.img.moon-white-2025[class*='rs'] {
  background-image: url('../images/2025/moon-white-metallic-rs.png?d=1');
}

.img.moon-white-2025[class*='coupe'][class*='rs'] {
  background-image: url('../images/2025/moon-white-metallic-coupe-rs.png?d=1');
}

/* olibo-green-metallic */
.olibo-green-2025 path {
  fill: #3e3e24;
}

.img.olibo-green-2025 {
  background-image: url('../images/2025/olibo-green-metallic.png?d=1');
}

.img.olibo-green-2025[class*='sportline'] {
  background-image: url('../images/2025/olibo-green-metallic-sportline.png?d=1');
}

.img.olibo-green-2025[class*='coupe'] {
  background-image: url('../images/2025/olibo-green-metallic-coupe-sportline.png?d=1');
}

.img.olibo-green-2025[class*='rs'] {
  background-image: url('../images/2025/olibo-green-metallic-rs.png?d=1');
}

.img.olibo-green-2025[class*='coupe'][class*='rs'] {
  background-image: url('../images/2025/olibo-green-metallic-coupe-rs.png?d=1');
}

/* race-blue-metallic */
.race-blue-2025 path {
  fill: #3A59A6;
}

.img.race-blue-2025 {
  background-image: url('../images/2025/race-blue-metallic.png?d=1');
}

.img.race-blue-2025[class*='sportline'] {
  background-image: url('../images/2025/race-blue-metallic-sportline.png?d=1');
}

.img.race-blue-2025[class*='coupe'] {
  background-image: url('../images/2025/race-blue-metallic-coupe-sportline.png?d=1');
}

.img.race-blue-2025[class*='rs'] {
  background-image: url('../images/2025/race-blue-metallic-rs.png?d=1');
}

.img.race-blue-2025[class*='coupe'][class*='rs'] {
  background-image: url('../images/2025/race-blue-metallic-coupe-rs.png?d=1');
}

/* smokey-diamond-silver-metallic */
.smokey-diamond-silver-2025 path {
  fill: #B4B4B8;
}

.img.smokey-diamond-silver-2025 {
  background-image: url('../images/2025/smokey-diamond-silver-metallic.png?d=1');
}

.img.smokey-diamond-silver-2025[class*='sportline'] {
  background-image: url('../images/2025/smokey-diamond-silver-metallic-sportline.png?d=1');
}

.img.smokey-diamond-silver-2025[class*='coupe'] {
  background-image: url('../images/2025/smokey-diamond-silver-metallic-coupe-sportline.png?d=1');
}

.img.smokey-diamond-silver-2025[class*='rs'] {
  background-image: url('../images/2025/smokey-diamond-silver-metallic-rs.png?d=1');
}

.img.smokey-diamond-silver-2025[class*='coupe'][class*='rs'] {
  background-image: url('../images/2025/smokey-diamond-silver-metallic-coupe-rs.png?d=1');
}

/* steel-grey */
.steel-grey-2025 path {
  fill: #86877F;
}

.img.steel-grey-2025 {
  background-image: url('../images/2025/steel-grey.png?d=1');
}

.img.steel-grey-2025[class*='sportline'] {
  background-image: url('../images/2025/steel-grey-sportline.png?d=1');
}

.img.steel-grey-2025[class*='coupe'] {
  background-image: url('../images/2025/steel-grey-coupe-sportline.png?d=1');
}

.img.steel-grey-2025[class*='rs'] {
  background-image: url('../images/2025/steel-grey-rs.png?d=1');
}

.img.steel-grey-2025[class*='coupe'][class*='rs'] {
  background-image: url('../images/2025/steel-grey-coupe-rs.png?d=1');
}

/* velvet-red-metallic */
.velvet-red-2025 path {
  fill: #811C1B;
}

.img.velvet-red-2025 {
  background-image: url('../images/2025/velvet-red-metallic.png?d=1');
}

.img.velvet-red-2025[class*='sportline'] {
  background-image: url('../images/2025/velvet-red-metallic-sportline.png?d=1');
}

.img.velvet-red-2025[class*='coupe'] {
  background-image: url('../images/2025/velvet-red-metallic-coupe-sportline.png?d=1');
}

.img.velvet-red-2025[class*='rs'] {
  background-image: url('../images/2025/velvet-red-metallic-rs.png?d=1');
}

.img.velvet-red-2025[class*='coupe'][class*='rs'] {
  background-image: url('../images/2025/velvet-red-metallic-coupe-rs.png?d=1');
}

