.vcp {
  background: var(--vierlot-bg, #F5F2ED);
  padding: 20px 0 80px;
}

.vcp__container {
  padding-left: 20px;
  padding-right: 20px;
}

.vcp__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 28px;
}

.vcp__item {
  list-style: none;
}

.vcp__card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.vcp__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #ECE7DE;
  overflow: hidden;
  margin-bottom: 14px;
}

.vcp__img,
.vcp__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.vcp__card:hover .vcp__img,
.vcp__card:hover .vcp__media img {
  transform: scale(1.03);
}

.vcp__img-placeholder {
  width: 100%;
  height: 100%;
  background: #E5E0D8;
}

.vcp__wish {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: rgba(245, 242, 237, 0.85);
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  cursor: pointer;
  padding: 0;
}

.vcp__wish[aria-pressed="true"] svg {
  fill: var(--vierlot-heart-active, #8C2F39);
  stroke: var(--vierlot-heart-active, #8C2F39);
}

.vcp__info {
  padding-top: 2px;
}

.vcp__title {
  font-size: 14px;
  font-weight: 500;
  color: var(--vierlot-text, #333333);
  margin-bottom: 6px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.8em;
}

.vcp__price {
  font-size: 15px;
  font-weight: 600;
  color: var(--vierlot-text, #333333);
  margin-bottom: 4px;
}

.vcp__meta {
  font-size: 12px;
  color: var(--vierlot-text-muted, #999999);
}

.vcp__pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.vcp__empty {
  padding: 80px 0;
  text-align: center;
}

.vcp__empty-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--vierlot-text, #333333);
  margin-bottom: 12px;
}

.vcp__empty-desc {
  font-size: 14px;
  color: var(--vierlot-text-light, #666666);
  margin-bottom: 28px;
}

.vcp a.vcp__empty-btn,
.vcp__empty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 28px;
  border: 1px solid #333333;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.vcp a.vcp__empty-btn:hover {
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .vcp__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 20px;
  }
}

@media (max-width: 768px) {
  .vcp {
    padding: 16px 0 60px;
  }
  .vcp__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .vcp__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 14px;
  }
  .vcp__wish {
    width: 32px;
    height: 32px;
    top: 8px;
    right: 8px;
  }
  .vcp__title {
    font-size: 13px;
  }
}

.vcp__layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.vcp__sidebar {
  flex: 0 0 230px;
  width: 230px;
}

.vcp__sidebar-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--vierlot-line, #E5E0D8);
}

.vcp__sidebar-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vierlot-text, #333333);
}

.vcp__clear {
  background: none;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  color: var(--vierlot-text-light, #666666);
  text-decoration: underline;
  cursor: pointer;
}

.vcp__clear:hover {
  color: var(--vierlot-text, #333333);
}

.vcp__fgroup {
  margin-bottom: 26px;
}

.vcp__fgroup-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vierlot-text, #333333);
  margin-bottom: 12px;
}

.vcp__fgroup-body {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.vcp__check {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  color: var(--vierlot-text-light, #666666);
}

.vcp__check:hover {
  color: var(--vierlot-text, #333333);
}

.vcp__check-input {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #999999;
  background: transparent;
  cursor: pointer;
  flex: 0 0 auto;
  position: relative;
}

.vcp__check-input:checked {
  background: #333333;
  border-color: #333333;
}

.vcp__check-input:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #FFFFFF;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.vcp__check-label {
  flex: 1;
}

.vcp__check-count {
  color: var(--vierlot-text-muted, #999999);
  font-size: 12px;
}

.vcp__price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vcp__price-input {
  width: 64px;
  min-height: 34px;
  padding: 6px 8px;
  border: 1px solid var(--vierlot-line, #E5E0D8);
  background: #FFFFFF;
  font-family: inherit;
  font-size: 13px;
  color: var(--vierlot-text, #333333);
}

.vcp__price-sep {
  color: var(--vierlot-text-muted, #999999);
}

.vcp__price-apply {
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid #333333;
  background: transparent;
  font-family: inherit;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}

.vcp__price-apply:hover {
  background: #333333;
  color: #FFFFFF;
}

.vcp__main {
  flex: 1 1 auto;
  min-width: 0;
}

.vcp__resultbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  min-height: 16px;
}

.vcp__resultcount {
  font-size: 12px;
  color: var(--vierlot-text-muted, #999999);
}

.vcp__main .vcp__grid {
  grid-template-columns: repeat(3, 1fr);
}

.vcp__item--hidden {
  display: none;
}

.vcp__empty--filtered {
  padding: 60px 0;
}

.vcp a.vcp__empty-btn--clear,
.vcp__empty-btn--clear {
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.vcp__filter-toggle {
  display: none;
}

@media (max-width: 1024px) {
  .vcp__layout {
    gap: 28px;
  }
  .vcp__sidebar {
    flex-basis: 200px;
    width: 200px;
  }
  .vcp__main .vcp__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .vcp__layout {
    flex-direction: column;
    gap: 0;
  }
  .vcp__filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 42px;
    padding: 10px 22px;
    margin-bottom: 18px;
    border: 1px solid #333333;
    background: transparent;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
  }
  .vcp__sidebar {
    flex-basis: auto;
    width: 100%;
    display: none;
    margin-bottom: 24px;
  }
  .vcp__sidebar--open {
    display: block;
  }
  .vcp__main {
    width: 100%;
  }
  .vcp__main .vcp__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vcp__resultbar {
    justify-content: flex-start;
  }
}
