/* ========================================
   Propojení produktů - Obrázky
   Generováno: 29. 5. 2026
   ======================================== */
/* Tvar a velikost obrázků */
.c-product-interconnection-detail-params__products.is-type--photos span.item-type-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 8px !important;
    border: 2px solid transparent !important;
    transition: all 0.2s ease !important;
}
/* Mezera mezi položkami */
.c-product-interconnection-detail-params__products.is-type--photos {
    gap: 10px !important;
}
/* Aktivní volba - rámeček */
.c-product-interconnection-detail-params__products.is-type--photos a.is-current span.item-type-img {
    border: 2px solid #000000 !important;
}
/* Odstranění výchozí ikony fajfky */
.c-product-interconnection-detail-params__products a.is-current .item-type-img:before {
    display: none !important;
}
/* Skrytí popisku */
.c-product-interconnection-detail-params__products.is-type--photos .item-label {
    display: none !important;
}
/* Hover efekt - zvětšení */
.c-product-interconnection-detail-params__products.is-type--photos a:hover span.item-type-img {
    transform: scale(1.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
