.elementor-29146 .elementor-element.elementor-element-2fcd782{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-289f6ad *//* Section A — Physical Products Slider */
.products-slider-section {
  padding: 80px 20px;
  background-color: #f9f9f9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #111;
}

.slider-section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
}

/* Product card slide */
.product-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.product-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-info {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.product-price {
  font-size: 1rem;
  color: #444;
  margin: 0;
}

.product-btn {
  padding: 12px 28px;
  background-color: #0070F3;
  color: white;
  font-size: 1rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.product-btn:hover {
  background-color: #0059BB;
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .product-info {
    padding: 16px 12px;
  }
  .product-btn {
    padding: 10px 24px;
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05f1e5d *//* Section 6 — Furniture Financing */
.financing-section {
  padding: 100px 20px;
  background-color: #FAFAFA;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #111;
}

.financing-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  background: #FFFFFF;
  padding: 60px 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.financing-title {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.2;
}

.financing-subtext {
  font-size: 1.125rem;
  color: #555;
  margin-bottom: 32px;
  line-height: 1.5;
}

.financing-btn {
  display: inline-block;
  padding: 16px 36px;
  font-size: 1rem;
  font-weight: 500;
  background-color: #0070F3;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 6px 20px rgba(0,112,243,0.25);
}

.financing-btn:hover {
  background-color: #0059BB;
  transform: translateY(-2px);
}/* End custom CSS */