
         :root {  
            --maincolor: #D12527;  
            --bodycolor: #525050;  
        }html{
            font-size: 14px;
        }body{
            font-family: "Outfit", sans-serif;
            font-size: 14px;
            color: #525050;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Outfit", sans-serif;
            color: #121111;
            text-transform: uppercase;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Outfit", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #253237;   
        }.page-title-wrapper{ background-image: url(https://www.isoplak.pt//img/cms/banner-interno.jpg);background-color: #E1E1E1}.js-product-miniature .product_desc .product_name{
            color: #121111;
            text-transform: none;
            font-weight: 400;
        }@media(min-width: 768px){
                .js-product-miniature .product_desc .product_name{
                font-size: 16px;
                }
            }.js-product-miniature .product_desc .product_name:hover{
            color: #D12421;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 16px;
        }.h1.namne_details, .product_name_h1{
            color: #121111;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#121111;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }#itens-category-home .category-image img{
       max-height: 60px;margin: 5px;
}

select.form-control:not([size]):not([multiple]){
    min-width: 100px;
}

.product-attachments .h5{
    font-size: 18px;   margin-bottom: 15px;
}

.product-attachments .attachment{
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}
.product-attachments .attachment h4{
    margin: 0 10px 0 0;
}
.product-attachments .attachment >a{display:none}

.product-attachments .attachment a:before{
    content: '\f0ed';
    font-family:'FontAwesome';
    font-size:20px;
    display:inline-block;
    margin:0 10px 0 0;
}
  
.unityPrice{
    font-size: 0.7em !important;
}

.table-product-discounts{
margin-bottom:50px
}

.product-flag .new {
    color: #fff;
    background: #d12421;
}

.view_more.active.open_menu {
  max-height: 300px; /* altura máxima visível */
  overflow-y: auto;  /* ativa scroll vertical */
  overflow-x: hidden; /* opcional: esconde scroll horizontal */
}

