/** Shopify CDN: Minification failed

Line 240:3 Expected identifier but found "."
Line 350:0 Expected "}" to go with "{"

**/

@font-face {
  font-family: "DIN MEDIUM";
  src: url("/cdn/shop/files/DIN_Pro_Medium_500.otf?v=1718713167");
}
@font-face {
    font-family: "Montserrat Bold";
    src: url('{{ "Montserrat-Bold.ttf" | asset_url }}') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Montserrat Medium";
    src: url("/cdn/shop/files/Montserrat-Medium.ttf?v=1726151185") format("truetype");
}
  .custom-button.active-button {
    color: white !important;
  }
@font-face {
    font-family: "DIN Pro Medium";
    src: url('/cdn/shop/files/DIN_Pro_400.otf?v=1726151184') format('opentype');
}
@font-face {
    font-family: "DIN Pro";
    src: url("/cdn/shop/files/DIN_Pro_Bold_700.otf?v=1726151184") format("truetype");
}
@font-face{
  font-family:"Din Pro Black";
      src: url("/cdn/shop/files/DINPro-Black.ttf?v=1711473788");

  
}
@font-face {
    font-family: "DS Store";
    src: url("/cdn/shop/files/.DS_Store?v=1726151184") format("truetype");
}

@font-face {
    font-family: 'DIN Pro Condensed Light 300';
    src: url("./DIN Pro Condensed Light 300.otf");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: 'DIN Pro Condensed Bold 700';
    src: url("./DIN Pro Condensed Bold 700.otf");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: 'DIN Pro Condensed Bold Italic 500';
    src: url("/cdn/shop/files/DIN_Pro_Condensed_Black_Italic_900.otf?v=1718710857");
    font-style: normal;
    font-weight: 500
}

p.subtitle-block {
  font-size: 20px !important;
  font-family: "DIN MEDIUM";
  text-align: center;
  margin-bottom: 0px !important;
}
p.block-subtitle {
  max-width: 100% !important;
  width: 100% !important;
}
h2.title-block {
  font-size: 36px;
  font-family: "Din Pro Black";
  text-align: center;
}
.button-vehicle {
  display: flex;
  align-items: center;
  text-align: center;
  min-width: 200px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 4px solid #f5f5f5;
  font-family: 'Rajdhani';
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
  font-weight: 700;
  font-size: 25px;
  padding: 10px 20px;
  margin-top: 20px !important;
}
.vehicle-section {
  padding: 25px 0;
}
.vehicle-container {
 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
   column-gap:10px;
  row-gap:20px;
}
.vehicle-block {
  position: relative;
  width: calc(20% - 16px);
  margin-top: 60px;
  margin-bottom: 10px;
  z-index:unset;
}
.vehicle-gen-text {
  font-size: 18px;
  color: #333333 !important;
  margin-top:3px;
   
}
.vehicle-container {
  margin-bottom: 60px;
}
.vehicle-block::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8%;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0) 70%);
  z-index:unset;
  transform: skewY(10deg);
}
.vehicle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index:unset;
  transform: scale(1.3);
}
.vehicle-info {
  display: none;
  position: absolute;
  transform: translate(0%, -50%) skew(-15deg);
  z-index:unset;
  background-color: white;
  color: gray;
  padding: 10px;
  top: 50%;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.vehicle-gen {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
    

  color:#666666 !important;

}
.vehicle-info.show {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index:unset;
}
.vehicle-info p {
  font-size: 28px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family:'Dinprocondensed' !important;
  font-weight:600 !important;
    
}
.vehicle-info span {
  font-weight:700 !important;
  font-size: 16px !important;
      font-family: 'Rajdhani' !important;
  
 
}
.vehicle-info a {
  padding: 10px;
  background: #f5f5f5;
  margin-bottom: 15px;
  color: #8c8c8c !important;
  font-family: Rajdhani, sans-serif;
}
.vehicle-info a:last-child {
  margin-bottom: unset;
}
.vehicle-info a:hover {
  background: #e8e8e8;
  color: #8c8c8c !important;
}
.right-250 {
  right: -250px !important;
}
.left-250 {
  left: -220px !important;
  padding-right:20px !important;
  transform: translateY(-50%) skew(-15deg) !important;
  min-width: 260px !important;
}
.left-250 a {
  width: 100% !important;
  margin-left: 5px !important;
  top: 0 !important;
}
.left-250 .vehicle-info p {
  flex-direction: row-reverse !important;
}
/* .left-250 .vehicle-gen {
  flex-direction: row-reverse !important;
} */
@media (min-width: 769px) {
  .right-250 {
    min-width: 250px !important;
  }
  .right-250 a {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
  .vehicle-block {
    width: calc(46% - 16px);
    margin-top: 40px;
  }
  ..vehicle-section{
    padding-top:15px;
  }
  .vehicle-container {
    margin-bottom: 40px;
  }
  .vehicle-info a {
    width: 100% !important;
    justify-content: center !important;
  }
  .vehicle-info p {
    font-size: 26px !important;
  }
  .vehicle-info {
    min-width: 200px !important;
    right: -170px !important;
    transform: translate(0%, -50%) skew(-14deg) !important;
  }
  .left-250 {
    left: -180px !important;
    right: unset !important;
  }
}
.vehicle-info {
  display: none;
}
  .vehicle-block{
    cursor:pointer;
  }
.vehicle-info.show {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index:unset;
}
.vehicle-block:hover .vehicle-info {
  display: none;
}
  .vehicle-info {
  display: none;
  position: absolute;
  transform: translate(0%, -50%) skew(-15deg);
  z-index: 1000; /* Increased z-index to ensure it appears above other elements */
  background-color: white;
  color: gray;
  padding: 10px;
  top: 50%;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
  .vehicle-image{
    z-index:unset;
  }
  .vehicle-block{
    z-index:unset;
  }
  .vehicle-block-1{
    z-index:unset;
  }
  .vehicle-block-1 .vehicle-image{
    z-index:unset;
  }
  .vehicle-block-1 .vehicle-info{
    z-index:unset;
  }
  .right-250{
    z-index:2 !important;
  }
  @media(max-width:768px){
    .mobile-left{
      left:-180px !important;
      right:unset !important;
    }
    .mobile-right{
      right:-170px !important;
      left:unset !important;
    }
  
  }


  .vehicle-info {
    position: absolute;
    z-index: 9999; /* Ensure it's above other elements */
    display: none;
}
.vehicle-info.show {
    display: flex;
}
.vehicle-block {
    position: relative; /* Establish stacking context */
    z-index: auto; /* Allow children to manage their z-index */
}
.margin-bottom-unset{
  margin-bottom:unset;
}
  @media(min-width: 1024px){
  .vehicle-info p{
    transform: scale(0.8);
  }
  .left-250 a {
    width: 100% !important;
    margin-left: 0px !important;
    top: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
      
