.plc-372c4179-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
}

.plc-372c4179-swiper {
    overflow: hidden !important;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: grab;
}

.plc-372c4179-swiper:active {
    cursor: grabbing;
}

.plc-372c4179-swiper .swiper-wrapper {
    align-items: center;
}

.plc-372c4179-swiper .swiper-slide {
    height: auto;
    transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.plc-372c4179-slide-link {
    display: block;
    text-decoration: none;
    color: inherit;
    outline: none;
}

.plc-372c4179-image {
    width: 100%;
    height: 400px;
    border-radius: 14px;
    overflow: hidden;
}

.plc-372c4179-lightbox-trigger {
    cursor: pointer;
}

.plc-372c4179-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

.plc-372c4179-swiper .swiper-slide-active .plc-372c4179-image {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Navigation Arrows */
.plc-372c4179-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    padding: 0;
    line-height: 1;
}

.plc-372c4179-nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.plc-372c4179-nav-btn svg {
    width: 50%;
    height: 50%;
    stroke: currentColor;
    fill: none;
}

.plc-372c4179-nav-prev {
    left: 16px;
}

.plc-372c4179-nav-next {
    right: 16px;
}

/* Pagination */
.plc-372c4179-pagination {
    text-align: center;
    margin-top: 20px;
}

.plc-372c4179-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: 0.4;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.plc-372c4179-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

/* ── Lightbox ── */
.plc-372c4179-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.plc-372c4179-lightbox-overlay.plc-372c4179-lb-active {
    opacity: 1;
    visibility: visible;
}

.plc-372c4179-lb-img-wrap {
    position: relative;
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plc-372c4179-lb-img-wrap img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    display: block;
    border-radius: 6px;
    user-select: none;
    -webkit-user-drag: none;
}

.plc-372c4179-lb-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 44px;
    height: 44px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    transition: background 0.2s ease;
    padding: 0;
}

.plc-372c4179-lb-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.plc-372c4179-lb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    padding: 0;
}

.plc-372c4179-lb-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
}

.plc-372c4179-lb-arrow svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
}

.plc-372c4179-lb-prev {
    left: 20px;
}

.plc-372c4179-lb-next {
    right: 20px;
}

.plc-372c4179-lb-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-family: sans-serif;
    letter-spacing: 1px;
    user-select: none;
}

@media (max-width: 767px) {
    .plc-372c4179-swiper {
        touch-action: pan-y;
        overflow: hidden !important;
    }

    .plc-372c4179-swiper .swiper-slide {
        -webkit-tap-highlight-color: transparent;
    }

    .plc-372c4179-nav-prev {
        left: 8px;
    }

    .plc-372c4179-nav-next {
        right: 8px;
    }

    .plc-372c4179-lb-arrow {
        width: 40px;
        height: 40px;
    }

    .plc-372c4179-lb-prev {
        left: 10px;
    }

    .plc-372c4179-lb-next {
        right: 10px;
    }

    .plc-372c4179-lb-close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
    }
}
