.pcs-wrap {
    --pcs-c-text: #151515;
    --pcs-c-text-soft: #5a5a5a;
    --pcs-c-border: #e8e8e8;
    --pcs-c-black: #0f0f0f;
    --pcs-c-white: #fff;
    font-family: "Montserrat", sans-serif;
    color: var(--pcs-c-text);
}
.pcs-category-title { margin: 0 0 18px; font-size: 32px; line-height: 1.1; font-weight: 400; color: var(--pcs-c-black); letter-spacing: .2px; font-family: "Montserrat", sans-serif; }
.pcs-topbar { display: flex; justify-content: flex-start; align-items: center; margin: 0 0 24px; }
.pcs-count { font-size: 15px; font-weight: 500; line-height: 1.2; color: var(--pcs-c-text-soft); letter-spacing: .1px; }
.pcs-count strong { color: var(--pcs-c-black); font-weight: 700; }
.pcs-grid { display: grid; grid-template-columns: repeat(var(--pcs-cols, 4), minmax(0, 1fr)); gap: 34px 26px; }
.pcs-card { background: #fff; height: 100%; display: flex; flex-direction: column; }
.pcs-thumb { display: block; aspect-ratio: 8/5; overflow: hidden; background: #f8f8f8; margin-bottom: 0; }
.pcs-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pcs-thumb-carousel { position: relative; touch-action: pan-y; -webkit-user-select: none; user-select: none; }
.pcs-carousel-track { display: flex; width: 100%; height: 100%; transition: transform .3s ease; will-change: transform; }
.pcs-carousel-track.is-dragging { cursor: grabbing; }
.pcs-carousel-slide { flex: 0 0 100%; width: 100%; height: 100%; display: block; }
.pcs-carousel-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pcs-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(32, 39, 117, 0.75);
    color: #fff;
    line-height: 1;
    font-size: 22px;
    cursor: pointer;
    z-index: 2;
}
.pcs-carousel-prev { left: 10px; }
.pcs-carousel-next { right: 10px; }
.pcs-carousel-btn:hover { background: rgba(32, 39, 117, 0.95); }
.pcs-content { display: flex; flex-direction: column; padding: 10px; }
.pcs-head { display: flex; gap: 12px; align-items: flex-start; }
.pcs-head-left, .pcs-head-right { width: 50%; }
.pcs-head-right { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.pcs-title { font-size: 22px; line-height: 1.05; margin: 0; font-weight: 700; letter-spacing: .2px; }
.pcs-title a { text-decoration: none; color: var(--pcs-c-black); }
.pcs-title a:hover { color: #000; }
.pcs-address { margin-top: 5px; font-family: "Montserrat", sans-serif; font-size: 15px; font-weight: 600; text-transform: uppercase; line-height: 10px; text-align: left; }
.pcs-price { font-weight: 700; margin: 0; font-size: 30px; line-height: 1; color: #202775; letter-spacing: .2px; }
.pcs-wrap span.woocommerce-Price-amount.amount { color: var(--e-global-color-accent); font-family: "Montserrat", sans-serif; font-size: 31px; font-weight: 700; line-height: 1em; text-align: left; }
.pcs-availability { display: inline-flex; align-items: center; justify-content: flex-end; }
.pcs-availability svg { display: block; width: 25px; height: 25px; }
.precio-calculado { font-weight: 700; color: #202775; font-size: 18px; line-height: 1; }
.pcs-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; padding-top: 10px; margin-top: 0; font-size: 13px; color: var(--pcs-c-text); line-height: 1.2; }
.pcs-meta-item { white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.pcs-meta-icon { display: inline-flex; line-height: 1; flex: 0 0 auto; align-items: center; justify-content: center; }
.pcs-meta-icon svg { display: block; }
.pcs-meta-value { font-weight: 700; color: var(--pcs-c-black); }
.pcs-meta-label { margin-left: 2px; font-family: "Source Sans Pro", sans-serif; font-size: 14px; font-weight: 400; text-align: left; color: rgb(104, 103, 111); }
.pcs-pagination { display: flex; gap: 10px; align-items: center; justify-content: center; margin-top: 32px; }
.pcs-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 10px; border: 1px solid #d7d7d7; text-decoration: none; color: var(--pcs-c-black); line-height: 1; font-size: 13px; font-weight: 600; }
.pcs-pagination .page-numbers.current { background: #202775; color: var(--pcs-c-white); border-color: var(--pcs-c-black); }
.pcs-pagination .prev,
.pcs-pagination .next { font-size: 16px; }

@media (max-width: 1280px) {
    .pcs-grid { gap: 28px 20px; }
}
@media (max-width: 1024px) {
    .pcs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
    .pcs-title { font-size: 20px; }
    .pcs-price { font-size: 26px; }
}
@media (max-width: 640px) {
    .pcs-grid { grid-template-columns: 1fr; }
    .pcs-wrap span.woocommerce-Price-amount.amount { font-size: 20px; }
    .pcs-address { font-size: 12px; }
    .pcs-head-left, .pcs-head-right { width: auto; }
    .pcs-head { justify-content: space-between; gap: 0; }
}
