.enlivy-kit-software-presentation-product-group-wrapper {
  width: 100%;
  max-width: var(--enlivy-kit-layout-container-max-width);
  margin: 0 auto;
  padding: var(--enlivy-kit-spacing-divider-md) var(--enlivy-kit-spacing-md);
  display: flex;
  flex-direction: column;
  gap: var(--enlivy-kit-spacing-divider-sm);
}
.enlivy-kit-software-presentation-product-group-wrapper > [data-section="head"] {
  text-align: center;
}
.enlivy-kit-software-presentation-product-group-wrapper > [data-section="head"] > [data-section="content"] > h1 {
  margin: 0 auto var(--enlivy-kit-spacing-sm);
  max-width: 880px;
  font-size: var(--enlivy-kit-text-heading1-font-size);
  line-height: var(--enlivy-kit-text-heading-line-height);
  font-weight: var(--enlivy-kit-text-heading1-font-weight);
  letter-spacing: var(--enlivy-kit-text-heading-letter-spacing);
}
.enlivy-kit-software-presentation-product-group-wrapper > [data-section="head"] > [data-section="content"] > [data-section="description"] {
  margin: 0 auto;
  max-width: 720px;
  color: var(--enlivy-kit-text-secondary-color);
}
.enlivy-kit-software-presentation-product-group-wrapper > [data-section="head"] > [data-section="image"] img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--enlivy-kit-general-border-radius);
}
.enlivy-kit-software-presentation-product-group-wrapper > [data-section="head"][data-enlivy-kit-has-hero-image="1"] {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: var(--enlivy-kit-spacing-divider-sm);
  text-align: left;
}
.enlivy-kit-software-presentation-product-group-wrapper > [data-section="head"][data-enlivy-kit-has-hero-image="1"] > [data-section="content"] > h1,
.enlivy-kit-software-presentation-product-group-wrapper > [data-section="head"][data-enlivy-kit-has-hero-image="1"] > [data-section="content"] > [data-section="description"] {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 860px) {
  .enlivy-kit-software-presentation-product-group-wrapper > [data-section="head"][data-enlivy-kit-has-hero-image="1"] {
    grid-template-columns: 100%;
    text-align: center;
    gap: var(--enlivy-kit-spacing-md);
  }
  .enlivy-kit-software-presentation-product-group-wrapper > [data-section="head"][data-enlivy-kit-has-hero-image="1"] > [data-section="content"] > h1,
  .enlivy-kit-software-presentation-product-group-wrapper > [data-section="head"][data-enlivy-kit-has-hero-image="1"] > [data-section="content"] > [data-section="description"] {
    margin-left: auto;
    margin-right: auto;
  }
}
.enlivy-kit-software-presentation-product-group-wrapper [data-section="products"] > h2,
.enlivy-kit-software-presentation-product-group-wrapper [data-section="features"] > h2 {
  margin: 0 0 var(--enlivy-kit-spacing-md);
  font-size: var(--enlivy-kit-text-heading3-font-size);
  line-height: var(--enlivy-kit-text-heading-line-height);
  font-weight: var(--enlivy-kit-text-heading3-font-weight);
  letter-spacing: var(--enlivy-kit-text-heading-letter-spacing);
}
.enlivy-kit-software-presentation-product-group-wrapper [data-enlivy-kit-pagination-container] {
  margin-top: var(--enlivy-kit-spacing-lg);
}
.enlivy-kit-software-presentation-product-group-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--enlivy-kit-layout-primary-border-color);
  border-radius: var(--enlivy-kit-general-border-radius);
  background-color: var(--enlivy-kit-secondary-background-color);
  box-shadow: var(--enlivy-kit-box-shadow-primary);
  overflow: hidden;
}
.enlivy-kit-software-presentation-product-group-list > .enlivy-kit-software-presentation-product-row {
  display: grid;
  grid-template-columns: minmax(160px, 260px) 1fr auto auto;
  align-items: center;
  gap: var(--enlivy-kit-spacing-md);
  padding: var(--enlivy-kit-spacing-md) var(--enlivy-kit-spacing-lg);
  border-top: 1px solid var(--enlivy-kit-layout-primary-border-color);
}
.enlivy-kit-software-presentation-product-group-list > .enlivy-kit-software-presentation-product-row:first-child {
  border-top: none;
}
.enlivy-kit-software-presentation-product-group-list [data-section="name"] {
  margin: 0;
  font-size: var(--enlivy-kit-text-heading6-font-size);
  line-height: var(--enlivy-kit-text-heading-line-height);
  font-weight: var(--enlivy-kit-text-bold-font-weight);
}
.enlivy-kit-software-presentation-product-group-list [data-section="name"] > a {
  color: var(--enlivy-kit-text-primary-color);
  text-decoration: none;
}
.enlivy-kit-software-presentation-product-group-list [data-section="name"] > a:hover {
  color: var(--enlivy-kit-primary-color);
}
.enlivy-kit-software-presentation-product-group-list [data-section="desc"] {
  margin: 0;
  color: var(--enlivy-kit-text-secondary-color);
  font-size: var(--enlivy-kit-text-medium-font-size);
  line-height: var(--enlivy-kit-text-default-line-height);
}
.enlivy-kit-software-presentation-product-group-list [data-section="price"] {
  font-weight: var(--enlivy-kit-text-semibold-font-weight, 600);
  color: var(--enlivy-kit-text-primary-color);
}
.enlivy-kit-software-presentation-product-group-list [data-section="price"] > em {
  font-style: normal;
  font-weight: normal;
  font-size: var(--enlivy-kit-text-caption-font-size);
  color: var(--enlivy-kit-text-secondary-color);
}
.enlivy-kit-software-presentation-product-group-list [data-section="price"] [data-section="price-note"] {
  font-weight: normal;
  color: var(--enlivy-kit-text-secondary-color);
}
.enlivy-kit-software-presentation-product-group-list [data-section="cta"] {
  white-space: nowrap;
}
.enlivy-kit-software-presentation-product-group-list [data-section="cta"] > svg {
  transition: transform 200ms ease;
}
.enlivy-kit-software-presentation-product-group-list [data-section="cta"]:hover > svg {
  transform: translateX(4px);
}
@media only screen and (max-width: 768px) {
  .enlivy-kit-software-presentation-product-group-list > .enlivy-kit-software-presentation-product-row {
    grid-template-columns: 1fr;
    gap: var(--enlivy-kit-spacing-xs);
  }
  .enlivy-kit-software-presentation-product-group-list [data-section="cta"] {
    justify-self: start;
  }
}
