.sn-shopify2-listing
{
  --sh-title-color: #181818;
  --sh-summary-color: #585871;
  max-width: 100%;
}

.shopify2-listing__header
{
  margin-bottom: 20px;
}

.shopify2-listing__header h1,
.shopify2-listing__header h2,
.shopify2-listing__header h3,
.shopify2-listing__header h4
{
  color: var( --sh-title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 20px;
}

.shopify2-listing__header p
{
  color: var(--sh-title-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.shopify2-listing__content
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}

.shopify2-listing__item
{
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 30xp;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}

.shopify2-item__header
{
  display: flex;
  align-items: center;
  gap: 16px;
}

.shopify2-item__icon
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 100px;
  background: #FFEBCE;
  color: #FE9A03;
}

.shopify2-item__title > span
{
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  color: var(--pL-title-color);
  text-decoration: none;
}

.shopify2-item__title > span:before
{
  content;
}

.shopify2-item__summary
{
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--pL-summary-color);
}

@media screen and (min-width: 768px)
{
  .shopify2-listing__header
  {
    margin-bottom: 32px;
    text-align: center;
  }

  .shopify2-listing__header h1,
.shopify2-listing__header h2,
.shopify2-listing__header h3,
.shopify2-listing__header h4
  {
    font-size: 40px;
  }

  .shopify2-listing__header p
  {
    max-width: 740px;
    margin: 0 auto;
  }

  .shopify2-listing__content
  {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }

  .shopify2-listing__item
  {
    padding: 40px 30px;
    flex: 0 0 calc(50% - 16px);
  }
}

@media screen and (min-width: 1024px)
{
  .shopify2-listing__item
  {
    padding: 40px 30px;
    flex: 0 0 calc(33% - 18px);
  }
}
