.btn-cart{color:#fff!important;}
.btn-conversion{color:#fff!important;}
.ordering-process .co-box.co-delivery-method h4:before {content: "\e926";}

/* --- Nadpisy --- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3 {
  color: #213363 !important;
}

/* --- Záhlaví --- */
#header .header-bottom {
  border: none;
}
.header-background-light {
  border-bottom: 2px solid #AF1C42;
}

/* --- Zápatí - pozadí a text --- */
#footer,
.footer-bottom {
  background-color: #525252 !important;
  color: #fff !important;
}
#footer p,
.footer-bottom p {
  color: #fff !important;
}
#footer ul li {
  color: #fff !important;
}
#footer a,
.footer-bottom a {
  color: #fff !important;
  text-decoration: underline;
}
#footer ul a:hover,
.footer-bottom ul a:hover {
  color: #fff !important;
  text-decoration: none;
}

/* --- Zápatí - červené nadpisy sloupců --- */
.custom-footer__contact h3.pageElement__heading span,
#footer h3.pageElement__heading span,
#footer h3 span,
.banner-wrapper h4 span {
  color: #AF1C42 !important;
}

/* --- Font --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body,
h1, h2, h3, h4, h5, h6,
#navigation,
.footer,
.btn,
input, select, textarea {
  font-family: 'Montserrat', sans-serif;
}

/* --- Barva odkazů --- */
a {
  color: #AF1C42;
}
a:hover {
  color: #8c1635;
}

/* --- Navigace --- */
#navigation a {
  color: #1a1937;
}
#navigation a:hover,
#navigation .active > a {
  color: #AF1C42;
}

/* --- Tlačítka - oblé rohy + barvy --- */
.btn {
  border-radius: 6px !important;
}
.btn-primary {
  background-color: #AF1C42 !important;
  border-color: #AF1C42 !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.btn-primary:hover {
  background-color: #8c1635 !important;
  border-color: #8c1635 !important;
  color: #fff !important;
}
.btn-default,
.btn-secondary:not(.btn-text):not(.btn-login) {
  border: 2px solid #AF1C42 !important;
  color: #AF1C42 !important;
  background-color: transparent !important;
  border-radius: 6px !important;
  font-weight: 600;
  transition: all 0.2s ease;
}
.btn-default:hover,
.btn-secondary:not(.btn-text):not(.btn-login):hover {
  background-color: #AF1C42 !important;
  color: #fff !important;
}
.page-content .btn,
.cms-content .btn {
  background-color: #AF1C42 !important;
  border-color: #AF1C42 !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: 600;
  display: inline-block;
  padding: 10px 24px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.page-content .btn:hover,
.cms-content .btn:hover {
  background-color: #8c1635 !important;
  color: #fff !important;
}

/* --- Produktové karty - oblé rohy včetně fotek --- */
.product {
  border-radius: 8px !important;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.product:hover {
  box-shadow: 0 4px 16px rgba(175, 28, 66, 0.12);
}
.product .p {
  border-radius: 8px;
  overflow: hidden;
}
.product a.image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  display: block;
}
.product a.image img {
  border-radius: 8px 8px 0 0;
  display: block;
  width: 100%;
}

/* --- Karusel --- */
.wide-carousel {
  border-radius: 10px;
  overflow: hidden !important;
}

/* --- Cena --- */
.price-final,
[class*="final-price"],
.p-final-price {
  color: #AF1C42;
  font-weight: 700;
}

/* --- Breadcrumb --- */
.breadcrumb a {
  color: #AF1C42;
}

/* --- Formuláře - focus --- */
input:focus,
select:focus,
textarea:focus {
  border-color: #AF1C42 !important;
  outline: none;
  box-shadow: 0 0 0 2px rgba(175, 28, 66, 0.15);
}

/* --- Slider banner - červený gradient overlay --- */

.wide-carousel .item > a {
  display: block;
  position: relative;
}

.wide-carousel .extended-banner-texts::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(175, 28, 66, 0.88) 0%,
    rgba(175, 28, 66, 0.55) 45%,
    rgba(175, 28, 66, 0.0) 75%
  );
  z-index: 0;
  pointer-events: none;
  border-radius: 10px;
}

.extended-banner-title,
.extended-banner-text,
.extended-banner-link {
  z-index: 1;
}

.extended-banner-title {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.extended-banner-text {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.extended-banner-link a {
  background-color: #ffffff !important;
  color: #AF1C42 !important;
  border: 2px solid #ffffff !important;
  border-radius: 6px !important;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 24px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.extended-banner-link a:hover {
  background-color: #AF1C42 !important;
  color: #ffffff !important;
}

/* --- Responsivní - tablet --- */
@media (max-width: 992px) {
  .extended-banner-title {
    font-size: 14px !important;
  }
  .extended-banner-text {
    font-size: 22px !important;
  }
  .extended-banner-link a {
    padding: 8px 18px !important;
    font-size: 14px !important;
  }
}

/* --- Responsivní - mobil --- */
@media (max-width: 640px) {
  .wide-carousel .extended-banner-texts::before {
    background: linear-gradient(
      to bottom,
      rgba(175, 28, 66, 0.80) 0%,
      rgba(175, 28, 66, 0.65) 100%
    );
  }
  .extended-banner-title {
    font-size: 12px !important;
  }
  .extended-banner-text {
    font-size: 16px !important;
  }
  .extended-banner-link a {
    padding: 6px 14px !important;
    font-size: 12px !important;
  }
}
/* --- Banner - přepozicování textů --- */

.wide-carousel .extended-banner-texts {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  padding: 0 5% 0 6% !important;
  gap: 12px !important;
  box-sizing: border-box;
}

.wide-carousel .extended-banner-title {
  position: static !important;
  width: auto !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  opacity: 0.92;
}

.wide-carousel .extended-banner-text {
  position: static !important;
  width: auto !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  max-width: 55% !important;
}

.wide-carousel .extended-banner-link {
  position: static !important;
  width: auto !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  padding: 0 !important;
  margin-top: 4px !important;
}

/* --- Responsivní - tablet --- */
@media (max-width: 992px) {
  .wide-carousel .extended-banner-text {
    font-size: 20px !important;
    max-width: 65% !important;
  }
  .wide-carousel .extended-banner-title {
    font-size: 12px !important;
  }
}

/* --- Responsivní - mobil --- */
@media (max-width: 640px) {
  .wide-carousel .extended-banner-texts {
    padding: 0 4% 0 5% !important;
    gap: 8px !important;
  }
  .wide-carousel .extended-banner-text {
    font-size: 15px !important;
    max-width: 80% !important;
  }
  .wide-carousel .extended-banner-title {
    font-size: 11px !important;
  }
  .wide-carousel .extended-banner-link a {
    padding: 6px 14px !important;
    font-size: 12px !important;
  }
}
