/* =============================================
   G5Shop Products Swiper Slider
   ============================================= */

/* Swiper Container */
.g5shop__products-swiper-section,
.g5shop__categories-swiper-section {
    position: relative;
}

.g5shop__products-swiper,
.g5shop__categories-swiper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Categories Swiper */
.g5shop__categories-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.g5shop__categories-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

/* Category item inside swiper slide */
.g5shop__categories-swiper .swiper-slide .g5shop__product-category,
.g5shop__categories-swiper .swiper-slide .product-category {
    margin: 0;
    padding: 0;
    width: 100%;
}

.g5shop__categories-swiper .g5shop__product-cat-item-inner,
.g5shop__categories-swiper .g5core__post-item-inner {
    height: 100%;
}

/* Fix thumbnail display */
.g5shop__categories-swiper .g5core__post-featured,
.g5shop__categories-swiper .g5shop__product-cat-featured {
    position: relative;
    overflow: hidden;
    display: block;
}

.g5shop__categories-swiper .g5core__entry-thumbnail {
    display: block;
    width: 100%;
}

.g5shop__categories-swiper .g5core__entry-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

/* Products Swiper */
.g5shop__products-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.g5shop__products-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

/* Navigation Arrows */
.g5shop__products-swiper .swiper-button-prev,
.g5shop__products-swiper .swiper-button-next,
.g5shop__categories-swiper .swiper-button-prev,
.g5shop__categories-swiper .swiper-button-next {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #333;
    transition: all 0.3s ease;
    z-index: 10;
}

.g5shop__products-swiper .swiper-button-prev:hover,
.g5shop__products-swiper .swiper-button-next:hover,
.g5shop__categories-swiper .swiper-button-prev:hover,
.g5shop__categories-swiper .swiper-button-next:hover {
    background: #222;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.g5shop__products-swiper .swiper-button-prev::after,
.g5shop__products-swiper .swiper-button-next::after,
.g5shop__categories-swiper .swiper-button-prev::after,
.g5shop__categories-swiper .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

.g5shop__products-swiper .swiper-button-disabled,
.g5shop__categories-swiper .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Pagination */
.g5shop__products-swiper .swiper-pagination,
.g5shop__categories-swiper .swiper-pagination,
.ube__product-categories .swiper-pagination {
    position: relative;
    margin-top: 20px;
    bottom: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
    visibility: visible !important;
    opacity: 1 !important;
}

.g5shop__products-swiper .swiper-pagination-bullet,
.g5shop__categories-swiper .swiper-pagination-bullet,
.ube__product-categories .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    opacity: 1 !important;
    transition: all 0.3s ease;
    border-radius: 50%;
    display: inline-block !important;
    visibility: visible !important;
}

.g5shop__products-swiper .swiper-pagination-bullet-active,
.g5shop__categories-swiper .swiper-pagination-bullet-active,
.ube__product-categories .swiper-pagination-bullet-active {
    background: #222;
    width: 24px;
    border-radius: 5px;
}

/* Dynamic Bullets - Override Swiper default hidden behavior */
.swiper-pagination-bullets-dynamic,
.g5shop__products-swiper .swiper-pagination-bullets-dynamic,
.g5shop__categories-swiper .swiper-pagination-bullets-dynamic,
.ube__product-categories .swiper-pagination-bullets-dynamic {
    overflow: visible !important;
    font-size: 0;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.g5shop__products-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.g5shop__categories-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.ube__product-categories .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.7);
    position: relative;
    visibility: visible !important;
    opacity: 1 !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.g5shop__products-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.g5shop__categories-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.ube__product-categories .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.g5shop__products-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.g5shop__categories-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.ube__product-categories .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
    background: #222;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.g5shop__products-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.g5shop__categories-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.ube__product-categories .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.g5shop__products-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.g5shop__categories-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.ube__product-categories .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.85);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.g5shop__products-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.g5shop__categories-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.ube__product-categories .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.g5shop__products-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.g5shop__categories-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.ube__product-categories .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.7);
}

/* Product Item in Swiper */
.g5shop__products-swiper .g5shop__product-item {
    padding: 0 15px;
}

.g5shop__products-swiper .g5shop__product-item-inner {
    height: 100%;
}

/* Section Header */
.g5shop__products-swiper-section > h2,
.g5shop__categories-swiper-section > h2 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
}

/* RTL Support */
[dir="rtl"] .g5shop__products-swiper,
[dir="rtl"] .g5shop__categories-swiper {
    direction: rtl;
}

/* Responsive */
@media (max-width: 767px) {
    .g5shop__products-swiper .swiper-button-prev,
    .g5shop__products-swiper .swiper-button-next,
    .g5shop__categories-swiper .swiper-button-prev,
    .g5shop__categories-swiper .swiper-button-next {
        width: 36px;
        height: 36px;
    }
    
    .g5shop__products-swiper .swiper-button-prev::after,
    .g5shop__products-swiper .swiper-button-next::after,
    .g5shop__categories-swiper .swiper-button-prev::after,
    .g5shop__categories-swiper .swiper-button-next::after {
        font-size: 14px;
    }
    
    .g5shop__products-swiper-section > h2,
    .g5shop__categories-swiper-section > h2 {
        font-size: 20px;
    }
}
