/* ====== CMS AKCIJA start (wrapper_3) ====== */

/* 0) NEMA PLAVIH LINKOVA (uklj. POGLEDAJ...) */
#advanced_cms_wrapper_3 a,
#advanced_cms_wrapper_3 a:visited,
#advanced_cms_wrapper_3 a:hover,
#advanced_cms_wrapper_3 a:active{
  color:#000 !important;
  text-decoration:none !important;
}

/* 1) Sakrij MPC/popust */
#advanced_cms_wrapper_3 .old-price,
#advanced_cms_wrapper_3 .price-percent-reduction{
  display:none !important;
}

/* 2) ROWS & COLS: jednake visine */
#advanced_cms_wrapper_3 .row{
  display:flex;
  flex-wrap:wrap;
}
#advanced_cms_wrapper_3 .col-lg-4.col-sm-4.col-xs-4{
  display:flex;
  flex-direction:column;
}

/* 3) PRODUCT BOX: flex kolona */
#advanced_cms_wrapper_3 li.product-box,
#advanced_cms_wrapper_3 .product-box{
  display:flex !important;
  flex-direction:column !important;
  flex:1;
  height:100% !important;
  text-align:center;
}

/* 4) Slike: keep aspect */
#advanced_cms_wrapper_3 .lnk_img.product-image img{
  width:100%;
  height:auto;
  object-fit:contain;
}

/* 5) Naziv proizvoda: max 3 reda + fiksna visina */
#advanced_cms_wrapper_3 .product-name a{
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:3 !important;
  overflow:hidden !important;

  line-height:1.25 !important;
  min-height:calc(1.25em * 3) !important;
  max-height:calc(1.25em * 3) !important;

  text-align:center !important;
  white-space:normal !important;
  word-break:break-word !important;
  overflow-wrap:break-word !important;
  margin:2px;
}

/* 6) CIJENA: uvijek na dnu */
#advanced_cms_wrapper_3 .content_price{
  margin-top:auto !important;
  text-align:center !important;
  padding-top:6px !important;
}

/* 7) CIJENA: istaknuta (desktop) */
#advanced_cms_wrapper_3 .content_price .price,
#advanced_cms_wrapper_3 .price.product-price{
  display:block !important;
  font-size:34px !important;
  font-weight:800 !important;
  color:#e60000 !important;
  line-height:1.05 !important;
  margin:0 !important;
}

/* 8) Tvoji postojeći stilovi (zadržani) */
#advanced_cms_wrapper_3 .akcija-laptopi-link{
  display:inline-block;
  text-align:center;
  text-decoration:none;
}
#advanced_cms_wrapper_3 .akcija-laptopi-text{
  display:block;
  font-size:16px;
  margin-top:0.5rem;
  font-weight:bold;
  color:#000;
  transition:color 0.3s ease;
}
#advanced_cms_wrapper_3 .akcija-laptopi-link:hover .akcija-laptopi-text{
  color:#2D9D48;
}
#advanced_cms_wrapper_3 .product-name{
  text-align:center;
}
#advanced_cms_wrapper_3 .veliki-naslov{
  font-size:2.5rem;
}
@media (max-width:991px){
  #advanced_cms_wrapper_3 .veliki-naslov{
    font-size:2rem;
    text-align:center;
  }
}

/* ===== MOBILE FIX ===== */
@media (max-width:767px){

  /* fiksiraj visinu slike da cijene budu u liniji */
  #advanced_cms_wrapper_3 a.lnk_img.product-image{
    height:90px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    margin:0 !important;
  }
  #advanced_cms_wrapper_3 a.lnk_img.product-image img{
    max-height:90px !important;
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
  }

  /* naziv 12px */
  #advanced_cms_wrapper_3 .product-name a{
    font-size:12px !important;
  }

  /* cijena manja na mob */
  #advanced_cms_wrapper_3 .content_price .price,
  #advanced_cms_wrapper_3 .price.product-price{
    font-size:18px !important;
  }

  #advanced_cms_wrapper_3 .akcija-laptopi-text{
    font-size:12px;
  }
}

/* ====== CMS AKCIJA end ====== */