.elementor-29436 .elementor-element.elementor-element-d3aa2f9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b257845 */.sf-pack{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#2b241d;
  margin:34px 0;
}

.sf-pack__wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 16px;
}

.sf-pack__content{
  background:#fffaf2;
  border:1px solid #eadcc8;
  border-radius:18px;
  padding:22px;
}

.sf-pack__top{
  display:grid;
  grid-template-columns:1.4fr .8fr;
  gap:18px;
  align-items:start;
  margin-bottom:22px;
}

.sf-pack__bullets{
  margin:0;
  padding-left:20px;
  font-size:15px;
  line-height:1.65;
}

.sf-pack__bullets li{
  margin-bottom:6px;
}

.sf-pack__quick{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:flex-end;
}

.sf-chip{
  display:inline-flex;
  align-items:center;
  background:#f3eadc;
  border:1px solid #dfcbb2;
  color:#5b442c;
  border-radius:999px;
  padding:7px 12px;
  font-size:13px;
  font-weight:600;
}

.sf-pack__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.sf-card{
  background:#ffffff;
  border:1px solid #eadcc8;
  border-radius:16px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  box-shadow:0 8px 22px rgba(60,40,20,.06);
}

.sf-card__media{
  background:#f7f1e8;
  aspect-ratio:1 / 1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
}

.sf-card__img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.sf-card__body{
  padding:15px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}

.sf-card__head{
  display:flex;
  flex-direction:column;
  gap:5px;
}

.sf-card__title{
  margin:0;
  font-size:20px;
  line-height:1.15;
  color:#2c241d;
}

.sf-card__tag{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  background:#efe5d5;
  color:#735638;
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:700;
}

.sf-card__desc{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:#4c4339;
}

.sf-card__uses{
  margin-top:auto;
  background:#fff8ed;
  border:1px dashed #d9c0a0;
  border-radius:12px;
  padding:11px 12px;
}

.sf-card__uses-title{
  font-size:13px;
  font-weight:800;
  margin-bottom:6px;
  color:#49351f;
}

.sf-card__list{
  margin:0;
  padding-left:18px;
  font-size:13px;
  line-height:1.5;
}

.sf-card__list li{
  margin-bottom:3px;
}

.sf-pack__note{
  margin:18px 0 0;
  font-size:13px;
  color:#6b5a49;
  line-height:1.5;
}

@media (max-width:1024px){
  .sf-pack__grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media (max-width:768px){
  .sf-pack__content{
    padding:16px;
    border-radius:14px;
  }

  .sf-pack__top{
    grid-template-columns:1fr;
  }

  .sf-pack__quick{
    justify-content:flex-start;
  }

  .sf-pack__grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .sf-card{
    flex-direction:row;
    align-items:stretch;
  }

  .sf-card__media{
    width:38%;
    min-width:120px;
    aspect-ratio:auto;
    padding:8px;
  }

  .sf-card__body{
    padding:13px;
  }

  .sf-card__title{
    font-size:18px;
  }

  .sf-card__desc,
  .sf-pack__bullets{
    font-size:14px;
  }

  .sf-card__uses{
    padding:9px 10px;
  }

  .sf-card__list{
    font-size:12.5px;
  }
}

@media (max-width:430px){
  .sf-pack__wrap{
    padding:0 10px;
  }

  .sf-card{
    flex-direction:column;
  }

  .sf-card__media{
    width:100%;
    min-width:0;
    aspect-ratio:1 / .78;
  }

  .sf-chip{
    font-size:12px;
    padding:6px 10px;
  }
}/* End custom CSS */