/* 
===========================================
XDSPORT - TYLKO SEKCJE HOTSPOT
Bez globalnych definicji body i container
===========================================
*/

/* KONTENERY SEKCJI HOTSPOT */
#main_hotspot_zone1,
#main_hotspot_zone2,
#main_hotspot_zone3,
#main_hotspot_zone4 {
    margin: 60px auto;
    padding: 0;
}

/* NAGŁÓWKI SEKCJI */
#main_hotspot_zone1 .hotspot_wrapper h3,
#main_hotspot_zone2 .hotspot_wrapper h3,
#main_hotspot_zone3 .hotspot_wrapper h3,
#main_hotspot_zone4 .hotspot_wrapper h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

#main_hotspot_zone1 .hotspot_wrapper h3::after,
#main_hotspot_zone2 .hotspot_wrapper h3::after,
#main_hotspot_zone3 .hotspot_wrapper h3::after,
#main_hotspot_zone4 .hotspot_wrapper h3::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #e53e3e;
    margin: 20px auto 0;
    border-radius: 2px;
}

/* SWIPER KONTENER */
#main_hotspot_zone1 .swiper,
#main_hotspot_zone2 .swiper,
#main_hotspot_zone3 .swiper,
#main_hotspot_zone4 .swiper {
    padding-left: 50px;
    padding-right: 50px;
}

/* KARTY PRODUKTÓW */
#main_hotspot_zone1 .swiper-slide,
#main_hotspot_zone2 .swiper-slide,
#main_hotspot_zone3 .swiper-slide,
#main_hotspot_zone4 .swiper-slide {
    background: white;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#main_hotspot_zone1 .swiper-slide:hover,
#main_hotspot_zone2 .swiper-slide:hover,
#main_hotspot_zone3 .swiper-slide:hover,
#main_hotspot_zone4 .swiper-slide:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(229, 62, 62, 0.15);
    border-color: #e53e3e;
}

/* OBRAZKI PRODUKTÓW */
#main_hotspot_zone1 .product_icon,
#main_hotspot_zone2 .product_icon,
#main_hotspot_zone3 .product_icon,
#main_hotspot_zone4 .product_icon {
    height: 200px;
    overflow: hidden;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}

#main_hotspot_zone1 .product_icon img,
#main_hotspot_zone2 .product_icon img,
#main_hotspot_zone3 .product_icon img,
#main_hotspot_zone4 .product_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

#main_hotspot_zone1 .swiper-slide:hover .product_icon img,
#main_hotspot_zone2 .swiper-slide:hover .product_icon img,
#main_hotspot_zone3 .swiper-slide:hover .product_icon img,
#main_hotspot_zone4 .swiper-slide:hover .product_icon img {
    transform: scale(1.05);
}

/* TREŚĆ PRODUKTÓW */
#main_hotspot_zone1 .product_content_wrapper,
#main_hotspot_zone2 .product_content_wrapper,
#main_hotspot_zone3 .product_content_wrapper,
#main_hotspot_zone4 .product_content_wrapper {
    padding: 24px;
}

/* TYTUŁY PRODUKTÓW */
#main_hotspot_zone1 .product_content_wrapper strong,
#main_hotspot_zone2 .product_content_wrapper strong,
#main_hotspot_zone3 .product_content_wrapper strong,
#main_hotspot_zone4 .product_content_wrapper strong {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    display: block;
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* CENY PRODUKTÓW */
#main_hotspot_zone1 .product_content_wrapper span[style*="color"],
#main_hotspot_zone2 .product_content_wrapper span[style*="color"],
#main_hotspot_zone3 .product_content_wrapper span[style*="color"],
#main_hotspot_zone4 .product_content_wrapper span[style*="color"] {
    font-size: 1.3rem;
    font-weight: 800;
    color: #ff6b00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* STRZAŁKI NAWIGACJI */
#main_hotspot_zone1 .swiper-button-next,
#main_hotspot_zone1 .swiper-button-prev,
#main_hotspot_zone2 .swiper-button-next,
#main_hotspot_zone2 .swiper-button-prev,
#main_hotspot_zone3 .swiper-button-next,
#main_hotspot_zone3 .swiper-button-prev,
#main_hotspot_zone4 .swiper-button-next,
#main_hotspot_zone4 .swiper-button-prev {
    background: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #e53e3e;
    border: 1px solid #e1e1e1;
    transition: all 0.2s ease;
}

#main_hotspot_zone1 .swiper-button-next:hover,
#main_hotspot_zone1 .swiper-button-prev:hover,
#main_hotspot_zone2 .swiper-button-next:hover,
#main_hotspot_zone2 .swiper-button-prev:hover,
#main_hotspot_zone3 .swiper-button-next:hover,
#main_hotspot_zone3 .swiper-button-prev:hover,
#main_hotspot_zone4 .swiper-button-next:hover,
#main_hotspot_zone4 .swiper-button-prev:hover {
    background: #e53e3e;
    color: white;
    transform: scale(1.05);
}

/* PAGINATION DOTS */
#main_hotspot_zone1 .swiper-pagination-bullet,
#main_hotspot_zone2 .swiper-pagination-bullet,
#main_hotspot_zone3 .swiper-pagination-bullet,
#main_hotspot_zone4 .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

#main_hotspot_zone1 .swiper-pagination-bullet-active,
#main_hotspot_zone2 .swiper-pagination-bullet-active,
#main_hotspot_zone3 .swiper-pagination-bullet-active,
#main_hotspot_zone4 .swiper-pagination-bullet-active {
    background: #e53e3e;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    #main_hotspot_zone1 .swiper,
    #main_hotspot_zone2 .swiper,
    #main_hotspot_zone3 .swiper,
    #main_hotspot_zone4 .swiper {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    #main_hotspot_zone1 .product_icon,
    #main_hotspot_zone2 .product_icon,
    #main_hotspot_zone3 .product_icon,
    #main_hotspot_zone4 .product_icon {
        height: 160px;
    }
    
    #main_hotspot_zone1 .hotspot_wrapper h3,
    #main_hotspot_zone2 .hotspot_wrapper h3,
    #main_hotspot_zone3 .hotspot_wrapper h3,
    #main_hotspot_zone4 .hotspot_wrapper h3 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    #main_hotspot_zone1 .swiper,
    #main_hotspot_zone2 .swiper,
    #main_hotspot_zone3 .swiper,
    #main_hotspot_zone4 .swiper {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #main_hotspot_zone1 .product_content_wrapper,
    #main_hotspot_zone2 .product_content_wrapper,
    #main_hotspot_zone3 .product_content_wrapper,
    #main_hotspot_zone4 .product_content_wrapper {
        padding: 20px 24px;
    }
    
    #main_hotspot_zone1 .swiper-button-next,
    #main_hotspot_zone1 .swiper-button-prev,
    #main_hotspot_zone2 .swiper-button-next,
    #main_hotspot_zone2 .swiper-button-prev,
    #main_hotspot_zone3 .swiper-button-next,
    #main_hotspot_zone3 .swiper-button-prev,
    #main_hotspot_zone4 .swiper-button-next,
    #main_hotspot_zone4 .swiper-button-prev {
        display: none;
    }
    
    #main_hotspot_zone1 .hotspot_wrapper h3,
    #main_hotspot_zone2 .hotspot_wrapper h3,
    #main_hotspot_zone3 .hotspot_wrapper h3,
    #main_hotspot_zone4 .hotspot_wrapper h3 {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
}

/* ACCESSIBILITY */
#main_hotspot_zone1 .product_hotspot_product:focus,
#main_hotspot_zone2 .product_hotspot_product:focus,
#main_hotspot_zone3 .product_hotspot_product:focus,
#main_hotspot_zone4 .product_hotspot_product:focus {
    outline: 2px solid #e53e3e;
    outline-offset: 2px;
}

/* PERFORMANCE */
#main_hotspot_zone1 .swiper-slide,
#main_hotspot_zone2 .swiper-slide,
#main_hotspot_zone3 .swiper-slide,
#main_hotspot_zone4 .swiper-slide {
    will-change: transform;
}

/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
    #main_hotspot_zone1 .swiper-slide,
    #main_hotspot_zone1 .product_icon img,
    #main_hotspot_zone1 .swiper-button-next,
    #main_hotspot_zone1 .swiper-button-prev,
    #main_hotspot_zone2 .swiper-slide,
    #main_hotspot_zone2 .product_icon img,
    #main_hotspot_zone2 .swiper-button-next,
    #main_hotspot_zone2 .swiper-button-prev,
    #main_hotspot_zone3 .swiper-slide,
    #main_hotspot_zone3 .product_icon img,
    #main_hotspot_zone3 .swiper-button-next,
    #main_hotspot_zone3 .swiper-button-prev,
    #main_hotspot_zone4 .swiper-slide,
    #main_hotspot_zone4 .product_icon img,
    #main_hotspot_zone4 .swiper-button-next,
    #main_hotspot_zone4 .swiper-button-prev {
        transition: none;
        animation: none;
    }
}
/* Blog - obrazek główny na pełną szerokość */
#blog-item img.blog_image {
    float: none;
    max-width: 100%;
    display: block;
    margin: 0 auto 2em auto;
    border-radius: 12px;
}