.section-collection-showcase .collection-showcase {
    padding: 72px 24px 0 24px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 12px !important;
}

.section-collection-showcase .collection-showcase-container {
    max-width: 1594px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}

.section-collection-showcase .collection-showcase-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Left side - Secondary image */
.collection-showcase-secondary-image {
    position: sticky;
    top: 100px;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 3 / 4;
    max-height: 900px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.collection-showcase-secondary-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.collection-showcase-secondary-image.empty {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #999;
    font-family: var(--body-font-stack);
    font-size: 14px;
}

/* Right side - Product carousel */
.collection-showcase-carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    max-width: 720px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: flex;
    justify-content: center;
}

.collection-showcase-carousel .swiper {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.collection-showcase-carousel .swiper-wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.collection-showcase-carousel .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
    height: auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
}

.collection-showcase-carousel .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.6;
}

.collection-showcase-carousel .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.collection-showcase-product-image {
    width: 100%;
    max-width: 488px;
    height: 610px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-showcase-product-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    cursor: grab;
}
.collection-showcase-product-image img:active {
    cursor: grabbing;
}

.collection-showcase-product-info {
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-family: var(--body-font-stack);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.collection-showcase-product-title {
    font-family: var(--body-font-stack);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px;
    color: #212121;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.collection-showcase-product-price {
    font-family: var(--body-font-stack);
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #212121;
    width: 100%;
    max-width: 100%;
}

/* Navigation buttons */
.collection-showcase-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-160%);
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.collection-showcase-navigation:hover {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.collection-showcase-navigation--prev {
    left: 70px;
}

.collection-showcase-navigation--next {
    right: 70px;
}


.collection-showcase-navigation.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.collection-showcase-navigation svg {
    width: 16px;
    height: 16px;
}

/* Pagination */
.collection-showcase-pagination {
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Thumbnails pagination */
.collection-showcase-pagination--thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 0 60px;
}

/* Dots pagination (native Swiper) */
.collection-showcase-pagination--dots {
    padding: 0;
    position: relative;
}

.collection-showcase-pagination--dots .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #212121;
    opacity: 0.2;
    margin: 4px !important;
}

.collection-showcase-pagination--dots .swiper-pagination-bullet-active {
    opacity: 1;
}

.collection-showcase-pagination-item {
    width: 100px;
    max-width: 100px;
    height: 100px;
    max-height: 100px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
}

.collection-showcase-pagination-item:hover {
    border-color: rgba(0, 0, 0, 0.2);
}

.collection-showcase-pagination-item.active {
    border-color: #111111;
}

.collection-showcase-pagination-item img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 1200px) {

    .collection-showcase-navigation--prev {
        left: 0px;
    }

    .collection-showcase-navigation--next {
        right: 0px;
    }
}

@media (max-width: 768px) {
    .section-collection-showcase .collection-showcase {
        padding: 36px 0 26px;
    }

    .collection-showcase-pagination--dots .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .collection-showcase-navigation {
        top: calc((329px / 2) - 18px);
        transform: none;
    }

    .collection-showcase-product-image {
        max-width: 263px;
        max-height: 329px;
    }

    .section-collection-showcase .collection-showcase-wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 36px;
    }

    .collection-showcase-secondary-image {
        max-height: 469px
    }

    .collection-showcase-secondary-image {
        position: relative;
        top: 0;
        order: 2;
    }

    .collection-showcase-carousel {
        order: 1;
        padding: 0 24px;
    }

    .collection-showcase-navigation {
        width: 36px;
        height: 36px;
    }

    .collection-showcase-navigation--prev {
        left: 0;
    }

    .collection-showcase-navigation--next {
        right: 0;
    }

    .collection-showcase-pagination {
        gap: 0px;
        padding: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .collection-showcase-pagination-item {
        width: 70px;
        max-width: 70px;
        height: 70px;
        max-height: 70px;
        box-sizing: border-box;
    }

    .collection-showcase-product-title,
    .collection-showcase-product-price {
        font-size: 16px;
    }
}