/*Webotvůrci*/
.subcategories.with-image li a .image {
    width: 60px !important;
}
.subcategories.with-image li a .image img {
    max-height: 100%;
    width: auto;
}
.c-product-interconnection-detail-params__type
{
margin-bottom: 10px
}
.benefitBanner .benefitBanner__data {
    color: #666 !important;
}
.navigation-in ul li a b {
    font-weight: 700;
}
.in-autoglym-professional .site-name img {
    max-height: 45px !important;
}
@media (min-width: 992px) {
.in-autoglym-professional .site-name img
{
    max-height: 250px !important;
}}

@media (max-width: 768px) {
    .in-autoglym-professional .site-name img
{
    max-height: 60px !important;
    top: 12px;
    position: relative;
}
}

.in-autoglym-professional .categories.cat-01
{
    display: none;
}
/* Skryj .categories.cat-02, pokud jeho rodič (body) NEMÁ třídu .in-autoglym-professional */
body:not(.in-autoglym-professional) .categories.cat-02 {
    display: none;
}
/* --- STYLIZACE PATIČKY --- */

/* Hlavní kontejner patičky */
footer {
    background-color: #202020 !important; /* Temně černá/šedá pro prémiový vzhled */
    color: #ffffff !important;
    padding: 30px 0 30px 0;
    border-top: 4px solid #e21e26; /* Typická Autoglym červená linka na vrchu */
}
.footer-links a
{
    font-size: 18px;
    font-weight: 700;
}
/* Nadpisy v patičce */
footer h4, footer .footer-title {
    color: white !important; 
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* Odkazy v patičce */
footer a {
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 8px;
}

/* Hover efekt u odkazů */
footer a:hover {
    padding-left: 5px; /* Jemný posun při najetí */
    text-decoration: underline;
}

/* Ikony sociálních sítí */
.social-icon-list a {
    border-radius: 50% !important;
    color: black !important;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
     transition: all 0.3s ease;
    margin-right: 10px;
    transition: transform .5s ease;
}

.social-icon-list a:hover {
    transform: scale(1.05);
    background-color: white !important;
    padding: 0px;
}

/* Kontaktní údaje */
.footer-contact-item {
    margin-bottom: 15px;
    color: #eee;
}

/* Spodní lišta s copyrightem */
.footer-bottom a {
    color: #777 !important;
}

/* Responzivita */
@media (min-width: 768px) {
    .footer-rows .custom-footer {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    footer {
        text-align: center;
        padding: 40px 15px;
    }
    .footer-rows .custom-footer h4>span:after {
    margin: 20px auto;
}
.footer-links .footer-link {
    padding: 5px;
}
.footer-bottom, .footer-bottom-full-width {
    background-color: #1a1a1a !important
}
.footer-bottom, .footer-bottom-full-width .copyright{
   color: #777 !important;
   font-weight: 400;
}
 .fb_iframe_widget_fluid  {
    left: -20px !important;
}
}

@media (min-width: 992px) {
    /* Omezení šířky názvu webu */
    .type-category #header .site-name {
        width: fit-content !important;
        max-width: 100px !important;
    }

    .type-category #header .header-top
    {
        z-index: 9
    }

    /* Skrytí navigačních nástrojů */
   
    .type-category .navigation-tools {
        display: none;
    }

    /* Skrytí dekoračního prvku před wrapperem */

    .type-category .header-top-wrapper:before {
        display: none;
    }

    /* Úprava výšky a rozložení horní lišty */
 
    .type-category #header .header-top .header-top-wrapper {
        height: auto;
        justify-content: space-between;
    }

    /* Průhledné pozadí navigace */
  
    .type-category .navigation-in {
        background-color: transparent;
    }

    /* Posun spodní části hlavičky */
 
    .type-category .header-bottom {
        top: -85px;
        position: relative;
        z-index: 99;
    }
}


@media (min-width: 1200px) {
.type-category #header .site-name {
    margin-left: 115px !important;
}}

.type-search .content>h2, article header h1,.type-search  .products-inline:not(.products-top)>div .p .p-in .p-bottom, .products-inline:not(.products-top)>div .p .p-in .p-in-in  {
    text-align: start;
}

/* --- Bannery kategorií – id-756 --- */
.wt-category-banners {
    margin: 0px 10px 30px;
}

.wt-category-banners__inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.wt-category-banner {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 20px;
}

.wt-category-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transform: scale(1.02);
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: brightness(0.85);
}

.wt-category-banner__label {
    position: absolute;
    z-index: 1;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
}

.wt-category-banner:hover img {
    transform: scale(1.06);
    filter: brightness(0.8);
}

@media (max-width: 1199px) {
    .wt-category-banners__inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .wt-category-banners__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .wt-category-banners {
        margin: 25px 0 20px;
    }

    .wt-category-banners__inner {
        gap: 10px;
    }

    .wt-category-banner__label {
        font-size: 11px;
        padding: 0 6px;
    }
}

@media (max-width: 480px) {
    .wt-category-banners__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 375px) {
    .wt-category-banners__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}