body {
	color: #333;
}

.content-inner {
	max-width: none !important;
}

/* Custom slider místo select */
.custom-slider-wrapper {
    width: 100%;
    margin: 14px 0 18px 0;
    box-sizing: border-box;
}

/* Řádek: název parametru + hodnota vlevo vedle sebe */
.custom-slider-header {
    font-size: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 10px;
}

.custom-slider-param-name {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #333;
}

.custom-slider-value {
    font-weight: 700;
    color: #333;
    line-height: 1;
}

/* Wrapper pro track + kartonové příruby – flex řádek */
.custom-slider-track-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Kartonové příruby – flex položky vedle tracku, vyčnívají výškou */
.custom-slider-track-wrapper::before,
.custom-slider-track-wrapper::after {
    content: '';
    flex-shrink: 0;
    width: 10px;
    height: 20px;
    background: linear-gradient(
        to bottom,
        #d4ae78 0%,
        #c49858 55%,
        #a87c3c 100%
    );
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(255,255,255,0.3), 0 1px 4px rgba(0,0,0,0.25);
}

/* Track – válcová páska, pill tvar */
.custom-slider {
    -webkit-appearance: none;
    appearance: none;
    flex: 1;
    min-width: 0;
    height: 30px;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    border: 1px solid #aaa;
    background:
        linear-gradient(
            to bottom,
            #ffffff 0%,
            #f0f0f0 40%,
            #e0e0e0 100%
        );
    box-shadow:
        inset 0 3px 7px rgba(0,0,0,0.2),
        0 1px 3px rgba(0,0,0,0.12);
}

/* Pravítko – přesně pod sliderem (bez přírub) */
.custom-slider-ruler {
    position: relative;
    width: calc(100% - 20px);
    margin: 6px 10px 0;
    height: 14px;
}

.custom-slider-ruler::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ccc;
}

.csr-tick {
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 5px;
    background: #bbb;
    transform: translateX(-50%);
}

.csr-tick.csr-mid {
    height: 8px;
    background: #aaa;
}

.csr-tick.csr-major {
    height: 12px;
    background: #888;
    width: 1px;
}

/* Thumb – čepel / nůž na pásku */
.custom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 38px;
    cursor: pointer;
    background: linear-gradient(
        160deg,
        #f25040 0%,
        #ec3120 45%,
        #a01810 100%
    );
    clip-path: polygon(
        20% 0%, 80% 0%,
        95% 5%, 95% 58%,
        100% 65%, 85% 72%,
        100% 79%, 85% 86%,
        100% 93%, 75% 100%,
        25% 100%, 0% 93%,
        15% 86%, 0% 79%,
        15% 72%, 0% 65%,
        5% 58%, 5% 5%
    );
    box-shadow: 0 3px 8px rgba(0,0,0,0.45);
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
}

.custom-slider::-moz-range-thumb {
    width: 18px;
    height: 38px;
    border: none;
    cursor: pointer;
    background: linear-gradient(
        160deg,
        #f25040 0%,
        #ec3120 45%,
        #a01810 100%
    );
    clip-path: polygon(
        20% 0%, 80% 0%,
        95% 5%, 95% 58%,
        100% 65%, 85% 72%,
        100% 79%, 85% 86%,
        100% 93%, 75% 100%,
        25% 100%, 0% 93%,
        15% 86%, 0% 79%,
        15% 72%, 0% 65%,
        5% 58%, 5% 5%
    );
    box-shadow: 0 3px 8px rgba(0,0,0,0.45);
}

[data-testid="productCardDescr"] a {
	color: rgb(118, 118, 118) !important;
}

[data-testid="productCardDescr"] a::after {
	display: none !important;
}

/* Subcategories with-image – title nahoře, obrázek dole, box shadow bez borderu */
.subcategories.with-image li a {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	border: none !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
	border-radius: 4px;
	overflow: hidden;
	height: auto !important;
	transition: box-shadow 0.2s ease;
}

.subcategories.with-image li a::before {
	display: none !important;
}

.subcategories.with-image li a:hover {
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18) !important;
}

.subcategories.with-image .text {
	width: 100% !important;
	padding: 10px 12px 8px !important;
	font-weight: 600;
	text-align: center !important;
	box-sizing: border-box;
	min-height: 5em;
	display: flex !important;
	align-items: top;
	justify-content: center;
}

.subcategories.with-image .image {
	width: 100% !important;
	flex-shrink: 0;
}

.subcategories.with-image .image img {
	width: 140px !important;
	height: 100px !important;
	max-height: none !important;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.subcategories li a {
	padding: 0 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #333 !important;
}

table {
	width: 100% !important;
}


/* ----------------------------------------------------------------------
    Header
	-------------------------------------------------------------------------*/

@media (min-width: 768px) {

.header-top>div {
	flex: none;
}

.header-top>div:first-child {
	width: 30%;
}

#header .site-name a {
	display: inline;
}

#header .search {
	width: 40%;
/*	padding: 0 40px;*/
}

.header-top>div:last-child {
	max-height: 50px;
	text-align: right;
	width: 30%;
}

.header-top {
	margin: 0 -20px;

}

.top-navigation-bar .container>div {
	margin-left: -20px;
	margin-right: -20px;
}

.top-navigation-menu {

}

#header .site-name a img {
	max-height: 50px;
}

#header .cart-count {
    padding: 10px 14px;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
    transition: background 0.15s;
}

#header .cart-count:hover {
    background: none !important;
    color: #ec3120 !important;
    text-decoration: none;
}

#header .cart-count .cart-price {
    font-weight: 700;
    font-size: 14px;
}

/* Login tlačítko přesunuté do hlavního headeru */
.navigation-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}


.navigation-buttons .header-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    background: none;
    border: none;
    font-size: 14px;
    padding: 10px 14px;
    cursor: pointer;
    text-decoration: none;
}

.navigation-buttons .header-login-btn::before {
    content: '\e922';
    font-family: shoptet !important;
    font-size: 26px;
    line-height: 1;
}
/*
.navigation-buttons .header-login-btn::after {
    content: '|';
    margin-left: 14px;
    color: #ccc;
    font-weight: 300;
}
*/
.navigation-buttons .header-login-btn:hover {
    background: none;
    color: #ec3120;
    text-decoration: none;
}

.navigation-buttons .header-login-btn span {
    font-weight: 700;
    text-transform: uppercase;
}

/* Skryje text prázdného košíku v hlavičce */
.cart-empty-text {
    display: none !important;
}

#header .compact-form .btn {
    height: 45px;
    border-radius: 0px 3px 3px 0px;
    background: #fff !important;
    border: 1px solid #919191 !important;
    color: #333 !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

#header .compact-form .btn::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

#header .compact-form .btn:hover {
    background: #f0f0f0 !important;
    border-color: #919191 !important;
    color: #333 !important;
}

input[type="search"].form-control {
	height: 45px;
}

.header-top .btn.cart-count {
	font-weight: 300;
}

.header-top .btn.cart-count::before {
	margin-right: 15px;
	font-size: 25px;
}

#navigation {
	height: 45px;
	border-radius: 3px;
	border: 1px solid #ddd;
	background-image: linear-gradient(to bottom, #ec3120, #c12c2c);
}
/*
.navigation-in>ul>li {
	border-left: none !important;
}
*/

.navigation-in>ul>li>a {
	padding: 15px !important;
}

.navigation-in ul li a:hover {
	margin: 0;
}

.navigation-in>ul>li.exp>a, .navigation-in>ul>li>a:hover {
	
}

.navigation-in>ul>li.ext.exp>a{
	margin: 0;
}


.navigation-in ul.menu-level-2 {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;	
}

.navigation-in ul.menu-level-2 a {
	text-transform: uppercase;
	color: #333;
}

.navigation-in .has-third-level div > ul a {
	color: #333;
}

.navigation-in {
	background-color: transparent;
}

.navigation-in ul li a b {
	text-transform: uppercase;
	font-weight: 700;
}

.navigation-in>ul>li {
	border-left-width: 0;
}

.navigation-buttons a[data-target="cart"] {
	color: #333;
}

} /* END @media (min-width: 768px) */



/* === Globální pravidla – platí na všech velikostech === */

/* Skrýt přihlášení z horní lišty všude (desktop má klon v headeru, mobil má ikonu v responsive-tools) */
.top-navigation-tools .top-nav-button-login {
    display: none !important;
}

/* === Desktop: tools jsou prázdné – skolabovat, menu dostane místo === */
@media (min-width: 992px) {
    .top-navigation-tools {
        flex: 0 0 0 !important;
        width: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        min-width: 0 !important;
    }
    .top-navigation-bar .container > div:not(:first-child):not(:last-child) {
        flex: 1 1 auto !important;
        width: auto !important;
    }
    .top-navigation-bar-menu,
    .top-navigation-bar-menu-helper {
        text-transform: none !important;
    }
    .top-navigation-bar-menu {
        text-align: right !important;
        justify-content: flex-end !important;
    }
}

/* Top navigation bar menu */
.top-navigation-bar-menu li a,
.top-navigation-bar-menu-helper li a {
    padding: 4px 10px;
}

.top-navigation-bar-menu li::before {
    color: #dddddd;
}

/* Ikona telefonu v top-navigation-contacts */
.top-navigation-contacts a.project-phone::before {
    content: "\e92b" !important;
}

/* Focus-visible outline odstranit */
:focus-visible,
[tabindex="0"]:focus-visible,
input:focus-visible,
input[type=checkbox].focus-visible+label,
input[type=checkbox]:focus-visible+label,
input[type=radio].focus-visible+label,
input[type=radio]:focus-visible+label,
label:has(input[type=radio].focus-visible),
label:has(input[type=radio]:focus-visible),
select:focus-visible,
textarea:focus-visible {
    outline-width: 0px !important;
}

/* Ikona košíku – platí na všech zařízeních */
.btn.cart-count::before, a.btn.cart-count::before {
    content: '\e935' !important;
    font-family: shoptet !important;
}

 /* ----------------------------------------------------------------------
    Content
	-------------------------------------------------------------------------*/
 /* 
.content {
	padding-left: 0;
	padding-right: 0;
}
	*/
	
.carousel-inner {
	border-radius: 3px;
}
	
.homepage-box {
	border-top: none;
	border-bottom-width: 0;
	background-color: #fff;
}

.p-short-description a img{
	border-radius: 3px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
	overflow: hidden;
	transition: box-shadow 0.2s ease;
}

.products-block.products .p .price strong, .products-block.products .p .price span {
	font-size: 2em;
}

.btn.btn-primary, a.btn.btn-primary {
	border-radius: 3px;
}

.p-cart{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.price-additional, .price-measure {
	color: #333;
	padding-top: 5px;
	
}
.p-info-wrapper .add-to-cart { 
	align-items: baseline !important;
}

.p-info-wrapper .price-final { 
	font-size: 35px;
}


.quantity {
	background-color: #fff;
}

.category-perex.empty-content { 
	display: none;
}

/*.p-info-wrapper p a { 
	display: none;
}*/

.p-info-wrapper .price-final { 
	font-size: 35px;
}

.p-info-wrapper .extended-description { 
	border-top: 1px #ddd solid;
	padding-top: 10px;
}

.p-info-wrapper .extended-description h3{ 
	display: none;
}

.p-info-wrapper .extended-description th{ 
	color: #333;
	padding-right: 0;
}

.p-info-wrapper .extended-description td{ 
	padding-bottom: 3px;
	font-weight: 700;
}

.social-buttons-wrapper{
	display: none;
}

/* === Soubory pod parametry === */
.p-files-section {
    display: block;
    clear: both;
    width: 100%;
    flex-basis: 100%;
    margin-top: 16px;
}
.p-files-heading {
    margin: 16px 0 8px 0;
}
.p-files-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.p-files-section li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.p-files-section a {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}
.p-files-section a img,
.p-files-section a .file-icon,
.p-files-section a [class*="icon"] {
    width: 32px !important;
    height: 32px !important;
}

/* === Podobné produkty – zarovnání === */
.products-alternative-heading {
    margin: 24px 0 12px 0 !important;
    padding: 0 0 0 1em !important;
}

.products-alternative-section .p,
.products-alternative-section .p * {
    text-align: left !important;
}

.products-alternative-section .p-image,
.products-alternative-section .p-image a {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
}

.products-alternative-section .p-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
}

.products-alternative-section .p-top,
.products-alternative-section .p-bottom,
.products-alternative-section .p-name,
.products-alternative-section .name,
.products-alternative-section .price,
.products-alternative-section .p-price,
.products-alternative-section .availability {
    text-align: left !important;
    justify-content: flex-start !important;
}

.external-fonts-loaded h1, .external-fonts-loaded h2, .external-fonts-loaded h3, .external-fonts-loaded h4, .external-fonts-loaded h5, .external-fonts-loaded h6, .external-fonts-loaded .h1, .external-fonts-loaded .h2, .external-fonts-loaded .h3, .external-fonts-loaded .h4, .external-fonts-loaded .h5, .external-fonts-loaded .h6, .external-fonts-loaded .cart-table .main-link, .external-fonts-loaded .cart-related-name, .blank-mode h1, .blank-mode h2, .blank-mode h3, .blank-mode h4, .blank-mode h5, .blank-mode h6, .blank-mode .h1, .blank-mode .h2, .blank-mode .h3, .blank-mode .h4, .blank-mode .h5, .blank-mode .h6, .blank-mode .cart-table .main-link, .blank-mode .cart-related-name {
	text-transform: uppercase;
	font-weight: 700;
}

.subcategories li a {
	color: #333;
	text-transform: uppercase;
}

.extended-description a {
	color: #333;
}

.custom-footer {
	padding-left: 0;
}
#footer .site-name {
	display: none;
}

#footer .contact-box a, #footer .password-helper a, #footer .news-item-widget a, #footer ul a {
	color: #333;
}

.custom-footer, .footer-bottom {
	background: linear-gradient(to right, rgb(221, 221, 221), rgb(251, 251, 251) 50%, rgb(221, 221, 221)) !important;
}

.custom-footer>div.extended {
	width: 25%;
}

@media (max-width: 991px) {
	.custom-footer>div.extended {
		width: 100%;
	}
}

.custom-footer, .footer-bottom li{
	color: #333 !important;
}

.products-block.products .p .name {
	color: #333 !important;
	font-weight: 700;
}

.custom-footer h4 {
	color: #333 !important;
}

.footer-contact-list {
	list-style: none;
	padding-left: 0;
}

.footer-contact-list li {
	display: flex;
	align-items: end;
	flex-wrap: wrap;
	margin-bottom: 6px;
}

.footer-contact-phone::before {
	font-family: "shoptet";
	content: "\e92b";
	font-size: 2rem;
	margin-right: 8px;
	vertical-align: middle;
}

.footer-contact-email::before {
	font-family: "shoptet";
	content: "\e924";
	font-size: 2rem;
	margin-right: 8px;
	vertical-align: middle;
}

.footer-contact-phone a {
	font-weight: 700;
	font-size: 2.2rem;
}

.footer-contact-label {
	width: 100%;
	padding-left: 2.8rem;
}

.footer-contact-email a {
	font-size: 2.2rem;
	font-weight: 700;
}

.copyright {
	color: #333 !important;
}

footer {
	display: block;
	background: #ddd;
	margin-top:20px;
}

.custom-col-padding {
  padding-left: 5px;
  padding-right: 5px;
}

.benefitBanner__title {
	text-transform: uppercase;;
}

.products-block .p-code {
	display: none;
}

.products-block>div {
	border: 0;
}



.products-block .p {
	padding: 1em;
}

.products-block .p-bottom .p-tools, .products-block .p-bottom .prices{
	flex-basis: 30%;
}

/* ---------------------------------------------------
   Společné styly pro všechny custom bannery
--------------------------------------------------- */
.custom-banner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2em;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
  box-sizing: border-box;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

/* ---------------------------------------------------
   Varianta světlá (light) – 01
--------------------------------------------------- */
.custom-banner-light-01 {
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 75%);
  color: #333;
}

/* ---------------------------------------------------
   Varianta tmavá (dark) – 01
--------------------------------------------------- */
.custom-banner-dark-01 {
  background: radial-gradient(circle, rgba(68, 68, 68, 1) 0%, rgba(51, 51, 51, 1) 75%);
  color: #fff;
}

/* ---------------------------------------------------
   Nadpisy uvnitř banneru
--------------------------------------------------- */
.custom-banner h1,
.custom-banner h2,
.custom-banner h3,
.custom-banner h4,
.custom-banner h5,
.custom-banner h6 {
  color: inherit !important;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.7em;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

/* ---------------------------------------------------
   Obrázky v banneru (vpravo pro 01)
--------------------------------------------------- */
.custom-banner__img {
  max-width: 75%;
  max-height: 100px;
  display: block;
  margin-top: 10px;
}

/* pokud bude obrázků víc vedle sebe */
.custom-banner__img-group {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

/* ---------------------------------------------------
   Odstavce
--------------------------------------------------- */
.custom-banner p {
  margin: 0;
  display: block;
}

/* ---------------------------------------------------
   Odkazy
--------------------------------------------------- */
.custom-banner a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}

/* ---------------------------------------------------
   Tlačítka (volitelné)
--------------------------------------------------- */
.custom-banner button {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: inherit;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.custom-banner button:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* ---------------------------------------------------
   Nové varianty banneru – obrázek vlevo, text vpravo (02)
--------------------------------------------------- */
.custom-banner-light-02,
.custom-banner-dark-02 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;  /* obrázek vlevo, text vpravo */
  gap: 12px;
  padding: 2em;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;                     /* 100% dostupné šířky */
}

.custom-banner-light-02 {
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 75%);
  color: #333;
}

.custom-banner-dark-02 {
  background: radial-gradient(circle, rgba(68, 68, 68, 1) 0%, rgba(51, 51, 51, 1) 75%);
  color: #fff;
}

/* obrázek vlevo */
.custom-banner-light-02 .custom-banner__img,
.custom-banner-dark-02 .custom-banner__img {
  max-height: 60px;
  width: auto;
  display: block;
  flex-shrink: 0;
  margin: 0;
}

/* text vedle obrázku, zarovnání doprava */
.custom-banner-light-02 > div,
.custom-banner-dark-02 > div {
  flex: 1;                        /* zabere zbytek prostoru */
  text-align: right;
}

.custom-banner-light-02 h1,
.custom-banner-light-02 h2,
.custom-banner-dark-02 h1,
.custom-banner-dark-02 h2 {
  margin: 0;
  line-height: 1.2;
  font-weight: 300;
  font-size: 1.7em;
  color: inherit;
  text-transform: uppercase;
}

.custom-banner-light-02 p,
.custom-banner-dark-02 p {
  margin: 0;
  display: block;
}

/* ---------------------------------------------------
   Responsivní úprava pro mobil (layout sloupec)
--------------------------------------------------- */
@media (max-width: 768px) {
  .custom-banner-light-02,
  .custom-banner-dark-02 {
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-banner-light-02 .custom-banner__img,
  .custom-banner-dark-02 .custom-banner__img {
    align-self: flex-start;
    margin-bottom: 10px;
  }

  .custom-banner-light-02 > div,
  .custom-banner-dark-02 > div {
    text-align: left;  /* na mobilu necháme vlevo */
  }
}

.custom-banner-link {
  display: block !important;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease; /* plynulý přechod pozadí */
}

/* Efekt při hoveru – celý banner lehce průhledný */
.custom-banner-link:hover .custom-banner {
  opacity: 0.86;           /* snížení opacity na 90% */
  transition: opacity 0.3s ease;  /* plynulý přechod */
}

/* Efekt hover pro obrázek – zvětšení */
.custom-banner-link:hover .custom-banner__img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/* ---------------------------------------------------
   O nás – foto vlevo do ztracena, obsah vpravo
--------------------------------------------------- */
.custom-banner-about {
  background:
    linear-gradient(to right, transparent 0%, transparent 25%, rgba(255,255,255,0.85) 42%, #ffffff 58%),
    url('https://adect.cz/adecteshop/DSC02131.webp') left center / auto 100% no-repeat;
  background-color: #ffffff;
  color: #333;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
  border: 1px solid #e8e8e8;
  width: 100%;
  box-sizing: border-box;
  min-height: 300px;
  align-items: flex-end;
}

.custom-banner-about__content {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.custom-banner-about .custom-banner__logo {
  max-height: 55px;
  width: auto;
  display: block;
}

.custom-banner-about h2 {
  font-size: 1.1em !important;
  font-weight: 700 !important;
  margin: 0 0 6px 0 !important;
  text-transform: uppercase;
  color: #333 !important;
  letter-spacing: 0.04em;
}

.custom-banner-about p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 !important;
  font-weight: 300;
  padding-top: 10px;
}

.custom-banner-about__intro {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  margin: 0 0 20px 0 !important;
  color: #333;
}

.custom-banner__partners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  width: 100%;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
}

.custom-banner__partner-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.92);
  border-radius: 3px;
  border: 1px solid #e8e8e8;
}

.custom-banner__partner-card p {
  font-size: 10px;
  line-height: 1.6;
  font-weight: 300;
  color: #333;
  margin: 0 !important;
}

.custom-banner__partner-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.custom-banner__partner-logo {
  max-height: 72px;
  max-width: 150px;
  width: auto;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.custom-banner__partner-card h2 {
  font-size: 1em !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em;
  margin: 0 0 3px 0 !important;
  color: #333 !important;
}

.custom-banner__partner-subtitle {
  font-size: 12px !important;
  color: #888 !important;
  font-weight: 400 !important;
  font-style: italic;
  margin: 0 !important;
}

@media (max-width: 900px) {
  .custom-banner-about {
    background:
      linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.6) 30%, #ffffff 55%),
      url('https://adect.cz/adecteshop/DSC02131.webp') center top / 100% auto no-repeat;
    align-items: flex-start;
    min-height: unset;
  }

  .custom-banner-about__content {
    width: 100%;
    margin-top: 160px;
  }

  .custom-banner__partners {
    grid-template-columns: 1fr;
  }

  .custom-banner__partner-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.btn.btn-cart, .btn.btn-conversion, a.btn.btn-cart, a.btn.btn-conversion {
	border-radius: 3px;
}




	.navigation-in>ul>li.ext>ul>li>div>a{font-size:16px;}
	.navigation-in>ul>li.ext>ul>li.has-third-level>a{padding-top:0;}
	.submenu-visible .navigation-in>ul>li.ext.exp>ul{align-items:flex-start;padding:20px 10px 20px 10px;}
	.submenu-visible .navigation-in>ul>li.ext.exp>ul>li{margin-bottom:20px;}
	.navigation-in>ul>li.ext>ul>li{align-items:flex-start;}
	.navigation-in>ul>li.ext>ul>li>div>ul{max-height:unset;}
	.navigation-in>ul>li.ext>ul>li>div>ul .more-items-trigger{display:none;}
	.navigation-in>ul>li.ext>ul>li>div>ul>li{font-size:0;display:block;margin-bottom:3px;}
	.navigation-in>ul>li.ext>ul>li>div>ul>li>a{font-size:14px;}
	.navigation-in>ul>li.ext>ul>li>a.menu-image {padding-top:0;}

/* ----------------------------------------------------------------------
   Detail produktu – název (h1) přesunut do pravého sloupce nad popis
------------------------------------------------------------------------ */
.p-info-wrapper .p-detail-info {
    padding-top: 10px;
}

.p-info-wrapper .p-detail-inner-header {
    margin-bottom: 12px;
}

.p-info-wrapper .p-detail-inner-header h1 {
    font-size: 1.6em;
    margin-top: 0 !important;
    margin-bottom: 4px !important;
}

.p-info-wrapper .p-detail-inner-header .p-code {
    font-size: 0.85em;
    color: #888;
    display: block;
    margin-bottom: 0;
}

/* ----------------------------------------------------------------------
   Carousel + boční bannery – srovnání výšky
------------------------------------------------------------------------ */
.next-to-carousel-banners {
    display: flex;
    flex-direction: column;
}

.next-to-carousel-banners .banner-wrapper {
    flex: 1;
    overflow: hidden;
}

.next-to-carousel-banners .banner-wrapper .custom-banner-link {
    display: block;
    height: 100%;
}

.next-to-carousel-banners .banner-wrapper .custom-banner {
    height: 100%;
    width: 100%;
}

/* Postupné škálování fontu v bočních bannerech – jen pro menší obrazovky */
@media (max-width: 1199px) {
    .next-to-carousel-banners .custom-banner h1 {
        font-size: 1.3rem;
    }
    .next-to-carousel-banners .custom-banner p {
        font-size: 0.9rem;
    }
}

@media (max-width: 991px) {
    .next-to-carousel-banners .custom-banner h1 {
        font-size: 1.1rem;
    }
    .next-to-carousel-banners .custom-banner p {
        font-size: 0.8rem;
    }
}

/* Mobilní header – sticky top-navigation-bar (scroll-triggered) */
@media (max-width: 991px) {
    .top-navigation-bar {
        position: relative;
    }

    .top-navigation-bar.top-nav-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    }
}

/* Mobilní header – zarovnání a barvy ikon */
@media (max-width: 991px) {
    /* Stejný padding jako obsah stránky */
    #header .container,
    .top-navigation-bar .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Tmavší barva všech ikon */
    .responsive-tools a,
    .responsive-tools .cart-count,
    .top-navigation-bar [class*="toggle-window"],
    [data-testid="hamburgerMenu"] {
        color: #333 !important;
    }

    /* Hamburger – skryjeme font ikonu, nahradíme CSS linkami */
    a[data-testid="hamburgerMenu"],
    a[data-target="navigation"].toggle-window {
        background: none !important;
        background-color: transparent !important;
        background-image: none !important;
        border: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        outline: none !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 42px !important;
        height: 42px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    /* Schovat původní font ikonu hamburgeru */
    a[data-testid="hamburgerMenu"]::before,
    a[data-target="navigation"].toggle-window::before {
        content: '' !important;
        display: block !important;
        width: 18px !important;
        height: 2px !important;
        background-color: #333 !important;
        box-shadow: 0 5px 0 #333, 0 -5px 0 #333 !important;
        font-size: 0 !important;
        border-radius: 0 !important;
    }

    /* Kontakty a nástroje – jeden flex řádek */
    .top-navigation-tools {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
    }

    .top-navigation-contacts {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Skrýt texty, nechat jen ikony */
    .top-navigation-contacts strong,
    .top-navigation-contacts a span {
        display: none !important;
    }

    /* Login button – skrytý na mobilu (má přednost před obecným pravidlem níže) */
    .top-navigation-tools .top-nav-button-login {
        display: none !important;
    }

    /* Oddělovač mezi kontakty a search */
    .top-navigation-contacts {
        border-right: 1px solid #ddd;
        margin-right: 4px !important;
        padding-right: 4px !important;
    }

    /* Sjednocený kontejner pro každou ikonu */
    .top-navigation-contacts a,
    .top-navigation-tools a:not(.top-nav-button-login),
    .top-navigation-tools button,
    .top-navigation-tools [class*="toggle-window"] {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        margin: 0 !important;
        text-decoration: none !important;
        color: #333 !important;
        font-size: 0 !important;
    }

    /* Ikona ::before – jednotná velikost a barva */
    .top-navigation-contacts a::before,
    .top-navigation-tools a:not(.top-nav-button-login)::before,
    .top-navigation-tools button::before,
    .top-navigation-tools [class*="toggle-window"]::before {
        font-size: 20px !important;
        color: #333 !important;
        line-height: 1 !important;
        display: block !important;
    }

    /* Gap mezi ikonami ve flex wrapperech */
    .top-navigation-tools {
        gap: 2px !important;
    }
    .top-navigation-contacts {
        gap: 2px !important;
    }
}

/* Mobilní košík přesunutý do responsive-tools */
@media (max-width: 991px) {
    .responsive-tools .cart-count {
        display: inline-flex;
        align-items: center;
        padding: 0 8px;
        color: #333;
        font-size: 0;
    }

    .responsive-tools .cart-count::before {
        font-size: 20px !important;
        margin-right: 0 !important;
        font-family: shoptet !important;
        content: '\e935' !important;
    }

    .responsive-tools .cart-count .cart-price {
        display: none;
    }
}

/* Mobil – sloupce se skládají pod sebe, výška volná */
@media (max-width: 767px) {
    .next-to-carousel-banners {
        height: auto !important;
    }
    .next-to-carousel-banners .banner-wrapper .custom-banner-link,
    .next-to-carousel-banners .banner-wrapper .custom-banner {
        height: auto !important;
    }
    .next-to-carousel-banners .custom-banner h1 {
        font-size: 2.8rem;
    }
    .next-to-carousel-banners .custom-banner p {
        font-size: 1.4rem;
    }
}