
.products-block .p-in-in a {
    color: #2e2a27;
}
.h1, .h2, .h3, .h4, .h5, .h6,
body, h1, h2, h3, h4, h5, h6 {
    color: #2e2a27 !important;
}
.p-detail-inner,
.p-detail-inner * {
    text-align: left !important;
}
.products-block .p > a{
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  overflow: hidden !important;
}
.products-block .p > a img,
.products-block .p > a img.swap-image{
  width: 100% !important;
  height: 90% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  margin: 0 !important;
}
/* === DETAIL PRODUKTU: HLAVNÍ FOTO VŽDY ČTVERCOVÁ + VYPLNĚNÁ (RESPONZIVNĚ) === */

/* 1) čtvercový rám: #wrap */
.p-detail .p-image-wrapper .p-image #wrap{
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  overflow: hidden !important;
  position: relative !important;
}

/* 2) šablona často kazí rozměr paddingem/min-height -> pryč */
.p-detail .p-image,
.p-detail .image360{
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

/* 3) klikací overlay (mousetrap) musí kopírovat rám – přebije inline height 487/649px */
.p-detail .p-image-wrapper .p-image #wrap .mousetrap{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
}

/* 4) anchor + obrázek natáhnout do čtverce + oříznout */
.p-detail .p-image-wrapper .p-image #wrap > a,
.p-detail .p-image-wrapper .p-image #wrap > a > img{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}

.p-detail .p-image-wrapper .p-image #wrap > a > img{
  object-fit: cover !important;
  object-position: center !important;
}
/* === KOŠÍK: návrat koleček do původního stavu (opraví krok 1/2) === */
ol.cart-header{
  counter-reset: steps !important;
}

ol.cart-header li a:before,
ol.cart-header li strong:before{
  content: counter(steps) !important;
  counter-increment: steps !important;
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 38px !important;
  border-radius: 50% !important;
  border: 1px solid #cfcfcf !important;
  background: #fff !important;
  margin: 0 auto 10px !important;
  text-align: center !important;
  z-index: 2 !important;
  position: relative !important;
}
/* === KOŠÍK: FIX čáry mezi kroky – nesmí záviset na span === */

/* vypni původní čáru na span, protože mizí podle HTML */
ol.cart-header li a span:after,
ol.cart-header li strong span:after{
  content: none !important;
  display: none !important;
}

/* nakresli čáru stabilně přes LI */
ol.cart-header li{
  position: relative; /* aby se li::after chytlo */
}

ol.cart-header li::after{
  content: "" !important;
  position: absolute;
  top: 20px;               /* střed kolečka (40px) */
  left: 50%;
  width: 100%;
  height: 0;
  border-top: 1px solid #cfcfcf;
  z-index: 1;
}

/* poslední krok čáru nemá */
ol.cart-header li:last-child::after{
  content: none !important;
  display: none !important;
}

/* aby čára nebyla “přes” kolečko */
ol.cart-header li a:before,
ol.cart-header li strong:before{
  position: relative;
  z-index: 2;
}
/* =========================================================
   HEADER SEARCH – UG ICON (1:1, bez zelené, bez hýbání)
========================================================= */

/* wrapper musí být relativní */
#header .search,
#header .search form,
#header #searchForm{
  position: relative !important;
}

/* samotná lupa (span.ug-search-icon) */
#header .search .ug-search-icon{
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  width: 18px !important;
  height: 18px !important;

  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;

  pointer-events: none !important;
  z-index: 10 !important;

  /* pojistky proti animacím */
  transition: none !important;
  filter: none !important;
  opacity: 1 !important;
}

/* input – fixní padding, aby se nic nehýbalo */
body #header input[type="search"].query-input.form-control.search-input.js-search-input,
#header input.search-input{
  padding-left: 44px !important; /* 16px + 18px + mezera */
  padding-right: 12px !important;
  box-sizing: border-box !important;
  width: 100% !important;

  /* žádné “cukání” */
  transition: none !important;
}

/* přebij obecné pravidlo, které ti to přepisuje na 50px */
.search-input{
  padding-left: 44px !important;
}

/* pojistka: nic NIKDY nepřebarvovat na hover/focus */
#header .search:hover .ug-search-icon,
#header .search:focus-within .ug-search-icon{
  transition: none !important;
  filter: none !important;
}
@media (min-width: 993px){
  #header .header-top .search{
    flex: 0 0 auto !important;
    width: clamp(420px, 32vw, 640px) !important; /* tvoje desktop šířka */
  }
}
@media (max-width: 992px){
  #header .header-top .search{
    flex: 1 1 auto !important;
    width: auto !important;
  }
}
.p-detail-inner .quantity input {
  text-align: center !important;
}
.category-perex ul li,
.category__secondDescription ul li,
.p-short-description ul li,
.tab-content ul li,
.welcome-wrapper ul li,
article ul li {
    font-size: 15px;
}
.subcategories li a .text {
    font-weight: 500 !important;
}
.sortingToggle {
  background-color: #ffffff;
  color: #000000;
  border: none;
  transition: color 0.3s ease;
}

.sortingToggle:hover {
  background-color: #ffffff; /* zůstává bílé */
  color: var(--color-primary);
}
.sortingToggle {
  background-color: #ffffff;
  color: #000000;
  border: none;
  transition: color 0.3s ease;
}
/* Tlačítko "Řadit podle" – vždy bílé pozadí */
.sortingToggle {
  background-color: #fff !important;
  border: none !important;
  color: #000;
  transition: color .2s ease;
}

/* Položky v dropdownu – pozadí pořád bílé, hover jen zelený text */
.listSorting__control {
  background-color: #fff !important;
  color: #000;
}

.listSorting__control:hover,
.listSorting__control:focus {
  background-color: #fff !important;
  color: var(--color-primary) !important;
}
@media (max-width: 767px){
  #carousel .extended-banner-text{
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    color: #343537 !important;
  }
}

.benefitBanner,
.benefitBanner * {
  color: #2e2a27 !important;
}
.benefitBanner.position--benefitHomepage::before,
.benefitBanner.position--benefitProduct::before,
.benefitBanner.position--benefitCategory::before {
  color: #2e2a27 !important;
}
@media (max-width: 768px) {
  .benefitBanner.position--benefitHomepage::before, 
  .benefitBanner.position--benefitProduct::before, 
  .benefitBanner.position--benefitCategory::before {
    line-height: 1.5;
  }
}

.p-image-wrapper { position: relative; }

body.type-detail #wrap .custom-gallery-prev{ left: var(--arrow-gutter) !important; }
body.type-detail #wrap .custom-gallery-next{ right: var(--arrow-gutter) !important; }

body.type-detail #wrap .custom-gallery-prev::before,
body.type-detail #wrap .custom-gallery-next::before{
  box-sizing: border-box !important;

  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: transparent !important;
  border: 2px solid var(--arrow-color) !important;
  border-radius: 999px !important;

  font-family: shoptet !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  text-decoration: none !important;
  speak: none !important;
  vertical-align: middle !important;

  font-size: 19px !important;
  line-height: 1 !important;
  color: var(--arrow-color) !important;

  text-indent: 0 !important;
  margin: 0 !important;

  position: relative !important;
  z-index: 1 !important;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.type-detail #wrap .custom-gallery-prev::before{ content:"\e90f" !important; }
body.type-detail #wrap .custom-gallery-next::before{ content:"\e910" !important; }
@media (max-width: 992px){
  body.type-detail #wrap .custom-gallery-prev,
  body.type-detail #wrap .custom-gallery-next{
    width: var(--arrow-size, 44px) !important;
    height: var(--arrow-size, 44px) !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-indent: -9999px !important;
    cursor: pointer !important;
    z-index: 999 !important;
  }
#cboxNext::after,
#cboxPrevious::after {
  background: transparent !important;
  display: none !important;
}

#cboxNext:hover::before,
#cboxPrevious:hover::before {
  color: var(--arrow-color) !important;
  background: transparent !important;
  border-color: var(--arrow-color) !important;
}

#cboxNext:hover,
#cboxPrevious:hover {
  background: transparent !important;
  background-color: transparent !important;
}
@media (max-width: 992px){
  ul.navigationActions a[data-testid="signin"]{
    display: none !important;
  }

  ul.navigationActions a[data-testid="signin"]{
    visibility: hidden !important;
  }
  ul.navigationActions a[data-testid="signin"]{
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  ul.navigationActions a[data-testid="signin"] span{
    display: none !important;
  }
}
@media (max-width: 992px) {
  ul.ug-mobile-links,
  ul.ug-mobile-links a,
  ul.ug-mobile-links li {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.0 !important;
  }
}
@media (max-width: 992px) {
  .ug-mobile-contact {
    padding: 16px 20px;
    border-top: 1px solid #efefef;
  }

  .ug-mobile-contact .header__contact {
    display: flex !important;
    align-items: center;
    gap: 12px;
  }

  .ug-mobile-contact .header__contact img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
  }
}
@media (max-width: 992px) {
  .ug-mobile-contact .header__contact__text,
  .ug-mobile-contact .header__contact__text a,
  .ug-mobile-contact .header__contact__text span,
  .ug-mobile-contact .header__contact__title {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 13px !important;
  }

  .ug-mobile-contact .tel a {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 14px !important;
  }
}
#ug-footer-logos {
  display: none !important;
}

#ug-footer-logos { display: none !important; }
}
.footer-links-icons {
    display: none !important;
}
.footer-bottom {
  font-size: 10px !important;
}
.footer-bottom * {
  font-size: 10px !important;
}
.footer-bottom .container {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 20px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}
.footer-bottom .container {
  max-width: 100% !important;
  padding: 20px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
}

#signature {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
  order: 1 !important;
}

.footer-bottom .footer-bottom__copyright {
  order: 2 !important;
}

@media (max-width: 768px) {
  .footer-bottom .container {
    flex-wrap: wrap !important;
    justify-content: center !important;
    text-align: center !important;
  }
}
.ug-footer__bottom {
  padding-bottom: 0 !important;
}

.footer-bottom {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 768px) {
  .ug-footer__top {
    align-items: flex-start !important;
    display: block !important;
  }
  
  .ug-footer__col,
  .ug-footer__col--contact {
    width: 100% !important;
    flex: none !important;
    height: auto !important;
    min-height: 0 !important;
  }
}
@media (max-width: 768px) {
  .ug-footer__col {
    margin-bottom: 28px !important;
  }
}
.ug-footer__payment-label {
    gap: 1px !important;
    margin-left: 0 !important;
}
.ug-footer__payment-label img {
    margin-right: -4px !important;
}
@media (max-width: 768px) {
  .benefitBanner__link {
    gap: 10px !important;
    align-items: flex-start !important;
  }
  
  .benefitBanner__link img,
  .benefitBanner__link svg {
    flex-shrink: 0 !important;
    width: 40px !important;
  }
}
@media (max-width: 767px) {
  .navigation-in > ul > li > a > b,
  .navigation-in > ul > li > a > span {
    padding-bottom: 0.4rem !important;
    padding-top: 0.4rem !important;
  }
  
  .navigation-in ul li a {
    padding: 0.4rem 20px !important;
  }
}
Vidím ji — je to `border-top` na `.navigation-in` nebo na `.header-bottom`. Z CSS které jste poslal dříve vidím:

```css
.navigation-in > ul > li {
  border-color: #cfcfcf;
  border-top-style: solid;
}


#navigation, .navigation-in, .header-bottom {
  border-top: none !important;
  border-bottom: none !important;
}

.navigation-in > ul > li {
  border-top: none !important;
}
#navigation .menu-level-2 {
  border-top-color: #ffffff !important;
}
#header .header-top .header__contact .opening__hours {
  margin-top: 5px !important;
}
.price-save {
    color: #cb0000;
}
@media (max-width: 480px) {
    #header .navigation-buttons a.btn-icon {
        font-size: 21px !important;
    }
}

.msg.msg-info {
    background-color: #47b972 !important;
    border-color: #3a9d5f !important;
}

.msg.msg-notice, .msg.msg-success {
    background-color: #47b972 !important;
    border-color: #3a9d5f !important;
}
#checkoutSidebar {
    position: relative !important;
    top: 0 !important;
    transition: none !important;
}
.unit-value {
    color: #000 !important;
}
/* OPRAVA POPUPU DORUČENÍ */

#colorbox:has(.shipping-options-popup) #cboxWrapper,
#colorbox:has(.shipping-options-popup) #cboxContent,
#colorbox:has(.shipping-options-popup) #cboxLoadedContent {
  width: 700px !important;
  max-width: 95vw !important;
  height: auto !important;
  max-height: none !important;
}

#colorbox:has(.shipping-options-popup) #cboxLoadedContent {
  aspect-ratio: auto !important;
  overflow: auto !important;
}
#cboxLoadedContent {
  aspect-ratio: 1 / 1;
  overflow: hidden !important;
}

#cboxWrapper,
#cboxContent,
#cboxLoadedContent{
  width: 90vmin !important;
  height: 90vmin !important;
  max-width: 90vmin !important;
  max-height: 90vmin !important;
}

#cboxWrapper,
#cboxContent,
#cboxLoadedContent{
  width: min(92vmin, 900px) !important;
  height: min(92vmin, 900px) !important;
  max-width: min(92vmin, 900px) !important;
  max-height: min(92vmin, 900px) !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}
/* OPRAVA POUZE PRO DORUCENI */
#colorbox.shipping-popup-open #cboxLoadedContent {
  aspect-ratio: auto !important;
  overflow: auto !important;
  height: auto !important;
  max-height: 80vh !important;
}

#colorbox.shipping-popup-open #cboxWrapper,
#colorbox.shipping-popup-open #cboxContent {
  height: auto !important;
  max-height: none !important;
}

#colorbox.shipping-popup-open {
  width: 700px !important;
  max-width: 95vw !important;
  height: auto !important;
}
/* DORUCENI: bile pozadi, bez sipek galerie */
#colorbox.shipping-popup-open #cboxWrapper,
#colorbox.shipping-popup-open #cboxContent,
#colorbox.shipping-popup-open #cboxLoadedContent {
  background: #fff !important;
  background-color: #fff !important;
}

#colorbox.shipping-popup-open #cboxLoadedContent {
  aspect-ratio: auto !important;
  overflow: auto !important;
  height: auto !important;
  max-height: 80vh !important;
}

#colorbox.shipping-popup-open #cboxPrevious,
#colorbox.shipping-popup-open #cboxNext {
  display: none !important;
}

#colorbox.shipping-popup-open #cboxPrevious::before,
#colorbox.shipping-popup-open #cboxNext::before,
#colorbox.shipping-popup-open #cboxPrevious::after,
#colorbox.shipping-popup-open #cboxNext::after {
  display: none !important;
  content: none !important;
}

#colorbox.shipping-popup-open #cboxWrapper,
#colorbox.shipping-popup-open #cboxContent {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

#colorbox.shipping-popup-open .shipping-options-popup {
  background: #fff !important;
  color: #2e2a27 !important;
  width: 100% !important;
}
.navigation-in ul li a[href*="vyprodej"] b {
    color: #cb0000 !important;
}
.availability-label.is-soldout{
  color: #cb0000 !important;
  font-weight: 500;
}
span.availability-amount {
    display: none;
}
