.elementor-26489 .elementor-element.elementor-element-d3aa2f9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b257845 */.sf-bundle-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0 30px;
  color: #3f352d;
  font-family: inherit;
}

.sf-bundle-intro{
  background: linear-gradient(180deg, #fbf7ef 0%, #f5eee3 100%);
  border: 1px solid #eadfcd;
  border-radius: 18px;
  padding: 28px 22px;
  margin-bottom: 28px;
}

.sf-bundle-badge{
  display: inline-block;
  background: #6b4b3e;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 8px 14px;
  margin-bottom: 14px;
}

.sf-bundle-lead{
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 18px;
  color: #4a3d33;
}

.sf-bundle-highlights{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.sf-highlight-item{
  background: #fff;
  border: 1px solid #e8dccb;
  border-radius: 14px;
  padding: 14px 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #5b4a3d;
}

.sf-bundle-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}

.sf-bundle-card{
  background: #fffdfa;
  border: 1px solid #eadfce;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(74, 53, 34, 0.06);
}

.sf-card-image{
  background: #f8f2e8;
  padding: 18px;
  text-align: center;
}

.sf-card-image img{
  width: 100%;
  max-width: 340px;
  height: auto;
  display: inline-block;
  border-radius: 10px;
}

.sf-card-content{
  padding: 22px;
}

.sf-card-top{
  margin-bottom: 12px;
}

.sf-card-label{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8a6a52;
  margin-bottom: 8px;
}

.sf-card-top h3{
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #3f3128;
}

.sf-card-weight{
  display: inline-block;
  background: #efe4d5;
  color: #5a4739;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 12px;
}

.sf-card-content p{
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 14px;
}

.sf-card-list{
  margin: 0 0 14px;
  padding-left: 18px;
}

.sf-card-list li{
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 14px;
}

.sf-mini-note{
  background: #f7f1e8;
  border-left: 4px solid #b7936f;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #5e4b3d;
}

.sf-bundle-section{
  margin-top: 28px;
  background: #fffdfa;
  border: 1px solid #eadfce;
  border-radius: 18px;
  padding: 24px 22px;
}

.sf-bundle-section h3{
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 18px;
  color: #3d2f26;
}

.sf-includes{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.sf-include-item{
  background: #f7f1e8;
  border: 1px solid #eadfce;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.6;
}

.sf-why-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sf-why-card{
  background: #f8f3ea;
  border: 1px solid #eadfce;
  border-radius: 14px;
  padding: 18px;
}

.sf-why-card span{
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #4d3d32;
}

.sf-why-card p{
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.sf-storage-box p{
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 12px;
}

.sf-small-note{
  font-size: 13px !important;
  color: #746252;
}

/* Responsive */
@media (max-width: 991px){
  .sf-bundle-highlights,
  .sf-bundle-grid,
  .sf-includes,
  .sf-why-grid{
    grid-template-columns: 1fr;
  }

  .sf-card-top h3{
    font-size: 22px;
  }

  .sf-bundle-section h3{
    font-size: 24px;
  }
}

@media (max-width: 575px){
  .sf-bundle-intro,
  .sf-bundle-section,
  .sf-card-content{
    padding: 18px;
  }

  .sf-bundle-lead{
    font-size: 15px;
  }

  .sf-card-top h3{
    font-size: 20px;
  }

  .sf-bundle-section h3{
    font-size: 22px;
  }

  .sf-highlight-item,
  .sf-include-item,
  .sf-why-card,
  .sf-card-content p,
  .sf-card-list li{
    font-size: 14px;
  }
}/* End custom CSS */