.category-product-bg {
    background-image: url('/media/product/termek.jpg'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center center;
}

.category-product-bg.w-50 {
    background-size: 90%; 
}

.category-link {
    max-width: 230px;
}

.category-card {
    /*position:relative;*/
    cursor:pointer;
    aspect-ratio: 1/1;
    
}

.category-card-name {
    /*height: 48px;*/ 
    font-size: 1rem;
    min-height: 50px;
    display:flex;
}


.card-img-container {
    overflow: hidden; /* Fontos, hogy a zoom ne lógjon ki */
    aspect-ratio: 1;
}

.card-img-top {
  transition: transform 0.3s ease; /* sima animáció */
}

.card:hover .card-img-top {
  transform: scale(1.1); /* 10%-os nagyítás hoverkor */
}

#productTitle {
    /*
    padding-left: 30px;
    background-image: url('/media/logo/isoprof_gcp_logo.jpg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: left;
    background-position-y: 5px;
    */
    font-size: 1.5em;
    font-weight: bold;
}


.producr-download-card,
.product-refdoc-card 
{
    position:relative;
/*    cursor:pointer;*/
}

.product-download-card-overlay,
.product-refdoc-card-overlay 
{
    width: 100%;
    height: 100%;
    display:none;
    position:absolute;
    z-index: 10;
    top:0;
    left:0;
    background: rgba(0,0,0,0.6);
    font-size: 1.4em;
}

.product-video-card:hover,
.product-project-folder-card:hover {
    background-color: #efefef;
    cursor: pointer;
}

#product-project-folder-container .gallery-item img {
    width: 100%; /*max-width: 100%; */
    height: 180px; /* 100%; /*auto;*/
    object-fit: cover;
}

#project-references-folder-view .blueimp-gallery > .indicator > li,
#product-gallery-view .blueimp-gallery > .indicator > li
{
    width:  80px;
    height: 80px;
    background-size: contain;
}

#product-gallery-container .gallery-item img {
    max-width: 100%;
    height: auto;
}

#product-gallery-container .gallery-item {
    margin-bottom: 10px;
}

.product-download-card .card-title {
    font-size: 1rem;
}

.product-project-folder-title {
    min-height: 50px;
}

.docu-card-title {
    font-size:1em;
    word-break: break-word;
}


.project-card-body {
    position: relative;
    z-index: 1;
}

.project-card-body::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;  
    /*opacity: .15; */
    z-index: -1;
    /*background: url(https://isoprof.bridgeconnection.hu/media/product/2/projects/13/thumbs/th-img_1944.jpeg);*/ 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.product-short-descr {
    display: -webkit-box;
    /*-webkit-line-clamp: 4;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.product-short-descr.full {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
}

.product-short-descr p {
    margin-bottom: 0;
}


.toggle-btn:hover {
    background-color: #0056b3;
}

.product-list-img {
    width: 100%;
    max-width: 180px;
}



/* xs */
@media (max-width: 575px ) {
    .product-short-descr {
        -webkit-line-clamp: 8;
    }
}


/* sm */
@media (min-width: 576px){
    .product-short-descr {
        -webkit-line-clamp: 6;
    }
}


/* md */
@media (min-width: 768px){
    .product-short-descr {
        -webkit-line-clamp: 4;
    }
}

/* lg */
@media (min-width: 1200px){
  
}

/* xl */
@media (min-width: 1200px){
  
}

/* Háttér - fehér*/
.blueimp-gallery,
.blueimp-gallery .slides .slide {
    background: #fff !important;
}

/* Bezárás, nyilak, cím - fekete */
.blueimp-gallery .close,
.blueimp-gallery .prev,
.blueimp-gallery .next,
.blueimp-gallery .title,
.blueimp-gallery .indicator {
    color: #000 !important;   /* fekete ikonok */
    opacity: 1 !important;
}