/* Sun Spa Banská Bystrica — shared stylesheet */

*{box-sizing:border-box;}

body{
  margin:0;
  background:oklch(0.97 0.012 75);
  font-family:'Work Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
}

h1,h2,h3,h4{font-family:'Marcellus',Georgia,'Times New Roman',serif;}

a{color:oklch(0.55 0.16 45);text-decoration:none;}
a:hover{color:oklch(0.45 0.16 45);}

::selection{background:oklch(0.70 0.15 55 / 0.3);}

img{max-width:100%;}

table{border-collapse:collapse;width:100%;}
td,th{padding:12px 14px;text-align:left;font-size:14px;}

input,textarea,button{font-family:inherit;}

.skip-link{
  position:absolute;left:-9999px;top:0;
  background:oklch(0.995 0.004 80);color:oklch(0.24 0.03 50);
  padding:10px 16px;z-index:200;border-radius:0 0 8px 0;
}
.skip-link:focus{left:0;top:0;}

/* cookie banner */
#cookie-banner{display:none;}
#cookie-banner.visible{display:flex;}

/* responsive */
@media (max-width:900px){
  .site-nav{gap:12px !important;font-size:14px !important;}
}
@media (max-width:780px){
  .grid-2col{grid-template-columns:1fr !important;}
  .grid-2col > *{order:0 !important;}
  .eshop-layout{grid-template-columns:1fr !important;}
}
