/* 1) Mobil: cena a košík nad úvodní text na detailu produktu */
@media (max-width: 767px) {
  .type-detail .p-info-wrapper { display: flex; flex-direction: column; }
  .type-detail .p-info-wrapper > * { order: 2; }
  .type-detail .p-info-wrapper > .p-short-description { order: 3; margin-top: 16px; }
  .type-detail .p-info-wrapper > .social-buttons-wrapper { order: 4; }
  .type-detail .p-image-wrapper .p-image img { max-height: 220px; width: auto; margin: 0 auto; }
  .type-detail .p-image,
  .type-detail .p-image-wrapper { margin-bottom: 8px !important; }
}

/* 2) Čitelná tlačítka: tmavý text na oranžové (kontrast cca 10:1 místo 1,8:1) */
.btn-primary, .btn-conversion, .btn-cart, .btn-default,
.btn-primary:hover, .btn-conversion:hover, .btn-cart:hover, .btn-default:hover,
.btn-primary:focus, .btn-conversion:focus, .btn-cart:focus, .btn-default:focus {
  color: #1a1a1a !important;
}
.btn-primary *, .btn-conversion *, .btn-cart *, .btn-default * { color: inherit !important; }
.btn-primary::before, .btn-conversion::before, .btn-cart::before, .btn-default::before {
  color: #1a1a1a !important;
}

/* 3) Čitelné odkazy v obsahu: tmavší oranžová (kontrast cca 4,7:1 místo 1,8:1) */
.breadcrumbs a,
a.glossary,
a.shipping-options,
a.chevron-after,
.link-icon,
.p-detail a:not(.btn),
.p-short-description a,
.description-inner a {
  color: #a16800 !important;
}

/* 4) Menu: AKCE červeně s bílým textem (počítač i mobil) */
.navigation-in .menu-level-1 > li.menu-item-3300 > a {
  background: #d90429 !important;
  color: #fff !important;
}
.navigation-in .menu-level-1 > li.menu-item-3300 > a:hover {
  background: #b00020 !important;
}

/* 5) Menu na počítači: čitelný tmavý text ostatních položek na žluté liště */
@media (min-width: 768px) {
  .navigation-in .menu-level-1 > li:not(.splitted) > a { color: #24242e !important; }
  .navigation-in .menu-level-1 > li.menu-item-3300 > a { color: #fff !important; }
  .navigation-in .menu-level-1 > li.menu-item-5948 > a { color: #fff !important; }
}

/* 6) Menu: bez světlých linek nad a pod žlutou lištou */
header::after { border-top: 0 !important; border-bottom: 0 !important; }
header nav { border-top: 0 !important; border-bottom: 0 !important; }
