/* Šířka 100 % */
.content-wrapper {
	margin-left: 0px;
  width: 100%;
}

.row {
	margin-left: 0px !important;
  margin-right: 0px !important;
}

#content, .container.footer-rows {
	padding-left: 0px !important;
  padding-right: 0px !important;
}

.content-inner {
	padding-left: 20px;
  padding-right: 20px;
}

.sidebar.sidebar-left {
	margin-left: 20px !important;
}

.sidebar-indented .category-content-wrapper {
	width: calc(100% - 400px);
}

/* ==== HEADER ==== */
/* == TOP NAVIGATION BAR == */
.top-navigation-bar {
	background-color: #615B2C;
}

.top-navigation-bar-menu li a, .top-nav-button, .top-navigation-bar a, .top-navigation-menu-trigger {
  color: #D2C5B3;
}

.top-navigation-menu {
	flex: 1 1 75% !important;
}

.top-navigation-tools {
	flex: 1 1 25% !important;
}

.top-navigation-bar-menu a {
	padding: 4px 10px !important;
}

.top-navigation-bar-menu-helper li a {
	color: #615B2C !important;
}

/* == HEADER TOP == */
::placeholder, .search-input-icon::before, .navigation-buttons a[data-target=cart] {
	color: #615B2C;
}

#header .site-name a img {
	max-width: 80%;
}

/* == MENU == */
.header-bottom, #navigation {
	background-color: #615B2C;
}

.navigation-in ul li a {
	padding: 2rem 15px;
}

.navigation-in ul li a b, .menu-helper>span {
  color: #D2C5B3;
  font-weight: 400;
  font-size: 16px;
}

.navigation-in ul li:hover a b {
	font-weight: 700;
}

#navigation .menu-level-2 {
	background-color: #ECE5DC;
}

/* ==== CAROUSEL ==== */
/* == DESKTOP == */
.hero-banner {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.hero-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-banner__content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-left: 10%;
  padding-top: 110px;
  display: flex;
  align-items: flex-start;
}

/* H1 */
.hero-banner__content h1 {
   color: #FFFFFF;
}

/* Podnadpis */
.hero-banner__subtitle {
	margin-bottom: 40px !important;
  font-size: 24px !important;
  color: #FFFFFF !important;
}

/* CTA */
.btn-range, .btn-store {
	border-style: none !important;
  font-weight: 400 !important;
}

.btn-range {
  background-color: #615B2C;
  color: #D2C5B3 !important;
  margin-right: 20px;
}

.btn-store {
  background-color: #FDFCFB;
  color: #615B2C !important;
}

.btn-range:hover, .btn-store:hover {
	text-decoration: underline !important;
}

/* == MOBIL == */
@media (max-width: 768px) {
  .hero-banner {
    height: auto; /* přizpůsobení výšky */
  }

  .hero-banner__bg {
    position: relative; /* změna pozicování */
    width: 100%;
    height: auto;
    object-fit: contain; /* celý obrázek viditelný */
  }

  .hero-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
  }
}

/* ==== TOP KATEGORIE ==== */
.body-banners {
	background-color: #F5F0EC;
  padding: 45px 0;
}

.category-banners {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Celý prvek */
.category-banner {
  width: 255px;
  text-decoration: none;
  display: block;
}

/* Obrázek */
.category-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text */
.category-banner__label {
  display: block;
  background-color: #EEE5DB;
  color: #615B2C;
  text-align: center;
  padding: 12px 10px;
}

.category-banner__label:hover {
	text-decoration: underline;
  font-weight: 700;
}

/* Mobil */
@media (max-width: 768px) {
  .category-banner {
    width: calc(50% - 10px);
  }
}

/* ==== TEXT TITULNÍ STRANY ==== */
.store-section {
  display: flex;
  width: 100%;
}

/* Levá část */
.store-section__image {
  width: 50%;
}

.store-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Pravá část */
.store-section__content {
  width: 50%;
  background: url('https://cdn.doskocil.online/img/lovecky-obchod/textura.svg') center/cover no-repeat;
  display: flex;
  padding: 25px;
  flex-direction: column;
  justify-content: center;
}

.welcome-wrapper ul li:before {
	color: #615b2c;
}

/* CTA */
.store-section .btn-map {
  align-self: flex-end;
}

.btn-map {
  background-color: #615B2C;
  color: #D2C5B3 !important;
  border-style: none !important;
  font-weight: 400 !important;
  max-width: 40% !important;
}

.btn-map:hover {
	text-decoration: underline !important;
  font-weight: 700 !important;
}

/* Mobil */
@media (max-width: 768px) {
  .store-section {
    flex-direction: column-reverse; /* text na mobilu nahoře */
  }

  .store-section__image,
  .store-section__content {
    width: 100%;
  }

  .store-section__image img {
    height: auto;
  }
}

/* ==== PRODUKTY NA HP */
.homepage-group-title {
	color: #615B2C !important;
}

/* == PRODUKTOVÁ KARTA == */
/* Název */
.product-slider>.products-block>div .p .name {
	color: #615B2C;
  text-decoration: underline;
}

/* Cena */
.product-slider>.products-block>div .p .p-bottom>div .prices .price-final {
	color: #615B2C;
}

/* CTA */
.product-slider>.products-block .p-bottom>div .p-tools .btn {
	background-color: #615B2C;
  color: #D2C5B3;
}

.products-block>div .p .p-bottom>div .p-tools .btn, .products-block>div .p .p-bottom>div .p-tools .btn.btn-cart {
	font-weight: 600;
}

.btn.btn-cart:hover {
	text-decoration: underline;
}

/* Popis */
.product-slider>.products-block>div .p .p-bottom .p-desc {
	display: none;
}

/* ==== SLIDER ZNAČEK ==== */
/* wrapper */
.brands-slider {
  padding: 30px 0;
}

.brands-slider__inner {
  background: #F5F0EC;
  margin: 0 10%;
  position: relative;
  display: flex;
  align-items: center;
}

/* track */
.brands-slider__track-wrapper {
  overflow: hidden;
  width: 100%;
}

.brands-slider__track {
  display: flex;
  gap: 40px;
  align-items: center;
  transition: transform 0.4s ease;
}

/* item */
.brand-item {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.brand-item img {
  max-height: 50px;
  width: auto;
  display: block;
}

/* navigace */
.product-slider-navigation {
  background: none;
  border: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 2;
}

.navigation-prev::before,
.navigation-next::before {
  font-family: shoptet;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation-prev::before {
  content: "\e90f";
}

.navigation-next::before {
  content: "\e910";
}

/* ==== KONKURENČNÍ VÝHODY ==== */
.benefitBanner {
	max-width: 90%;
  color: #615B2C !important;
}

/* ==== PATIČKA ==== */
/* == Společné prvky */

/* Barevnost */
.footer {
	background-color: #615B2C !important;
  color: #D2C5B3;
}

#footer a {
	color: #D2C5B3 !important;
}

/* Sloupec */
.footer-col {
  display: flex;
  flex-direction: column;
}

/* Sjednocení výšky */
.footer-col__header {
  height: 45px;
  display: flex;
  align-items: center;
  font-size: 18px !important;
}

/* Logo */
.footer-col__header img {
  max-height: 100%;
  width: auto;
}

/* Obsah */
.footer-col__content {
  margin-top: 10px;
}

/* == KONTAKT == */
.custom-footer-phone::before {
	content: url('https://cdn.doskocil.online/img/lovecky-obchod/phone.svg');
  margin: 0px 15px 0px 0px;
}

.custom-footer-mail::before {
	content: url('https://cdn.doskocil.online/img/lovecky-obchod/mail.svg');
  margin: 0px 15px 0px 0px;
}

.custom-footer-address::before {
	content: url('https://cdn.doskocil.online/img/lovecky-obchod/address.svg');
  margin: 0px 15px 0px 0px;
}

/* ==== KATEGORIE * ==== */
/* Šířka */
@media (min-width: 768px) {
	category-top: max-width: 90% !important;
}

/* Sbalení podkategorií */
.subcategories-toggle {
  background: #615B2C;
  border: none;
  color: #D2C5B3;
  cursor: pointer;
  font-weight: 500;
 	padding: 5px 20px;
  display: block;
  margin: 20px auto;
  width: fit-content;
}

/* Filtrace */

	.box.box-sm.box-filters {
  	background-color: #D2C5B3;
    border-color: #707070 !important;
	}

	.filter-section {
  	background-color: #D2C5B3;
	}
  
  .ui-slider .ui-slider-range {
  	background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
  
  .filter-count {
  	background-color: transparent;
  }

#category-filter-hover .filter-section:first-child, .filter-section+.filter-section {
	border-top-color: #615B2C;
}

.ui-slider-horizontal .ui-slider-handle {
	border-radius: 20px;
}

/* ==== DETAIL PRODUKTU ==== */
/* Šířka stránky */
@media (min-width: 768px) {
	.wide .p-detail {
		margin: 0 20px;
	}
  
  /* Posunutí breadcrumbs */
	.type-product .breadcrumbs {
		width: 100%;
		margin: 0 20px;
	}
}


/* == PRODUKTOVÉ INFORMACE == */
/* Nadpis */
.p-detail-inner h1 {
	color: #615B2C;
}

/* Hodnocení & značka */
.ratings-and-brand {
	display: block !important;
}
	
.brand-wrapper {
	margin-left: 0 !important;
}

.brand-wrapper-manufacturer-name a {
	font-weight: 700;
  color: #2B2A29;
}

/* Vložení do košíku */
.p-to-cart-block {
	background-color: #F0EBE5;
}

.p-to-cart-block .p-final-price-wrapper .price-final-holder {
	color: #615B2C;
  font-weight: 700;
}

/* Podrobné informace */
.responsive-nav .shp-tabs-holder {
	background-color: #F0EBE5;
}
	
.shp-tabs-holder ul.shp-tabs {
	margin-left: 0px;
}

.active .shp-tab-link, .shp-tab-link, .shp-tab-link:hover {
	color: #615B2C;
}

/* Související a podobné */
.products-header {
	margin-bottom: 0px;
  color: #615B2C;
}

/* Flag akce */
.flag.default-variant, .flag.flag-discount {
	background-color: #615B2C;
}

/* ==== OSTATNÍ STRÁNKY ==== */
/* == ZNAČKY == */
#content .filters.visible, #footer .filters.visible, .filter-sections {
	background-color: #D2C5B3;
}

/* ==== MOBIL ==== */
@media (max-width: 767px) {
	.navigation-buttons a[data-target=navigation]:before, .navigation-buttons a[data-target=search]:before, .p-detail-inner-header-mobile .h1 {
  	color: #615B2C;
  }
  
  .navigation-in ul li a b {
  	padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #615B2C !important;
  }
  
  .banner {
  	min-height: 50px;
    margin-bottom: 0px;
  }
}
