
         :root {  
            --hovercolor: #FDCE23; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            color: #666666;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Open Sans", sans-serif;
            color: #253237;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Open Sans", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.page-title-wrapper{  
                background-image: url(https://pramonesautomatika.lt/img/cms/title_bg_1.JPG);   
            }.js-product-miniature .product_desc .product_name{
            color: #253237;
            font-size: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #FDCE23;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 18px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }.product-manufacturer img.manufacturer-logo {
  max-width: 250px;  /* Or whatever size fits best */
  height: auto;
  padding: 0;
  margin: 0;
  border: none;       /* Optional: removes thumbnail border */
  box-shadow: none;   /* Optional: clears any shadow */
}

.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


/* 🔗 Scoped brand image styling */
.pos-brand-widgets .brand-item img {
  max-height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* 🎯 Slick slider alignment only inside pos-brand-widgets */
.pos-brand-widgets .slick-track {
  display: flex !important;
  align-items: center !important;
}

.pos-brand-widgets .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* 📱 Responsive tweaks for pos-brand-widgets */
@media screen and (max-width: 768px) {
  .advertising-block {
    display: none !important;
  }

  .pos-brand-widgets .brand-item img {
    max-height: 70px;
  }
}





/* PRICE FORMATING UP --------------- */
/* Ensure flex column layout so price can be reordered */
.product_desc .inner_desc {
    display: flex !important;
    flex-direction: column !important;
}

/* Move price above product name */
.product_desc .product-price-and-shipping {
    order: -1 !important;
    margin-bottom: 6px !important;
}

/* Remove line-clamp and allow full wrapping of product name */
.product_desc h3 {
    display: block !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: normal !important;
    max-height: none !important;
    line-height: 1.4em !important;
}

/* Target the anchor inside h3 */
.product_desc h3 a.product_name {
    display: block !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: normal !important;
    max-height: none !important;
    line-height: 1.4em !important;

    /* Remove line clamp */
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    display: block !important;
}

/* Remove any parent constraints */
.product_desc {
    overflow: visible !important;
}
/* PRICE FORMATING UP --------------- */

.breadcrumb li:last-child span {
  display: none;
}

