
#kb-home{
  --kb-bg:#f5f1e9;
  --kb-paper:#fffdf8;
  --kb-ink:#171918;
  --kb-muted:#67645f;
  --kb-orange:#c65b2d;
  --kb-orange2:#9e3f1c;
  --kb-green:#556149;
  --kb-red:#b61f25;
  --kb-blue:#123b7a;
  --kb-line:#ded7cb;
  --kb-shadow:0 18px 50px rgba(21,21,18,.10);
  margin:0;
  padding:0;
  background:var(--kb-bg);
  color:var(--kb-ink);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.55;
  overflow:hidden;
}
#kb-home *, #kb-home *:before, #kb-home *:after{box-sizing:border-box}
#kb-home h1,#kb-home h2,#kb-home h3{
  font-family:Georgia,'Times New Roman',serif;
  margin:0 0 .6rem;
  color:inherit;
}
#kb-home h1{font-size:clamp(3rem,7vw,6.4rem);line-height:.92;letter-spacing:-.04em}
#kb-home h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1.05}
#kb-home h3{font-size:1.45rem}
#kb-home p{margin:.3rem 0 1rem}
#kb-home a{text-decoration:none;color:inherit}
#kb-home img{display:block;width:100%;max-width:100%}
#kb-home button,#kb-home select,#kb-home textarea,#kb-home input{font:inherit}

#kb-home .hero{position:relative;min-height:700px;display:flex;align-items:center;overflow:hidden;background:#111}
#kb-home .hero-bg{
  position:absolute;inset:0;
  background:url('/storage/kanisterbar/assets/hero.webp') center/cover no-repeat;
  transform:scale(1.02)
}
#kb-home .hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(12,13,12,.94) 0%,rgba(12,13,12,.79) 43%,rgba(12,13,12,.22) 72%,rgba(12,13,12,.08))
}
#kb-home .hero-content{position:relative;z-index:2;color:white;width:min(760px,90%);margin-left:max(24px,7vw);padding:80px 0}
#kb-home .eyebrow{font-weight:800;letter-spacing:.21em;font-size:12px;color:#e7a66c;margin-bottom:18px}
#kb-home .eyebrow.dark{color:var(--kb-orange)}
#kb-home .hero h1 span{color:#e49552}
#kb-home .hero-lead{font-size:clamp(1.05rem,1.8vw,1.35rem);color:#eee;max-width:700px;margin:24px 0}
#kb-home .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}
#kb-home .btn{
  display:inline-flex;align-items:center;justify-content:center;
  border:0;border-radius:6px;padding:14px 22px;font-weight:800;cursor:pointer;
  transition:transform .15s,box-shadow .15s,background .15s
}
#kb-home .btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.18)}
#kb-home .btn-primary{background:var(--kb-orange);color:white}
#kb-home .btn-ghost{border:1px solid rgba(255,255,255,.55);color:#fff;background:rgba(20,20,20,.25)}
#kb-home .btn-dark{background:#1b1d1b;color:#fff}
#kb-home .btn-facebook{background:#234a86;color:#fff}
#kb-home .hero-badges{display:flex;gap:24px;flex-wrap:wrap;color:#e9e4db;font-size:14px;margin-top:40px}

#kb-home .section{width:min(1180px,92%);margin:0 auto;padding:92px 0}
#kb-home .intro{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}
#kb-home .intro>p{font-size:1.16rem;color:var(--kb-muted);max-width:590px}
#kb-home .section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:34px}
#kb-home .section-head>p{color:var(--kb-muted);font-size:1.05rem}

#kb-home .included-strip{
  background:#efe6d8;border-top:1px solid #dfd2bf;border-bottom:1px solid #dfd2bf
}
#kb-home .included-inner{
  width:min(1180px,92%);margin:0 auto;padding:24px 0;
  display:flex;align-items:center;gap:18px
}
#kb-home .included-icon{
  flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;
  background:var(--kb-orange);color:#fff;font-size:24px;font-weight:900
}
#kb-home .included-inner strong{display:block;font-size:1.05rem}
#kb-home .included-inner span{display:block;color:var(--kb-muted);margin-top:3px;font-size:.94rem}

#kb-home .product-grid{display:grid;gap:22px}
#kb-home .product-grid.three{grid-template-columns:repeat(3,1fr)}
#kb-home .product-grid.two{grid-template-columns:repeat(2,1fr);max-width:980px;margin:auto}
#kb-home .product-card{
  background:var(--kb-paper);border:1px solid var(--kb-line);border-radius:13px;overflow:hidden;
  box-shadow:0 8px 25px rgba(42,39,31,.06);display:flex;flex-direction:column
}
#kb-home .product-card img{aspect-ratio:4/3;object-fit:cover;background:#ddd}
#kb-home .product-card.wide-card img{aspect-ratio:6/5}
#kb-home .product-body{padding:20px;display:flex;flex-direction:column;height:100%}
#kb-home .product-body p{color:var(--kb-muted);font-size:.94rem;min-height:68px}
#kb-home .tag{font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--kb-green)}
#kb-home .tag.red{color:var(--kb-red)}
#kb-home .tag.blue{color:var(--kb-blue)}
#kb-home .price{font-family:Georgia,serif;font-size:1.7rem;font-weight:700;color:var(--kb-orange2);margin:auto 0 14px}
#kb-home .btn-small{background:#1b1d1b;color:#fff;padding:11px 15px;width:100%}
#kb-home .fire-section{padding-top:40px}

#kb-home .process{background:#191a18;color:white;margin-top:30px}
#kb-home .process-inner{padding-top:78px;padding-bottom:78px}
#kb-home .process h2{max-width:700px}
#kb-home .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:42px;background:#393a36;border:1px solid #393a36;border-radius:10px;overflow:hidden}
#kb-home .step{background:#20211f;padding:28px}
#kb-home .step b{display:grid;place-items:center;width:34px;height:34px;background:var(--kb-orange);border-radius:50%;margin-bottom:17px}
#kb-home .step p{color:#c9c7c1;font-size:.92rem}

#kb-home .gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
#kb-home .gallery img{aspect-ratio:1/1;object-fit:cover;border-radius:10px;box-shadow:var(--kb-shadow)}

#kb-home .pricing-section{padding-top:50px}
#kb-home .price-table{background:var(--kb-paper);border:1px solid var(--kb-line);border-radius:12px;overflow:hidden}
#kb-home .price-table>div{display:flex;justify-content:space-between;gap:20px;padding:18px 22px;border-bottom:1px solid var(--kb-line)}
#kb-home .price-table>div:last-child{border-bottom:0}
#kb-home .price-table span{font-family:Georgia,serif;font-weight:700;color:var(--kb-orange2);font-size:1.25rem}
#kb-home .price-note{
  margin:18px 0 0;padding:16px 18px;border-left:4px solid var(--kb-orange);
  background:#fff8ed;color:#5b554d;border-radius:6px
}

#kb-home .contact{background:#1b1c1a;color:#fff}
#kb-home .contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
#kb-home .contact p{color:#d0cec8}
#kb-home .contact form{background:#252624;border:1px solid #393a37;padding:26px;border-radius:10px}
#kb-home .contact label{display:block;font-weight:700;margin-bottom:15px}
#kb-home .order-form input,#kb-home .order-form select,#kb-home .order-form textarea{
  display:block;width:100%;margin-top:7px;background:#171816;color:#fff;
  border:1px solid #4b4c48;border-radius:6px;padding:12px
}
#kb-home .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
#kb-home .included-mini{display:flex;flex-wrap:wrap;gap:9px;margin:6px 0 18px}
#kb-home .included-mini span{font-size:.82rem;padding:7px 10px;border-radius:999px;background:#30312e;color:#dad8d1}
#kb-home .checkbox-label{display:flex!important;align-items:flex-start;gap:10px;font-weight:400!important;color:#c9c7c1;font-size:.86rem}
#kb-home .checkbox-label input{width:auto!important;margin:4px 0 0!important}
#kb-home .form-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
#kb-home .order-summary{margin-top:22px;padding:18px;background:#171816;border:1px solid #454641;border-radius:8px}
#kb-home .order-summary pre{white-space:pre-wrap;word-wrap:break-word;color:#f1eee7;font-family:Arial,Helvetica,sans-serif;line-height:1.5}
#kb-home .order-summary .btn{margin:6px 8px 0 0}
#kb-home .form-note{font-size:.8rem;margin-top:12px!important;color:#999!important}

#kb-home .contact-cards{display:grid;gap:12px;margin-top:26px}
#kb-home .contact-card{
  display:flex;align-items:center;gap:14px;padding:15px 16px;border:1px solid #454641;
  border-radius:8px;background:#242522;color:#fff;transition:.18s ease
}
#kb-home .contact-card:hover{transform:translateY(-2px);border-color:#6a6b64;background:#292a27}
#kb-home .contact-symbol{
  width:42px;height:42px;display:grid;place-items:center;border-radius:50%;
  background:var(--kb-orange);color:#fff;font-weight:900;font-size:19px
}
#kb-home .contact-card small{display:block;color:#aaa9a4;margin-bottom:2px}
#kb-home .contact-card strong{font-size:1rem}

#kb-home .faq-section{padding-top:70px;padding-bottom:70px}
#kb-home .faq-list{display:grid;gap:10px}
#kb-home .faq-list details{background:var(--kb-paper);border:1px solid var(--kb-line);border-radius:9px;padding:0 18px}
#kb-home .faq-list summary{
  cursor:pointer;list-style:none;font-family:Georgia,'Times New Roman',serif;font-size:1.15rem;
  font-weight:700;padding:18px 32px 18px 0;position:relative
}
#kb-home .faq-list summary::-webkit-details-marker{display:none}
#kb-home .faq-list summary:after{content:"+";position:absolute;right:0;top:14px;font-family:Arial,sans-serif;color:var(--kb-orange);font-size:1.5rem}
#kb-home .faq-list details[open] summary:after{content:"–"}
#kb-home .faq-list details p{color:var(--kb-muted);margin:0 0 18px;max-width:900px}

#kb-home .quick-contact{background:#efe6d8;border-top:1px solid #dacdbb;border-bottom:1px solid #dacdbb}
#kb-home .quick-contact-inner{
  width:min(1180px,92%);margin:0 auto;padding:42px 0;display:flex;align-items:center;
  justify-content:space-between;gap:30px
}
#kb-home .quick-contact-inner h2{font-size:clamp(1.8rem,3vw,2.7rem)}
#kb-home .quick-contact-actions{display:flex;flex-wrap:wrap;gap:12px}

@media (max-width:1050px){
  #kb-home .product-grid.three{grid-template-columns:repeat(2,1fr)}
  #kb-home .steps{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  #kb-home .hero{min-height:610px}
  #kb-home .hero-overlay{background:linear-gradient(90deg,rgba(12,13,12,.92),rgba(12,13,12,.67))}
  #kb-home .hero-content{margin-left:24px;padding:65px 0}
  #kb-home .intro,#kb-home .section-head,#kb-home .contact-inner{grid-template-columns:1fr;gap:20px}
  #kb-home .section{padding:65px 0}
  #kb-home .product-grid.three,#kb-home .product-grid.two,#kb-home .gallery,#kb-home .steps{grid-template-columns:1fr}
  #kb-home .product-body p{min-height:0}
  #kb-home .included-inner{align-items:flex-start}
  #kb-home .form-grid{grid-template-columns:1fr}
  #kb-home .form-actions .btn{width:100%}
  #kb-home .quick-contact-inner{flex-direction:column;align-items:flex-start}
  #kb-home .quick-contact-actions{width:100%}
  #kb-home .quick-contact-actions .btn{width:100%}
}


/* ===== V2: plná šírka domovskej stránky v ClickEshope ===== */
#kb-home{
  position:relative;
  left:50%;
  width:100vw !important;
  max-width:none !important;
  margin-left:-50vw !important;
  margin-right:-50vw !important;
  overflow-x:clip;
}

#kb-home .hero{
  width:100%;
  min-height:650px;
}

#kb-home .hero-content{
  width:min(760px,88%);
}

@media (max-width:720px){
  #kb-home .hero{
    min-height:580px;
  }
}


/* ===== V3: tmavá hlavička ClickEshop ===== */
header,
header .ceResponsiveTopNavigation,
header #topNavigation,
header .topNavigation,
header #divHeader,
header .divHeader{
  background:#171918 !important;
  background-color:#171918 !important;
}

/* logo */
header #logo{
  color:#f6f2ea !important;
}
header #logo > span:first-child{
  color:#f6f2ea !important;
}
header #logo > span:last-child{
  color:#aaa59c !important;
}

/* hlavné menu */
header #topNavigation a,
header .topNavigation a{
  color:#f3efe8 !important;
  transition:color .18s ease, border-color .18s ease;
}
header #topNavigation a:hover,
header .topNavigation a:hover{
  color:#d66a35 !important;
}

/* prípadné rozbaľovacie menu */
header #topNavigation ul,
header .topNavigation ul{
  background-color:#171918 !important;
}
header #topNavigation li,
header .topNavigation li{
  background-color:transparent !important;
}

/* jemné oddelenie hlavičky od banneru */
header{
  border-bottom:1px solid rgba(198,91,45,.55) !important;
}


/* ===== V4: finálne logo + kontrast menu ===== */

/* Nahradenie pôvodného textového loga bez zásahu do HTML */
header #logo{
  min-width:260px !important;
  color:#f6f2ea !important;
  line-height:1 !important;
}
header #logo > *{
  display:none !important;
}
header #logo::before{
  content:"KANISTER BAR";
  display:block;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:28px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:1.2px !important;
  color:#f6f2ea !important;
}
header #logo::after{
  content:"originálny dar na mieru";
  display:block;
  margin-top:7px;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:10px !important;
  line-height:1 !important;
  font-weight:400 !important;
  letter-spacing:3px !important;
  color:#c7a98d !important;
}

/* silnejšie pravidlá pre menu ClickEshopu */
header a,
header a:link,
header a:visited,
header #topNavigation a,
header .topNavigation a,
header #topNavigation li a,
header .topNavigation li a{
  color:#f5f1e9 !important;
  opacity:1 !important;
  text-shadow:none !important;
}

header a:hover,
header #topNavigation a:hover,
header .topNavigation a:hover,
header #topNavigation li a:hover,
header .topNavigation li a:hover{
  color:#d66a35 !important;
}

/* rozbaľovacie položky */
header #topNavigation ul,
header .topNavigation ul,
header #topNavigation .subMenu,
header .topNavigation .subMenu{
  background:#171918 !important;
  border-color:#343532 !important;
}
header #topNavigation ul a,
header .topNavigation ul a{
  color:#f5f1e9 !important;
}

/* trochu kompaktnejšia hlavička */
header #divHeader,
header .divHeader,
header #topNavigation,
header .topNavigation{
  min-height:78px !important;
}


/* ===== V5: jemné doladenie banneru a produktových fotiek ===== */

/* Produkt na hero bannere zostane viditeľný celý a nebude pôsobiť zazoomovane */
#kb-home .hero-bg{
  background-size:auto 100% !important;
  background-position:right center !important;
  background-repeat:no-repeat !important;
  background-color:#111 !important;
  transform:none !important;
}

/* Karty produktov: fotografia sa už nebude agresívne orezávať */
#kb-home .product-card img{
  object-fit:contain !important;
  object-position:center center !important;
  background:#ece7dc !important;
  padding:10px !important;
}

/* Firebary rovnako zobrazíme celé */
#kb-home .product-card.wide-card img{
  object-fit:contain !important;
  object-position:center center !important;
}

/* Jemne kompaktnejšia hlavička */
header #divHeader,
header .divHeader,
header #topNavigation,
header .topNavigation{
  min-height:72px !important;
}

/* mobil */
@media (max-width:720px){
  #kb-home .hero-bg{
    background-size:auto 100% !important;
    background-position:70% center !important;
  }
  #kb-home .hero-content{
    width:90% !important;
  }
}


/* ===== V6: finálne zobrazenie schválených fotografií ===== */
#kb-home .hero-bg{
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

#kb-home .product-card img,
#kb-home .product-card.wide-card img{
  width:100% !important;
  aspect-ratio:4 / 3 !important;
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
  background:#e9e3d8 !important;
}


/* ===== V7: menšie obrázky v kartách ===== */
#kb-home .product-card img,
#kb-home .product-card.wide-card img{
  width:82% !important;
  max-width:82% !important;
  aspect-ratio:4 / 3 !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  margin:24px auto 0 !important;
  border-radius:14px !important;
}

#kb-home .product-card,
#kb-home .product-card.wide-card{
  overflow:hidden !important;
}

@media (max-width: 991px){
  #kb-home .product-card img,
  #kb-home .product-card.wide-card img{
    width:88% !important;
    max-width:88% !important;
    margin:18px auto 0 !important;
  }
}

/* ===== V8: fotky viac v pozadí / menšie v kartách ===== */
#kb-home .product-card img,
#kb-home .product-card.wide-card img{
  width:72% !important;
  max-width:72% !important;
  margin:30px auto 6px !important;
}

#kb-home .product-card{
  padding-top:6px !important;
}

@media (max-width: 991px){
  #kb-home .product-card img,
  #kb-home .product-card.wide-card img{
    width:80% !important;
    max-width:80% !important;
    margin:22px auto 4px !important;
  }
}

/* ===== V9: bez orezu, zobraziť celý produkt ===== */
#kb-home .product-card img,
#kb-home .product-card.wide-card img{
  width:78% !important;
  max-width:78% !important;
  aspect-ratio:4 / 3 !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  margin:26px auto 8px !important;
  padding:0 !important;
  background:#f6f1e8 !important;
  border-radius:14px !important;
}

#kb-home .product-card,
#kb-home .product-card.wide-card{
  overflow:hidden !important;
}

@media (max-width: 991px){
  #kb-home .product-card img,
  #kb-home .product-card.wide-card img{
    width:84% !important;
    max-width:84% !important;
    margin:20px auto 6px !important;
  }
}


/* ===== V10: zjednotenie kontaktných kariet ===== */
#kb-home .contact-cards{
  display:grid !important;
  gap:12px !important;
}

#kb-home .contact-card{
  display:grid !important;
  grid-template-columns:44px 64px 1fr !important;
  align-items:center !important;
  gap:12px !important;
  width:100% !important;
  min-height:72px !important;
  padding:14px 16px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:10px !important;
  background:rgba(255,255,255,.035) !important;
  color:#fff !important;
  text-decoration:none !important;
}

#kb-home .contact-card:hover{
  border-color:rgba(214,106,53,.75) !important;
  background:rgba(214,106,53,.06) !important;
}

#kb-home .contact-card .contact-symbol{
  width:40px !important;
  height:40px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:50% !important;
  background:#d66a35 !important;
  color:#fff !important;
  font-weight:700 !important;
}

#kb-home .contact-card small{
  color:#bcb8b0 !important;
  font-size:14px !important;
}

#kb-home .contact-card strong{
  color:#fff !important;
  font-size:16px !important;
  overflow-wrap:anywhere !important;
}

@media (max-width:720px){
  #kb-home .contact-card{
    grid-template-columns:42px 1fr !important;
  }
  #kb-home .contact-card small{
    grid-column:2 !important;
  }
  #kb-home .contact-card strong{
    grid-column:2 !important;
  }
}


/* ===== V12: oprava orezania dlhej domovskej stránky v ClickEshope ===== */
html,
body{
  min-height:100% !important;
  height:auto !important;
  overflow-y:auto !important;
}

main.pageFrame,
#pageContent,
#pageContent.pageContent{
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:visible !important;
}

#kb-home{
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow-y:visible !important;
}

/* Poistka: všetky hlavné sekcie Domov musia zostať viditeľné */
#kb-home #kanistre,
#kb-home #firebary,
#kb-home #galeria,
#kb-home #cennik,
#kb-home #kontakt,
#kb-home .included-strip,
#kb-home .process{
  visibility:visible !important;
  opacity:1 !important;
  height:auto !important;
  max-height:none !important;
}
