/* FurnitureCollections frontend styles (align with Creative Elements) */

.elementor-product-miniature {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.elementor-product-miniature .elementor-image img {
  width: 100%;
  height: auto;
  display: block;
}

.elementor-product-miniature .elementor-title {
  font-size: 15px;
  font-weight: 500;
  margin: 12px 0 6px;
  color: #000;
  line-height: 1.35;
}

.elementor-product-miniature .elementor-price-wrapper {
  margin-bottom: 12px;
}

.elementor-product-miniature .elementor-price {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.elementor-product-miniature .elementor-atc {
  margin-top: auto;
}

.elementor-product-miniature .elementor-button {
  width: 100%;
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  border: none;
  transition: background .2s ease;
}

.elementor-product-miniature .elementor-button:hover {
  background: #222;
}

.elementor-product-miniature .elementor-atc-icon {
  margin-right: 6px;
}

/* CTA button under collection description */
.fc-collection-cta {
  margin-top: 16px;
}
.fc-collection-cta .btn,
.fc-collection-cta a.btn {
  display: inline-block;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.fc-collection-cta .btn:hover,
.fc-collection-cta a.btn:hover {
  background: #222;
  color: #fff;
}


/* Same collection section heading + CTA */
.fc-same-collection-heading {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fc-same-collection-cta {
  margin-top: 24px;
  text-align: center;
}

.fc-same-collection-cta .btn {
font-family: "Poppins", sans-serif;
    letter-spacing: 1.5px;
    background-color: #C6B375;
}

.fc-same-collection-cta .btn:hover {
  background: #9F8D50;
  color: #fff;
}
