.product__name {
font-size: 1.3rem;
}

.price{
font-size: 2rem;
color: #827263;
}

.label.--new {
    color: #fff;
    background: #827263;
}

.projector_sizes {
    font-family: 'Open Sans' !important;
}

.projector_details .projector_prices__price
{
 font-size:3rem !Important;
}


.projector_details .projector_prices__info{
font-size: 1.5rem !important;
}

.hotspot .products{
    border:none !important;
}

.hotspot .product__icon{
    height: 26rem!important; 
}

.hotspot .product__icon img{
    max-height: 26rem!important;
}

@media (min-width:757px){

    .hotspot .product__icon{
        height: 26rem!important; 
    }    
    
    .hotspot .product__icon img{
        max-height: 26rem!important;
    }    
}

@media (min-width:979px){
    .hotspot .product__icon {
        height: 30rem!important; 
    }    
    
    .hotspot .product__icon img{
        max-height: 30rem!important;
    }
}

@media (min-width:1024px){
    .hotspot .product__icon{
        height: 35rem!important; 
    }    
    
    .hotspot .product__icon img{
        max-height: 35rem!important;
    }
}

@media (min-width:1200px){
    .hotspot .product__icon{
        height: 40rem!important; 
    }    
    
    .hotspot .product__icon img{
        max-height: 40rem!important;
    }
}

.product__icon {
  position: relative;
  overflow: hidden;
}

.product__icon img {
  transition: transform 0.3s ease;
}

.product__icon:hover img {
  transform: scale(1.2); /* Zmienia rozmiar obrazu na 120% oryginalnego rozmiaru */
}