#header .site-name a img {max-height:110px;}

@media (max-width: 767px) { #header {margin-bottom: 0;}}

@media (min-width: 768px) {
    .header-top {
    height: 115px;}}

.header-top {padding-top:0px}

.top-navigation-bar {
    background-color: #fdf7eb;
    border-bottom-color: #f3e8d2;
    border-top-color: #fdf7eb;
}

.top-navigation-contacts, .top-navigation-menu {
    background-color: #fdf7eb;
}

#header {
    background-color: #ffffff;
    border-color: #ffffff;
    background-image: linear-gradient(to top, #ffffff 0%, #fdf5e8 99%, #fdf5e8 100%);
}



.navigation-buttons a[data-target=cart] i {
    background-color: #ff0000;
    color: var(--colors-foregrounds-content-inverted);
}

.homepage-box.before-carousel {
    margin-top: 0;
    border: unset;
    background: #fdf5e7;
    background-image: url(/user/documents/upload/rekoj_dev/pic/bg_mahdal_3.jpg);
    
}


input.query-input.form-control.search-input.js-search-input {
    background: #ffffff;
    border-color: #e4d9c5;
}

body.id-1 .products-block .p-code {
    display: none;
}

@media (min-width: 768px) {
.navigation-in {
        background-color: #fffcf8;
       /* background-image: linear-gradient(60deg, #323232 0%, #3d3b36 100%);*/
}
    .navigation-in>ul>li>a {
        background-color: transparent;
        color: #000000;
    }
    
        .fitted .navigation-in ul {
        justify-content: center;
    }
    
        .navigation-in>ul>li { border: unset;}
    
    
   /*produkty-blok*/
body.id-1 .content {
    background: #fdf5e8;
}

body.id-1 .product {
    background: white;
    margin: 7px;
    border: #fdf5e7;
    border-radius: 20px;
    padding: 30px;
}

.product {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), 
                box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
                
    transform: translateZ(0); 
    backface-visibility: hidden; 
    -webkit-font-smoothing: subpixel-antialiased;
    border-radius: 8px;
    will-change: transform, box-shadow;
}

.product:hover {
    /* Mírné zvětšení */
    transform: scale(1.02) translateZ(0);
    
    /* Stín */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

}
/*rozlození 4p na rad*/
@media (min-width: 1440px) {
    .columns-4 .products-block>div {
        flex: 0 0 auto;
        width: 23%;
    }
}

body.id-1 .products-block {justify-content: center;}

body.id-1 .products-block .p-bottom .p-desc {
    display: none;
}

body.id-1 .products-block.products .p .name {
    font-size: 15px;
    height: 65px;
    text-align: center;
    margin-top: 20px;
}

/*skrýt posledni hodnoceni z homepage*/
body.id-1 .latest-contribution-wrapper {
    display: none;
}


/* Styl pro hlavní kontejner nadpisu */
div.homepage-group-title.h4 {
    display: flex !important;
    align-items: center;
    width: 100%;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 40px 10px;
}


.highlight-gold {
    color: #b68c23;
    display: inline;
}


.title-line-container {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-left: 15px; /* Mezera od textu */
}


.title-line-gradient {
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(182, 140, 35, 0) 0%, rgba(182, 140, 35, 1) 100%);
}


.title-line-diamond {
    width: 6px;
    height: 6px;
    background-color: #b68c23;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-left: -1px; 
}

.title-text{
  display: inline;
  white-space: normal;
}



.title-text{
  display: inline;
  white-space: normal;
}

.km-title-cta-wrap{
  background: inherit;          
  padding: 0 18px;              
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

a.km-title-cta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
  padding: 10px 14px;
  border: 1px solid #b68d23;
  background: #fef3e5;
  color: #b68d23;
  text-decoration: none;
  white-space: nowrap;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

a.km-title-cta .cta-arrow-icon{
  width: 16px;
  height: 16px;
  transition: transform .25s ease;
}

a.km-title-cta .cta-arrow-icon path{
  fill: #b68d23;
  transition: fill .25s ease;
}

a.km-title-cta:hover{
  background: #000000;
  border-color: transparent;
  color: #ffffff;
}

a.km-title-cta:hover .cta-arrow-icon{
  transform: translateX(3px);
}

a.km-title-cta:hover .cta-arrow-icon path{
  fill: #c5a03d;
}

.title-line-after{
  width: 90px;                  
  height: 1px;
  background: rgba(182, 140, 35, 1);
}

@media (max-width: 768px) {
div.homepage-group-title.h4 {
    flex-direction: column;
}

.title-line-after {
    display: none;
}

.title-line-diamond {
    display: none;
}

a.km-title-cta {
    font-size: 11px;
    padding: 10px 14px;
    background: unset;
    border: unset;
}

.h4.homepage-group-title, h4.homepage-group-title{ 
font-size: 29px;
}

}


/*Patička*/
footer#footer {
    background: #1d1a14;
}

#footer>.container {
    background-color: #1d1a14;
}

#footer .site-name {
        display: none;}

#footer .custom-footer {
        padding-left: 0px;}

#footer h4 {
    margin-top: 0;
    font-family: 'Poppins';
    text-transform: Uppercase;
    font-weight: 600;
    font-size: 17px;
    color: #fdf5e8;
}

#footer ul a {
    color: white;
}

#footer ul a:hover {
    color: #bc922e;
}


@media (min-width: 768px) {
    #footer .custom-footer > div {
        min-width: 250px;
        flex: 1 1 0%;
    }
}

.custom-footer ul li {
    padding-bottom: 0;
}

.container.footer-bottom {
    border-top: unset;
}

li.footer-link a {
    padding: 5px 20px;
    color: #a38642 !important;
    text-decoration: underline;
}

.custom-footer.elements-5 {
    border-top: unset;
    padding-top: 30px;
}

@media (max-width: 740px) {
#footer h4 {text-align:center;}

.custom-footer.elements-4 {
    flex-direction: column;
}
.footer-links {
    display: flex;
    flex-direction: column;
    text-align: center;
}

ul.footer-links {
    line-height: 1.5;
    border: 1px solid #2e2b24;
    max-width: 80%;
    padding: 20px !important;
    margin-left: auto ! IMPORTANT;
    margin-right: auto !important;
    border-radius: 20px;
}
}
