/**
* Template Name: Motovaky
* Template URL: https://www.motovaky.cz/cs/
* Updated: 18.3.2026
* Author: Fresh Mill studio, tvoba webovych stranek
* License: https://freshmill.cz
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Teko:wght@300..700&display=swap');

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: #111827;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
}

a {
  color: #dbbd7f;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111827;
  font-family: "Teko", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
}


@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# ELEMENTY
--------------------------------------------------------------*/
.logo .custom-logo-link img {
  width: 100%;
  height: 20px;
  object-fit: contain;
}

/* NADPIS */
.nadpis .spec-label {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #aeaeae;
  margin-bottom: 10px;
}

.nadpis span {
  color: #aeaeae;
}

.nadpis h2 {
  font-family: 'Teko', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #0d0d0d;
  line-height: 1;
}

.nadpis {
  margin-bottom: 24px;
}

.nadpis p {
  font-size: 16px;
  margin-bottom: 0;
  color: #0d0d0d;
}

/* NADPIS WHITE */
.nadpis-white span {
  color: #dbbd7f;
}

.nadpis-white h2 {
  font-family: 'Teko', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}



/*--------------------------------------------------------------
# ELEMENTY — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .nadpis h2 {
    font-size: 40px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .nadpis h2 {
    font-size: 36px;
  }

  .nadpis .spec-label {
    font-size: 9px;
    margin-bottom: 8px;
  }

  .nadpis {
    margin-bottom: 20px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .nadpis h2 {
    font-size: 32px;
  }

  .nadpis .spec-label {
    font-size: 9px;
    letter-spacing: .12em;
    margin-bottom: 7px;
  }

  .nadpis {
    margin-bottom: 18px;
  }
}

/* ── 767px – Mobilní breakpoint ──────────────────────────── */
@media (max-width: 767px) {
  .logo .custom-logo-link img {
    height: 18px;
  }

  .nadpis h2 {
    font-size: 30px;
  }

  .nadpis .spec-label {
    font-size: 9px;
    margin-bottom: 6px;
  }

  .nadpis {
    margin-bottom: 16px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .logo .custom-logo-link img {
    height: 17px;
  }

  .nadpis h2 {
    font-size: 28px;
  }

  .nadpis .spec-label {
    font-size: 8px;
    letter-spacing: .11em;
    margin-bottom: 6px;
  }

  .nadpis {
    margin-bottom: 14px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .logo .custom-logo-link img {
    height: 16px;
  }

  .nadpis h2 {
    font-size: 26px;
  }

  .nadpis .spec-label {
    font-size: 8px;
    letter-spacing: .10em;
    margin-bottom: 5px;
  }

  .nadpis {
    margin-bottom: 12px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .logo .custom-logo-link img {
    height: 15px;
  }

  .nadpis h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .nadpis .spec-label {
    font-size: 8px;
    letter-spacing: .09em;
    margin-bottom: 5px;
  }

  .nadpis {
    margin-bottom: 10px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .logo .custom-logo-link img {
    height: 14px;
  }

  .nadpis h2 {
    font-size: 22px;
    line-height: 1.05;
  }

  .nadpis .spec-label {
    font-size: 7px;
    letter-spacing: .08em;
    margin-bottom: 4px;
  }

  .nadpis {
    margin-bottom: 8px;
  }
}

/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/
.hero-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-black {
  background: #0d0d0d;
  color: #fff;
  border: none;
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 8px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Readex Pro', sans-serif;
  text-decoration: none;
  transition: background .2s;
  display: inline-block;
}

.btn-black:hover {
  background: #fff;
  color: #0d0d0d;
}

.btn-hero-gold {
  background: #C9A96E;
  color: #fff;
  border: none;
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 8px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Readex Pro', sans-serif;
  text-decoration: none;
  transition: background .2s;
  display: inline-block;
}

.btn-hero-gold:hover {
  background: #b8935a;
  color: #fff;
}

.btn-hero-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .45);
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 8px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.btn-hero-outline:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, .08);
}



/*--------------------------------------------------------------
# BUTTONS — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {

  .btn-hero-gold,
  .btn-hero-outline {
    padding: 14px 30px;
    font-size: 13px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {

  .btn-hero-gold,
  .btn-hero-outline {
    padding: 13px 26px;
    font-size: 13px;
    border-radius: 7px;
  }

  .hero-btns {
    gap: 8px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {

  .btn-hero-gold,
  .btn-hero-outline {
    padding: 12px 24px;
    font-size: 12px;
    border-radius: 6px;
  }

  .hero-btns {
    gap: 8px;
  }
}

/* ── 767px – Mobilní breakpoint ──────────────────────────── */
@media (max-width: 767px) {
  .hero-btns {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .btn-hero-gold,
  .btn-hero-outline {
    padding: 13px 28px;
    font-size: 12px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {

  .btn-hero-gold,
  .btn-hero-outline {
    padding: 12px 24px;
    font-size: 12px;
  }

  .hero-btns {
    gap: 7px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {

  .btn-hero-gold,
  .btn-hero-outline {
    padding: 11px 20px;
    font-size: 11px;
    border-radius: 5px;
  }

  .hero-btns {
    gap: 6px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {

  .btn-hero-gold,
  .btn-hero-outline {
    padding: 11px 18px;
    font-size: 11px;
    border-radius: 5px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {

  .btn-hero-gold,
  .btn-hero-outline {
    padding: 10px 14px;
    font-size: 10px;
    border-radius: 4px;
  }

  .hero-btns {
    gap: 5px;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

@media (max-width: 1199px) {
  section {
    scroll-margin-top: 66px;
  }
}

/* 991px ↓ – trochu méně vertikálního prostoru */
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

/* 768px ↓ – tablet na výšku */
@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}

/* 767px ↓ – kdybys chtěl ladit zvlášť menší layouty, necháváme stejné padyngy */
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

/* 575px ↓ – mobil, ať to není kilometry dlouhé */
@media (max-width: 575px) {
  section {
    padding: 35px 0;
  }
}

/* 425px ↓ – malé telefony */
@media (max-width: 425px) {
  section {
    padding: 32px 0;
  }
}

/* 375px ↓ – ještě malinko méně */
@media (max-width: 375px) {
  section {
    padding: 30px 0;
  }
}

/* 320px ↓ – úplné minimum */
@media (max-width: 320px) {
  section {
    padding: 28px 0;
  }
}

/*--------------------------------------------------------------
# NAVIGACE
--------------------------------------------------------------*/
/* TOP BAR */
.topbar {
  background: #C9A96E;
  padding: 8px 0;
}

.topbar a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
  margin-right: 24px;
  text-transform: uppercase;
}

.topbar a:hover {
  text-decoration: underline;
}

/* HEADER */
.main-header {
  background: #fff;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
}

.search-wrap input {
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 0;
  padding: 9px 14px;
  font-size: 13px;
  width: 100%;
  outline: none;
  font-family: 'Barlow', sans-serif;
}

.search-wrap button {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  font-family: 'Barlow', sans-serif;
  white-space: nowrap;
  cursor: pointer;
  transition: background .2s;
}

.search-wrap button:hover {
  background: #C9A96E;
}

.header-contact {
  font-size: 15px;
  color: #6a6a6a;
  line-height: 1.4;
}

.header-contact .phone {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

.phone-icon {
  width: 36px;
  height: 36px;
  background: #C9A96E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.phone-icon i {
  color: #fff;
  font-size: 15px;
}

.header-icons a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color .2s;
}

.header-icons a:hover {
  color: #C9A96E;
}

.cart-badge {
  background: #C9A96E;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar-right {
  display: flex;
  align-items: center;
}

.lang-switcher ul {
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lang-switcher li {
  display: inline-block;
}

.lang-switcher a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 26px;
  background: #c19b6a;
  border-radius: 4px;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* vlajka */
.lang-switcher img {
  width: 18px;
  height: auto;
  display: block;
}

.lang-switcher a:hover {
  background: #c19b6a;
  /* tvoje gold barva */
  transform: translateY(-1px);
}

.lang-switcher .current-lang a {
  background: #c19b6a;
  border-color: #c19b6a;
}

/* NAVBAR */
.hlavicka {
  justify-content: space-between;
}

.main-nav {
  background: #1a1a1a;
}

.main-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.main-nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 25px 20px;
  transition: color .2s;
}

.main-nav ul li a:hover,
.main-nav ul li a.active,
.main-nav ul li.current-menu-item>a {
  color: #C9A96E;
}

.main-nav .btn-vyprodej {
  background: #e63535;
  color: #fff;
  padding: 0px 22px;
  margin: 15px 0;
  border-radius: 8px;
}

.main-nav .btn-vyprodej:hover {
  background: #c82020;
  color: #fff;
}

/*--------------------------------------------------------------
# NAVIGACE — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .main-nav ul li a {
    font-size: 12px;
    padding: 25px 15px;
  }

  .main-nav .btn-vyprodej {
    padding: 0 16px;
  }

  .header-contact .phone {
    font-size: 16px;
  }

  .header-contact {
    font-size: 13px;
  }

  .topbar a {
    font-size: 11px;
    margin-right: 18px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .main-nav ul li a {
    font-size: 11px;
    padding: 22px 11px;
  }

  .main-nav .btn-vyprodej {
    padding: 0 13px;
    margin: 12px 0;
  }

  .header-contact {
    display: none;
    /* Telefon skrýt — málo místa */
  }

  .search-wrap input {
    font-size: 12px;
    padding: 8px 10px;
  }

  .search-wrap button {
    font-size: 12px;
    padding: 8px 14px;
  }

  .topbar a {
    font-size: 11px;
    margin-right: 14px;
  }

  .main-header {
    padding: 12px 0;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .topbar {
    padding: 6px 0;
  }

  .topbar a {
    font-size: 10px;
    margin-right: 10px;
    letter-spacing: .02em;
  }

  .main-header {
    padding: 10px 0;
  }

  .search-wrap input {
    font-size: 12px;
    padding: 8px 10px;
  }

  .search-wrap button {
    padding: 8px 12px;
    font-size: 12px;
  }

  .phone-icon {
    width: 32px;
    height: 32px;
  }

  .phone-icon i {
    font-size: 13px;
  }

  .header-icons a {
    font-size: 16px;
  }

  .cart-badge {
    width: 16px;
    height: 16px;
    font-size: 9px;
  }
}

/* ── 767px – Mobilní breakpoint (hamburger menu) ─────────── */
@media (max-width: 767px) {

  /* Topbar — skrýt méně důležité položky, ponechat max 2 */
  .topbar {
    padding: 6px 0;
    text-align: center;
  }

  .topbar a {
    font-size: 10px;
    margin-right: 10px;
    letter-spacing: .02em;
  }

  .topbar a:last-child {
    margin-right: 0;
  }

  /* Header layout */
  .main-header {
    padding: 10px 0;
  }

  .hlavicka {
    flex-wrap: wrap;
    gap: 10px;
  }

  /* Vyhledávání na celou šířku pod logem */
  .search-wrap {
    order: 3;
    width: 100%;
    display: none !important;
  }

  .search-wrap input {
    font-size: 13px;
    padding: 9px 12px;
  }

  .search-wrap button {
    font-size: 12px;
    padding: 9px 16px;
  }

  /* Hlavní navigace — skryta, řeší JS/hamburger */
  .main-nav {}

  .main-nav.is-open {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: stretch;
  }

  .main-nav ul li a {
    font-size: 13px;
    font-weight: 700;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }

  .main-nav ul li:last-child a {
    border-bottom: none;
  }

  .main-nav .btn-vyprodej {
    background: #e63535;
    border-radius: 0;
    margin: 0;
    padding: 14px 20px;
    text-align: center;
  }

  .header-contact {
    display: none;
  }

  .phone-icon {
    width: 30px;
    height: 30px;
  }

  .phone-icon i {
    font-size: 12px;
  }

  .header-icons a {
    font-size: 17px;
  }

  .cart-badge {
    width: 16px;
    height: 16px;
    font-size: 9px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .topbar a {
    font-size: 9px;
    margin-right: 8px;
    letter-spacing: .01em;
  }

  .main-header {
    padding: 9px 0;
  }

  .search-wrap input {
    font-size: 12px;
    padding: 8px 10px;
  }

  .search-wrap button {
    font-size: 11px;
    padding: 8px 13px;
  }

  .header-icons a {
    font-size: 16px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .topbar {
    padding: 5px 0;
  }

  .topbar a {
    font-size: 9px;
    margin-right: 7px;
  }

  .main-header {
    padding: 8px 0;
  }

  .search-wrap input {
    font-size: 12px;
    padding: 8px 9px;
  }

  .search-wrap button {
    font-size: 11px;
    padding: 8px 11px;
    letter-spacing: .03em;
  }

  .main-nav ul li a {
    font-size: 12px;
    padding: 13px 16px;
  }

  .phone-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .phone-icon i {
    font-size: 11px;
  }

  .header-icons a {
    font-size: 16px;
    gap: 4px;
  }

  .cart-badge {
    width: 15px;
    height: 15px;
    font-size: 9px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .topbar {
    padding: 5px 0;
  }

  .topbar a {
    font-size: 8px;
    margin-right: 6px;
    letter-spacing: 0;
  }

  .main-header {
    padding: 8px 0;
  }

  .search-wrap input {
    font-size: 11px;
    padding: 7px 8px;
  }

  .search-wrap button {
    font-size: 11px;
    padding: 7px 10px;
  }

  .main-nav ul li a {
    font-size: 12px;
    padding: 12px 14px;
  }

  .header-icons a {
    font-size: 15px;
  }

  .cart-badge {
    width: 14px;
    height: 14px;
    font-size: 8px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .topbar {
    padding: 4px 0;
  }

  .topbar a {
    font-size: 8px;
    margin-right: 5px;
  }

  .main-header {
    padding: 7px 0;
  }

  .search-wrap input {
    font-size: 11px;
    padding: 7px 7px;
  }

  .search-wrap button {
    font-size: 10px;
    padding: 7px 9px;
  }

  .main-nav ul li a {
    font-size: 11px;
    padding: 11px 12px;
  }

  .main-nav .btn-vyprodej {
    padding: 11px 12px;
  }

  .phone-icon {
    width: 26px;
    height: 26px;
  }

  .phone-icon i {
    font-size: 11px;
  }

  .header-icons a {
    font-size: 15px;
    gap: 3px;
  }

  .cart-badge {
    width: 14px;
    height: 14px;
    font-size: 8px;
  }
}


.hamburger-menu {
  display: none;
  width: 26px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.hamburger-menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all .3s ease;
}

.hamburger-menu span:nth-child(1) {
  top: 0;
}

.hamburger-menu span:nth-child(2) {
  top: 9px;
}

.hamburger-menu span:nth-child(3) {
  top: 18px;
}

.hamburger-menu.is-active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.hamburger-menu.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.is-active span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .hamburger-menu {
    display: block;
  }

  .main-nav {
    display: none;
    width: 100%;
    background: #111;
  }

  .main-nav.is-open {
    display: block;
  }

  .main-nav .container {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .main-nav ul li {
    width: 100%;
  }

  .main-nav ul li a {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  img.custom-logo {
    width: 100%;
    height: 45px;
  }
}


/*--------------------------------------------------------------
# UVOD
--------------------------------------------------------------*/
/* HERO SEKCE */
.hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55%;
  background:
    radial-gradient(ellipse 320px 200px at 65% 55%, rgba(255, 120, 0, .08) 0%, transparent 70%),
    radial-gradient(ellipse 200px 120px at 70% 60%, rgba(255, 80, 0, .06) 0%, transparent 60%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.hero-tag {
  font-size: 13px;
  color: #dbbd7f;
  margin-bottom: 8px;
  font-weight: 600;
}

.hero-title {
  font-family: 'Teko', sans-serif;
  font-size: 55px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}

.hero-desc {
  font-family: 'Readex Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.65;
  max-width: 500px;
  margin-bottom: 40px;
}

.hero-stats {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
}

.hero-stat {
  background: #000;
  padding: 28px 40px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .08);
}

.hero-stat-val {
  font-family: 'Teko', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.hero-stat-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgb(197 197 197 / 45%);
  margin-top: 3px;
}

/*--------------------------------------------------------------
# HERO SEKCE — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .hero {
    min-height: 260px;
  }

  .hero-content {
    padding: 70px 0;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-desc {
    font-size: 14px;
    max-width: 440px;
    margin-bottom: 32px;
  }

  .hero-stat {
    padding: 24px 32px;
  }

  .hero-stat-val {
    font-size: 24px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .hero {
    min-height: 240px;
  }

  .hero-content {
    padding: 56px 0;
  }

  .hero-title {
    font-size: 42px;
    margin-bottom: 12px;
  }

  .hero-desc {
    font-size: 13px;
    max-width: 380px;
    margin-bottom: 28px;
  }

  .hero-tag {
    font-size: 12px;
    margin-bottom: 6px;
  }

  /* Stats — menší padding, fonty */
  .hero-stat {
    padding: 20px 24px;
  }

  .hero-stat-val {
    font-size: 22px;
  }

  .hero-stat-label {
    font-size: 10px;
    letter-spacing: .08em;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .hero {
    min-height: 220px;
  }

  .hero-content {
    padding: 48px 0;
  }

  .hero-title {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .hero-desc {
    font-size: 13px;
    max-width: 340px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .hero-stat {
    padding: 16px 18px;
  }

  .hero-stat-val {
    font-size: 20px;
  }

  .hero-stat-label {
    font-size: 9px;
    letter-spacing: .07em;
    margin-top: 2px;
  }
}

/* ── 767px – Mobilní breakpoint ──────────────────────────── */
@media (max-width: 767px) {
  .hero {
    min-height: 200px;
    align-items: flex-start;
  }

  .hero-content {
    padding: 40px 0 120px;
    /* Spodní padding kvůli stats */
  }

  .hero-title {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .hero-desc {
    font-size: 13px;
    max-width: 100%;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .hero-tag {
    font-size: 11px;
    margin-bottom: 6px;
  }

  /* Stats — přes celou šířku dole */
  .hero-stats {
    right: 0;
    left: 0;
    width: 100%;
    justify-content: stretch;
  }

  .hero-stat {
    flex: 1;
    padding: 14px 10px;
    border-left: 1px solid rgba(255, 255, 255, .08);
  }

  .hero-stat:first-child {
    border-left: none;
  }

  .hero-stat-val {
    font-size: 18px;
  }

  .hero-stat-label {
    font-size: 8px;
    letter-spacing: .06em;
    margin-top: 2px;
  }

  /* Dekorativní gradient přes celou šířku */
  .hero::after {
    width: 100%;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .hero-content {
    padding: 36px 0 110px;
  }

  .hero-title {
    font-size: 30px;
    margin-bottom: 8px;
  }

  .hero-desc {
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 1.55;
  }

  .hero-stat {
    padding: 12px 8px;
  }

  .hero-stat-val {
    font-size: 17px;
  }

  .hero-stat-label {
    font-size: 8px;
    letter-spacing: .05em;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .hero {
    min-height: 180px;
  }

  .hero-content {
    padding: 30px 0 100px;
  }

  .hero-title {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .hero-desc {
    font-size: 12px;
    margin-bottom: 16px;
    line-height: 1.55;
  }

  .hero-tag {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .hero-stat {
    padding: 11px 6px;
  }

  .hero-stat-val {
    font-size: 16px;
  }

  .hero-stat-label {
    font-size: 7px;
    letter-spacing: .04em;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .hero {
    min-height: 160px;
  }

  .hero-content {
    padding: 26px 0 96px;
  }

  .hero-title {
    font-size: 26px;
    line-height: 1.05;
    margin-bottom: 6px;
  }

  .hero-desc {
    font-size: 12px;
    margin-bottom: 14px;
    line-height: 1.5;
  }

  .hero-tag {
    font-size: 10px;
    margin-bottom: 4px;
  }

  .hero-stat {
    padding: 10px 4px;
  }

  .hero-stat-val {
    font-size: 15px;
  }

  .hero-stat-label {
    font-size: 7px;
    letter-spacing: .03em;
    margin-top: 1px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .hero {
    min-height: 140px;
  }

  .hero-content {
    padding: 22px 0 90px;
  }

  .hero-title {
    font-size: 22px;
    line-height: 1.05;
    margin-bottom: 5px;
  }

  .hero-desc {
    font-size: 11px;
    margin-bottom: 12px;
    line-height: 1.5;
  }

  .hero-tag {
    font-size: 10px;
    margin-bottom: 4px;
  }

  .hero-stat {
    padding: 8px 3px;
  }

  .hero-stat-val {
    font-size: 14px;
    white-space: nowrap;
  }

  .hero-stat-label {
    font-size: 6px;
    letter-spacing: .02em;
    margin-top: 1px;
  }
}

/* FEATURES BAR */
.features-bar {
  background: #fff;
  border-bottom: 1px solid #ddd;
  overflow-x: auto;
}

.features-bar::-webkit-scrollbar {
  height: 3px;
}

.features-bar::-webkit-scrollbar-thumb {
  background: #C9A96E;
}

.features-inner {
  display: flex;
  min-width: max-content;
}

.feat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-right: 1px solid #ddd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #1a1a1a;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: color .2s;
}

.feat-item:hover {
  color: #C9A96E;
}

.feat-item i {
  color: #C9A96E;
  font-size: 13px;
}

.feat-item:last-child {
  border-right: none;
}

/*--------------------------------------------------------------
# FEATURES BAR — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
#
# Poznámka: Features bar má overflow-x: auto + min-width: max-content,
# takže se přirozeně scrolluje. Breakpointy dolaďují pouze
# velikosti a rozestupy, ne layout.
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .feat-item {
    padding: 12px 14px;
    font-size: 10px;
    gap: 7px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .feat-item {
    padding: 11px 12px;
    font-size: 10px;
    gap: 6px;
    letter-spacing: .03em;
  }

  .feat-item i {
    font-size: 12px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .feat-item {
    padding: 10px 11px;
    font-size: 10px;
    gap: 6px;
  }

  .feat-item i {
    font-size: 12px;
  }
}

/* ── 767px – Mobilní breakpoint ──────────────────────────── */
@media (max-width: 767px) {
  .features-bar {
    /* Scrollbar vždy viditelný na dotykových zařízeních */
    -webkit-overflow-scrolling: touch;
  }

  .feat-item {
    padding: 10px 10px;
    font-size: 9px;
    gap: 5px;
    letter-spacing: .03em;
  }

  .feat-item i {
    font-size: 11px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .feat-item {
    padding: 9px 9px;
    font-size: 9px;
    gap: 5px;
    letter-spacing: .025em;
  }

  .feat-item i {
    font-size: 11px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .feat-item {
    padding: 9px 8px;
    font-size: 8px;
    gap: 4px;
    letter-spacing: .02em;
  }

  .feat-item i {
    font-size: 10px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .feat-item {
    padding: 8px 7px;
    font-size: 8px;
    gap: 4px;
    letter-spacing: .02em;
  }

  .feat-item i {
    font-size: 10px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .feat-item {
    padding: 7px 6px;
    font-size: 7px;
    gap: 3px;
    letter-spacing: .015em;
  }

  .feat-item i {
    font-size: 9px;
  }
}

/* PROMO BANNERY */
.promo-section {
  padding: 28px 0 24px;
}

.promo-dark {
  background: #222222;
  padding: 28px 24px 28px 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 168px;
}

.promo-dark .pd-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #C9A96E;
  margin-bottom: 6px;
}

.promo-dark h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 5px;
}

.promo-dark h3 span {
  color: #C9A96E;
}

.promo-dark p {
  font-size: 11px;
  color: rgba(255, 255, 255, .45);
  margin-bottom: 18px;
}

.promo-dark-deco {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  pointer-events: none;
}

.promo-gold {
  background: #C9A96E;
  padding: 28px 24px 28px 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 168px;
}

.promo-gold h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
  max-width: 260px;
}

.promo-gold-deco {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  pointer-events: none;
  opacity: .6;
}

.btn-promo {
  display: inline-block;
  background: #C9A96E;
  color: #fff;
  padding: 10px 20px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  text-decoration: none;
  transition: background .2s;
}

.btn-promo:hover {
  background: #b8935a;
  color: #fff;
}

.btn-promo-dark {
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  padding: 10px 22px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  text-decoration: none;
  transition: background .2s;
}

.btn-promo-dark:hover {
  background: #333;
  color: #fff;
}

/*--------------------------------------------------------------
# PROMO BANNERY — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {

  .promo-dark,
  .promo-gold {
    min-height: 155px;
    padding: 24px 20px 24px 24px;
  }

  .promo-dark h3 {
    font-size: 26px;
  }

  .promo-gold h3 {
    font-size: 24px;
    max-width: 220px;
  }

  .promo-dark-deco {
    width: 110px;
    right: 14px;
  }

  .promo-gold-deco {
    width: 105px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .promo-section {
    padding: 22px 0 20px;
  }

  .promo-dark,
  .promo-gold {
    min-height: 145px;
    padding: 22px 18px 22px 20px;
  }

  .promo-dark h3 {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .promo-dark p {
    font-size: 10px;
    margin-bottom: 14px;
  }

  .promo-gold h3 {
    font-size: 22px;
    margin-bottom: 14px;
    max-width: 200px;
  }

  .promo-dark .pd-label {
    font-size: 9px;
    letter-spacing: .12em;
    margin-bottom: 5px;
  }

  .promo-dark-deco {
    width: 95px;
    right: 12px;
  }

  .promo-gold-deco {
    width: 90px;
  }

  .btn-promo,
  .btn-promo-dark {
    padding: 9px 18px;
    font-size: 9px;
    letter-spacing: .10em;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {

  .promo-dark,
  .promo-gold {
    min-height: 136px;
    padding: 20px 16px 20px 18px;
  }

  .promo-dark h3 {
    font-size: 22px;
  }

  .promo-gold h3 {
    font-size: 20px;
    max-width: 180px;
    margin-bottom: 12px;
  }

  .promo-dark p {
    font-size: 10px;
    margin-bottom: 12px;
  }

  .promo-dark-deco {
    width: 80px;
    right: 10px;
  }

  .promo-gold-deco {
    width: 76px;
  }

  .btn-promo,
  .btn-promo-dark {
    padding: 8px 16px;
    font-size: 9px;
    letter-spacing: .09em;
  }
}

/* ── 767px – Mobilní breakpoint (bannery pod sebou) ──────── */
@media (max-width: 767px) {
  .promo-section {
    padding: 18px 0 16px;
  }

  /* Bannery mají v BS gridu col-md-6 — pod sebou dostanou gap */
  .promo-dark {
    margin-bottom: 12px;
  }

  .promo-dark,
  .promo-gold {
    min-height: 130px;
    padding: 22px 20px 22px 22px;
  }

  .promo-dark h3 {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .promo-dark p {
    font-size: 10px;
    margin-bottom: 14px;
  }

  .promo-dark .pd-label {
    font-size: 9px;
    margin-bottom: 5px;
  }

  .promo-gold h3 {
    font-size: 22px;
    max-width: 260px;
    margin-bottom: 14px;
  }

  /* Dekorace — více prostoru, protože banner je plná šířka */
  .promo-dark-deco {
    width: 110px;
    right: 20px;
  }

  .promo-gold-deco {
    width: 105px;
    right: 0;
  }

  .btn-promo,
  .btn-promo-dark {
    padding: 9px 20px;
    font-size: 9px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {

  .promo-dark,
  .promo-gold {
    min-height: 124px;
    padding: 20px 16px 20px 18px;
  }

  .promo-dark h3 {
    font-size: 22px;
  }

  .promo-gold h3 {
    font-size: 20px;
    max-width: 220px;
    margin-bottom: 12px;
  }

  .promo-dark p {
    font-size: 10px;
    margin-bottom: 12px;
  }

  .promo-dark-deco {
    width: 90px;
    right: 14px;
  }

  .promo-gold-deco {
    width: 86px;
  }

  .btn-promo,
  .btn-promo-dark {
    padding: 8px 16px;
    font-size: 9px;
    letter-spacing: .08em;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .promo-section {
    padding: 14px 0 12px;
  }

  .promo-dark,
  .promo-gold {
    min-height: 116px;
    padding: 18px 100px 18px 16px;
    /* Pravý padding reservuje místo pro deko */
  }

  .promo-dark h3 {
    font-size: 20px;
  }

  .promo-gold h3 {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 12px;
  }

  .promo-dark .pd-label {
    font-size: 8px;
    letter-spacing: .10em;
    margin-bottom: 4px;
  }

  .promo-dark p {
    font-size: 9px;
    margin-bottom: 10px;
  }

  .promo-dark-deco {
    width: 80px;
    right: 10px;
  }

  .promo-gold-deco {
    width: 76px;
    right: -6px;
  }

  .btn-promo,
  .btn-promo-dark {
    padding: 8px 14px;
    font-size: 8px;
    letter-spacing: .08em;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {

  .promo-dark,
  .promo-gold {
    min-height: 110px;
    padding: 16px 90px 16px 14px;
  }

  .promo-dark h3 {
    font-size: 18px;
    margin-bottom: 3px;
  }

  .promo-gold h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .promo-dark .pd-label {
    font-size: 8px;
    letter-spacing: .09em;
    margin-bottom: 3px;
  }

  .promo-dark p {
    font-size: 9px;
    margin-bottom: 8px;
  }

  .promo-dark-deco {
    width: 70px;
    right: 8px;
  }

  .promo-gold-deco {
    width: 66px;
  }

  .btn-promo,
  .btn-promo-dark {
    padding: 7px 12px;
    font-size: 8px;
    letter-spacing: .07em;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .promo-section {
    padding: 12px 0 10px;
  }

  .promo-dark,
  .promo-gold {
    min-height: 100px;
    padding: 14px 76px 14px 12px;
  }

  .promo-dark h3 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .promo-gold h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .promo-dark .pd-label {
    font-size: 7px;
    letter-spacing: .08em;
    margin-bottom: 3px;
  }

  .promo-dark p {
    font-size: 9px;
    margin-bottom: 7px;
  }

  .promo-dark-deco {
    width: 60px;
    right: 6px;
  }

  .promo-gold-deco {
    width: 56px;
  }

  .btn-promo,
  .btn-promo-dark {
    padding: 6px 10px;
    font-size: 7px;
    letter-spacing: .06em;
  }
}

/* ── Toolbar ─────────────────────────────────────────── */
.shop-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.view-btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  color: #999;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.view-btn:hover {
  border-color: #bbb;
  color: #555;
}

.view-btn.active {
  background: #f4f4f4;
  color: #222;
  border-color: #aaa;
}

/* ── Řádkové zobrazení ───────────────────────────────── */
.pgrid.list-view {
  grid-template-columns: 1fr !important;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
}

.pgrid.list-view .product-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.pgrid.list-view .pc-img {
  width: 230px;
  min-width: 230px;
  aspect-ratio: unset;
  flex-shrink: 0;
}

.pgrid.list-view .pc-img .pc-slider {
  height: 100%;
}

.pgrid.list-view .pc-img .pc-slide {
  height: 100%;
  object-fit: cover;
}

.pgrid.list-view .pc-body {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 14px 18px;
}

.pgrid.list-view .pc-name {
  flex: 1 1 100%;
  font-size: 15px;
}

.pgrid.list-view .pc-variants {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pgrid.list-view .pc-price {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 600;
}

.pgrid.list-view .pc-add-btn {
  display: none;
}

/* PRODUKT SLIDER */
.products-section {
  padding: 38px 0 32px;
}

.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.sec-label {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #aeaeae;
  margin-bottom: 10px;
}

.sec-title {
  font-family: 'Teko', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
}

.sec-title span {
  color: #aeaeae;
}

.sec-link {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #888;
  transition: color .2s;
}

.sec-link:hover {
  color: #C9A96E;
}

.slider-wrap {
  position: relative;
}

.slider-track {
  overflow: hidden;
}

.slider-grid {
  display: flex;
  gap: 14px;
  transition: transform .42s cubic-bezier(.25, .46, .45, .94);
}

.product-card {
  flex: 0 0 calc(20% - 11.2px);
  min-width: calc(20% - 11.2px);
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow .2s, transform .2s;
}

.product-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, .1);
  transform: translateY(-2px);
}

.pc-img {
  position: relative;
  height: 230px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-img img {
  object-fit: contain;
  width: 100%;
  height: 200px;
}

.pc-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-ph i {
  font-size: 44px;
  color: rgba(0, 0, 0, .12);
}

.pc-badge {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 8px;
  color: #fff;
  line-height: 1;
}

.pc-badge.bg-dark-custom {
  background: #333;
}

.pc-badge.bg-gold {
  background: #C9A96E;
}

.pc-add-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #C9A96E;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 9px;
  text-align: center;
  opacity: 0;
  transition: opacity .18s;
  cursor: pointer;
  border: none;
  font-family: 'Barlow', sans-serif;
  width: 100%;
}

.product-card:hover .pc-add-btn {
  opacity: 1;
}

.pc-body {
  padding: 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.pc-name {
  font-family: 'Teko', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.35;
  border-bottom: 1px solid #dcdddf;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.pc-name a {
  color: #222;
}

.pc-price {
  font-size: 17px;
  font-weight: 800;
  color: #C9A96E;
  padding-top: 15px;
  text-align: left;
}

.pc-price-old {
  font-size: 11px;
  color: #888;
  text-decoration: line-through;
  margin-right: 5px;
}

.sl-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  font-size: 11px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  transition: all .15s;
}

.sl-arrow:hover {
  background: #C9A96E;
  color: #fff;
  border-color: #C9A96E;
}

.sl-arrow.left {
  left: -17px;
}

.sl-arrow.right {
  right: -17px;
}

/* ALZA UX */
.pc-slider {
  position: relative;
}

.pc-slide {
  display: none;
  width: 100%;
}

.pc-slide.active {
  display: block;
}

.pc-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 5px 10px;
  z-index: 5;
  /* FIX */
  cursor: pointer;
}

.pc-arrow.left {
  left: 5px;
}

.pc-arrow.right {
  right: 5px;
}

.pc-add-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #c9a96e;
  color: #fff;
  padding: 8px 12px;
  z-index: 6;
}

.pc-variants {
  margin-top: 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.variant {
  border: 1px solid #ddd;
  padding: 4px 8px;
  font-size: 13px;
  cursor: pointer;
}

.variant.active {
  background: #c9a96e;
  color: #fff;
}

/*--------------------------------------------------------------
# SHOP TOOLBAR + PRODUKT SLIDER + KARTY — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {

  /* Slider — 4 karty místo 5 */
  .product-card {
    flex: 0 0 calc(25% - 10.5px);
    min-width: calc(25% - 10.5px);
  }

  .pc-img {
    height: 210px;
  }

  .pc-img img {
    height: 180px;
  }

  .sec-title {
    font-size: 40px;
  }

  /* List view */
  .pgrid.list-view .pc-img {
    width: 200px;
    min-width: 200px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .products-section {
    padding: 30px 0 26px;
  }

  /* Slider — 3 karty */
  .product-card {
    flex: 0 0 calc(33.333% - 9.33px);
    min-width: calc(33.333% - 9.33px);
  }

  .pc-img {
    height: 195px;
  }

  .pc-img img {
    height: 165px;
  }

  .pc-body {
    padding: 14px 16px;
  }

  .pc-name {
    font-size: 16px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .pc-price {
    font-size: 15px;
    padding-top: 10px;
  }

  .sec-title {
    font-size: 36px;
  }

  .sec-label {
    font-size: 9px;
    margin-bottom: 8px;
  }

  .slider-header {
    margin-bottom: 16px;
  }

  /* List view */
  .pgrid.list-view .pc-img {
    width: 180px;
    min-width: 180px;
  }

  .pgrid.list-view .pc-body {
    padding: 12px 14px;
  }

  .pgrid.list-view .pc-name {
    font-size: 14px;
  }

  .pgrid.list-view .pc-price {
    font-size: 14px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .products-section {
    padding: 26px 0 22px;
  }

  /* Slider — 3 karty, menší */
  .product-card {
    flex: 0 0 calc(33.333% - 9.33px);
    min-width: calc(33.333% - 9.33px);
  }

  .pc-img {
    height: 180px;
  }

  .pc-img img {
    height: 150px;
  }

  .pc-body {
    padding: 12px 14px;
  }

  .pc-name {
    font-size: 15px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .pc-price {
    font-size: 14px;
    padding-top: 8px;
  }

  .pc-badge {
    font-size: 8px;
    padding: 3px 6px;
  }

  .pc-add-btn {
    font-size: 11px;
    padding: 8px;
  }

  .sec-title {
    font-size: 32px;
  }

  .sl-arrow {
    width: 34px;
    height: 34px;
  }

  .sl-arrow.left {
    left: -14px;
  }

  .sl-arrow.right {
    right: -14px;
  }

  /* Toolbar */
  .shop-toolbar {
    margin-bottom: 12px;
  }

  .view-btn {
    width: 30px;
    height: 30px;
  }

  /* List view */
  .pgrid.list-view .pc-img {
    width: 160px;
    min-width: 160px;
  }

  .pgrid.list-view .pc-body {
    padding: 10px 12px;
  }
}

/* ── 767px – Mobilní breakpoint ──────────────────────────── */
@media (max-width: 767px) {
  .products-section {
    padding: 24px 0 20px;
  }

  /* Slider — 2 karty */
  .product-card {
    flex: 0 0 calc(50% - 7px);
    min-width: calc(50% - 7px);
  }

  .pc-img {
    height: 190px;
  }

  .pc-img img {
    height: 160px;
  }

  .pc-body {
    padding: 14px 16px;
  }

  .pc-name {
    font-size: 15px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .pc-price {
    font-size: 15px;
    padding-top: 8px;
  }

  .sec-title {
    font-size: 30px;
  }

  .sec-label {
    font-size: 9px;
    margin-bottom: 7px;
  }

  .slider-header {
    margin-bottom: 14px;
    align-items: center;
  }

  .sec-link {
    font-size: 10px;
  }

  .sl-arrow {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .sl-arrow.left {
    left: -12px;
  }

  .sl-arrow.right {
    right: -12px;
  }

  /* List view — přechod na vertikální kartu */
  .pgrid.list-view .product-card {
    flex-direction: column;
  }

  .pgrid.list-view .pc-img {
    width: 100%;
    min-width: unset;
    aspect-ratio: 4 / 3;
  }

  .pgrid.list-view .pc-img .pc-slider {
    height: 100%;
  }

  .pgrid.list-view .pc-body {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 16px;
  }

  .pgrid.list-view .pc-price {
    font-size: 15px;
  }

  /* Toolbar */
  .shop-toolbar {
    gap: 5px;
    margin-bottom: 10px;
  }

  .view-btn {
    width: 30px;
    height: 30px;
  }

  /* Varianty */
  .variant {
    font-size: 12px;
    padding: 3px 7px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {

  /* Slider — 2 karty */
  .product-card {
    flex: 0 0 calc(50% - 7px);
    min-width: calc(50% - 7px);
  }

  .pc-img {
    height: 170px;
  }

  .pc-img img {
    height: 140px;
  }

  .pc-body {
    padding: 12px 14px;
  }

  .pc-name {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .pc-price {
    font-size: 14px;
    padding-top: 7px;
  }

  .pc-add-btn {
    font-size: 10px;
    padding: 8px;
  }

  .sec-title {
    font-size: 28px;
  }

  .sl-arrow {
    width: 30px;
    height: 30px;
  }

  .sl-arrow.left {
    left: -10px;
  }

  .sl-arrow.right {
    right: -10px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .products-section {
    padding: 20px 0 16px;
  }

  /* Slider — 1,5 karty (nahlédnutí na druhou) */
  .product-card {
    flex: 0 0 calc(66.666% - 5px);
    min-width: calc(66.666% - 5px);
  }

  .pc-img {
    height: 180px;
  }

  .pc-img img {
    height: 150px;
  }

  .pc-body {
    padding: 12px 14px;
  }

  .pc-name {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .pc-price {
    font-size: 14px;
    padding-top: 7px;
  }

  .sec-title {
    font-size: 26px;
  }

  .slider-header {
    margin-bottom: 12px;
  }

  .sl-arrow {
    display: none;
    /* Na mobilu šipky schovat — swipe stačí */
  }

  .shop-toolbar {
    margin-bottom: 10px;
  }

  .view-btn {
    width: 28px;
    height: 28px;
  }

  .variant {
    font-size: 11px;
    padding: 3px 6px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .products-section {
    padding: 18px 0 14px;
  }

  .product-card {
    flex: 0 0 calc(72% - 5px);
    min-width: calc(72% - 5px);
  }

  .pc-img {
    height: 165px;
  }

  .pc-img img {
    height: 135px;
  }

  .pc-body {
    padding: 10px 12px;
  }

  .pc-name {
    font-size: 13px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .pc-price {
    font-size: 13px;
    padding-top: 6px;
  }

  .pc-price-old {
    font-size: 10px;
  }

  .pc-badge {
    font-size: 7px;
    padding: 3px 5px;
  }

  .sec-title {
    font-size: 24px;
  }

  .sec-label {
    font-size: 8px;
    margin-bottom: 6px;
  }

  .sec-link {
    font-size: 9px;
  }

  .slider-header {
    margin-bottom: 10px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .products-section {
    padding: 14px 0 12px;
  }

  /* 1 karta přes celou šířku */
  .product-card {
    flex: 0 0 calc(85% - 5px);
    min-width: calc(85% - 5px);
  }

  .pc-img {
    height: 155px;
  }

  .pc-img img {
    height: 125px;
  }

  .pc-body {
    padding: 10px 12px;
  }

  .pc-name {
    font-size: 13px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .pc-price {
    font-size: 13px;
    padding-top: 5px;
  }

  .pc-price-old {
    font-size: 10px;
  }

  .pc-badge {
    font-size: 7px;
    padding: 2px 4px;
  }

  .pc-add-btn {
    font-size: 9px;
    padding: 7px;
  }

  .sec-title {
    font-size: 22px;
  }

  .sec-label {
    font-size: 8px;
    margin-bottom: 5px;
  }

  .shop-toolbar {
    gap: 4px;
    margin-bottom: 8px;
  }

  .view-btn {
    width: 26px;
    height: 26px;
  }

  .variant {
    font-size: 11px;
    padding: 2px 5px;
  }
}

/* GALERIE */
.gallery-orders {
  background: #f4f4f4;
  padding: 36px 0 38px;
}

.gallery-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 12px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.gallery-cell {
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  transition: opacity .18s;
}

.gallery-cell:hover {
  opacity: .88;
}

.gallery-cell .gc-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-cell .gc-inner i {
  font-size: 34px;
  color: rgba(0, 0, 0, .18);
}

.gc1 {
  background: linear-gradient(135deg, #b8b0a0 0%, #7a706a 100%);
}

.gc2 {
  background: linear-gradient(135deg, #c8bea8 0%, #907060 100%);
}

.gc3 {
  background: linear-gradient(135deg, #606868 0%, #303838 100%);
}

.orders-panel {
  background: #fff;
  border: 1px solid #ddd;
}

.orders-tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.otab {
  flex: 1;
  padding: 11px 14px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  color: #888;
  border: none;
  background: #fff;
  font-family: 'Barlow', sans-serif;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color .15s;
}

.otab.active {
  color: #1a1a1a;
  border-bottom-color: #C9A96E;
  background: #fdf9f3;
}

.order-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-bottom: 1px solid #ddd;
}

.order-row:last-child {
  border-bottom: none;
}

.order-thumb {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.order-thumb i {
  font-size: 16px;
  color: rgba(0, 0, 0, .18);
}

.order-num {
  font-size: 10px;
  color: #888;
  font-weight: 700;
  min-width: 54px;
}

.order-name {
  flex: 1;
  font-size: 11px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
}

.order-price {
  font-size: 11px;
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
}

.order-chevron {
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 9px;
  color: #888;
  flex-shrink: 0;
  transition: all .14s;
}

.order-chevron:hover {
  background: #C9A96E;
  color: #fff;
  border-color: #C9A96E;
}

/*--------------------------------------------------------------
# GALERIE + OBJEDNÁVKY — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .gallery-orders {
    padding: 30px 0 32px;
  }

  .gallery-grid {
    gap: 5px;
  }

  .otab {
    font-size: 10px;
    padding: 10px 12px;
  }

  .order-num {
    min-width: 48px;
    font-size: 9px;
  }

  .order-name {
    font-size: 10px;
  }

  .order-price {
    font-size: 10px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .gallery-orders {
    padding: 26px 0 28px;
  }

  .gallery-grid {
    gap: 4px;
  }

  .gallery-cell .gc-inner i {
    font-size: 28px;
  }

  .gallery-label {
    font-size: 9px;
    margin-bottom: 10px;
  }

  .orders-panel {
    margin-top: 0;
    /* Řeší Bootstrap gap při stohování */
  }

  .otab {
    font-size: 10px;
    padding: 10px 10px;
    letter-spacing: .05em;
  }

  .order-row {
    padding: 10px 12px;
    gap: 8px;
  }

  .order-thumb {
    width: 34px;
    height: 34px;
  }

  .order-thumb i {
    font-size: 14px;
  }

  .order-num {
    font-size: 9px;
    min-width: 44px;
  }

  .order-name {
    font-size: 11px;
  }

  .order-price {
    font-size: 11px;
  }

  .order-chevron {
    width: 22px;
    height: 22px;
    font-size: 8px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .gallery-orders {
    padding: 22px 0 24px;
  }

  .gallery-grid {
    gap: 4px;
  }

  .gallery-cell .gc-inner i {
    font-size: 26px;
  }

  .otab {
    padding: 9px 8px;
    font-size: 9px;
    letter-spacing: .04em;
  }

  .order-row {
    padding: 9px 10px;
    gap: 7px;
  }

  .order-thumb {
    width: 32px;
    height: 32px;
  }

  .order-thumb i {
    font-size: 13px;
  }

  .order-num {
    font-size: 9px;
    min-width: 40px;
  }

  .order-name {
    font-size: 10px;
  }

  .order-price {
    font-size: 10px;
  }

  .order-chevron {
    width: 20px;
    height: 20px;
    font-size: 8px;
  }
}

/* ── 767px – Mobilní breakpoint (galerie + panel pod sebou) ── */
@media (max-width: 767px) {
  .gallery-orders {
    padding: 20px 0 22px;
  }

  /* Galerie na plnou šířku + větší gap pro lepší dotek */
  .gallery-grid {
    gap: 5px;
    margin-bottom: 16px;
  }

  .gallery-cell .gc-inner i {
    font-size: 32px;
  }

  /* Panel objednávek — plná šířka pod galerií */
  .orders-panel {
    width: 100%;
  }

  .orders-tabs {
    /* Taby přes celou šířku */
    width: 100%;
  }

  .otab {
    font-size: 10px;
    padding: 11px 8px;
    letter-spacing: .04em;
  }

  .order-row {
    padding: 10px 12px;
    gap: 8px;
  }

  .order-thumb {
    width: 36px;
    height: 36px;
  }

  .order-thumb i {
    font-size: 14px;
  }

  .order-num {
    font-size: 9px;
    min-width: 46px;
  }

  .order-name {
    font-size: 11px;
  }

  .order-price {
    font-size: 11px;
  }

  .order-chevron {
    width: 22px;
    height: 22px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .gallery-orders {
    padding: 18px 0 20px;
  }

  .gallery-grid {
    gap: 4px;
  }

  .gallery-cell .gc-inner i {
    font-size: 28px;
  }

  .gallery-label {
    font-size: 9px;
    margin-bottom: 8px;
    letter-spacing: .08em;
  }

  .otab {
    font-size: 9px;
    padding: 10px 7px;
  }

  .order-row {
    padding: 9px 10px;
    gap: 7px;
  }

  .order-thumb {
    width: 32px;
    height: 32px;
  }

  .order-num {
    min-width: 40px;
    font-size: 9px;
  }

  .order-name {
    font-size: 10px;
  }

  .order-price {
    font-size: 10px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .gallery-orders {
    padding: 16px 0 18px;
  }

  /* Galerie 2 sloupce — buňky jsou na 3 sloupcích moc malé */
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }

  /* Třetí buňka přes celou šířku */
  .gallery-cell:nth-child(3) {
    grid-column: 1 / -1;
    aspect-ratio: 2 / 1;
  }

  .gallery-cell .gc-inner i {
    font-size: 30px;
  }

  .gallery-label {
    font-size: 8px;
    margin-bottom: 8px;
  }

  .otab {
    font-size: 9px;
    padding: 9px 6px;
    letter-spacing: .03em;
  }

  .order-row {
    padding: 9px 10px;
    gap: 6px;
  }

  .order-thumb {
    width: 30px;
    height: 30px;
  }

  .order-thumb i {
    font-size: 12px;
  }

  /* Číslo objednávky schovat na malých — šetří místo */
  .order-num {
    display: none;
  }

  .order-name {
    font-size: 10px;
  }

  .order-price {
    font-size: 10px;
  }

  .order-chevron {
    width: 20px;
    height: 20px;
    font-size: 8px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .gallery-orders {
    padding: 14px 0 16px;
  }

  .gallery-grid {
    gap: 3px;
  }

  .gallery-cell .gc-inner i {
    font-size: 26px;
  }

  .gallery-label {
    font-size: 8px;
    margin-bottom: 6px;
  }

  .otab {
    font-size: 8px;
    padding: 8px 5px;
  }

  .order-row {
    padding: 8px 9px;
    gap: 6px;
  }

  .order-thumb {
    width: 28px;
    height: 28px;
  }

  .order-thumb i {
    font-size: 11px;
  }

  .order-name {
    font-size: 10px;
    line-height: 1.25;
  }

  .order-price {
    font-size: 10px;
  }

  .order-chevron {
    width: 20px;
    height: 20px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .gallery-orders {
    padding: 12px 0 14px;
  }

  .gallery-grid {
    gap: 3px;
  }

  .gallery-cell .gc-inner i {
    font-size: 22px;
  }

  .gallery-label {
    font-size: 7px;
    margin-bottom: 6px;
    letter-spacing: .07em;
  }

  .otab {
    font-size: 8px;
    padding: 8px 4px;
    letter-spacing: .02em;
  }

  .order-row {
    padding: 7px 8px;
    gap: 5px;
  }

  .order-thumb {
    width: 26px;
    height: 26px;
  }

  .order-thumb i {
    font-size: 10px;
  }

  .order-name {
    font-size: 9px;
  }

  .order-price {
    font-size: 9px;
  }

  .order-chevron {
    width: 18px;
    height: 18px;
    font-size: 7px;
  }
}

/* SEKCE KVALITY */
.quality-section {
  padding: 56px 0 52px;
}

.quality-img-wrap {
  position: relative;
}

.quality-photo img {
  width: auto;
  height: 290px;
  object-fit: contain;
}

.quality-since {
  position: absolute;
  top: -14px;
  left: 18px;
  background: #C9A96E;
  color: #fff;
  padding: 7px 16px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.quality-text {
  padding-left: 16px;
}

.quality-text h2 {
  font-family: 'Teko', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
}

.quality-text h2 span {
  color: #dbbd7f;
}

.quality-text p {
  font-size: 15px;
  color: #111827;
  line-height: 1.72;
  margin-bottom: 14px;
}

/*--------------------------------------------------------------
# SEKCE KVALITY — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .quality-section {
    padding: 48px 0 44px;
  }

  .quality-photo img {
    height: 260px;
  }

  .quality-text h2 {
    font-size: 38px;
  }

  .quality-text p {
    font-size: 14px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .quality-section {
    padding: 40px 0 36px;
  }

  .quality-img-wrap {
    text-align: center;
    margin-bottom: 36px;
  }

  .quality-photo img {
    height: 240px;
  }

  .quality-since {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .quality-text {
    padding-left: 0;
    text-align: center;
  }

  .quality-text h2 {
    font-size: 36px;
  }

  .quality-text p {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .quality-section {
    padding: 36px 0 32px;
  }

  .quality-photo img {
    height: 220px;
  }

  .quality-since {
    font-size: 9px;
    padding: 6px 13px;
    top: -12px;
  }

  .quality-text h2 {
    font-size: 32px;
  }

  .quality-text p {
    font-size: 13px;
    line-height: 1.65;
  }
}

/* ── 767px – Mobilní breakpoint ──────────────────────────── */
@media (max-width: 767px) {
  .quality-section {
    padding: 32px 0 28px;
  }

  .quality-img-wrap {
    margin-bottom: 28px;
  }

  .quality-photo img {
    height: 200px;
  }

  .quality-since {
    font-size: 9px;
    padding: 5px 12px;
    left: 50%;
    transform: translateX(-50%);
    top: -11px;
  }

  .quality-text {
    padding-left: 0;
    text-align: center;
  }

  .quality-text h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .quality-text p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .quality-section {
    padding: 28px 0 24px;
  }

  .quality-photo img {
    height: 180px;
  }

  .quality-since {
    font-size: 8px;
    padding: 5px 10px;
    letter-spacing: .08em;
  }

  .quality-text h2 {
    font-size: 28px;
  }

  .quality-text p {
    font-size: 13px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .quality-section {
    padding: 24px 0 20px;
  }

  .quality-img-wrap {
    margin-bottom: 22px;
  }

  .quality-photo img {
    height: 160px;
  }

  .quality-since {
    font-size: 8px;
    padding: 4px 9px;
    top: -10px;
    letter-spacing: .07em;
  }

  .quality-text h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .quality-text p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .quality-section {
    padding: 20px 0 18px;
  }

  .quality-photo img {
    height: 145px;
  }

  .quality-since {
    font-size: 7px;
    padding: 4px 8px;
    top: -9px;
    letter-spacing: .06em;
  }

  .quality-text h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .quality-text p {
    font-size: 12px;
    line-height: 1.55;
    margin-bottom: 8px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .quality-section {
    padding: 16px 0 14px;
  }

  .quality-img-wrap {
    margin-bottom: 18px;
  }

  .quality-photo img {
    height: 130px;
  }

  .quality-since {
    font-size: 7px;
    padding: 3px 7px;
    top: -8px;
    letter-spacing: .05em;
  }

  .quality-text h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .quality-text p {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 7px;
  }
}

/* INFO BLOKY */
.info-blocks {
  background: #FFF;
  padding: 40px 0;
}

.info-block h5 {
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 8px;
}

.info-block p {
  font-size: 14px;
  color: #0d0d0d;
  line-height: 1.6;
  margin-bottom: 14px;
}

.btn-info {
  background: #C9A96E;
  color: #fff;
  border: none;
  padding: 15px 35px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Readex Pro', sans-serif;
  text-decoration: none;
  transition: background .2s;
  display: inline-block;
}

.btn-info:hover {
  background: #b8935a;
  color: #fff;
}

.info-block {
  padding: 0 50px;
}

@media (min-width: 992px) {
  .info-blocks .col-lg-4 {
    position: relative;
  }

  .info-blocks .col-lg-4:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #d4cfc5;
  }
}

/*--------------------------------------------------------------
# QUALITY SECTION + INFO BLOCKS — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .quality-section {
    padding: 48px 0 44px;
  }

  .quality-photo img {
    height: 260px;
  }

  .quality-text h2 {
    font-size: 38px;
  }

  .quality-text p {
    font-size: 14px;
  }

  .info-block {
    padding: 0 36px;
  }

  .info-block h5 {
    font-size: 16px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .quality-section {
    padding: 40px 0 36px;
  }

  /* Obrázek na celou šířku, zarovnání na střed */
  .quality-img-wrap {
    text-align: center;
    margin-bottom: 36px;
  }

  .quality-photo img {
    height: 240px;
  }

  .quality-since {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .quality-text {
    padding-left: 0;
    text-align: center;
  }

  .quality-text h2 {
    font-size: 36px;
  }

  .quality-text p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  /* Info bloky — oddělovač zůstává, jen menší padding */
  .info-block {
    padding: 0 24px;
  }

  .info-block h5 {
    font-size: 15px;
  }

  .info-block p {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .btn-info {
    padding: 13px 28px;
    font-size: 11px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .quality-section {
    padding: 36px 0 32px;
  }

  .quality-photo img {
    height: 220px;
  }

  .quality-since {
    font-size: 9px;
    padding: 6px 13px;
    top: -12px;
  }

  .quality-text h2 {
    font-size: 32px;
  }

  .quality-text p {
    font-size: 13px;
    line-height: 1.65;
  }

  /* Info bloky začínají skládat do 1 sloupce */
  .info-block {
    padding: 0 16px;
  }

  .info-block h5 {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .info-block p {
    font-size: 13px;
  }

  /* Oddělovač deaktivovat pro překrývající se layout */
  .info-blocks .col-lg-4::after {
    display: none;
  }

  .info-blocks {
    padding: 32px 0;
  }
}

/* ── 767px – Mobilní breakpoint (1 sloupec) ──────────────── */
@media (max-width: 767px) {
  .quality-section {
    padding: 32px 0 28px;
  }

  .quality-img-wrap {
    margin-bottom: 28px;
  }

  .quality-photo img {
    height: 200px;
  }

  .quality-since {
    font-size: 9px;
    padding: 5px 12px;
    left: 50%;
    transform: translateX(-50%);
    top: -11px;
  }

  .quality-text {
    padding-left: 0;
    text-align: center;
  }

  .quality-text h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .quality-text p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  /* Info bloky — plná šířka, jednotlivé bloky odděleny border-bottom */
  .info-blocks {
    padding: 24px 0;
  }

  .info-block {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #d4cfc5;
  }

  .info-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .info-block:first-child {
    padding-top: 0;
  }

  .info-block h5 {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .info-block p {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 12px;
  }

  .btn-info {
    padding: 12px 26px;
    font-size: 11px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .quality-section {
    padding: 28px 0 24px;
  }

  .quality-photo img {
    height: 180px;
  }

  .quality-since {
    font-size: 8px;
    padding: 5px 10px;
    letter-spacing: .08em;
  }

  .quality-text h2 {
    font-size: 28px;
  }

  .quality-text p {
    font-size: 13px;
  }

  .info-blocks {
    padding: 20px 0;
  }

  .info-block {
    padding: 16px 0;
  }

  .info-block h5 {
    font-size: 13px;
  }

  .info-block p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .btn-info {
    padding: 11px 22px;
    font-size: 11px;
    border-radius: 4px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .quality-section {
    padding: 24px 0 20px;
  }

  .quality-img-wrap {
    margin-bottom: 22px;
  }

  .quality-photo img {
    height: 160px;
  }

  .quality-since {
    font-size: 8px;
    padding: 4px 9px;
    top: -10px;
    letter-spacing: .07em;
  }

  .quality-text h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .quality-text p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .info-blocks {
    padding: 16px 0;
  }

  .info-block {
    padding: 14px 0;
  }

  .info-block h5 {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .info-block p {
    font-size: 12px;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .btn-info {
    padding: 10px 20px;
    font-size: 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .quality-section {
    padding: 20px 0 18px;
  }

  .quality-photo img {
    height: 145px;
  }

  .quality-since {
    font-size: 7px;
    padding: 4px 8px;
    top: -9px;
    letter-spacing: .06em;
  }

  .quality-text h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .quality-text p {
    font-size: 12px;
    line-height: 1.55;
    margin-bottom: 8px;
  }

  .info-blocks {
    padding: 14px 0;
  }

  .info-block {
    padding: 12px 0;
  }

  .info-block h5 {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .info-block p {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .btn-info {
    padding: 9px 18px;
    font-size: 10px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .quality-section {
    padding: 16px 0 14px;
  }

  .quality-img-wrap {
    margin-bottom: 18px;
  }

  .quality-photo img {
    height: 130px;
  }

  .quality-since {
    font-size: 7px;
    padding: 3px 7px;
    top: -8px;
    letter-spacing: .05em;
  }

  .quality-text h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .quality-text p {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 7px;
  }

  .info-blocks {
    padding: 12px 0;
  }

  .info-block {
    padding: 10px 0;
  }

  .info-block h5 {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .info-block p {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .btn-info {
    padding: 9px 16px;
    font-size: 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.main-footer {
  background: #0d0d0d;
  color: rgba(255, 255, 255, .7);
  padding: 52px 0 0;
}

.footer-brand h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer-brand p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.footer-brand a {
  color: #dbbd7f;
  text-decoration: none;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 30px;
}

.footer-contact-item .ico {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-contact-item .ico i {
  color: #ffffff;
  font-size: 17px;
}

.footer-contact-item .txt p {
  margin: 0;
  font-size: 14px;
}

.footer-contact-item .txt strong {
  color: #fff;
  font-size: 16px;
}

.footer-col h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
  font-size: 15px;
  transition: color .2s;
}

.footer-col ul li a:hover,
.footer-col ul li a.accent {
  color: #dbbd7f;
}

.footer-payment {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.payment-logos {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pay-logo {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, .6);
  letter-spacing: .06em;
  display: flex;
  align-items: center;
  gap: 4px;
}

.pay-logo i {
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom p {
  font-size: 11px;
  margin: 0;
  color: rgba(255, 255, 255, .35);
}

.footer-bottom a {
  color: #dbbd7f;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# FOOTER — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .main-footer {
    padding: 44px 0 0;
  }

  .footer-brand p {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .footer-col h5 {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .footer-col ul li a {
    font-size: 14px;
  }

  .footer-contact-item .ico {
    width: 44px;
    height: 44px;
  }

  .footer-contact-item .txt strong {
    font-size: 15px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .main-footer {
    padding: 40px 0 0;
  }

  .footer-brand {
    margin-bottom: 32px;
  }

  .footer-brand h4 {
    font-size: 17px;
  }

  .footer-brand p {
    margin-bottom: 20px;
  }

  .footer-col {
    margin-bottom: 28px;
  }

  .footer-col h5 {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .footer-contact-item {
    margin-bottom: 20px;
  }

  .footer-payment {
    margin-top: 32px;
    padding: 24px 0;
    gap: 12px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px 0;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .main-footer {
    padding: 36px 0 0;
  }

  .footer-brand h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer-brand p {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .footer-col h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer-col ul li {
    margin-bottom: 7px;
  }

  .footer-col ul li a {
    font-size: 13px;
  }

  .footer-contact-item .ico {
    width: 42px;
    height: 42px;
  }

  .footer-contact-item .ico i {
    font-size: 15px;
  }

  .footer-contact-item .txt p {
    font-size: 13px;
  }

  .footer-contact-item .txt strong {
    font-size: 14px;
  }

  .footer-payment {
    padding: 20px 0;
    gap: 10px;
  }

  .payment-logos {
    gap: 6px;
  }

  .pay-logo {
    padding: 4px 8px;
    font-size: 9px;
  }

  .pay-logo i {
    font-size: 13px;
  }

  .footer-bottom p {
    font-size: 10px;
  }
}

/* ── 767px – Mobilní breakpoint (přechod na 1 sloupec) ────── */
@media (max-width: 767px) {
  .main-footer {
    padding: 32px 0 0;
  }

  .footer-brand {
    margin-bottom: 24px;
    text-align: center;
  }

  .footer-brand h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .footer-brand p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* Kontaktní položky vycentrovat */
  .footer-contact-item {
    justify-content: center;
    margin-bottom: 16px;
    text-align: left;
  }

  .footer-col {
    text-align: center;
    margin-bottom: 24px;
  }

  .footer-col h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .footer-col ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 16px;
  }

  .footer-col ul li {
    margin-bottom: 0;
  }

  .footer-payment {
    margin-top: 24px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    gap: 12px;
  }

  .payment-logos {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 14px 0;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .main-footer {
    padding: 28px 0 0;
  }

  .footer-brand h4 {
    font-size: 16px;
  }

  .footer-brand p {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 18px;
  }

  .footer-contact-item .ico {
    width: 40px;
    height: 40px;
  }

  .footer-contact-item .ico i {
    font-size: 14px;
  }

  .footer-contact-item .txt p {
    font-size: 12px;
  }

  .footer-contact-item .txt strong {
    font-size: 14px;
  }

  .footer-col h5 {
    font-size: 14px;
  }

  .footer-col ul li a {
    font-size: 13px;
  }

  .payment-logos {
    gap: 5px;
  }

  .pay-logo {
    padding: 4px 7px;
    font-size: 9px;
    border-radius: 2px;
  }

  .footer-bottom p {
    font-size: 10px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .main-footer {
    padding: 24px 0 0;
  }

  .footer-brand h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .footer-brand p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .footer-contact-item {
    gap: 10px;
    margin-bottom: 14px;
  }

  .footer-contact-item .ico {
    width: 38px;
    height: 38px;
  }

  .footer-contact-item .ico i {
    font-size: 14px;
  }

  .footer-contact-item .txt p {
    font-size: 12px;
  }

  .footer-contact-item .txt strong {
    font-size: 13px;
  }

  .footer-col h5 {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .footer-col ul {
    gap: 5px 12px;
  }

  .footer-col ul li a {
    font-size: 12px;
  }

  .footer-payment {
    margin-top: 20px;
    padding: 16px 0;
    gap: 10px;
  }

  .payment-logos {
    gap: 4px;
  }

  .pay-logo {
    padding: 3px 6px;
    font-size: 8px;
  }

  .pay-logo i {
    font-size: 12px;
  }

  .footer-bottom {
    padding: 12px 0;
    gap: 5px;
  }

  .footer-bottom p {
    font-size: 10px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .main-footer {
    padding: 20px 0 0;
  }

  .footer-brand h4 {
    font-size: 14px;
    letter-spacing: .02em;
  }

  .footer-brand p {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .footer-contact-item {
    gap: 8px;
    margin-bottom: 12px;
  }

  .footer-contact-item .ico {
    width: 36px;
    height: 36px;
    border-radius: 4px;
  }

  .footer-contact-item .ico i {
    font-size: 13px;
  }

  .footer-contact-item .txt p {
    font-size: 11px;
  }

  .footer-contact-item .txt strong {
    font-size: 12px;
  }

  .footer-col h5 {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .footer-col ul {
    gap: 4px 10px;
  }

  .footer-col ul li a {
    font-size: 11px;
  }

  .footer-payment {
    padding: 14px 0;
    margin-top: 16px;
    gap: 8px;
  }

  .payment-logos {
    gap: 3px;
  }

  .pay-logo {
    padding: 3px 5px;
    font-size: 7px;
  }

  .pay-logo i {
    font-size: 11px;
  }

  .footer-bottom {
    padding: 10px 0;
    gap: 4px;
  }

  .footer-bottom p {
    font-size: 9px;
    line-height: 1.5;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .main-footer {
    padding: 16px 0 0;
  }

  .footer-brand h4 {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .footer-brand p {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .footer-contact-item {
    gap: 7px;
    margin-bottom: 10px;
  }

  .footer-contact-item .ico {
    width: 32px;
    height: 32px;
    border-radius: 3px;
  }

  .footer-contact-item .ico i {
    font-size: 12px;
  }

  .footer-contact-item .txt p {
    font-size: 11px;
  }

  .footer-contact-item .txt strong {
    font-size: 11px;
  }

  .footer-col h5 {
    font-size: 11px;
    margin-bottom: 7px;
    letter-spacing: .03em;
  }

  .footer-col ul {
    gap: 4px 8px;
  }

  .footer-col ul li a {
    font-size: 11px;
  }

  .footer-payment {
    padding: 12px 0;
    margin-top: 14px;
    gap: 7px;
  }

  .payment-logos {
    gap: 3px;
  }

  .pay-logo {
    padding: 2px 4px;
    font-size: 7px;
    gap: 2px;
  }

  .pay-logo i {
    font-size: 10px;
  }

  .footer-bottom {
    padding: 8px 0;
    gap: 4px;
  }

  .footer-bottom p {
    font-size: 9px;
    line-height: 1.45;
  }
}

/* ══════════════════════════════
   TOAST
══════════════════════════════ */
.toast-msg {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #1a1a1a;
  color: #fff;
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateY(60px);
  opacity: 0;
  transition: all .3s;
  z-index: 2000;
  pointer-events: none;
}

.toast-msg.show {
  transform: translateY(0);
  opacity: 1;
}

.toast-msg i {
  color: #C9A96E;
}

/* ══════════════════════════════
   CART DRAWER – položky
══════════════════════════════ */

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.cart-overlay.open {
  display: block;
}

.cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
}

.cart-drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 380px;
  max-width: 100vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.25, .46, .45, .94);
  box-shadow: -4px 0 32px rgba(0, 0, 0, .18);
  z-index: 1;
}

.cart-overlay.open .cart-drawer {
  transform: translateX(0);
}

/* ── Hlavička ── */
.cart-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 16px;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}

.cart-drawer-head h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0;
  color: #1a1a1a;
}

.cart-drawer-close {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  color: #666;
  transition: all .15s;
}

.cart-drawer-close:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

/* ── Scrollovatelný obsah ── */
.cart-drawer-items {
  flex: 1;
  overflow-y: auto;
  padding: 0;
}

.cart-empty {
  padding: 32px 20px;
  text-align: center;
  color: #888;
  font-size: 14px;
}

.cart-loading {
  padding: 32px 20px;
  text-align: center;
  color: #C9A96E;
  font-size: 20px;
}

/* ── Jedna položka košíku ── */
.cdi {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.cdi:last-child {
  border-bottom: none;
}

/* ── Obrázek produktu ── */
.cdi-img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #eee;
}

/* ── Textové info ── */
.cdi-info {
  flex: 1;
  min-width: 0;
}

.cdi-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cdi-meta {
  font-size: 12px;
  color: #888;
  margin-bottom: 2px;
}

.cdi-total {
  font-size: 13px;
  font-weight: 800;
  color: #C9A96E;
}

/* ── Tlačítko odebrat ── */
.cdi-remove {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #e63535;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .14s;
  flex-shrink: 0;
}

.cdi-remove:hover {
  background: #c82020;
}

/* ── Patička draweru ── */
.cart-drawer-foot {
  border-top: 1px solid #eee;
  padding: 16px 20px;
  flex-shrink: 0;
  background: #fff;
}

.cdf-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.cdf-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #888;
}

.cdf-val {
  font-size: 16px;
  font-weight: 800;
  color: #1a1a1a;
}

.cdf-btns {
  display: flex;
  gap: 8px;
}

.btn-view-cart {
  flex: 1;
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all .15s;
}

.btn-view-cart:hover {
  border-color: #1a1a1a;
  color: #1a1a1a;
}

.btn-checkout-drawer {
  flex: 1;
  background: #C9A96E;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s;
}

.btn-checkout-drawer:hover {
  background: #b8935a;
  color: #fff;
}

/*--------------------------------------------------------------
# CART DRAWER — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
#
# Poznámka: Drawer je fixed overlay — na desktopu 380px.
# Na mobilu se rozroste přes max-width: 100vw (již v base CSS),
# breakpointy dolaďují vnitřní rozměry a rozložení.
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .cart-drawer {
    width: 360px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .cart-drawer {
    width: 340px;
  }

  .cart-drawer-head {
    padding: 16px 18px 14px;
  }

  .cart-drawer-head h3 {
    font-size: 18px;
  }

  .cdi {
    padding: 12px 18px;
    gap: 10px;
  }

  .cdi-img {
    width: 56px;
    height: 56px;
  }

  .cdi-name {
    font-size: 12px;
  }

  .cdi-meta {
    font-size: 11px;
  }

  .cdi-total {
    font-size: 12px;
  }

  .cdi-remove {
    top: 8px;
    right: 12px;
    width: 18px;
    height: 18px;
    font-size: 8px;
  }

  .cart-drawer-foot {
    padding: 14px 18px;
  }

  .cdf-val {
    font-size: 15px;
  }

  .btn-view-cart,
  .btn-checkout-drawer {
    padding: 11px;
    font-size: 10px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .cart-drawer {
    width: 320px;
  }

  .cart-drawer-head {
    padding: 14px 16px 12px;
  }

  .cart-drawer-head h3 {
    font-size: 17px;
    letter-spacing: .05em;
  }

  .cart-drawer-close {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .cdi {
    padding: 11px 16px;
    gap: 9px;
  }

  .cdi-img {
    width: 52px;
    height: 52px;
  }

  .cdi-name {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .cdi-meta {
    font-size: 11px;
  }

  .cdi-total {
    font-size: 12px;
  }

  .cdi-remove {
    right: 10px;
    width: 18px;
    height: 18px;
  }

  .cart-drawer-foot {
    padding: 12px 16px;
  }

  .cdf-label {
    font-size: 10px;
  }

  .cdf-val {
    font-size: 14px;
  }

  .cdf-btns {
    gap: 6px;
  }

  .btn-view-cart,
  .btn-checkout-drawer {
    padding: 10px;
    font-size: 10px;
    letter-spacing: .08em;
  }
}

/* ── 767px – Mobilní breakpoint (drawer přes celou šířku) ─── */
@media (max-width: 767px) {

  /* Drawer přes téměř celou šířku — base CSS má max-width: 100vw,
     ale pevná šířka by zůstala 380px. Explicitně ji zvětšíme. */
  .cart-drawer {
    width: 100vw;
  }

  .cart-drawer-head {
    padding: 14px 16px 12px;
  }

  .cart-drawer-head h3 {
    font-size: 18px;
  }

  .cart-drawer-close {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .cdi {
    padding: 12px 16px;
    gap: 10px;
  }

  .cdi-img {
    width: 58px;
    height: 58px;
  }

  .cdi-name {
    font-size: 13px;
  }

  .cdi-meta {
    font-size: 12px;
  }

  .cdi-total {
    font-size: 13px;
  }

  .cdi-remove {
    top: 10px;
    right: 12px;
    width: 20px;
    height: 20px;
    font-size: 9px;
  }

  .cart-empty,
  .cart-loading {
    padding: 28px 16px;
    font-size: 13px;
  }

  .cart-drawer-foot {
    padding: 14px 16px;
  }

  .cdf-row {
    margin-bottom: 12px;
  }

  .cdf-label {
    font-size: 11px;
  }

  .cdf-val {
    font-size: 15px;
  }

  .cdf-btns {
    gap: 8px;
  }

  .btn-view-cart,
  .btn-checkout-drawer {
    padding: 13px 12px;
    font-size: 11px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .cart-drawer-head {
    padding: 13px 15px 11px;
  }

  .cart-drawer-head h3 {
    font-size: 17px;
  }

  .cdi {
    padding: 11px 14px;
    gap: 9px;
  }

  .cdi-img {
    width: 54px;
    height: 54px;
  }

  .cdi-name {
    font-size: 12px;
  }

  .cdi-meta {
    font-size: 11px;
  }

  .cart-drawer-foot {
    padding: 12px 14px;
  }

  .btn-view-cart,
  .btn-checkout-drawer {
    padding: 12px 10px;
    font-size: 10px;
    letter-spacing: .09em;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .cart-drawer-head {
    padding: 12px 14px 10px;
  }

  .cart-drawer-head h3 {
    font-size: 16px;
    letter-spacing: .05em;
  }

  .cart-drawer-close {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .cdi {
    padding: 10px 14px;
    gap: 8px;
  }

  .cdi-img {
    width: 50px;
    height: 50px;
  }

  .cdi-name {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .cdi-meta {
    font-size: 11px;
  }

  .cdi-total {
    font-size: 12px;
  }

  .cdi-remove {
    top: 8px;
    right: 10px;
    width: 18px;
    height: 18px;
    font-size: 8px;
  }

  .cart-empty,
  .cart-loading {
    padding: 24px 14px;
    font-size: 13px;
  }

  .cart-drawer-foot {
    padding: 12px 14px;
  }

  .cdf-label {
    font-size: 10px;
    letter-spacing: .06em;
  }

  .cdf-val {
    font-size: 14px;
  }

  .cdf-btns {
    gap: 6px;
  }

  .btn-view-cart,
  .btn-checkout-drawer {
    padding: 11px 8px;
    font-size: 10px;
    letter-spacing: .08em;
    gap: 4px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .cart-drawer-head {
    padding: 11px 13px 10px;
  }

  .cart-drawer-head h3 {
    font-size: 15px;
  }

  .cart-drawer-close {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }

  .cdi {
    padding: 10px 13px;
    gap: 8px;
  }

  .cdi-img {
    width: 46px;
    height: 46px;
  }

  .cdi-name {
    font-size: 12px;
  }

  .cdi-meta {
    font-size: 11px;
  }

  .cdi-total {
    font-size: 12px;
  }

  .cdi-remove {
    top: 7px;
    right: 9px;
    width: 17px;
    height: 17px;
    font-size: 7px;
  }

  .cart-drawer-foot {
    padding: 11px 13px;
  }

  .cdf-row {
    margin-bottom: 10px;
  }

  .cdf-val {
    font-size: 14px;
  }

  .btn-view-cart,
  .btn-checkout-drawer {
    padding: 10px 7px;
    font-size: 10px;
    letter-spacing: .07em;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .cart-drawer-head {
    padding: 10px 12px 9px;
  }

  .cart-drawer-head h3 {
    font-size: 14px;
    letter-spacing: .04em;
  }

  .cart-drawer-close {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .cdi {
    padding: 9px 12px;
    gap: 7px;
  }

  .cdi-img {
    width: 42px;
    height: 42px;
  }

  .cdi-name {
    font-size: 11px;
  }

  .cdi-meta {
    font-size: 10px;
  }

  .cdi-total {
    font-size: 11px;
  }

  .cdi-remove {
    top: 7px;
    right: 8px;
    width: 16px;
    height: 16px;
    font-size: 7px;
  }

  .cart-empty,
  .cart-loading {
    padding: 20px 12px;
    font-size: 12px;
  }

  .cart-drawer-foot {
    padding: 10px 12px;
  }

  .cdf-label {
    font-size: 10px;
    letter-spacing: .05em;
  }

  .cdf-val {
    font-size: 13px;
  }

  .cdf-btns {
    gap: 5px;
    flex-direction: column;
    /* Na 320px tlačítka pod sebou */
  }

  .btn-view-cart,
  .btn-checkout-drawer {
    padding: 10px;
    font-size: 10px;
    letter-spacing: .06em;
    width: 100%;
    justify-content: center;
  }
}

/* ══════════════════════════════
   ADD-TO-CART MODAL
══════════════════════════════ */
.atc-overlay {
  position: fixed;
  inset: 0;
  z-index: 950;
  background: rgba(0, 0, 0, .52);
  display: none;
  align-items: center;
  justify-content: center;
}

.atc-overlay.open {
  display: flex;
}

.atc-modal {
  background: #fff;
  width: 720px;
  max-width: 96vw;
  box-shadow: 0 12px 60px rgba(0, 0, 0, .22);
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
}

.atc-overlay.open .atc-modal {
  transform: translateY(0);
  opacity: 1;
}

.atc-top {
  display: flex;
  gap: 0;
  align-items: stretch;
  border-bottom: 1px solid #eee;
}

.atc-product {
  flex: 1;
  padding: 24px 24px 24px 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border-right: 1px solid #eee;
}

.atc-thumb {
  width: 86px;
  height: 86px;
  flex-shrink: 0;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.atc-thumb .at-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atc-thumb .at-ph i {
  font-size: 36px;
  color: rgba(0, 0, 0, .12);
}

.atc-details {
  flex: 1;
}

.atc-title-bar {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 6px;
}

.atc-name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.3;
}

.atc-stock {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #40a040;
  margin-bottom: 8px;
}

.atc-price {
  font-size: 22px;
  font-weight: 800;
  color: #C9A96E;
  margin-bottom: 4px;
}

.atc-count {
  font-size: 12px;
  color: #888;
}

.atc-count span {
  font-weight: 700;
  color: #1a1a1a;
}

.atc-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 24px;
  justify-content: center;
  min-width: 220px;
}

.btn-atc-cart {
  background: #C9A96E;
  color: #fff;
  border: none;
  padding: 14px 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: background .15s;
}

.btn-atc-cart:hover {
  background: #b8935a;
  color: #fff;
}

.btn-atc-checkout {
  background: #fff;
  color: #1a1a1a;
  border: 1.5px solid #1a1a1a;
  padding: 13px 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: all .15s;
}

.btn-atc-checkout:hover {
  background: #1a1a1a;
  color: #fff;
}

.atc-upsell {
  background: #fdf9f3;
  padding: 0;
}

.atc-upsell-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  border-bottom: 1px solid #eee;
}

.atc-upsell-item:last-child {
  border-bottom: none;
}

.aui-thumb {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.aui-thumb .au-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aui-thumb .au-ph i {
  font-size: 22px;
  color: rgba(0, 0, 0, .1);
}

.aui-name {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
}

.aui-stock {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  min-width: 80px;
}

.aui-stock.in {
  color: #888;
}

.aui-stock.out {
  color: #e63535;
}

.aui-price {
  font-size: 13px;
  font-weight: 800;
  color: #C9A96E;
  min-width: 72px;
  text-align: right;
}

.aui-btn {
  width: 40px;
  height: 40px;
  background: #C9A96E;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  transition: background .14s;
  flex-shrink: 0;
}

.aui-btn:hover {
  background: #b8935a;
}

.atc-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  color: #666;
  transition: all .14s;
  z-index: 2;
}

.atc-close:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

.atc-modal-inner {
  position: relative;
}

/*--------------------------------------------------------------
# ADD-TO-CART MODAL — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .atc-modal {
    width: 680px;
  }

  .atc-product {
    padding: 22px 20px 22px 24px;
    gap: 16px;
  }

  .atc-thumb {
    width: 78px;
    height: 78px;
  }

  .atc-price {
    font-size: 20px;
  }

  .atc-actions {
    min-width: 200px;
    padding: 22px 20px;
  }

  .atc-upsell-item {
    padding: 13px 24px;
    gap: 12px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .atc-modal {
    width: 620px;
  }

  .atc-product {
    padding: 20px 18px 20px 20px;
    gap: 14px;
  }

  .atc-thumb {
    width: 72px;
    height: 72px;
  }

  .atc-thumb .at-ph i {
    font-size: 30px;
  }

  .atc-title-bar {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .atc-name {
    font-size: 15px;
  }

  .atc-price {
    font-size: 19px;
  }

  .atc-actions {
    min-width: 185px;
    padding: 20px 18px;
    gap: 8px;
  }

  .btn-atc-cart,
  .btn-atc-checkout {
    padding: 12px 16px;
    font-size: 10px;
    letter-spacing: .10em;
  }

  .atc-upsell-item {
    padding: 12px 20px;
    gap: 11px;
  }

  .aui-thumb {
    width: 52px;
    height: 52px;
  }

  .aui-name {
    font-size: 12px;
  }

  .aui-stock {
    font-size: 10px;
    min-width: 70px;
  }

  .aui-price {
    font-size: 12px;
    min-width: 62px;
  }

  .aui-btn {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .atc-modal {
    width: 560px;
  }

  .atc-product {
    padding: 18px 16px 18px 18px;
    gap: 12px;
  }

  .atc-thumb {
    width: 66px;
    height: 66px;
  }

  .atc-name {
    font-size: 14px;
  }

  .atc-price {
    font-size: 18px;
  }

  .atc-stock {
    font-size: 10px;
    margin-bottom: 6px;
  }

  .atc-count {
    font-size: 11px;
  }

  .atc-actions {
    min-width: 170px;
    padding: 18px 16px;
    gap: 8px;
  }

  .btn-atc-cart,
  .btn-atc-checkout {
    padding: 11px 14px;
    font-size: 10px;
  }

  .atc-upsell-item {
    padding: 11px 18px;
    gap: 10px;
  }

  .aui-thumb {
    width: 48px;
    height: 48px;
  }

  .aui-thumb .au-ph i {
    font-size: 18px;
  }

  .aui-name {
    font-size: 12px;
  }

  .aui-stock {
    min-width: 62px;
    font-size: 10px;
  }

  .aui-price {
    min-width: 56px;
    font-size: 12px;
  }

  .aui-btn {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}

/* ── 767px – Mobilní breakpoint (vertikální layout modalu) ── */
@media (max-width: 767px) {
  .atc-modal {
    width: 96vw;
    max-height: 92vh;
    overflow-y: auto;
  }

  /* Horní sekce — produkt + akce pod sebou místo vedle sebe */
  .atc-top {
    flex-direction: column;
  }

  .atc-product {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 20px 18px;
    gap: 14px;
  }

  .atc-thumb {
    width: 72px;
    height: 72px;
  }

  .atc-name {
    font-size: 15px;
  }

  .atc-price {
    font-size: 20px;
  }

  /* Akce — vedle sebe v řádku */
  .atc-actions {
    flex-direction: row;
    min-width: unset;
    width: 100%;
    padding: 14px 18px;
    gap: 8px;
    justify-content: stretch;
  }

  .btn-atc-cart,
  .btn-atc-checkout {
    flex: 1;
    padding: 13px 12px;
    font-size: 11px;
    letter-spacing: .09em;
  }

  /* Upsell */
  .atc-upsell-item {
    padding: 12px 18px;
    gap: 10px;
  }

  .aui-thumb {
    width: 50px;
    height: 50px;
  }

  .aui-name {
    font-size: 12px;
  }

  .aui-stock {
    display: none;
    /* Schovat stav skladu — šetří místo v řádku */
  }

  .aui-price {
    font-size: 12px;
    min-width: 58px;
  }

  .aui-btn {
    width: 36px;
    height: 36px;
  }

  /* Zavírací tlačítko */
  .atc-close {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .atc-product {
    padding: 18px 16px;
    gap: 12px;
  }

  .atc-thumb {
    width: 66px;
    height: 66px;
  }

  .atc-thumb .at-ph i {
    font-size: 28px;
  }

  .atc-name {
    font-size: 14px;
  }

  .atc-price {
    font-size: 18px;
  }

  .atc-actions {
    padding: 12px 16px;
    gap: 7px;
  }

  .btn-atc-cart,
  .btn-atc-checkout {
    padding: 12px 10px;
    font-size: 10px;
    letter-spacing: .08em;
  }

  .atc-upsell-item {
    padding: 11px 16px;
    gap: 9px;
  }

  .aui-thumb {
    width: 46px;
    height: 46px;
  }

  .aui-price {
    font-size: 12px;
    min-width: 52px;
  }

  .aui-btn {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .atc-product {
    padding: 16px 14px;
    gap: 10px;
  }

  .atc-thumb {
    width: 60px;
    height: 60px;
  }

  .atc-title-bar {
    font-size: 10px;
    margin-bottom: 4px;
  }

  .atc-name {
    font-size: 13px;
    margin-bottom: 3px;
  }

  .atc-stock {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .atc-price {
    font-size: 17px;
    margin-bottom: 3px;
  }

  .atc-count {
    font-size: 11px;
  }

  .atc-actions {
    padding: 11px 14px;
    gap: 6px;
  }

  .btn-atc-cart,
  .btn-atc-checkout {
    padding: 11px 8px;
    font-size: 10px;
    letter-spacing: .07em;
  }

  .atc-upsell-item {
    padding: 10px 14px;
    gap: 8px;
  }

  .aui-thumb {
    width: 42px;
    height: 42px;
  }

  .aui-thumb .au-ph i {
    font-size: 16px;
  }

  .aui-name {
    font-size: 11px;
  }

  .aui-price {
    font-size: 11px;
    min-width: 48px;
  }

  .aui-btn {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .atc-product {
    padding: 14px 13px;
    gap: 10px;
  }

  .atc-thumb {
    width: 54px;
    height: 54px;
  }

  .atc-thumb .at-ph i {
    font-size: 24px;
  }

  .atc-name {
    font-size: 13px;
  }

  .atc-price {
    font-size: 16px;
  }

  .atc-actions {
    padding: 10px 13px;
    gap: 6px;
  }

  .btn-atc-cart,
  .btn-atc-checkout {
    padding: 10px 7px;
    font-size: 9px;
    letter-spacing: .06em;
  }

  .atc-upsell-item {
    padding: 9px 13px;
    gap: 8px;
  }

  .aui-thumb {
    width: 40px;
    height: 40px;
  }

  .aui-name {
    font-size: 11px;
  }

  .aui-price {
    font-size: 11px;
    min-width: 44px;
  }

  .aui-btn {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .atc-close {
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    font-size: 10px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .atc-modal {
    max-height: 90vh;
  }

  .atc-product {
    padding: 12px;
    gap: 8px;
  }

  .atc-thumb {
    width: 48px;
    height: 48px;
  }

  .atc-thumb .at-ph i {
    font-size: 20px;
  }

  .atc-title-bar {
    font-size: 9px;
    margin-bottom: 3px;
  }

  .atc-name {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .atc-stock {
    font-size: 9px;
    margin-bottom: 4px;
  }

  .atc-price {
    font-size: 15px;
    margin-bottom: 2px;
  }

  .atc-count {
    font-size: 10px;
  }

  .atc-actions {
    padding: 10px 12px;
    gap: 5px;
  }

  .btn-atc-cart,
  .btn-atc-checkout {
    padding: 10px 6px;
    font-size: 9px;
    letter-spacing: .05em;
  }

  .atc-upsell-item {
    padding: 9px 12px;
    gap: 7px;
  }

  .aui-thumb {
    width: 36px;
    height: 36px;
  }

  .aui-thumb .au-ph i {
    font-size: 14px;
  }

  .aui-name {
    font-size: 10px;
  }

  .aui-price {
    font-size: 10px;
    min-width: 40px;
  }

  .aui-btn {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .atc-close {
    top: 7px;
    right: 7px;
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}


/*--------------------------------------------------------------
# KONTAKT
--------------------------------------------------------------*/
/* BREAD */
.herobread-bg {
  position: relative;
  height: 400px;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}

.herobread-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-label {
  color: #c9a96e;
}

/* BREAD BLACK */
.herobreadblack-bg {
  position: relative;
  height: 200px;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #0d0d0d;
}

/* KONTAKT */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.contact-item .ci-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border: 1px solid #dbbd7f;
  background-color: #fcf5e5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-item .ci-icon i {
  color: #dbbd7f;
  font-size: 14px;
}

.contact-item .ci-label {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 3px;
}

.contact-item .ci-value {
  font-family: 'Teko', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0d0d0d;
}

.contact-item .ci-value a {
  color: inherit;
  text-decoration: none;
}

.contact-item .ci-value a:hover {
  color: #C9A96E;
}

.address-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 35px 0;
}

.address-cell h6 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
}

.address-cell p {
  font-size: 14px;
  color: #0d0d0d;
  line-height: 1.6;
  margin: 0;
}

.address-cell p strong {
  color: #1a1a1a;
  font-weight: 700;
}

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #ddd;
  background-color: #f9fafb;
  border-radius: 5px;
}

.hours-cell {
  padding: 35px;
}

.hours-cell:first-child {
  border-right: 1px solid #ddd;
}

.hours-cell h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #C9A96E;
  margin-bottom: 5px;
}

.hours-cell p {
  font-size: 14px;
  color: #1d1d1d;
  line-height: 1.5;
  margin: 0;
}

.hours-cell p strong {
  color: #1a1a1a;
}

.social-links {
  display: flex;
  gap: 25px;
  margin-top: 22px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #aeaeae;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .2s;
}

.social-link:hover {
  color: #C9A96E;
}

.social-link i {
  font-size: 16px;
}

/* CONTACT FORMULAR */
.contact-form-box {
  background: #1a1a1a;
  padding: 50px;
  border-radius: 5px;
}

.contact-form-box h3 {
  font-family: 'Teko', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.contact-form-box h3 span {
  color: #dbbd7f;
}

.contact-form-box .form-subtitle {
  font-size: 15px;
  font-weight: 500;
  color: #aeaeae;
}

/* FORMULAR */
.cf-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #aeaeae;
  margin-bottom: 5px;
  display: block;
}

.cf-input {
  width: 100%;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  padding: 15px 12px;
  font-size: 13px;
  font-family: 'Barlow', sans-serif;
  outline: none;
  transition: border-color .2s;
  border-radius: 0;
  border-radius: 5px;
}

.cf-input::placeholder {
  color: rgba(255, 255, 255, .2);
}

.cf-input:focus {
  border-color: #C9A96E;
}

.cf-group {
  margin-bottom: 20px;
}

.cf-textarea {
  resize: vertical;
  min-height: 100px;
}

.btn-send {
  width: 100%;
  background: #C9A96E;
  color: #fff;
  border: none;
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 5px;
  text-transform: uppercase;
  transition: background .2s;
  margin-top: 4px;
}

.btn-send:hover {
  background: #b8935a;
}

/*--------------------------------------------------------------
# KONTAKT — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .herobread-bg {
    height: 360px;
    min-height: 360px;
  }

  .contact-form-box {
    padding: 44px;
  }

  .contact-form-box h3 {
    font-size: 40px;
  }

  .hours-cell {
    padding: 28px;
  }

  .address-grid {
    margin: 28px 0;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .herobread-bg {
    height: 300px;
    min-height: 300px;
  }

  .herobreadblack-bg {
    height: 170px;
    min-height: 170px;
  }

  .contact-item {
    margin-bottom: 14px;
    gap: 10px;
  }

  .contact-item .ci-icon {
    width: 44px;
    height: 44px;
  }

  .contact-item .ci-value {
    font-size: 16px;
  }

  .contact-item .ci-label {
    font-size: 9px;
  }

  .address-grid {
    margin: 24px 0;
    gap: 0;
  }

  .address-cell h6 {
    font-size: 14px;
  }

  .address-cell p {
    font-size: 13px;
  }

  .hours-cell {
    padding: 22px;
  }

  .hours-cell h6 {
    font-size: 13px;
  }

  .hours-cell p {
    font-size: 13px;
  }

  .social-links {
    gap: 18px;
    margin-top: 18px;
  }

  .social-link {
    font-size: 13px;
  }

  .social-link i {
    font-size: 15px;
  }

  .contact-form-box {
    padding: 36px;
  }

  .contact-form-box h3 {
    font-size: 36px;
  }

  .contact-form-box .form-subtitle {
    font-size: 14px;
  }

  .cf-input {
    padding: 13px 11px;
    font-size: 13px;
  }

  .cf-group {
    margin-bottom: 16px;
  }

  .btn-send {
    padding: 13px 28px;
    font-size: 13px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .herobread-bg {
    height: 260px;
    min-height: 260px;
  }

  .herobreadblack-bg {
    height: 150px;
    min-height: 150px;
  }

  .contact-item .ci-icon {
    width: 40px;
    height: 40px;
  }

  .contact-item .ci-icon i {
    font-size: 13px;
  }

  .contact-item .ci-value {
    font-size: 15px;
  }

  /* Hours grid — 2 sloupce stále, ale menší padding */
  .hours-cell {
    padding: 18px;
  }

  .hours-cell h6 {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .hours-cell p {
    font-size: 12px;
  }

  .address-grid {
    margin: 20px 0;
  }

  .address-cell h6 {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .address-cell p {
    font-size: 12px;
  }

  .social-links {
    gap: 14px;
    flex-wrap: wrap;
  }

  .social-link {
    font-size: 12px;
    gap: 5px;
  }

  .social-link i {
    font-size: 14px;
  }

  .contact-form-box {
    padding: 28px;
  }

  .contact-form-box h3 {
    font-size: 32px;
  }

  .contact-form-box .form-subtitle {
    font-size: 13px;
  }

  .cf-label {
    font-size: 11px;
  }

  .cf-input {
    padding: 12px 10px;
    font-size: 12px;
  }

  .cf-group {
    margin-bottom: 14px;
  }

  .btn-send {
    padding: 13px 24px;
    font-size: 12px;
  }
}

/* ── 767px – Mobilní breakpoint ──────────────────────────── */
@media (max-width: 767px) {
  .herobread-bg {
    height: 265px;
    min-height: 265px;
    padding-top: 139px;
  }

  .herobreadblack-bg {
    height: 130px;
    min-height: 130px;
  }

  /* Kontaktní položky — centrovat na mobilu */
  .contact-item {
    margin-bottom: 12px;
    gap: 10px;
  }

  .contact-item .ci-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }

  .contact-item .ci-value {
    font-size: 15px;
  }

  /* Address grid — 1 sloupec */
  .address-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 18px 0;
  }

  .address-cell h6 {
    font-size: 13px;
    margin-bottom: 4px;
  }

  /* Hours grid — 1 sloupec */
  .hours-grid {
    grid-template-columns: 1fr;
  }

  .hours-cell:first-child {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .hours-cell {
    padding: 18px 20px;
  }

  .social-links {
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
  }

  /* Formulář — plná šířka, menší padding */
  .contact-form-box {
    padding: 24px 20px;
    border-radius: 4px;
  }

  .contact-form-box h3 {
    font-size: 30px;
    margin-bottom: 4px;
  }

  .contact-form-box .form-subtitle {
    font-size: 13px;
  }

  .cf-label {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .cf-input {
    padding: 13px 11px;
    font-size: 13px;
  }

  .cf-group {
    margin-bottom: 14px;
  }

  .cf-textarea {
    min-height: 90px;
  }

  .btn-send {
    padding: 14px 24px;
    font-size: 13px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .herobread-bg {
    height: 190px;
    min-height: 190px;
  }

  .herobreadblack-bg {
    height: 120px;
    min-height: 120px;
  }

  .contact-item .ci-icon {
    width: 38px;
    height: 38px;
  }

  .contact-item .ci-icon i {
    font-size: 12px;
  }

  .contact-item .ci-value {
    font-size: 14px;
  }

  .contact-item .ci-label {
    font-size: 9px;
  }

  .hours-cell {
    padding: 16px 18px;
  }

  .hours-cell h6 {
    font-size: 12px;
  }

  .hours-cell p {
    font-size: 12px;
  }

  .social-links {
    gap: 12px;
  }

  .social-link {
    font-size: 12px;
  }

  .contact-form-box {
    padding: 20px 16px;
  }

  .contact-form-box h3 {
    font-size: 28px;
  }

  .contact-form-box .form-subtitle {
    font-size: 12px;
  }

  .cf-input {
    padding: 12px 10px;
    font-size: 12px;
  }

  .cf-group {
    margin-bottom: 12px;
  }

  .btn-send {
    padding: 13px 20px;
    font-size: 12px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .herobread-bg {
    height: 170px;
    min-height: 170px;
  }

  .herobreadblack-bg {
    height: 110px;
    min-height: 110px;
  }

  .contact-item {
    gap: 9px;
    margin-bottom: 10px;
  }

  .contact-item .ci-icon {
    width: 36px;
    height: 36px;
  }

  .contact-item .ci-value {
    font-size: 14px;
  }

  .address-grid {
    gap: 14px;
    margin: 14px 0;
  }

  .address-cell h6 {
    font-size: 12px;
  }

  .address-cell p {
    font-size: 12px;
  }

  .hours-cell {
    padding: 14px 16px;
  }

  .hours-cell h6 {
    font-size: 11px;
  }

  .hours-cell p {
    font-size: 12px;
  }

  .social-links {
    gap: 10px;
    margin-top: 14px;
  }

  .social-link {
    font-size: 11px;
    gap: 4px;
  }

  .social-link i {
    font-size: 13px;
  }

  .contact-form-box {
    padding: 18px 14px;
  }

  .contact-form-box h3 {
    font-size: 26px;
  }

  .cf-label {
    font-size: 10px;
  }

  .cf-input {
    padding: 11px 9px;
    font-size: 12px;
  }

  .cf-textarea {
    min-height: 80px;
  }

  .cf-group {
    margin-bottom: 11px;
  }

  .btn-send {
    padding: 12px 18px;
    font-size: 12px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .herobread-bg {
    height: 150px;
    min-height: 150px;
  }

  .herobreadblack-bg {
    height: 100px;
    min-height: 100px;
  }

  .contact-item .ci-icon {
    width: 34px;
    height: 34px;
  }

  .contact-item .ci-icon i {
    font-size: 11px;
  }

  .contact-item .ci-value {
    font-size: 13px;
  }

  .contact-item .ci-label {
    font-size: 8px;
  }

  .address-cell h6 {
    font-size: 12px;
  }

  .address-cell p {
    font-size: 11px;
  }

  .hours-cell {
    padding: 12px 14px;
  }

  .hours-cell p {
    font-size: 11px;
  }

  .social-links {
    gap: 8px;
  }

  .social-link {
    font-size: 11px;
  }

  .contact-form-box {
    padding: 16px 13px;
  }

  .contact-form-box h3 {
    font-size: 24px;
    line-height: 1.05;
  }

  .contact-form-box .form-subtitle {
    font-size: 12px;
  }

  .cf-input {
    padding: 11px 9px;
    font-size: 12px;
  }

  .cf-group {
    margin-bottom: 10px;
  }

  .btn-send {
    padding: 12px 16px;
    font-size: 11px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .herobread-bg {
    height: 130px;
    min-height: 130px;
  }

  .herobreadblack-bg {
    height: 90px;
    min-height: 90px;
  }

  .contact-item {
    gap: 8px;
    margin-bottom: 9px;
  }

  .contact-item .ci-icon {
    width: 32px;
    height: 32px;
    border-radius: 3px;
  }

  .contact-item .ci-icon i {
    font-size: 11px;
  }

  .contact-item .ci-value {
    font-size: 13px;
  }

  .address-grid {
    gap: 12px;
    margin: 12px 0;
  }

  .address-cell h6 {
    font-size: 11px;
  }

  .address-cell p {
    font-size: 11px;
  }

  .hours-cell {
    padding: 11px 12px;
  }

  .hours-cell h6 {
    font-size: 11px;
  }

  .hours-cell p {
    font-size: 11px;
  }

  .social-links {
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .social-link {
    font-size: 10px;
    letter-spacing: .04em;
    gap: 3px;
  }

  .social-link i {
    font-size: 12px;
  }

  .contact-form-box {
    padding: 14px 12px;
  }

  .contact-form-box h3 {
    font-size: 22px;
  }

  .contact-form-box .form-subtitle {
    font-size: 11px;
  }

  .cf-label {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .cf-input {
    padding: 10px 8px;
    font-size: 11px;
  }

  .cf-textarea {
    min-height: 75px;
  }

  .cf-group {
    margin-bottom: 9px;
  }

  .btn-send {
    padding: 11px 14px;
    font-size: 11px;
    border-radius: 4px;
  }
}



/* ══════════════════════════════
   LOGIN / REGISTER OVERLAY
══════════════════════════════ */
.auth-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: none;
}

.auth-overlay.open {
  display: block;
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(200, 195, 185, .55);
  backdrop-filter: blur(2px);
}

.auth-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  padding-bottom: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, .14);
}

.auth-tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.auth-tab {
  flex: 1;
  padding: 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: .04em;
  border: none;
  background: #fff;
  font-family: 'Barlow', sans-serif;
  color: #888;
  transition: background .2s, color .2s;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.auth-tab.active {
  color: #1a1a1a;
  background: #fdf9f3;
  border-bottom-color: #C9A96E;
}

.auth-tab:hover {
  color: #1a1a1a;
}

.auth-close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  color: #888;
  transition: all .15s;
  z-index: 3;
}

.auth-close-btn:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

.auth-body {
  padding: 28px 0 8px;
}

.auth-panel-inner {
  max-width: 440px;
  margin: 0 auto;
  padding: 0 16px;
}

.auth-pane {
  display: none;
}

.auth-pane.active {
  display: block;
}

.auth-pane h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
  color: #1a1a1a;
  letter-spacing: .04em;
}

.btn-fb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #1877f2;
  color: #fff;
  border: none;
  padding: 13px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  transition: background .2s;
  margin-bottom: 14px;
}

.btn-fb:hover {
  background: #1468d8;
}

.btn-fb .fb-icon {
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, .2);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.btn-fb .fb-arrow {
  font-size: 12px;
  opacity: .7;
}

.auth-divider {
  text-align: center;
  font-size: 12px;
  color: #888;
  margin: 14px 0;
  position: relative;
}

.auth-divider::before,
.auth-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(50% - 22px);
  height: 1px;
  background: #ddd;
}

.auth-divider::before {
  left: 0;
}

.auth-divider::after {
  right: 0;
}

.auth-input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 11px 14px;
  font-size: 13px;
  font-family: 'Barlow', sans-serif;
  outline: none;
  transition: border-color .2s;
  background: #fff;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.auth-input:focus {
  border-color: #C9A96E;
}

.auth-input::placeholder {
  color: #bbb;
}

.auth-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #888;
  margin-bottom: 16px;
  cursor: pointer;
}

.auth-check input {
  accent-color: #C9A96E;
  width: 14px;
  height: 14px;
}

.btn-auth {
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  transition: background .2s;
  margin-bottom: 14px;
}

.btn-auth:hover {
  background: #C9A96E;
}

.auth-links {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.auth-links a {
  color: #C9A96E;
  text-decoration: none;
}

.auth-links a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# LOGIN / REGISTER OVERLAY — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
#
# Poznámka: auth-panel je top-aligned overlay (top: 0, left: 0, right: 0).
# Breakpointy dolaďují padding, fonty a vnitřní rozměry.
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .auth-panel-inner {
    max-width: 420px;
  }

  .auth-pane h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .auth-panel {
    padding-bottom: 18px;
  }

  .auth-panel-inner {
    max-width: 400px;
  }

  .auth-tab {
    padding: 14px;
    font-size: 12px;
  }

  .auth-pane h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .auth-body {
    padding: 22px 0 6px;
  }

  .btn-fb {
    padding: 12px 14px;
    font-size: 12px;
    margin-bottom: 12px;
  }

  .btn-fb .fb-icon {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .auth-input {
    padding: 10px 12px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .btn-auth {
    padding: 13px;
    font-size: 11px;
    letter-spacing: .11em;
    margin-bottom: 12px;
  }

  .auth-divider {
    font-size: 11px;
    margin: 12px 0;
  }

  .auth-check {
    font-size: 11px;
    margin-bottom: 14px;
  }

  .auth-links {
    font-size: 11px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .auth-panel {
    padding-bottom: 16px;
  }

  .auth-panel-inner {
    max-width: 380px;
  }

  .auth-tab {
    padding: 13px;
    font-size: 12px;
    letter-spacing: .03em;
  }

  .auth-close-btn {
    width: 28px;
    height: 28px;
    font-size: 13px;
    top: 10px;
    right: 12px;
  }

  .auth-body {
    padding: 20px 0 6px;
  }

  .auth-pane h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .auth-input {
    padding: 10px 12px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .btn-fb {
    padding: 11px 13px;
    font-size: 12px;
  }

  .btn-auth {
    padding: 12px;
    font-size: 11px;
    margin-bottom: 12px;
  }

  .auth-check {
    font-size: 11px;
    gap: 6px;
    margin-bottom: 13px;
  }

  .auth-links {
    font-size: 11px;
  }
}

/* ── 767px – Mobilní breakpoint ──────────────────────────── */
@media (max-width: 767px) {
  .auth-panel {
    padding-bottom: 16px;
  }

  /* Panel přes celou šířku viewportu */
  .auth-panel-inner {
    max-width: 100%;
    padding: 0 14px;
  }

  .auth-tab {
    padding: 14px 10px;
    font-size: 12px;
    letter-spacing: .03em;
  }

  .auth-close-btn {
    top: 10px;
    right: 12px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .auth-body {
    padding: 20px 0 6px;
  }

  .auth-pane h2 {
    font-size: 22px;
    margin-bottom: 14px;
    letter-spacing: .03em;
  }

  .btn-fb {
    padding: 12px 14px;
    font-size: 13px;
    margin-bottom: 12px;
  }

  .auth-divider {
    font-size: 11px;
    margin: 12px 0;
  }

  .auth-input {
    padding: 12px 12px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .auth-check {
    font-size: 12px;
    gap: 7px;
    margin-bottom: 14px;
  }

  .auth-check input {
    width: 15px;
    height: 15px;
  }

  .btn-auth {
    padding: 14px;
    font-size: 12px;
    letter-spacing: .10em;
    margin-bottom: 12px;
  }

  .auth-links {
    font-size: 12px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .auth-panel {
    padding-bottom: 14px;
  }

  .auth-tab {
    padding: 13px 8px;
    font-size: 11px;
  }

  .auth-pane h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .btn-fb {
    padding: 11px 13px;
    font-size: 12px;
  }

  .btn-fb .fb-icon {
    width: 19px;
    height: 19px;
    font-size: 11px;
  }

  .auth-input {
    padding: 11px 11px;
    font-size: 12px;
    margin-bottom: 9px;
  }

  .auth-check {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .btn-auth {
    padding: 13px;
    font-size: 11px;
    letter-spacing: .10em;
    margin-bottom: 11px;
  }

  .auth-links {
    font-size: 11px;
  }

  .auth-divider {
    margin: 11px 0;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .auth-panel {
    padding-bottom: 12px;
  }

  .auth-panel-inner {
    padding: 0 12px;
  }

  .auth-tab {
    padding: 12px 6px;
    font-size: 11px;
    letter-spacing: .02em;
  }

  .auth-close-btn {
    top: 8px;
    right: 10px;
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .auth-body {
    padding: 17px 0 5px;
  }

  .auth-pane h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .btn-fb {
    padding: 11px 12px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .auth-divider {
    font-size: 11px;
    margin: 10px 0;
  }

  .auth-input {
    padding: 10px 10px;
    font-size: 12px;
    margin-bottom: 8px;
  }

  .auth-check {
    font-size: 11px;
    gap: 6px;
    margin-bottom: 11px;
  }

  .auth-check input {
    width: 14px;
    height: 14px;
  }

  .btn-auth {
    padding: 12px;
    font-size: 11px;
    letter-spacing: .09em;
    margin-bottom: 10px;
  }

  .auth-links {
    font-size: 11px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .auth-panel-inner {
    padding: 0 11px;
  }

  .auth-tab {
    padding: 11px 5px;
    font-size: 10px;
    letter-spacing: .02em;
  }

  .auth-close-btn {
    top: 7px;
    right: 9px;
    width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .auth-body {
    padding: 15px 0 4px;
  }

  .auth-pane h2 {
    font-size: 18px;
    margin-bottom: 11px;
    letter-spacing: .02em;
  }

  .btn-fb {
    padding: 10px 11px;
    font-size: 11px;
    margin-bottom: 9px;
  }

  .btn-fb .fb-icon {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }

  .auth-divider {
    font-size: 10px;
    margin: 9px 0;
  }

  .auth-input {
    padding: 10px 9px;
    font-size: 12px;
    margin-bottom: 7px;
  }

  .auth-check {
    font-size: 11px;
    gap: 5px;
    margin-bottom: 10px;
  }

  .btn-auth {
    padding: 11px;
    font-size: 10px;
    letter-spacing: .09em;
    margin-bottom: 9px;
  }

  .auth-links {
    font-size: 10px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .auth-panel {
    padding-bottom: 10px;
  }

  .auth-panel-inner {
    padding: 0 10px;
  }

  .auth-tab {
    padding: 10px 4px;
    font-size: 10px;
    letter-spacing: .01em;
  }

  .auth-close-btn {
    top: 6px;
    right: 8px;
    width: 22px;
    height: 22px;
    font-size: 10px;
  }

  .auth-body {
    padding: 14px 0 4px;
  }

  .auth-pane h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .btn-fb {
    padding: 9px 10px;
    font-size: 11px;
    margin-bottom: 8px;
  }

  .btn-fb .fb-icon {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }

  .auth-divider {
    font-size: 10px;
    margin: 8px 0;
  }

  .auth-input {
    padding: 9px 8px;
    font-size: 11px;
    margin-bottom: 7px;
  }

  .auth-check {
    font-size: 10px;
    gap: 5px;
    margin-bottom: 9px;
  }

  .auth-check input {
    width: 13px;
    height: 13px;
  }

  .btn-auth {
    padding: 11px;
    font-size: 10px;
    letter-spacing: .08em;
    margin-bottom: 8px;
  }

  .auth-links {
    font-size: 10px;
    flex-wrap: wrap;
    gap: 4px;
  }
}


/*--------------------------------------------------------------
# PODSTRANKA
--------------------------------------------------------------*/
/* ── LAYOUT ── */
.article {
  background-color: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .1);
  padding: 50px;
  border-radius: 5px;

}

.content-layout {
  padding: 52px 0 72px;
}

.toc-box {
  position: sticky;
  top: 20px;
  border: 1px solid #fcf5e5;
  background: #fff;
  border-radius: 5px;
}

.toc-head {
  font-family: 'Teko', sans-serif;
  padding: 12px 16px;
  border-bottom: 1px solid #fcf5e5;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1d1d1d;
}

.toc-list {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}

.toc-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  font-size: 15px;
  color: #1d1d1d;
  transition: color .15s, background .15s;
  border-left: 2px solid transparent;
}

.toc-list li a:hover {
  color: #dbbd7f;
  background: #fdf9f3;
  border-left-color: #dbbd7f;
}

.toc-list li.on a {
  color: #1d1d1d;
  font-weight: 700;
  background: #fdf9f3;
  border-left-color: #dbbd7f;
}

.toc-list li a .toc-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: var(--gold);
  width: 18px;
  flex-shrink: 0;
}

.toc-cta {
  margin: 0;
  padding: 20px;
  background: #1d1d1d;
  border-radius: 0 0 5px 5px;
}

.toc-cta p {
  font-size: 14px;
  color: #aeaeae;
  line-height: 1.55;
  margin-bottom: 10px;
}

.toc-cta a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #dbbd7f;
  font-size: 14px;
  font-weight: 700;
}

.toc-cta a:hover {
  text-decoration: underline;
}

/* Signature / last-updated bar */
.doc-footer-bar {
  background: #f9fafb;
  border: 1px solid #dddddd;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
  border-radius: 5px;
}

.dfb-left {
  font-size: 15px;
  color: #1d1d1d;
  line-height: 1.6;
}

.dfb-left strong {
  color: var(--black);
}

.dfb-right {
  display: flex;
  gap: 8px;
}

.btn-doc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--border);
  background: #fff;
  padding: 8px 16px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  color: #1d1d1d;
  transition: all .15s;
}

.btn-doc:hover {
  background-color: #c9a96e;
  color: #fff;
}

/* Prev/Next navigation */
.doc-nav {
  display: flex;
  gap: 12px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #dddddd;
}

.doc-nav a {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dddddd;
  padding: 14px 16px;
  color: #1d1d1d;
  transition: all .2s;
}

.doc-nav a:hover {
  border-color: #dbbd7f;
  background: #fdf9f3;
}

.doc-nav a.next {
  justify-content: flex-end;
  text-align: right;
}

.doc-nav a i {
  color: #dbbd7f;
  font-size: 13px;
  flex-shrink: 0;
}

.doc-nav a .pn-label {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #aeaeae;
  display: block;
  margin-bottom: 2px;
}

.doc-nav a .pn-title {
  font-size: 17px;
  font-weight: 700;
  color: #1d1d1d;
}

/*--------------------------------------------------------------
# PODSTRÁNKA — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .article {
    padding: 44px;
  }

  .content-layout {
    padding: 44px 0 60px;
  }

  .toc-list li a {
    font-size: 14px;
    padding: 7px 14px;
  }

  .doc-nav a .pn-title {
    font-size: 16px;
  }

  .dfb-left {
    font-size: 14px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .article {
    padding: 36px;
  }

  .content-layout {
    padding: 36px 0 52px;
  }

  /* TOC se přesouvá pod article (Bootstrap col stacking) */
  .toc-box {
    position: static;
    /* sticky nemá smysl pod article */
    margin-top: 28px;
  }

  .toc-head {
    font-size: 15px;
    padding: 10px 14px;
  }

  .toc-list li a {
    font-size: 13px;
    padding: 6px 14px;
    gap: 7px;
  }

  .toc-list li a .toc-num {
    font-size: 12px;
  }

  .toc-cta {
    padding: 16px;
  }

  .toc-cta p {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .toc-cta a {
    font-size: 13px;
  }

  .doc-footer-bar {
    margin-top: 32px;
    padding: 14px 16px;
    gap: 10px;
  }

  .dfb-left {
    font-size: 13px;
  }

  .dfb-right {
    gap: 6px;
  }

  .btn-doc {
    padding: 7px 13px;
    font-size: 9px;
  }

  .doc-nav {
    margin-top: 32px;
    padding-top: 26px;
    gap: 10px;
  }

  .doc-nav a {
    padding: 12px 14px;
    gap: 8px;
  }

  .doc-nav a .pn-label {
    font-size: 13px;
    margin-bottom: 2px;
  }

  .doc-nav a .pn-title {
    font-size: 15px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .article {
    padding: 30px;
    border-radius: 4px;
  }

  .content-layout {
    padding: 30px 0 44px;
  }

  .toc-head {
    font-size: 14px;
    padding: 9px 12px;
  }

  .toc-list li a {
    font-size: 13px;
    padding: 6px 12px;
  }

  .toc-cta {
    padding: 14px;
  }

  .toc-cta p {
    font-size: 12px;
  }

  .toc-cta a {
    font-size: 12px;
  }

  .doc-footer-bar {
    padding: 12px 14px;
    margin-top: 28px;
    gap: 8px;
  }

  .dfb-left {
    font-size: 13px;
  }

  .btn-doc {
    padding: 7px 11px;
    font-size: 9px;
    letter-spacing: .06em;
  }

  .doc-nav {
    margin-top: 28px;
    padding-top: 22px;
    gap: 8px;
  }

  .doc-nav a {
    padding: 11px 12px;
    gap: 7px;
  }

  .doc-nav a .pn-label {
    font-size: 12px;
  }

  .doc-nav a .pn-title {
    font-size: 14px;
  }

  .doc-nav a i {
    font-size: 12px;
  }
}

/* ── 767px – Mobilní breakpoint ──────────────────────────── */
@media (max-width: 767px) {
  .article {
    padding: 24px 20px;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  }

  .content-layout {
    padding: 24px 0 40px;
  }

  .toc-box {
    margin-top: 24px;
  }

  .toc-head {
    font-size: 14px;
    padding: 9px 12px;
  }

  .toc-list {
    padding: 6px 0;
  }

  .toc-list li a {
    font-size: 13px;
    padding: 7px 12px;
    gap: 7px;
  }

  .toc-cta {
    padding: 14px 16px;
  }

  .toc-cta p {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .toc-cta a {
    font-size: 13px;
  }

  .doc-footer-bar {
    margin-top: 24px;
    padding: 12px 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .dfb-left {
    font-size: 13px;
    line-height: 1.55;
  }

  .dfb-right {
    width: 100%;
    gap: 6px;
  }

  .btn-doc {
    flex: 1;
    justify-content: center;
    padding: 8px 10px;
    font-size: 9px;
    letter-spacing: .06em;
  }

  /* Prev/next — pod sebou na mobilu */
  .doc-nav {
    flex-direction: column;
    margin-top: 24px;
    padding-top: 20px;
    gap: 8px;
  }

  .doc-nav a {
    flex: unset;
    width: 100%;
    padding: 12px 14px;
    gap: 8px;
  }

  .doc-nav a.next {
    justify-content: flex-start;
    text-align: left;
  }

  .doc-nav a .pn-label {
    font-size: 11px;
    margin-bottom: 2px;
  }

  .doc-nav a .pn-title {
    font-size: 14px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .article {
    padding: 20px 16px;
  }

  .content-layout {
    padding: 20px 0 36px;
  }

  .toc-head {
    font-size: 13px;
    padding: 8px 12px;
  }

  .toc-list li a {
    font-size: 12px;
    padding: 6px 12px;
  }

  .toc-list li a .toc-num {
    font-size: 11px;
    width: 16px;
  }

  .toc-cta {
    padding: 12px 14px;
  }

  .toc-cta p {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .toc-cta a {
    font-size: 12px;
    gap: 5px;
  }

  .doc-footer-bar {
    padding: 11px 13px;
    margin-top: 20px;
  }

  .dfb-left {
    font-size: 12px;
  }

  .btn-doc {
    padding: 7px 9px;
    font-size: 9px;
    gap: 5px;
  }

  .doc-nav {
    margin-top: 20px;
    padding-top: 18px;
    gap: 7px;
  }

  .doc-nav a {
    padding: 11px 12px;
    gap: 7px;
  }

  .doc-nav a .pn-label {
    font-size: 11px;
  }

  .doc-nav a .pn-title {
    font-size: 13px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .article {
    padding: 18px 14px;
    border-radius: 3px;
  }

  .content-layout {
    padding: 18px 0 32px;
  }

  .toc-box {
    margin-top: 20px;
  }

  .toc-head {
    font-size: 13px;
    padding: 8px 10px;
  }

  .toc-list li a {
    font-size: 12px;
    padding: 6px 10px;
    gap: 6px;
  }

  .toc-cta {
    padding: 11px 12px;
  }

  .toc-cta p {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 1.5;
  }

  .doc-footer-bar {
    padding: 10px 12px;
    margin-top: 18px;
    gap: 8px;
    border-radius: 4px;
  }

  .dfb-left {
    font-size: 12px;
    line-height: 1.5;
  }

  .btn-doc {
    padding: 7px 8px;
    font-size: 8px;
    gap: 4px;
  }

  .doc-nav {
    margin-top: 18px;
    padding-top: 16px;
    gap: 6px;
  }

  .doc-nav a {
    padding: 10px 12px;
  }

  .doc-nav a .pn-label {
    font-size: 10px;
  }

  .doc-nav a .pn-title {
    font-size: 13px;
  }

  .doc-nav a i {
    font-size: 11px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .article {
    padding: 16px 13px;
  }

  .content-layout {
    padding: 16px 0 28px;
  }

  .toc-head {
    font-size: 12px;
    padding: 7px 10px;
  }

  .toc-list li a {
    font-size: 12px;
    padding: 5px 10px;
  }

  .toc-list li a .toc-num {
    font-size: 11px;
    width: 15px;
  }

  .toc-cta {
    padding: 10px 12px;
  }

  .toc-cta p {
    font-size: 11px;
    margin-bottom: 6px;
  }

  .toc-cta a {
    font-size: 11px;
  }

  .doc-footer-bar {
    padding: 10px 11px;
    margin-top: 16px;
    gap: 7px;
  }

  .dfb-left {
    font-size: 12px;
  }

  .dfb-right {
    gap: 5px;
  }

  .btn-doc {
    padding: 6px 8px;
    font-size: 8px;
    letter-spacing: .05em;
  }

  .doc-nav {
    margin-top: 16px;
    padding-top: 14px;
    gap: 6px;
  }

  .doc-nav a {
    padding: 9px 11px;
    gap: 6px;
  }

  .doc-nav a .pn-label {
    font-size: 10px;
  }

  .doc-nav a .pn-title {
    font-size: 12px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .article {
    padding: 14px 12px;
    border-radius: 3px;
  }

  .content-layout {
    padding: 14px 0 24px;
  }

  .toc-box {
    margin-top: 16px;
  }

  .toc-head {
    font-size: 12px;
    padding: 7px 9px;
    letter-spacing: .02em;
  }

  .toc-list {
    padding: 4px 0;
  }

  .toc-list li a {
    font-size: 11px;
    padding: 5px 9px;
    gap: 5px;
  }

  .toc-list li a .toc-num {
    font-size: 10px;
    width: 14px;
  }

  .toc-cta {
    padding: 9px 10px;
  }

  .toc-cta p {
    font-size: 11px;
    margin-bottom: 5px;
    line-height: 1.5;
  }

  .toc-cta a {
    font-size: 11px;
    gap: 4px;
  }

  .doc-footer-bar {
    padding: 9px 10px;
    margin-top: 14px;
    gap: 6px;
    border-radius: 3px;
  }

  .dfb-left {
    font-size: 11px;
    line-height: 1.5;
  }

  /* Tlačítka pod sebou na nejmenším zařízení */
  .dfb-right {
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }

  .btn-doc {
    width: 100%;
    justify-content: center;
    padding: 7px 10px;
    font-size: 8px;
    letter-spacing: .05em;
  }

  .doc-nav {
    margin-top: 14px;
    padding-top: 12px;
    gap: 5px;
  }

  .doc-nav a {
    padding: 9px 10px;
    gap: 6px;
  }

  .doc-nav a .pn-label {
    font-size: 9px;
  }

  .doc-nav a .pn-title {
    font-size: 12px;
  }

  .doc-nav a i {
    font-size: 11px;
  }
}

/*--------------------------------------------------------------
# NASE PRODEJNA
--------------------------------------------------------------*/
/* ── PHOTO GALLERY ── */
.gallery-wrap {
  position: relative;
  margin-bottom: 48px;
}

.gallery-main {
  width: 100%;
  height: 420px;
  background: var(--black);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.gallery-main .gm-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Photorealistic interior SVG */
.gallery-main svg {
  width: 100%;
  height: 100%;
}

.gallery-main .gm-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(0, 0, 0, .65);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.gallery-main .gm-label i {
  color: var(--gold);
}

.gallery-main .gm-expand {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, .6);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  transition: background .15s;
}

.gallery-main .gm-expand:hover {
  background: var(--gold);
}

/* Thumbnail strip */
.gallery-thumbs {
  display: flex;
  gap: 6px;
  margin-top: 6px;
}

.gthumb {
  flex: 1;
  height: 88px;
  background: var(--gray-bg);
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color .15s;
  position: relative;
}

.gthumb.on {
  border-color: var(--gold);
}

.gthumb:hover {
  border-color: #ccc;
}

/* Slideshow nav arrows */
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, .55);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  transition: background .15s;
  z-index: 2;
}

.gallery-arrow:hover {
  background: var(--gold);
}

.gallery-arrow.prev {
  left: 12px;
}

.gallery-arrow.next {
  right: 12px;
}

.gallery-count {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(0, 0, 0, .6);
  color: rgba(255, 255, 255, .8);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
}

/* ── STORE CARD ── */
.store-card-head {
  background: #1d1d1d;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 5px;
}

.sc-icon-wrap {
  width: 48px;
  height: 48px;
  background: #fcf5e5;
  border: 1px solid #dbbd7f;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sc-icon-wrap i {
  color: #dbbd7f;
  font-size: 20px;
}

.sc-head-text .sc-name {
  font-family: 'Teko', sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.sc-head-text .sc-sub {
  font-size: 15px;
  font-weight: 500;
  color: #aeaeae;
}

.store-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #ddd;
  background-color: #f9fafb;
  border-radius: 0 0 5px 5px;
}

.si-block {
  padding: 20px 24px;
  border-bottom: 1px solid #ddd;
}

.si-block:nth-child(odd) {
  border-right: 1px solid #ddd;
}

.si-block:last-child,
.si-block:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}

.si-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #C9A96E;
  line-height: 1.6;
  margin-bottom: 10px;
}

.si-label i {
  font-size: 12px;
}

.si-value {
  font-size: 14px;
  color: #0d0d0d;
  line-height: 1.6;
  margin: 0;
}

.si-value a {
  color: #1d1d1d;
  font-weight: 700;
}

.si-value a:hover {
  text-decoration: underline;
}

.si-value .big {
  font-size: 16px;
  font-weight: 800;
  color: #1d1d1d;
}

/* ── HOURS TABLE ── */
.hours-table {
  width: 100%;
  border-collapse: collapse;
}

.oteviracka {
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #f9fafb;
  border-radius: 0 0 5px 5px;
}

.hours-table tr td {
  padding: 8px 0;
  font-size: 13px;
  border-bottom: 1px solid #dddddd;
}

.hours-table tr:last-child td {
  border-bottom: none;
}

.hours-table .day {
  font-weight: 700;
  color: #1d1d1d);
  width: 36%;
}

.hours-table .hours {
  color: #555;
}

.hours-table .hours.closed {
  color: #1d1d1d;
  font-style: italic;
}

.hours-table .hours.phone {
  color: #dbbd7f;
  font-weight: 600;
}

.hours-table tr.today .day {
  color: #dbbd7f;
}

.hours-table tr.today .hours {
  color: #dbbd7f;
  font-weight: 700;
}

.today-badge {
  display: inline-block;
  background: #dbbd7f;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 1px 6px;
  margin-left: 6px;
  vertical-align: middle;
  text-transform: uppercase;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.status-pill.open {
  background: #e8f5e8;
  color: #2e7d2e;
}

.status-pill.closed {
  background: #fde8e8;
  color: #b01a1a;
}

.status-pill i {
  font-size: 8px;
}

/* RYCHLA AKCE */
.quick-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

/* Base item */
.qa-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  text-decoration: none;
  transition: all .2s ease;
  border-radius: 5px;
}

/* Variants */
.qa-dark {
  background: #1d1d1d;
  color: #fff;
}

.qa-dark:hover {
  background: #333;
}

.qa-gold {
  background: #dbbd7f;
  color: #fff;
}

.qa-gold:hover {
  background: #b8935a;
}

.qa-light {
  background: #fff;
  color: #1d1d1d;
  border: 1px solid #ddd;
}

.qa-light:hover {
  border-color: #dddddd;
  background-color: #1d1d1d;

}

/* Icon */
.qa-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.gold {
  color: var(--gold);
}

/* Text */
.qa-title {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.qa-sub {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #aeaeae;
}

.qa-sub-light {
  color: rgba(255, 255, 255, .75);
}

/* Arrow */
.qa-arrow {
  font-size: 12px;
  margin-left: auto;
}

/*--------------------------------------------------------------
# NAŠE PRODEJNA — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .gallery-main {
    height: 380px;
  }

  .gthumb {
    height: 78px;
  }

  .store-card-head {
    padding: 22px;
  }

  .sc-head-text .sc-name {
    font-size: 20px;
  }

  .sc-head-text .sc-sub {
    font-size: 14px;
  }

  .si-block {
    padding: 18px 20px;
  }

  .qa-item {
    padding: 17px;
  }

  .qa-title {
    font-size: 14px;
  }

  .qa-sub {
    font-size: 13px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .gallery-wrap {
    margin-bottom: 36px;
  }

  .gallery-main {
    height: 340px;
  }

  .gthumb {
    height: 70px;
  }

  .gallery-arrow {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .gallery-arrow.prev {
    left: 8px;
  }

  .gallery-arrow.next {
    right: 8px;
  }

  .gallery-main .gm-label {
    font-size: 10px;
    padding: 5px 10px;
    gap: 5px;
  }

  .gallery-main .gm-expand {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .store-card-head {
    padding: 20px;
    gap: 12px;
  }

  .sc-icon-wrap {
    width: 42px;
    height: 42px;
  }

  .sc-icon-wrap i {
    font-size: 17px;
  }

  .sc-head-text .sc-name {
    font-size: 18px;
  }

  .sc-head-text .sc-sub {
    font-size: 13px;
  }

  .si-block {
    padding: 16px 18px;
  }

  .si-label {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .si-value {
    font-size: 13px;
  }

  .si-value .big {
    font-size: 15px;
  }

  .oteviracka {
    padding: 16px;
  }

  .hours-table tr td {
    font-size: 12px;
    padding: 7px 0;
  }

  .today-badge {
    font-size: 12px;
    padding: 1px 5px;
  }

  .status-pill {
    font-size: 10px;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .quick-actions {
    gap: 8px;
    margin-top: 8px;
  }

  .qa-item {
    padding: 15px 16px;
    gap: 10px;
  }

  .qa-icon {
    font-size: 16px;
  }

  .qa-title {
    font-size: 13px;
  }

  .qa-sub {
    font-size: 12px;
    margin-top: 1px;
  }

  .qa-arrow {
    font-size: 11px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .gallery-main {
    height: 300px;
  }

  .gthumb {
    height: 62px;
  }

  .gallery-thumbs {
    gap: 4px;
    margin-top: 4px;
  }

  .store-card-head {
    padding: 18px;
    border-radius: 4px;
  }

  .sc-icon-wrap {
    width: 38px;
    height: 38px;
  }

  .sc-icon-wrap i {
    font-size: 15px;
  }

  .sc-head-text .sc-name {
    font-size: 17px;
  }

  .si-block {
    padding: 14px 16px;
  }

  .si-label {
    font-size: 12px;
    margin-bottom: 6px;
    gap: 5px;
  }

  .si-value {
    font-size: 12px;
  }

  .si-value .big {
    font-size: 14px;
  }

  .oteviracka {
    padding: 14px;
  }

  .hours-table tr td {
    font-size: 12px;
    padding: 6px 0;
  }

  .status-pill {
    font-size: 10px;
    padding: 4px 9px;
  }

  .qa-item {
    padding: 13px 14px;
    gap: 9px;
  }

  .qa-title {
    font-size: 13px;
  }

  .qa-sub {
    font-size: 12px;
  }
}

/* ── 767px – Mobilní breakpoint ──────────────────────────── */
@media (max-width: 767px) {
  .gallery-wrap {
    margin-bottom: 28px;
  }

  .gallery-main {
    height: 260px;
  }

  /* Thumbnaily — scrollovatelný řádek místo flex-wrap */
  .gallery-thumbs {
    gap: 4px;
    margin-top: 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .gallery-thumbs::-webkit-scrollbar {
    display: none;
  }

  .gthumb {
    flex: 0 0 80px;
    height: 60px;
  }

  .gallery-arrow {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  .gallery-main .gm-label {
    font-size: 10px;
    bottom: 12px;
    left: 12px;
    padding: 4px 9px;
  }

  .gallery-count {
    bottom: 12px;
    right: 12px;
    font-size: 10px;
    padding: 3px 8px;
  }

  .gallery-main .gm-expand {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  /* Store card */
  .store-card-head {
    padding: 16px 18px;
    gap: 11px;
    border-radius: 4px;
  }

  .sc-icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 4px;
  }

  .sc-icon-wrap i {
    font-size: 14px;
  }

  .sc-head-text .sc-name {
    font-size: 18px;
  }

  .sc-head-text .sc-sub {
    font-size: 13px;
  }

  /* Store info grid — 1 sloupec na mobilu */
  .store-info-grid {
    grid-template-columns: 1fr;
  }

  .si-block:nth-child(odd) {
    border-right: none;
  }

  .si-block:nth-last-child(2):nth-child(odd) {
    border-bottom: 1px solid #ddd;
  }

  .si-block:last-child {
    border-bottom: none;
  }

  .si-block {
    padding: 14px 16px;
  }

  .si-label {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .si-value {
    font-size: 13px;
  }

  .oteviracka {
    padding: 14px 16px;
  }

  .hours-table tr td {
    padding: 6px 0;
    font-size: 13px;
  }

  .today-badge {
    font-size: 11px;
    padding: 1px 5px;
    margin-left: 5px;
  }

  .status-pill {
    font-size: 10px;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .quick-actions {
    gap: 8px;
    margin-top: 8px;
  }

  .qa-item {
    padding: 14px 16px;
    gap: 10px;
    border-radius: 4px;
  }

  .qa-icon {
    font-size: 17px;
  }

  .qa-title {
    font-size: 14px;
  }

  .qa-sub {
    font-size: 13px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .gallery-main {
    height: 230px;
  }

  .gthumb {
    flex: 0 0 72px;
    height: 54px;
  }

  .gallery-arrow {
    width: 32px;
    height: 32px;
  }

  .gallery-arrow.prev {
    left: 6px;
  }

  .gallery-arrow.next {
    right: 6px;
  }

  .store-card-head {
    padding: 14px 16px;
  }

  .sc-head-text .sc-name {
    font-size: 16px;
  }

  .sc-head-text .sc-sub {
    font-size: 12px;
  }

  .si-block {
    padding: 12px 14px;
  }

  .si-label {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .si-value {
    font-size: 12px;
  }

  .si-value .big {
    font-size: 14px;
  }

  .oteviracka {
    padding: 12px 14px;
  }

  .hours-table tr td {
    font-size: 12px;
    padding: 5px 0;
  }

  .qa-item {
    padding: 12px 14px;
    gap: 9px;
  }

  .qa-title {
    font-size: 13px;
  }

  .qa-sub {
    font-size: 12px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .gallery-wrap {
    margin-bottom: 22px;
  }

  .gallery-main {
    height: 205px;
  }

  .gthumb {
    flex: 0 0 65px;
    height: 50px;
  }

  .gallery-main .gm-label {
    font-size: 9px;
    padding: 4px 8px;
    bottom: 10px;
    left: 10px;
  }

  .gallery-count {
    font-size: 9px;
    padding: 3px 7px;
    bottom: 10px;
    right: 10px;
  }

  .gallery-main .gm-expand {
    width: 28px;
    height: 28px;
    font-size: 11px;
    top: 8px;
    right: 8px;
  }

  .store-card-head {
    padding: 13px 14px;
    gap: 10px;
  }

  .sc-icon-wrap {
    width: 34px;
    height: 34px;
  }

  .sc-icon-wrap i {
    font-size: 13px;
  }

  .sc-head-text .sc-name {
    font-size: 16px;
  }

  .sc-head-text .sc-sub {
    font-size: 12px;
  }

  .si-block {
    padding: 11px 13px;
  }

  .oteviracka {
    padding: 11px 13px;
  }

  .hours-table tr td {
    font-size: 11px;
    padding: 5px 0;
  }

  .today-badge {
    font-size: 10px;
    padding: 1px 4px;
    margin-left: 4px;
  }

  .status-pill {
    font-size: 9px;
    padding: 4px 8px;
    margin-bottom: 8px;
  }

  .quick-actions {
    gap: 7px;
  }

  .qa-item {
    padding: 12px 13px;
    gap: 8px;
    border-radius: 4px;
  }

  .qa-icon {
    font-size: 15px;
  }

  .qa-title {
    font-size: 12px;
  }

  .qa-sub {
    font-size: 11px;
  }

  .qa-arrow {
    font-size: 10px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .gallery-main {
    height: 185px;
  }

  .gthumb {
    flex: 0 0 58px;
    height: 46px;
  }

  .gallery-arrow {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .gallery-arrow.prev {
    left: 5px;
  }

  .gallery-arrow.next {
    right: 5px;
  }

  .store-card-head {
    padding: 12px 13px;
  }

  .sc-icon-wrap {
    width: 32px;
    height: 32px;
  }

  .sc-head-text .sc-name {
    font-size: 15px;
  }

  .sc-head-text .sc-sub {
    font-size: 12px;
  }

  .si-block {
    padding: 10px 12px;
  }

  .si-label {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .si-value {
    font-size: 12px;
  }

  .si-value .big {
    font-size: 13px;
  }

  .oteviracka {
    padding: 10px 12px;
  }

  .hours-table tr td {
    font-size: 11px;
    padding: 4px 0;
  }

  .qa-item {
    padding: 11px 12px;
    gap: 8px;
  }

  .qa-title {
    font-size: 12px;
  }

  .qa-sub {
    font-size: 11px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .gallery-wrap {
    margin-bottom: 18px;
  }

  .gallery-main {
    height: 165px;
  }

  .gthumb {
    flex: 0 0 52px;
    height: 42px;
  }

  .gallery-thumbs {
    gap: 3px;
    margin-top: 3px;
  }

  .gallery-arrow {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }

  .gallery-main .gm-label {
    font-size: 8px;
    padding: 3px 7px;
    bottom: 8px;
    left: 8px;
    gap: 4px;
  }

  .gallery-count {
    font-size: 9px;
    padding: 2px 6px;
    bottom: 8px;
    right: 8px;
  }

  .gallery-main .gm-expand {
    width: 26px;
    height: 26px;
    font-size: 10px;
    top: 7px;
    right: 7px;
  }

  .store-card-head {
    padding: 11px 12px;
    gap: 9px;
    border-radius: 4px;
  }

  .sc-icon-wrap {
    width: 30px;
    height: 30px;
    border-radius: 3px;
  }

  .sc-icon-wrap i {
    font-size: 12px;
  }

  .sc-head-text .sc-name {
    font-size: 14px;
  }

  .sc-head-text .sc-sub {
    font-size: 11px;
  }

  .si-block {
    padding: 9px 11px;
  }

  .si-label {
    font-size: 11px;
    margin-bottom: 3px;
    gap: 4px;
  }

  .si-value {
    font-size: 11px;
  }

  .si-value .big {
    font-size: 13px;
  }

  .oteviracka {
    padding: 9px 11px;
  }

  .hours-table tr td {
    font-size: 11px;
    padding: 4px 0;
  }

  .hours-table .day {
    width: 40%;
  }

  .today-badge {
    font-size: 9px;
    padding: 1px 3px;
    margin-left: 3px;
  }

  .status-pill {
    font-size: 9px;
    padding: 3px 7px;
    margin-bottom: 7px;
  }

  .quick-actions {
    gap: 6px;
    margin-top: 6px;
  }

  .qa-item {
    padding: 10px 11px;
    gap: 7px;
    border-radius: 3px;
  }

  .qa-icon {
    font-size: 14px;
  }

  .qa-title {
    font-size: 12px;
  }

  .qa-sub {
    font-size: 11px;
  }

  .qa-arrow {
    font-size: 10px;
  }
}


/*--------------------------------------------------------------
# PUJCOVNA
--------------------------------------------------------------*/
.rental-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.rental-card {
  border: 1px solid #dddddd;
  background: #fff;
  overflow: hidden;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
}

.rental-card:hover {
  box-shadow: 0 6px 28px rgba(0, 0, 0, .1);
  border-color: #ccc;
}

.rental-card.featured {
  border-color: #C9A96E;
}

.rc-img {
  height: 200px;
  background: #a3a3a3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.rc-img .ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rc-img .ph i {
  font-size: 56px;
  color: rgba(0, 0, 0, .1);
}

.rc-badge {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 10px;
  color: #fff;
}

.rc-badge.gold {
  background: #C9A96E;
}

.rc-badge.black {
  background: #1a1a1a;
}

.rc-body {
  padding: 18px 20px 20px;
}

.rc-name {
  font-family: 'Teko', sans-serif;
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.rc-desc {
  font-size: 13px;
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 14px;
}

.rc-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.rc-spec {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #000000;
  background: #f4f4f4;
  padding: 8px 9px;
}

.rc-spec i {
  color: #c9a96e;
  font-size: 10px;
}

.rc-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 14px;
}

.rc-price {
  font-size: 28px;
  font-weight: 800;
  color: #C9A96E;
  line-height: 1;
}

.rc-price-unit {
  font-size: 11px;
  color: #1a1a1a;
  margin-bottom: 3px;
}

.rc-avail {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
}

.rc-avail.yes {
  color: #40a040;
}

.rc-avail.limited {
  color: #e07020;
}

.rc-avail.no {
  color: #e63535;
}

.rc-avail i {
  font-size: 8px;
}

.btn-rent {
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  transition: background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-rent:hover {
  background: #b8935a;
}

.rental-card.featured .btn-rent {
  background: #C9A96E;
}

.rental-card.featured .btn-rent:hover {
  background: #C9Ab8935a96E;
}



/*--------------------------------------------------------------
# ESHOP
--------------------------------------------------------------*/
/* SIDEBAR */
.sidebar {
  padding-right: 20px;
}

.sidebar-title {
  font-family: "Teko", sans-serif;
  letter-spacing: .1em;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
}

.cat-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.cat-list li a {
  display: block;
  padding: 7px 10px;
  font-size: 12px;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .15s, background .15s;
  border-left: 2px solid #00000000;
}

.cat-list li a:hover {
  color: #dbbd7f;
  border-left-color: #dbbd7f;
}

.cat-list li.active a {
  background: #1d1d1d;
  color: #fff;
  border-left-color: #dbbd7f;
  font-weight: 700;
}

.help-box {
  background: #1d1d1d;
  color: #fff;
  padding: 20px;
  margin-top: 4px;
  border-radius: 5px;
}

.help-box h6 {
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #fff;
}

.help-box p {
  font-size: 14px;
  color: #aeaeae;
  line-height: 1.55;
  margin-bottom: 10px;
}

.help-box a {
  color: #dbbd7f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.pgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

/*--------------------------------------------------------------
# ESHOP (SIDEBAR + PGRID) — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – Velký tablet / malý desktop ─────────────────── */
@media (max-width: 1199px) {
  .sidebar {
    padding-right: 14px;
  }

  .sidebar-title {
    font-size: 14px;
  }

  .cat-list li a {
    font-size: 11px;
    padding: 6px 9px;
  }

  .help-box {
    padding: 17px;
  }

  .help-box h6 {
    font-size: 16px;
  }

  .help-box p,
  .help-box a {
    font-size: 13px;
  }

  /* Grid — 3 sloupce, trochu menší gap */
  .pgrid {
    gap: 12px;
  }
}

/* ── 991px – Tablet ───────────────────────────────────────── */
@media (max-width: 991px) {
  .sidebar {
    padding-right: 0;
  }

  .sidebar-title {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: .08em;
  }

  .cat-list {
    margin-bottom: 18px;
    /* Scrollovatelný horizontální seznam — sidebar se stohuje nad gridem */
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }

  .cat-list li a {
    font-size: 11px;
    padding: 5px 10px;
    border-left: none;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
  }

  .cat-list li a:hover {
    border-left-color: transparent;
    border-bottom-color: #dbbd7f;
  }

  .cat-list li.active a {
    border-left-color: transparent;
    border-bottom-color: #dbbd7f;
  }

  .help-box {
    padding: 14px;
    border-radius: 4px;
  }

  .help-box h6 {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .help-box p,
  .help-box a {
    font-size: 12px;
  }

  .help-box p {
    margin-bottom: 7px;
  }

  /* Grid — 3 sloupce zachovat */
  .pgrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

/* ── 768px – Tablet na výšku (horní hranice) ─────────────── */
@media (max-width: 768px) {
  .cat-list li a {
    font-size: 10px;
    padding: 5px 9px;
  }

  .help-box {
    padding: 13px;
  }

  .help-box h6 {
    font-size: 13px;
  }

  .help-box p,
  .help-box a {
    font-size: 12px;
  }

  /* Grid — 2 sloupce */
  .pgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* ── 767px – Mobilní breakpoint ──────────────────────────── */
@media (max-width: 767px) {
  .sidebar {
    margin-bottom: 20px;
  }

  .sidebar-title {
    font-size: 13px;
    margin-bottom: 8px;
  }

  /* Kategorie — horizontálně scrollovatelný pás */
  .cat-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
    margin-bottom: 14px;
    gap: 5px;
  }

  .cat-list::-webkit-scrollbar {
    display: none;
  }

  .cat-list li {
    flex-shrink: 0;
  }

  .cat-list li a {
    font-size: 10px;
    padding: 5px 11px;
    border: 1px solid #ddd;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    display: inline-block;
  }

  .cat-list li a:hover {
    border-color: #dbbd7f;
  }

  .cat-list li.active a {
    border-color: #dbbd7f;
    background: #1d1d1d;
    color: #fff;
  }

  .help-box {
    padding: 14px 16px;
    border-radius: 4px;
    margin-top: 2px;
  }

  .help-box h6 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .help-box p {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .help-box a {
    font-size: 13px;
  }

  /* Grid — 2 sloupce */
  .pgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .sidebar {
    margin-bottom: 16px;
  }

  .cat-list {
    gap: 4px;
    margin-bottom: 12px;
  }

  .cat-list li a {
    font-size: 10px;
    padding: 4px 9px;
  }

  .help-box {
    padding: 12px 14px;
  }

  .help-box h6 {
    font-size: 13px;
  }

  .help-box p,
  .help-box a {
    font-size: 11px;
  }

  /* Grid — 2 sloupce, menší gap */
  .pgrid {
    gap: 8px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .sidebar {
    margin-bottom: 14px;
  }

  .sidebar-title {
    font-size: 12px;
    letter-spacing: .07em;
    margin-bottom: 7px;
  }

  .cat-list {
    gap: 4px;
    margin-bottom: 11px;
  }

  .cat-list li a {
    font-size: 9px;
    padding: 4px 8px;
    letter-spacing: .02em;
  }

  .help-box {
    padding: 11px 13px;
    border-radius: 4px;
  }

  .help-box h6 {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .help-box p {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 6px;
  }

  .help-box a {
    font-size: 11px;
  }

  /* Grid — 2 sloupce */
  .pgrid {
    gap: 7px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .sidebar-title {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .cat-list {
    gap: 3px;
    margin-bottom: 10px;
  }

  .cat-list li a {
    font-size: 9px;
    padding: 4px 7px;
  }

  .help-box {
    padding: 10px 12px;
  }

  .help-box h6 {
    font-size: 12px;
  }

  .help-box p,
  .help-box a {
    font-size: 11px;
  }

  /* Grid — 2 sloupce */
  .pgrid {
    gap: 6px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .sidebar {
    margin-bottom: 12px;
  }

  .sidebar-title {
    font-size: 11px;
    letter-spacing: .06em;
    margin-bottom: 5px;
  }

  .cat-list {
    gap: 3px;
    margin-bottom: 8px;
  }

  .cat-list li a {
    font-size: 8px;
    padding: 3px 6px;
    letter-spacing: .01em;
  }

  .help-box {
    padding: 9px 11px;
    border-radius: 3px;
  }

  .help-box h6 {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .help-box p {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .help-box a {
    font-size: 10px;
  }

  /* Grid — 1 sloupec na nejmenším zařízení */
  .pgrid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/*--------------------------------------------------------------
# DETAIL PRODUKTU - KE STAZENI
--------------------------------------------------------------*/
/* === ZÁKLAD OBSAHU === */
.product-tab-inner {
  font-size: 16px;
  line-height: 1.75;
  color: #1a1a1a;
}

/* === H1 === */
.product-tab-inner h1 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 25px;
}

/* === NADPISY (strong jako sekce) === */
.product-tab-inner strong {
  display: block;
  font-size: 22px;
  margin: 40px 0 10px;
  font-weight: 700;
}

/* === ODSTAVCE === */
.product-tab-inner p {
  margin-bottom: 15px;
}

/* === SEZNAMY === */
.product-tab-inner ul {
  padding-left: 0;
  margin: 15px 0 25px;
  list-style: none;
}

.product-tab-inner ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

/* custom bullet */
.product-tab-inner ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #c7a34b;
  /* gold */
  font-weight: bold;
}

/* === OBRÁZKY (caption) === */
.wp-caption {
  max-width: 320px;
  font-size: 13px;
  color: #777;
}

.wp-caption img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* RIGHT IMAGE */
.wp-caption.alignright {
  float: right;
  margin: 5px 0 25px 30px;
}

/* LEFT IMAGE */
.wp-caption.alignleft {
  float: left;
  margin: 5px 30px 25px 0;
}

/* CENTER */
.wp-caption.aligncenter {
  float: none;
  margin: 40px auto;
  text-align: center;
}

/* CLEAR */
.product-tab-inner::after {
  content: "";
  display: block;
  clear: both;
}

/* === TABULKA === */
.product-tab-inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.product-tab-inner table thead {
  background: #f5f5f5;
}

.product-tab-inner table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}

.product-tab-inner table tr:last-child td {
  border-bottom: none;
}

/* první sloupec */
.product-tab-inner table td:first-child {
  font-weight: 600;
  width: 40%;
}

/* === SEKCIONÁLNÍ ODSTUPY === */
.product-tab-inner strong+p,
.product-tab-inner strong+ul {
  margin-top: 10px;
}

/* === MOBILE === */
@media (max-width: 768px) {

  .wp-caption.alignright,
  .wp-caption.alignleft {
    float: none;
    margin: 20px 0;
    max-width: 100%;
  }

  .product-tab-inner h1 {
    font-size: 24px;
  }

  .product-tab-inner strong {
    font-size: 18px;
  }
}


/*--------------------------------------------------------------
# HLASKA
--------------------------------------------------------------*/
.woocommerce-message {
  display: none !important;
}

.wc-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #111;
  color: #fff;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  z-index: 9999;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: all 0.3s ease;
}

.wc-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.wc-toast a {
  color: #fff;
  text-decoration: underline;
  margin-left: 10px;
}

/*--------------------------------------------------------------
# HLÁŠKA (WC-TOAST) — RESPONSIVE BREAKPOINTS
# Pokrývá: 1199px, 991px, 768px, 767px, 601px, 425px, 375px, 320px
--------------------------------------------------------------*/

/* ── 1199px – 768px – Beze změny ─────────────────────────── */
/* Toast je fixed overlay, na větších zařízeních funguje base CSS. */

/* ── 767px – Mobilní breakpoint ──────────────────────────── */
@media (max-width: 767px) {

  /* Na mobilu toast přes celou šířku dole */
  .wc-toast {
    top: auto;
    bottom: 16px;
    right: 12px;
    left: 12px;
    border-radius: 6px;
    font-size: 13px;
    padding: 14px 16px;
  }
}

/* ── 601px – Velký telefon (naležato) ────────────────────── */
@media (max-width: 601px) {
  .wc-toast {
    bottom: 12px;
    right: 10px;
    left: 10px;
    font-size: 13px;
    padding: 13px 14px;
  }
}

/* ── 425px – Střední telefon ─────────────────────────────── */
@media (max-width: 425px) {
  .wc-toast {
    bottom: 10px;
    right: 8px;
    left: 8px;
    font-size: 12px;
    padding: 12px 13px;
    border-radius: 5px;
  }

  .wc-toast a {
    margin-left: 8px;
    font-size: 12px;
  }
}

/* ── 375px – iPhone SE / standardní iPhone ───────────────── */
@media (max-width: 375px) {
  .wc-toast {
    bottom: 10px;
    right: 8px;
    left: 8px;
    font-size: 12px;
    padding: 11px 12px;
    border-radius: 5px;
  }

  .wc-toast a {
    margin-left: 7px;
    font-size: 12px;
  }
}

/* ── 320px – Nejmenší zařízení (iPhone 5 / Galaxy Fold) ───── */
@media (max-width: 320px) {
  .wc-toast {
    bottom: 8px;
    right: 6px;
    left: 6px;
    font-size: 11px;
    padding: 10px 11px;
    border-radius: 4px;
  }

  .wc-toast a {
    margin-left: 6px;
    font-size: 11px;
  }
}

/*--------------------------------------------------------------
# VELKOOBCHOD
--------------------------------------------------------------*/
/* ── BENEFITS ── */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #fcf5e5;
  border: 1px solid #dbbd7f;
  margin-top: 52px;
}

.benefit-item {
  background: #fff;
  padding: 32px 28px;
  transition: background .2s;
  position: relative;
  overflow: hidden;
}

.benefit-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #dbbd7f;
  transform: scaleX(0);
  transition: transform .3s;
  transform-origin: left;
}

.benefit-item:hover {
  background: #fdf9f3;
}

.benefit-item:hover::before {
  transform: scaleX(1);
}

.bi-num {
  font-family: 'Teko', sans-serif;
  font-size: 52px;
  font-weight: 800;
  font-style: italic;
  color: rgba(0, 0, 0, .06);
  line-height: 1;
  margin-bottom: 12px;
  transition: color .2s;
}

.benefit-item:hover .bi-num {
  color: rgba(201, 169, 110, .2);
}

.bi-icon {
  font-size: 22px;
  color: #dbbd7f;
  margin-bottom: 12px;
}

.bi-title {
  font-family: 'Teko', sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 8px;
}

.bi-desc {
  font-size: 14px;
  color: #0d0d0d;
  line-height: 1.6;
  margin-bottom: 14px;
}

/* ── REQUIREMENTS ── */
.req-section {
  background-color: #1a1a1a;
}

.req-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgb(39 39 39);
  margin-top: 48px;
}

.req-item {
  background: rgb(39 39 39);
  padding: 28px;
  transition: background .2s;
}

.req-item:hover {
  background: rgba(255, 255, 255, .06);
}

.ri-icon {
  width: 40px;
  height: 40px;
  background: rgb(252 245 229);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.ri-icon i {
  color: #dbbd7f;
  font-size: 16px;
}

.ri-title {
  font-family: 'Teko', sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}

.ri-desc {
  font-size: 14px;
  color: #747474;
  line-height: 1.6;
  margin-bottom: 14px;
}


/* FAQ */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 0;
}

.faq-item {
  border: 1px solid #dbbd7f;
  background: #fff;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  transition: background .15s;
  gap: 12px;
  border: none;
  background: #fff;
  width: 100%;
  text-align: left;
  font-family: 'Teko', sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0d0d0d;
}

.faq-q:hover {
  background: #c9a96e;
}

.faq-q.open {
  background: #fdf9f3;
  color: #c9a96e;
}

.fq-ico {
  width: 22px;
  height: 22px;
  border: 1px solid #c9a96e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #0d0d0d;
  transition: all .2s;
  flex-shrink: 0;
}

.faq-q.open .fq-ico {
  background: #c9a96e;
  color: #fff;
  border-color: #c9a96e;
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 20px;
  font-size: 12px;
  color: #555;
  line-height: 1.75;
}

.faq-a.open {
  max-height: 250px;
  padding: 5px 20px 16px;
  font-size: 14px;
  color: #0d0d0d;
  line-height: 1.6;
}


/* PARTNEREM SE STAN */
section.partner-bg {
  background-color: #c9a96e;
}

.partner-bg button i {
  padding-right: 10px;
}

/*--------------------------------------------------------------
# PROMO A VIDEA
--------------------------------------------------------------*/
.page-content iframe {
  height: 350px;
}


/*--------------------------------------------------------------
# PUJCOVNA
--------------------------------------------------------------*/
/* ── Booking Modal ─────────────────────────────────────────── */
.booking-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
}

.booking-modal {
  background: #fff;
  border-radius: 12px;
  padding: 36px 32px;
  max-width: 560px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
}

.booking-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #555;
  line-height: 1;
}

.booking-title {
  margin: 0 0 12px;
  font-size: 22px;
}

.booking-product-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.booking-price-badge {
  background: #f0a500;
  color: #fff;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 14px;
}

.booking-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.booking-fields label {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 600;
  gap: 5px;
}

.booking-fields label.full {
  grid-column: 1 / -1;
}

.booking-fields input,
.booking-fields textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 9px 12px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color .2s;
}

.booking-fields input:focus,
.booking-fields textarea:focus {
  outline: none;
  border-color: #f0a500;
}

.req {
  color: #e02020;
}

.booking-total {
  margin-top: 14px;
  background: #fef7e7;
  border: 1px solid #f0a500;
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 15px;
  color: #b07000;
}

.booking-msg {
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
}

.booking-msg.success {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

.booking-msg.error {
  background: #fdecea;
  color: #c62828;
  border: 1px solid #ef9a9a;
}

.booking-submit {
  margin-top: 18px;
  width: 100%;
  justify-content: center;
}

.btn-rent.disabled {
  opacity: .5;
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .booking-fields {
    grid-template-columns: 1fr;
  }

  .booking-modal {
    padding: 24px 18px;
  }
}

/*--------------------------------------------------------------
# NAS PRIBEH
--------------------------------------------------------------*/
.article-body {
    max-width: 780px;
}
.article-layout {
    padding: 40px 0 60px;
}

/* â”€â”€ SIDEBAR â”€â”€ */
.sidebar {}

.sidebar-widget {
  border: 1px solid #e0e0e0;
  margin-bottom: 24px;
  overflow: hidden;
}

.sw-head {background: #1d1d1d;padding: 25px;display: flex;align-items: center;gap: 14px;border-radius: 5px;font-family: 'Teko', sans-serif;font-size: 22px;font-weight: 800;text-transform: uppercase;color: #fff;line-height: 1;justify-content: center;}

.sw-body {
  padding: 16px;
}

/* Quick links */
.quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-links li {
  border-bottom: 1px solid var(--border);
  padding: 0;
}

.quick-links li:last-child {
  border-bottom: none;
}

.quick-links li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  font-size: 13px;
  color: #1a1a1a;
  font-weight: 500;
  transition: color .15s;
}

.quick-links li a:hover {
  color: #c9a96e;
}

.quick-links li a i {
  color: #c9a96e
  font-size: 11px;
  flex-shrink: 0;
}

/* CTA box */
.cta-box {
  background: #dbbd7f;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
}

.cta-box h4 {
    font-family: 'Teko', sans-serif;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}

.cta-box p {
  font-size: 15px;
  color: rgba(255, 255, 255, .85);
  line-height: 1.55;
  margin-bottom: 14px;
}

.btn-cta-box {
    background: #0d0d0d;
    color: #fff;
    border: none;
    padding: 15px 35px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 5px;
  width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Readex Pro', sans-serif;
    text-decoration: none;
    transition: background .2s;
    display: inline-block;
}

.btn-cta-box:hover {
  background: #b2955a;
  color: #fff;
}

/* Stats widget */
.stats-widget {
  background: #dddddd;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #ddd;
  background-color: #f9fafb;
  border-radius: 0 0 5px 5px;
}

.sw-stat {
  background: #f9fafb;
  padding: 14px;
  text-align: center;
}

.sw-stat-num {
    font-family: 'Teko', sans-serif;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1d1d1d;
    line-height: 1;
}

.sw-stat-lbl {
    font-size: 15px;
    color: #0d0d0d;
    line-height: 1.6;
    margin: 0;
}