.c-products {
  min-width: 100%;
  margin: 0 auto;
  font-family: var(--e-global-typography-primary-font-family);
}

.c-products__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .625rem;
}

.c-products__item {
  min-width: 100%;
}

/*
 * Style
 * for header
*/
.c-products__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  padding: 1.25rem 2.5rem;
  min-width: 100%;
  background-color: #fff;
  cursor: pointer;
}

.c-products__item:first-child .c-products__header {
  border-top-right-radius: 2.5rem;
  border-top-left-radius: 2.5rem;
}

.c-products__item:last-child .c-products__header {
  transition: all .1s ease-in-out;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}

.c-products__item[data-collapse="true"]:last-child .c-products__header {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.c-products__button {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.c-products__button svg {
  transform: rotate(180deg);
}

.c-products__button circle {
  fill: var(--e-global-color-secondary);
}

.c-products__button polyline {
  stroke: #fff;
}

.c-products__title {
  margin: 0;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}

.c-products__item[data-collapse="true"] .c-products__header {
  background-color: var(--e-global-color-secondary);
}

.c-products__item[data-collapse="true"] .c-products__title {
  color: #fff;
}

.c-products__item[data-collapse="true"] .c-products__button svg {
  transform: rotate(0deg);
}

.c-products__item[data-collapse="true"] .c-products__button circle {
  fill: #fff;
}

.c-products__item[data-collapse="true"] .c-products__button polyline {
  stroke: var(--e-global-color-secondary);
}

/*
 * Style
 * for content
*/
.c-products__content {
  display: grid;
  grid-template-columns: calc(38% - 6.0625rem) 1fr;
  align-items: center;
  gap: 5rem;
  padding: 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  cursor: initial;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
  line-height: 1.5rem;
}

.c-products__item[data-collapse="true"] .c-products__content {
  padding: 1.25rem 2.5rem;
  max-height: 25rem;
  opacity: 1;
}

.c-products__content__group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr .3fr;
  gap: 3.125rem;
}

.c-products__content__image-container {
  min-width: 100%;
  height: 15rem;
  display: flex;
  border-radius: .5rem;
  overflow: hidden;
}

.c-products__content__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; 
}

.c-products__content__image {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.c-products__content__button p {
  margin: 0;
  padding: 0;
}

.c-products__content__button {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  font-weight: 600;
}

.c-products__content__button--responsive {
  display: none;
}

/*
 Media Queries
*/

@media(min-width: 1920px) {
  .c-products__content {
    grid-template-columns: calc(34.5% - 6.0625rem) 1fr;
  }
}

@media(max-width: 1440px) {
  .cam-theme .elementor-34 .elementor-element.elementor-element-e656a63 {
    --padding-left: 10rem;
    --padding-right: 10rem;
  }
}

@media(max-width: 1300px) {
  .cam-theme .elementor-34 .elementor-element.elementor-element-e656a63 {
    --padding-left: 6.25rem;
    --padding-right: 6.25rem;
  }
}

@media(max-width: 1024px) {
  .cam-theme .elementor-34 .elementor-element.elementor-element-e656a63 {
    --padding-left: 5rem;
    --padding-right: 5rem;
  }

  .c-products__content__button {
    display: none;
  }

  .c-products__content__button--responsive {
    display: flex;
    grid-column: 1 / 3;
    justify-self: center;
  }

  .c-products__content__group {
    grid-template-columns: 1fr;
  }

  .c-products__content {
    grid-template-columns: calc(58% - 6.0625rem) 1fr;
    gap: 2.5rem;
  }

  .c-products__item[data-collapse="true"] .c-products__content {
    max-height: 60rem;
  }
}

@media(max-width: 880px) {
  .c-products__content {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .c-products__item[data-collapse="true"] .c-products__content {
    max-height: 80rem;
  }

  .c-products__content__image-container {
    grid-row: 1 / 2;
    margin-bottom: 2.5rem;
  }

  .c-products__content__group {
    grid-row: 2 / 3;
    margin-bottom: 3rem;
  }

  .cam-theme .elementor-34 .elementor-element.elementor-element-e656a63 {
    --padding-left: 2.5rem;
    --padding-right: 2.5rem;
  }
}

@media(max-width: 768px) {
  .c-products__content__image-container {
    height: 10rem;
  }

  .c-products__title {
    font-size: 1.2rem;
  }

  .cam-theme .elementor-element-e656a63 {
    --padding-left: 1.25rem !important;
    --padding-right: 1.25rem !important;
  }

  .c-products__header,
  .c-products__item[data-collapse="true"] .c-products__content {
    padding: 1.25rem !important;
  }

  .c-products__header {
    height: 4rem;
  }

  .c-products__item:first-child .c-products__header {
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
  }

  .c-products__item:last-child .c-products__header {
    transition: all .1s ease-in-out;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .c-products__list {
    gap: .3125rem;
  }
}