/* /2020/style/bamt-test-1.css */

.bt1 { padding: 18px 0 28px; }
.bt1__container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.bt1__top { margin-bottom: 16px; }
.bt1__breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; align-items:center; font-size:14px; opacity:.85; margin-bottom:10px; }
.bt1__breadcrumbs a { text-decoration:none; }
.bt1__breadcrumbs .sep { opacity:.6; }

.bt1__title { font-size: 28px; line-height: 1.15; margin: 0 0 8px; }
.bt1__subtitle { margin: 0; font-size: 14px; opacity: .85; }
.bt1__subtitle code { font-size: 12px; padding: 2px 6px; border-radius: 8px; background: rgba(0,0,0,.06); }

.bt1__galleryCard {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
}
.bt1__gallery { padding: 14px; }

.bt1__swiperMain {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0,0,0,0.04);
  position: relative;
}

.bt1__mainLink { display:block; width:100%; height:100%; }

.bt1__mainImg{
  width: 100%;
  height: min(520px, 62vh);
  display: block;
  object-fit: cover;
  background: rgba(0,0,0,0.04);
}

.bt1__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
  z-index: 5;
  cursor: pointer;
}
.bt1__nav--prev { left: 10px; }
.bt1__nav--next { right: 10px; }

.bt1__nav::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 3px solid rgba(0,0,0,0.75);
  border-bottom: 3px solid rgba(0,0,0,0.75);
  transform: rotate(135deg);
}
.bt1__nav--next::before { transform: rotate(-45deg); }

.bt1__swiperThumbs { margin-top: 12px; }
.bt1__swiperThumbs .swiper-wrapper { align-items: center; }
.bt1__swiperThumbs .swiper-slide { width: 76px; }

.bt1__thumb {
  width: 76px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.10);
  cursor: pointer;
}

.bt1__thumbImg { width:100%; height:100%; display:block; object-fit: cover; }

.bt1__swiperThumbs .swiper-slide-thumb-active .bt1__thumb {
  border-color: rgba(0,0,0,0.35);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

/* --- OPIS + PDF --- */
.bt1__descCard{
  margin-top: 14px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
}

.bt1__desc{
  padding: 18px;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 18px;
  align-items: start;
}

.bt1__descTitle{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
}

.bt1__descText{
  font-size: 14px;
  line-height: 1.6;
  opacity: .95;
}

.bt1__descText h1,
.bt1__descText h2,
.bt1__descText h3{
  margin: 14px 0 8px;
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.bt1__descText p{ margin: 0 0 10px; }

.bt1__more{
  color: #1F5FFF;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

.bt1__pdfTitle{
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: uppercase;
  opacity: .9;
}

.bt1__pdfList{
  display: grid;
  gap: 10px;
}

.bt1__pdfLink{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.10);
  text-decoration: none;
  background: rgba(0,0,0,0.02);
}

.bt1__pdfLink:hover{
  background: rgba(0,0,0,0.04);
}

.bt1__pdfIcon{
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.bt1__pdfLink span{
  font-size: 14px;
  line-height: 1.3;
}

/* responsive */
@media (max-width: 920px) {
  .bt1__title { font-size: 24px; }
  .bt1__mainImg { height: min(420px, 56vh); }
  .bt1__swiperThumbs .swiper-slide,
  .bt1__thumb { width: 72px; }

  .bt1__desc{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .bt1__container { width: calc(100% - 22px); }
  .bt1__gallery { padding: 12px; }
  .bt1__mainImg { height: min(360px, 52vh); }
  .bt1__nav { width: 40px; height: 40px; }
  .bt1__swiperThumbs .swiper-slide,
  .bt1__thumb { width: 66px; }

  .bt1__desc{ padding: 14px; }
}

/* 2 stupca samo za opis, PDF ostaje desno */
@media (min-width: 980px) {
  .bt1__descText {
    column-count: 2;
    column-gap: 28px;
  }

  /* da naslov ne bude “rascjepkan” između stupaca */
  .bt1__descTitle,
  .bt1__descText h1,
  .bt1__descText h2,
  .bt1__descText h3 {
    column-span: all;
  }

  /* bolje ponašanje blokova u stupcima */
  .bt1__descText p,
  .bt1__descText ul,
  .bt1__descText ol {
    break-inside: avoid;
  }
}

/* --- PROIZVODI (bez Filtera) --- */
.bt1__itemsCard{
  margin-top: 14px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
}

.bt1__itemsHead{
  padding: 16px 18px 8px;
}

.bt1__itemsTitle{
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.bt1__itemsList{
  padding: 0 18px 18px;
}

.bt1__itemRow{
  display: grid;
  grid-template-columns: 140px 1fr 210px; /* desni stupac namjerno širi (cijene) */
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.bt1__itemRow:first-child{
  border-top: 0;
}

.bt1__itemImg{
  display: block;
  width: 140px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  overflow: hidden;
}

.bt1__itemImg img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.bt1__itemType{
  font-size: 12px;
  letter-spacing: .06em;
  opacity: .75;
  margin-bottom: 6px;
}

.bt1__itemName{
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  color: inherit;
  margin-bottom: 6px;
}

.bt1__itemDesc{
  font-size: 14px;
  line-height: 1.45;
  opacity: .85;
}

.bt1__itemRight{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  justify-self: end;
  text-align: left;
  width: 100%;
}

.bt1__priceBlock{
  width: 100%;
  border-left: 1px solid rgba(0,0,0,0.10);
  padding-left: 14px;
}

.bt1__priceOld{
  font-size: 14px;
  opacity: .65;
  text-decoration: line-through;
  margin-bottom: 6px;
}

.bt1__discount{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 6px;
}

.bt1__priceNow{
  font-size: 26px;
  font-weight: 800;
  line-height: 1.05;
}

.bt1__eur{
  font-size: 18px;
  font-weight: 700;
  opacity: .9;
}

.bt1__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  background: #2D6BFF;
  color: #fff;
}

/* responsive */
/* ============================= */
/* RESPONSIVE (≤980): VARIJANTA 2 */
/* Opis gore, slika + cijena dolje */
/* ============================= */
@media (max-width: 980px){

  .bt1__itemRow{
    grid-template-columns: 2fr 1fr;
    grid-template-areas:
      "mid mid"
      "img right";
    align-items: start;
  }

  .bt1__itemImg{ 
  grid-area: img;
  width: 100%;
  max-width: none;
  aspect-ratio: 1 / 1;
}

.bt1__itemImg img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

  .bt1__itemMid{
    grid-area: mid;
  }

  .bt1__itemRight{
    grid-area: right;
    justify-self: end;
    align-items: flex-end;
    width: 100%;
  }

  /* Price card je sad desno od slike (ne ide dolje), pa nema border-top */
  .bt1__priceCard{
    border-left: 0;
    padding-left: 0;
    border-top: 0;
    padding-top: 0;
    width: 100%;
  }
}


@media (max-width: 560px){
  .bt1__itemsList{ padding: 0 14px 14px; }
  .bt1__itemRow{ gap: 12px; padding: 14px 0; }
  .bt1__itemName{ font-size: 18px; }
  .bt1__priceNow{ font-size: 22px; }
}
/* --- OLD BAMT pricing look (preslikano iz items.css logike) --- */
.bt1__pricing{
  height: auto;
  padding-left: 15px;
  border-left: 1px solid rgb(180, 180, 180);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 210px;
}

.bt1__pricing h3{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  min-width: 100%;
  margin: 0;
}

.bt1__pricing h2{
  font-size: 21px;
  font-weight: 300;
  margin: 6px 0 0 0;
  min-width: 100%;
}

.bt1__pricing .high{
  color: rgb(165, 40, 40);
}

.bt1__pricing h3.high{
  font-size: 11px;
}

.bt1__pricing h2.high{
  font-size: 17px;
  text-decoration: line-through;
}

.bt1__pricing h2.low{
  font-weight: 400;
}

.bt1__pricing a{
  background-color: #2469FF;
  font-size: 19px;
  font-weight: 300;
  color: white;
  min-width: calc(100% - 10px);
  margin: 10px 5px 0 5px;
  padding: 4px 0;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}

/* --- novi desni blok cijene (isto info kao stari prikaz) --- */
.bt1__priceCard{
  border-left: 1px solid rgba(0,0,0,0.15);
  padding-left: 18px;
  width: 220px;
}

.bt1__priceLabel{
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.bt1__priceOld{
  margin-top: 8px;
  color: rgb(165, 40, 40);
  text-decoration: line-through;
  font-size: 16px;
}

.bt1__priceDiscount{
  margin-top: 8px;
  font-weight: 900;
  letter-spacing: .06em;
}

.bt1__priceMain{
  margin-top: 10px;
}

.bt1__priceNow{
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
}

.bt1__priceEur{
  font-size: 26px;
  font-weight: 300;
  line-height: 1.05;
  margin-top: 2px;
}

.bt1__priceBtn{
  display: inline-block;
  margin-top: 12px;
  background: #2469FF;
  color: #fff;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 300;
}


/* Filteri ispod PDF-a */
.bt1__filters{
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.10);
}

.bt1__filtersTitle{
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  margin-bottom: 10px;
}

.bt1__filtersList{
  display: grid;
  gap: 10px;
}

.bt1__filterBtn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  cursor: pointer;
  font-weight: 700;
}

.bt1__filterBtn .bt1__filterPlus{
  font-weight: 900;
  opacity: .75;
}

.bt1__filterBtn.is-active{
  border-color: rgba(36,105,255,0.65);
  box-shadow: 0 6px 18px rgba(36,105,255,0.15);
}

.bt1__filtersHint{
  margin-top: 10px;
  font-size: 13px;
  opacity: .85;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.bt1__filtersClear{
  border: 0;
  background: transparent;
  color: #2469FF;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
}
/* Layout: filter lijevo, elementi desno */
.bt1__itemsLayout{
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  align-items: start;
}

.bt1__filtersSide{
  position: sticky;
  top: 110px; /* prilagodi ako header zauzima više */
}

.bt1__filtersBox{
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.bt1__filtersTitle{
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  margin-bottom: 10px;
}

.bt1__filtersList{
  display: grid;
  gap: 10px;
  max-height: 520px;      /* sprječava “razvlačenje” */
  overflow: auto;         /* scroll unutar filtera */
  padding-right: 6px;     /* mjesta za scrollbar */
}

.bt1__filterBtn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  cursor: pointer;
  font-weight: 700;
}

.bt1__filterBtn .bt1__filterPlus{
  font-weight: 900;
  opacity: .75;
}

.bt1__filterBtn.is-active{
  border-color: rgba(36,105,255,0.65);
  box-shadow: 0 6px 18px rgba(36,105,255,0.15);
}

.bt1__filtersHint{
  margin-top: 10px;
  font-size: 13px;
  opacity: .85;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.bt1__filtersClear{
  border: 0;
  background: transparent;
  color: #2469FF;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
}

/* Uži srednji stupac unutar item row-a */
.bt1__itemRow--narrowMid{
  grid-template-columns: 160px minmax(280px, 1fr) 240px; /* IMG | MID | PRICE */
}

/* Responsive: na mobitelu filter ide iznad liste */
@media (max-width: 980px){
  .bt1__itemsLayout{
    grid-template-columns: 1fr;
  }
  .bt1__filtersSide{
    position: static;
    top: auto;
  }
  .bt1__filtersList{
    max-height: 260px;
  }
  .bt1__itemRow--narrowMid{
    grid-template-columns: 140px 1fr;
  }
    /* neka slika stvarno napuni 2/3 stupca */
  .bt1__itemImg{
    width: 100%;
    height: auto;
    min-width: 0;
  }

  /* da cijena ne “gura” širinu i ne širi grid */
  .bt1__itemRight{
    min-width: 0;
  }

  /* neka price card bude kompaktniji i ne izgleda kao “stari” */
  .bt1__priceCard{
    min-width: 0;
    padding-left: 12px;
    border-left: 1px solid rgba(0,0,0,0.08);
  }
    .bt1__priceNow{ font-size: 28px; }
  .bt1__priceEur{ font-size: 13px; margin-bottom: 6px; }
  .bt1__priceBtn{ height: 42px; }

}

/* Lijevo poravnanje dugih naziva filtera */
.bt1__filterBtn{
  text-align: left;              /* fallback */
}

.bt1__filterName{
  text-align: left;
  align-self: flex-start;        /* poravnaj uz vrh */
  line-height: 1.25;
  word-break: break-word;        /* dugi nazivi se lome */
  white-space: normal;           /* dozvoli višeredni tekst */
  padding-right: 8px;            /* da ne naliježe na + */
}
/* OPIS: 2 stupca jednake širine, bez desnog PDF stupca */
.bt1__descWide{
  width: 100%;
}

.bt1__descText{
  column-count: 2;
  column-gap: 38px;
}

/* da se ne lomi ružno kroz naslove/listu */
.bt1__descText h1,
.bt1__descText h2,
.bt1__descText h3,
.bt1__descText h4,
.bt1__descText p,
.bt1__descText ul,
.bt1__descText ol,
.bt1__descText blockquote{
  break-inside: avoid;
}

/* PDF vodoravno ispod opisa */
.bt1__pdfRow{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;          /* ako ih ima više */
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.10);
}

.bt1__pdfChip{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  text-decoration: none;
  color: inherit;
  max-width: 360px;         /* da ne razvlači */
}

.bt1__pdfChip span{
  text-align: left;
  line-height: 1.2;
  word-break: break-word;
}

.bt1__pdfChip:hover{
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

/* mobitel: opis u 1 stupcu */
@media (max-width: 900px){
  .bt1__descText{
    column-count: 1;
  }
}
/* alternativa */
.bt1__descWide{
  padding: 26px 32px 30px;
}

/* 22-12-25 */

/* PDF kartice – osnovno stanje */
.bt1__pdfChip{
  transition:
    box-shadow .25s ease,
    transform .25s ease,
    border-color .25s ease,
    background-color .25s ease;
}

/* PDF hover */
.bt1__pdfChip:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.12);
  border-color: rgba(36,105,255,0.35);
  background-color: #f9fbff;
}

/* mali feedback na ikonu */
.bt1__pdfChip:hover .bt1__pdfIcon{
  transform: scale(1.05);
}


/* ============================= */
/* PRICE CARD – usklađeno s PDP */
/* ============================= */

.bt1__priceCard{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;

  padding-left: 22px;
  border-left: 1px solid rgba(0,0,0,0.08);
}

/* VEĆ OD / CIJENA label */
.bt1__priceLabel{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6b7280; /* neutral gray */
  margin-bottom: 2px;
}

/* stara cijena */
.bt1__priceOld{
  font-size: 14px;
  color: #9ca3af;
  text-decoration: line-through;
  line-height: 1.2;
}

/* POPUST */
.bt1__priceDiscount{
  font-size: 13px;
  font-weight: 700;
  color: #d92d20; /* ista crvena kao akcije */
  margin-bottom: 2px;
}

/* nova / glavna cijena */
.bt1__priceNow{
  font-size: 30px;
  font-weight: 800;
  color: #111827;
  line-height: 1.05;
}

/* EUR */
.bt1__priceEur{
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 10px;
}

/* CTA gumb – kao na proizvodu */
.bt1__priceBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 140px;
  height: 44px;
  padding: 0 18px;

  border-radius: 999px; /* pill */
  background-color: #2563eb; /* ista plava */
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;

  transition:
    background-color .25s ease,
    box-shadow .25s ease,
    transform .15s ease;
}

.bt1__priceBtn:hover{
  background-color: #1d4ed8;
  box-shadow: 0 10px 24px rgba(37,99,235,0.35);
  transform: translateY(-1px);
}
/* Gornji red u price cardu: label + badge */
.bt1__priceTop{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* Badge AKCIJA */
.bt1__badgeSale{
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(217,45,32,0.10);
  color: #d92d20;
  border: 1px solid rgba(217,45,32,0.25);
  white-space: nowrap;
}

/* Price card malo “kompaktniji” i da gumb može full width */
.bt1__priceCard{
  align-items: stretch;          /* bitno za full-width button */
}

/* Zeleni CTA kao na PDP-u + razvučen */
.bt1__priceBtn{
  width: 100%;
  min-width: 0;
  height: 46px;
  border-radius: 14px;           /* PDP vibe (ne mora biti pill) */
  background-color: #0f766e;     /* zeleno/teal kao na PDP-u */
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  justify-content: center;
}

.bt1__priceBtn:hover{
  background-color: #0b5f59;
  box-shadow: 0 10px 24px rgba(15,118,110,0.30);
  transform: translateY(-1px);
}


/* ============================= */
/* MOBILE: donji red (slika + cijena) 2/3 : 1/3 */
/* + kompaktnija cijena da ne bude viša od slike */
/* ============================= */
@media (max-width: 560px){

  /* Donji red: IMG 2/3 + PRICE 1/3 */
  .bt1__itemRow{
    grid-template-columns: 2fr 1fr !important;
  }

  /* Slika neka bude “pravi” kvadrat i neka se rastegne u 2/3 stupca */
  .bt1__itemImg{
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1 / 1;
  }

  .bt1__itemImg img{
    object-fit: contain;
  }

  /* Desni stupac (cijena) – nek se stisne i da stane u visinu slike */
  .bt1__itemRight{
    width: 100%;
    align-items: stretch;       /* da gumb može biti full width */
    justify-self: stretch;
  }

  .bt1__priceCard{
    height: 100%;               /* cilj: ne prelazi visinu slike */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;

    padding-left: 10px;         /* malo mjesta od slike */
    border-left: 1px solid rgba(0,0,0,0.08);
  }

  /* Kompaktnija tipografija i razmaci */
  .bt1__priceTop{ gap: 6px; }

  .bt1__priceLabel{
    font-size: 11px;
    letter-spacing: .06em;
    margin-bottom: 0;
  }

  .bt1__badgeSale{
    font-size: 10px;
    padding: 5px 8px;
  }

  .bt1__priceOld{
    font-size: 12px;
    margin-top: 4px;
  }

  .bt1__priceDiscount{
    font-size: 11px;
    margin-top: 4px;
  }

  .bt1__priceNow{
    font-size: 26px;
    line-height: 1.0;
  }

  .bt1__priceEur{
    font-size: 12px;
    margin-bottom: 6px;
  }

  /* Gumb niži, ali i dalje čitljiv */
  .bt1__priceBtn{
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 12px;
  }
}

/* ============================= */
/* MOBILE: gumb ne smije biti odrezan */
/* ============================= */
@media (max-width: 980px){

  /* ništa u itemu ne smije rezati sadržaj */
  .bt1__itemRow,
  .bt1__itemCard,
  .bt1__itemRight,
  .bt1__priceCard{
    overflow: visible !important;
  }

  /* desni stupac mora biti “fluidan” */
  .bt1__itemRight,
  .bt1__priceCard{
    min-width: 0;
  }

  /* gumb: uvijek stane u stupac */
  .bt1__priceBtn{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
}
/* ============================= */
/* FIX: na mobitelu ne rezati gumb "Saznaj više" */
/* ============================= */
@media (max-width: 980px){

  /* 1) Ništa u cijeni ne smije rezati sadržaj */
  .bt1__itemCard,
  .bt1__itemRow,
  .bt1__itemRight,
  .bt1__priceCard{
    overflow: visible !important;
  }

  /* 2) Desni stupac neka bude “fluidan” (bitno za grid) */
  .bt1__itemRight,
  .bt1__priceCard{
    min-width: 0;
    width: 100%;
  }

  /* 3) Gumb mora biti block i stati u stupac */
  .bt1__priceBtn{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: center;
    white-space: nowrap;        /* da ne lomi u 2 reda */
    overflow: hidden;
    text-overflow: ellipsis;    /* ako baš bude premalo mjesta */
  }
}
/* ============================= */
/* FIX: centriraj tekst u gumbu "Saznaj više" */
/* ============================= */
@media (max-width: 980px){

  .bt1__priceBtn{
    display: flex !important;
    align-items: center;        /* vertikalno centriranje */
    justify-content: center;    /* horizontalno centriranje */

    text-align: center;
    line-height: 1.2;
    padding: 10px 12px;

    white-space: normal;        /* dozvoli 2 reda */
    word-break: break-word;
  }
}



