#cms-content *:not(i),
footer *:not(i),
#header-django *:not(i) {
  font-family: "Poppins", sans-serif;
}
#header-django .logo-container .header-logo,
.logo-footer img {
  border: 3px solid #f8ec01;
  border-radius: 100px;
}
.custom-btn-ubt {
  background-color: #f8ec01;
  font-weight: bold;
  color: black;
  border-radius: 5px;
  transition: all 0.2s ease;
  border: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  min-width: 230px;
}

.custom-btn-ubt:hover {
  color: #cdc302;
  background-color: white;
}

.bg-wheel {
  height: 52px;
  background-size: contain !important;
  background: url(/media/filer_public/c8/04/c8044c7e-2598-4c54-8b3e-bc3b333bc1ee/rodes.png);
  background-repeat: repeat-x;
}

@media only screen and (max-width: 769px) {
  .product-container img {
    width: 100%;
    height: 50dvh;
    object-fit: cover;
  }
  .product-container .product-info {
    padding: 0 20px;
    margin-top: -57px;
  }
  .product-container .product-info h2 {
    padding-bottom: 2rem;
    color: white;
  }
  .custom-btn-ubt {
    width: 100%;
  }
  .product-container img {
    filter: brightness(0.7);
  }
}

@media only screen and (min-width: 770px) {
  .product-container img {
    width: 100%;
    height: 100dvh;
    object-fit: cover;
  }
  .product-container .product-info {
    position: absolute;
    bottom: 120px;
    z-index: 2;
    left: 75px;
  }
  .product-container .product-info p,
  .product-container .product-info h2 {
    color: white;
  }

  .product-container .product-info h2 {
    font-size: 2rem;
  }

  .product-container {
    position: relative;
  }
  .product-container::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000045;
    z-index: 1;
    position: absolute;
    top: 0;
  }
}
