/* U Břeti – sdílené styly (rustikální dřevěné textury, přechody, utility). */
[x-cloak]{ display:none !important; }
body{ background:#faf3e7; }

.wood-texture{
  background-color:#2b1c12;
  background-image:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.015) 0 2px, transparent 2px 6px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.25) 0 1px, transparent 1px 9px),
    linear-gradient(135deg,#3d2817 0%,#2b1c12 55%,#1c1109 100%);
}
.hero-overlay{
  background:
    radial-gradient(1200px 500px at 70% -10%, rgba(224,138,30,0.30), transparent 60%),
    linear-gradient(180deg, rgba(20,12,6,0.55) 0%, rgba(20,12,6,0.88) 100%);
}
.no-scrollbar::-webkit-scrollbar{ display:none; }
.no-scrollbar{ -ms-overflow-style:none; scrollbar-width:none; }
section[id]{ scroll-margin-top:150px; }

/* Pole pro množství – bez šipek, číslo na střed */
input.no-spin::-webkit-outer-spin-button,
input.no-spin::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
input.no-spin{ -moz-appearance:textfield; appearance:textfield; text-align:center; }
