.mix-pc {
  width: 100%;
}

.mix-pc__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.mix-pc__thumb {
  display: block;
  line-height: 0;
}

.mix-pc__img {
  width: 100%;
  height: auto;
  display: block;
}

.mix-pc__body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mix-pc__title {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.mix-pc__desc {
  opacity: 0.9;
  font-size: 14px;
}

.mix-pc__price {
  font-weight: 700;
}

.mix-pc__addtocart .button {
  width: 100%;
  text-align: center;
}

/* Navigație */
.mix-pc__nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  cursor: pointer;
  z-index: 5;
}
.mix-pc__prev { left: 8px; }
.mix-pc__next { right: 8px; }

.mix-pc__prev::before,
.mix-pc__next::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%) rotate(45deg);
}
.mix-pc__next::before {
  transform: translate(-60%, -50%) rotate(-135deg);
}

/* Pagination */
.mix-pc__pagination {
  margin-top: 10px;
  text-align: center;
}

/* Container swiper: poziționare relativă pentru săgeți */
.mix-pc__swiper {
  position: relative;
  padding-bottom: 10px;
}

.mix-pc__empty {
  padding: 14px;
  border: 1px dashed rgba(0,0,0,0.2);
  border-radius: 10px;
}
