.product-cards-container.products.index {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.product-feature-card.products.index {
    width: clamp(200px, 50%, 400px);
    display: flex;
    align-items: center;
    padding: 1rem;
    flex-direction: column;
    background-color:var(--green-opaque);
    border-radius: 20px;
    transition: 0.5s;
}

.product-feature-card.products.index .model-image {
    height: 20rem;
    object-fit: contain;
}

.product-feature-card.products.index .product-heading {
    
    text-align: center;
}


.product-feature-card.products.index .specification-text {
  color: white;
  text-align: center;
  font-weight: 610;
}

.product-feature-card.products.index .area-button{
    padding-left: 3rem;
    text-align: left;
    width: auto;
    display: inline-block;
    transition: all 0.5s;
    text-align: right;
    margin-right: 2rem;
}

.product-feature-card.products.index .area-button:hover{
  color: var(--engbakken-color)
}

.product-feature-card.products.index .area-button svg{
  display: inline-block;
  margin-bottom: -0.7rem;
  width: 40px;
  transition: all 0.5s ease-in-out;
}

.product-feature-card.products.index .area-button path{
  display: inline-block;
  fill: var(--engbakken-color);
}

.product-feature-card.products.index .area-button:hover svg{
  transform: translateX(70%);
}

.product-config-info-index {
  display:none;
}

.product-config-info-index:hover {
  display:block;
}


.product-feature-card.products.index .model-image {
    padding: 1rem;
    height: 10rem;
    object-fit: contain;
    justify-content: center;
}

.product-feature-card.products.index {
  max-width: 100vw;
}

#Program.product-feature-card.products.index {
  width: 70rem;
}

#Program.product-feature-card.products.index .product-heading {
  margin-top: 0rem;
}

#Program.product-feature-card.products.index .navlink {
  display: flex;
  align-content: center;
}

#Program.product-feature-card.products.index .model-image {
  height: 10rem;
}