/* 3D Art HU — jemný, teplý štýl ladiaci s produktovými fotkami */
* { box-sizing: border-box; margin: 0; }
body { font-family: 'Segoe UI', system-ui, sans-serif; color: #2b2723; background: #fdfcfa; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
main { max-width: 1080px; margin: 0 auto; padding: 24px 20px 60px; }

.hl { display: flex; justify-content: space-between; align-items: center; padding: 14px 24px;
      background: #fff; border-bottom: 1px solid #eee7dd; position: sticky; top: 0; z-index: 5; }
.logo { display: flex; align-items: center; }
.logo img { height: 56px; width: auto; display: block; }
.hl nav a { margin-left: 22px; font-weight: 500; }
.kosik-link b { background: #c9a877; color: #fff; border-radius: 10px; padding: 1px 8px; font-size: .85em; }

.hero { text-align: center; padding: 38px 10px 26px; }
.hero h1 { font-size: 1.9em; margin-bottom: 10px; }
.hero p { color: #6d6459; max-width: 560px; margin: 0 auto; }

.mriezka { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 22px; margin-top: 18px; }
.karta { background: #fff; border: 1px solid #eee7dd; border-radius: 14px; overflow: hidden;
         transition: box-shadow .15s, transform .15s; display: flex; flex-direction: column; }
.karta:hover { box-shadow: 0 10px 26px rgba(0,0,0,.08); transform: translateY(-2px); }
.karta img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.karta-telo { padding: 14px 16px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.karta h2 { font-size: 1em; line-height: 1.35; }
.rovid { font-size: .85em; color: #6d6459; flex: 1; }
.cena { font-weight: 700; color: #a4762e; }
.cena.velka { font-size: 1.6em; margin: 6px 0 2px; }

.vyhody { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px;
          margin-top: 44px; text-align: center; color: #5d554b; font-size: .95em; }

.termek { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
@media (max-width: 800px) { .termek { grid-template-columns: 1fr; } }
.galeria img#hlavna { width: 100%; border-radius: 14px; }
.nahlady { display: flex; gap: 8px; margin-top: 10px; }
.nahlady img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; cursor: pointer;
               border: 2px solid transparent; }
.nahlady img:hover { border-color: #c9a877; }
.detail h1 { font-size: 1.45em; line-height: 1.3; }
.meta { color: #6d6459; font-size: .9em; margin: 4px 0 16px; }

.perso { background: #faf6ef; border: 1px solid #eee0c9; border-radius: 14px; padding: 18px; }
.perso h2 { font-size: 1.05em; margin-bottom: 12px; }
.perso label { display: block; font-size: .88em; font-weight: 600; margin-bottom: 12px; }
.perso input, .perso select, .perso textarea {
    width: 100%; padding: 9px 11px; margin-top: 4px; border: 1px solid #d9cfc0;
    border-radius: 8px; font: inherit; font-weight: 400; background: #fff; }
.req { color: #c0392b; }
.chyba { background: #fdecea; color: #a93226; padding: 10px 12px; border-radius: 8px;
         font-size: .88em; margin-bottom: 12px; }
.ks input { width: 90px; }
.btn { display: inline-block; background: #2b2723; color: #fff; border: 0; border-radius: 10px;
       padding: 13px 26px; font-size: 1em; font-weight: 600; cursor: pointer; }
.btn:hover { background: #46403a; }
.btn.velky { width: 100%; padding: 16px; font-size: 1.1em; }
.pozn { font-size: .8em; color: #8a8075; margin-top: 10px; }

.popis { max-width: 720px; margin: 44px auto 0; }
.popis p { margin-bottom: 12px; }
.popis ul { margin: 0 0 12px 22px; }

.kosik-tab { width: 100%; border-collapse: collapse; margin: 18px 0; }
.kosik-tab td { padding: 12px 8px; border-bottom: 1px solid #eee7dd; vertical-align: top; }
.kimg img { width: 76px; border-radius: 8px; }
.kmezok { font-size: .8em; color: #6d6459; margin-top: 6px; }
.kks, .kcena { white-space: nowrap; font-weight: 600; }
.zmaz { color: #b55; font-size: 1.1em; padding: 4px 8px; }

.suhrn { background: #faf6ef; border: 1px solid #eee0c9; border-radius: 14px; padding: 20px; max-width: 520px; }
.suhrn h2 { font-size: 1.05em; margin-bottom: 10px; }
.doprava-radio { display: block; padding: 8px 0; font-size: .95em; }
.spolu { font-size: 1.15em; margin: 16px 0; }

.dakujeme { text-align: center; padding: 60px 10px; }
.dakujeme h1 { margin-bottom: 14px; }
.dakujeme .cislo { font-size: 1.1em; margin-bottom: 10px; }
.dakujeme p { max-width: 480px; margin: 0 auto 12px; color: #5d554b; }
.dakujeme .btn { margin-top: 16px; }

.pt { text-align: center; color: #8a8075; font-size: .85em; padding: 28px 10px;
      border-top: 1px solid #eee7dd; }
.pt a { text-decoration: underline; }

/* cookie lišta */
.pm-cookie { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 100;
  background: #fff; border: 1px solid #e2d9c9; border-radius: 14px; padding: 16px 18px;
  box-shadow: 0 12px 34px rgba(0,0,0,.18); display: flex; gap: 18px;
  align-items: center; max-width: 860px; margin: 0 auto; }
.pm-cookie[hidden] { display: none; }
.pm-cookie__txt { font-size: .85em; color: #5d554b; line-height: 1.5; }
.pm-cookie__txt a { text-decoration: underline; }
.pm-cookie__btn { display: flex; gap: 8px; flex-shrink: 0; }
.pm-cookie__btn .btn { padding: 11px 20px; font-size: .9em; }
.pm-cookie__no { background: none; border: 1px solid #d9cfc0; border-radius: 10px;
  padding: 11px 16px; font: inherit; font-size: .9em; color: #5d554b; cursor: pointer; }
.pm-cookie__no:hover { background: #f6f2ea; }
@media (max-width: 700px) {
  .pm-cookie { flex-direction: column; align-items: stretch; gap: 12px; }
  .pm-cookie__btn { justify-content: stretch; }
  .pm-cookie__btn button { flex: 1; }
}
