/* =====================================================
   DEKORACNYKAMEN.SK – CUSTOM UI 2026
   Externý súbor
===================================================== */


/* =====================================================
   MEGA MENU – SAFE VISUAL UPGRADE + 4 BOXY
===================================================== */

#navigation .menu-level-2{
  background:#faf7f2;
  border-radius:16px;
  padding:20px;
}

#navigation .menu-level-2 > li{
  width:25%;
  box-sizing:border-box;
  float:left;
  background:#fdfbf7;
  border:1px solid #e6dfd6;
  border-radius:16px;
  padding:16px;
  margin:8px 0;
  transition:background .2s ease, box-shadow .2s ease, transform .2s ease;
}

#navigation .menu-level-2::after{
  content:"";
  display:block;
  clear:both;
}

#navigation .menu-level-2 > li:hover{
  background:#f4efe8;
  box-shadow:0 10px 24px rgba(60,45,30,.18);
  transform:translateY(-1px);
}

#navigation a.menu-image{
  position:relative;
  display:inline-block;
  width:70px;
  height:70px;
  border-radius:50%;
  overflow:hidden;
  background:#fff;
  box-shadow:0 4px 10px rgba(0,0,0,.12);
}

#navigation a.menu-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  transform:scale(1.5);
  transition:transform .35s ease;
}

#navigation .menu-level-2 > li:hover a.menu-image img{
  transform:scale(1.65);
}

/* Responsive */
@media (max-width:1200px){
  #navigation .menu-level-2 > li{ width:33.333%; }
}
@media (max-width:900px){
  #navigation .menu-level-2 > li{ width:50%; }
}
@media (max-width:600px){
  #navigation .menu-level-2 > li{ width:100%; }
}



/* =====================================================
   KATEGÓRIA → NÁVOD BOX
===================================================== */

.dk-category-guide {
  margin:22px 0;
  padding:14px 18px;
  background:#faf7f2;
  border-left:4px solid #c9a27a;
  font-size:14px;
  line-height:1.5;
}

.dk-category-guide strong {
  display:block;
  margin-bottom:4px;
  color:#2f2d29;
}

.dk-category-guide a {
  font-weight:600;
  color:#2f2d29;
  text-decoration:underline;
}

.dk-category-guide a:hover {
  color:#c89b6f;
}



/* =====================================================
   PRODUKT GRID – 3 PRODUKTY DESKTOP
===================================================== */

@media (min-width:768px){
  .products,
  .product-list,
  .products-grid {
    grid-template-columns:repeat(3,1fr)!important;
  }

  .product {
    width:33.3333%!important;
  }
}



/* =====================================================
   CHECKOUT ÚPRAVY
===================================================== */

/* Zmena textu tlačidla */
#submit-order .order-button-suffix{
  display:none!important;
}

#submit-order .order-button-text{
  font-size:0;
}

#submit-order .order-button-text::after{
  content:"Dokončiť objednávku";
  font-size:18px;
}

/* Skrytie Región doručenia */
#deliveryRegionId,
label[for="delivery-region-id"],
label[for="deliveryRegionId"]{
  display:none!important;
}


/* Informačný box pred dokončením */
.next-step.next-step--step-2{
  display:flex;
  flex-direction:column;
  align-items:stretch;
}

.next-step.next-step--step-2::before{
  content:"Objednávku si pred odoslaním ešte telefonicky potvrdíme.";
  display:block;
  background:#f7f9f7;
  border-left:4px solid #2e8b2e;
  padding:14px 16px;
  margin-bottom:18px;
  font-size:14px;
  color:#444;
  line-height:1.6;
}



/* =====================================================
   CHECKOUT SIDEBAR PREMIUM VZHĽAD
===================================================== */

#checkoutSidebar .order-summary{
  border-radius:10px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  border:1px solid #eaeaea;
}

#checkoutSidebar .cart-price-total,
#checkoutSidebar [data-testid="recapItemTotalPrice"],
#checkoutSidebar .order-summary-total .price{
  font-size:30px!important;
  font-weight:900!important;
  color:#000;
}

#checkoutSidebar .shipping-billing-summary .price,
#checkoutSidebar .payment-item .price{
  color:#2e8b2e!important;
  font-weight:600;
}

#checkoutSidebar .btn{
  border-radius:8px;
  font-weight:700;
  transition:.2s;
}

#checkoutSidebar .btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(0,0,0,.18);
}

@media(max-width:768px){
  #checkoutSidebar .cart-price-total{font-size:26px!important;}
}


/* Trust box pod sumárom */
#summary-box:after{
  content:"✔ Slovenská firma ALIT SLOVAKIA\A✔ Každú objednávku kontrolujeme\A✔ Telefonické potvrdenie dopravy\A✔ Bezpečné balenie na palete";
  white-space:pre-line;
  display:block;
  margin:16px 0 18px;
  padding-top:12px;
  border-top:1px solid #e6e6e6;
  font-size:13px;
  line-height:1.55;
  color:#3a3a3a;
}


/* Prepísanie textu Online platba kartou */
#name-billingId-120 .sublabel-description{
  font-size:0!important;
}

#name-billingId-120 .sublabel-description::after{
  content:"Okamžitá zabezpečená platba kartou";
  font-size:14px;
  color:#2e2e2e;
}