/*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;
}
}

/* Zobrazení kategorií podle třídy na body:
   - pokud má body třídu .in-autoglym-professional -> skryjeme .categories.cat-01
   - pokud ji nemá -> skryjeme .categories.cat-02
*/

.in-autoglym-professional .categories.cat-01 {
    display: none;
}

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;
}

#footer span
{
    color: white;
}

/* 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;
    }
    .fitted .navigation-in ul {
        z-index: 99;
        position: relative;
        width: fit-content;
        margin: auto;
    }
}

body.user-action-visible.search-window-visible:before 
{
    z-index: 1 !important;
}

@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));
    }
}

.wt-velkoobchod__intro {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 35px;
}
.wt-velkoobchod__intro p {
    margin: 0 0 1em;
}
.wt-velkoobchod__intro p:last-child {
    margin-bottom: 0;
}
.wt-velkoobchod__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}
.wt-velkoobchod__btn {
    display: inline-block;
    padding: 14px 28px;
    background-color: #e21e26;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 15px;
        align-content: center;
}
.wt-velkoobchod__btn:hover {
    background-color: #c41a20;
}
.wt-velkoobchod__btn--secondary {
    background-color: #202020;
        width: auto;
        line-height: 1;
}
.wt-velkoobchod__btn--secondary:hover {
    background-color: #333;
}
.wt-velkoobchod__contact {
    margin-bottom: 45px;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.wt-velkoobchod__contact-title {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1.05em;
}
.wt-velkoobchod__contact a {
    color: #e21e26;
    text-decoration: none;
}
.wt-velkoobchod__contact a:hover {
    text-decoration: underline;
}
.wt-velkoobchod__contact span {
    margin: 0 10px;
    color: #999;
}
.wt-velkoobchod__info {
    margin-bottom: 25px;
}
.wt-velkoobchod__info-title {
    font-weight: 700;
    color: #202020;
    margin-bottom: 8px;
    font-size: 1.05em;
}
.wt-velkoobchod__info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wt-velkoobchod__info-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
}
.wt-velkoobchod__info-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #e21e26;
}

.menu-item-850
{
    background-color: #e21e26;
    color: white;
}
.menu-item-850 a
{
    color: white !important;
     background-color: #c41a20 !important;
}

.wt-cart-guard-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

.wt-cart-guard-modal.is-visible {
    display: block;
}

.wt-cart-guard-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.wt-cart-guard-modal__dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    max-width: 520px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
    padding: 28px 28px 24px;
}

.wt-cart-guard-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #555;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.wt-cart-guard-modal__title {
    margin: 0 36px 14px 0;
    color: #202020;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.wt-cart-guard-modal__message {
    color: #333;
    font-size: 16px;
    line-height: 1.65;
}

.wt-cart-guard-modal__actions {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}

.wt-cart-guard-modal__button {
    min-width: 140px;
    padding: 13px 22px;
    border: 0;
    border-radius: 999px;
    background: #e21e26;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.wt-cart-guard-modal__button:hover,
.wt-cart-guard-modal__button:focus {
    background: #c41a20;
}

body.wt-cart-guard-modal-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .wt-cart-guard-modal__dialog {
        padding: 24px 20px 20px;
        border-radius: 16px;
    }

    .wt-cart-guard-modal__title {
        font-size: 21px;
    }

    .wt-cart-guard-modal__actions {
        justify-content: stretch;
    }

    .wt-cart-guard-modal__button {
        width: 100%;
    }
}

/* === Segmentácia e-shopu: gating / CTA / košík ========================== */

/* Kontakt v guard modale */
.wt-cart-guard-modal__help {
    margin-top: 14px;
    font-size: 14px;
    color: #666;
}
.wt-cart-guard-modal__help a {
    color: #e21e26;
    font-weight: 700;
    white-space: nowrap;
}

/* Skrytie pôvodného „Do košíka" na PDP pri gatingu */
.wt-add-hidden {
    display: none !important;
}

/* Gating CTA (namiesto tlačidla Do košíka) */
.wt-gating-cta {
    border: 1px solid #e0e0e0;
    border-left: 4px solid #e21e26;
    background: #fafafa;
    border-radius: 6px;
    padding: 16px 18px;
    margin: 14px 0;
}
.wt-gating-cta__title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 6px;
    color: #202020;
}
.wt-gating-cta__text {
    margin: 0 0 12px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}
.wt-gating-cta__btn {
    display: inline-block;
    padding: 11px 22px;
    background: #e21e26;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}
.wt-gating-cta__btn:hover {
    background: #c41a20;
}
.wt-gating-cta--unavailable {
    border-left-color: #999;
}

/* Kompaktná verzia v dlaždici výpisu */
.wt-gating-cta--tile {
    border: none;
    border-left: 3px solid #e21e26;
    background: #f7f7f7;
    padding: 8px 10px;
    margin: 0 0 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.wt-gating-cta--tile .wt-gating-cta__title {
    font-size: 12px;
    margin: 0;
}
.wt-gating-cta--tile .wt-gating-cta__btn {
    padding: 7px 12px;
    font-size: 12px;
    text-align: center;
}

/* CTA na pomoc (zadanie 3.5) */
.wt-help-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
    margin: 18px 0;
    padding: 14px 18px;
    background: #202020;
    border-radius: 6px;
}
.wt-help-cta__text {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.03em;
}
.wt-help-cta__phone {
    color: #fff !important;
    background: #e21e26;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}
.wt-help-cta__phone:hover {
    background: #c41a20;
}

/* Skupina 2 (veľkoobchod PRODUKTY) – skrytie PROFESSIONAL z menu (3.4) */
.wt-hide-professional .menu-item-756,
.wt-hide-professional .menu-item-792,
.wt-hide-professional .menu-item-800 {
    display: none !important;
}

/* Validácia košíka (3.3) */
.wt-cart-guard-notice {
    border: 1px solid #f1c0c2;
    border-left: 4px solid #e21e26;
    background: #fdf2f2;
    border-radius: 6px;
    padding: 18px 20px;
    margin: 0 0 20px;
}
.wt-cart-guard-notice__title {
    font-weight: 700;
    text-transform: uppercase;
    color: #c41a20;
    margin: 0 0 8px;
}
.wt-cart-guard-notice__text {
    margin: 0 0 10px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}
.wt-cart-guard-notice__list {
    margin: 0 0 14px;
    padding-left: 20px;
    color: #202020;
    font-weight: 600;
}
.wt-cart-guard-notice__actions {
    margin-bottom: 10px;
}
.wt-cart-guard-notice__help {
    font-size: 14px;
    color: #666;
}
.wt-cart-guard-notice__help a {
    color: #e21e26;
    font-weight: 700;
}
.wt-cart-row-forbidden {
    background: #fdf2f2 !important;
}

/* Zablokovaný prechod do objednávky */
.wt-checkout-blocked {
    pointer-events: none !important;
    opacity: 0.45 !important;
    cursor: not-allowed !important;
}

/* === Stránka /registrace-upgrade/ – tlačidlo Odeslať ==================== */
/* Pôvodne tmavý text na čiernom pozadí -> biele písmo (čitateľné) */
.in-registrace-upgrade .formeo .f-btn-group button,
.in-registrace-upgrade .f-btn-group button[type="submit"] {
    color: #fff !important;
}