/* Blockchain Product Cards Navigation Styling */
.product-cards_cards .swiper-button-next,
.product-cards_cards .swiper-button-prev {
    display: none !important;
    position: absolute;
    top: 25% !important;
    width: 50px !important;
    height: 50px !important;
    margin-top: -25px !important;
    z-index: 10 !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
    border: 2px solid #ffffff !important;
}

.product-cards_cards .swiper-button-prev {
    left: -25px !important;
    right: auto !important;
}

.product-cards_cards .swiper-button-next {
    right: -25px !important;
    left: auto !important;
}

.product-cards_cards .swiper-button-next:after,
.product-cards_cards .swiper-button-prev:after {
    font-size: 18px !important;
    color: #333 !important;
    font-weight: bold !important;
}

.product-cards_cards .swiper-button-next:hover,
.product-cards_cards .swiper-button-prev:hover {
    background: #ffffff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2) !important;
}

.product-cards_cards .swiper-button-next.swiper-button-disabled,
.product-cards_cards .swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

/* Tugmalarni ko'rsatish uchun */
.product-cards_cards .swiper-button-next,
.product-cards_cards .swiper-button-prev {
    display: flex !important;
}
