#fw-section-featured-collection-869f1db1-8cb2-4d0e-ad49-227ae992411e {

/* Floating hover effect for product tiles */
.product-tile {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-tile:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
}
}
#fw-section-featured-collection-4e661fe0-a40e-46a2-9413-351ee201ca60 {

/* Floating hover effect for product tiles */
.product-tile {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-tile:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
}
}


#fw-section-custom-html-0845ac2d-f17b-4f2b-a641-fee2bdb4353d {

/* Base FAQ question style with smooth transition */
.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* smooth in & out */
  border-radius: 4px;
}

/* Hover effect only when not active */
.faq-item:not(.active) .faq-question:hover {
  transform: translateY(-3px); /* lift slightly */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* subtle shadow */
}
}










#fw-section-product-recommendations {

section{display:none}
}