.addon-icon-large img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  display: block;
}

.addon-detail-description-card {
  overflow-y: auto !important;
}

.addon-detail-info-card {
  width: 100%;
  max-width: 101%;
}

.grid-container {
  padding: 0 5px;
}

@media (max-width: 1762px) {
  .addon-detail-icon-card {
    display: flex;
    flex-direction: row;
    gap: 12.5px;
    justify-content: flex-start !important;
    overflow: hidden;
  }
  
  .addon-detail-info-card {
    height: auto;
    padding: 12.5px;
  }
  
  .addon-body-grid {
    display: flex;
    flex-direction: row;
    gap: 12.5px;
  }

  .body-addon-grid-inside {
    display: flex;
    flex-direction: column;
    gap: 12.5px;
  }
  
  .addon-icon-large {
    width: 57.5vw;
    height: auto;
    overflow: hidden;
    background: transparent;
    border-radius: 20px;
  }
  
  .body-addon-grid {
    display: flex;
    gap: 12.5px;
    flex-direction: row;
    max-height: 800px;
  }
  
  .addon-detail-description-card {
    height: auto;
    max-width: 56%;
    min-width: 49%;
  }
  
  
}

@media (max-width: 1600px) {
  .addon-detail-icon-card {
    display: flex;
    flex-direction: row;
    gap: 12.5px;
    justify-content: flex-start !important;
    overflow: hidden;
  }
  
  .addon-body-grid {
    display: flex;
    flex-direction: row;
    gap: 12.5px;
  }

  .body-addon-grid-inside {
    display: flex;
    flex-direction: column;
    gap: 12.5px;
  }
  
  .addon-icon-large {
    width: 57.5vw;
    height: auto;
    overflow: hidden;
    background: transparent;
    border-radius: 20px;
  }
  
  .body-addon-grid {
    display: flex;
    gap: 12.5px;
    flex-direction: row;
    max-height: 800px;
  }
  
  .addon-detail-description-card {
    height: auto;
    max-width: 56%;
    min-width: 49%;
  }
}

@media (max-width: 1000px) {
  .addon-detail-icon-card {
    display: flex;
    flex-direction: column;
    gap: 7.5px;
    justify-content: center;
  }

  .addon-body-grid {
    display: flex;
    flex-direction: column;
    gap: 7.5px;
  }

  .body-addon-grid-inside {
    display: flex;
    flex-direction: column;
    gap: 7.5px;
  }
  
  .addon-icon-large {
    width: 90vw;
    height: auto;
    overflow: hidden;
    background: transparent;
    border-radius: 20px;
  }
  
  .body-addon-grid {
    display: flex;
    gap: 7.5px;
    flex-direction: column;
    max-height: 1500px;
  }
  
  .addon-detail-description-card {
    height: auto;
    max-width: 101%;
    min-width: 99%;
  }
}