.fc-f8f6ef8c-wrapper {
  perspective: 1000px;
  width: 100%;
}

.fc-f8f6ef8c-card {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
}

.fc-f8f6ef8c-wrapper:hover .fc-f8f6ef8c-card {
  transform: rotateY(180deg);
}

.fc-f8f6ef8c-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Front Side Layout */
.fc-f8f6ef8c-front {
  background-color: #f1f1f1;
}

.fc-f8f6ef8c-front::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: background-color 0.3s;
}

.fc-f8f6ef8c-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}

.fc-f8f6ef8c-wrapper:hover .fc-f8f6ef8c-image {
  transform: scale(1.1);
}

.fc-f8f6ef8c-front-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}

.fc-f8f6ef8c-front h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Back Side Layout */
.fc-f8f6ef8c-back {
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

.fc-f8f6ef8c-back-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.fc-f8f6ef8c-back h3 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 700;
}

.fc-f8f6ef8c-back p {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.6;
}

.fc-f8f6ef8c-price {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Button */
.fc-f8f6ef8c-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.fc-f8f6ef8c-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
