/*!* ─── FOOTER MAIN SECTION ───────────────────────────────────────── *!*/

/*#footer {*/
/*    box-sizing: border-box;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: stretch;*/
/*    padding: 40px 128px;*/
/*    gap: 32px;*/
/*    width: 100%;*/
/*    background: #14141F;*/
/*}*/

/*!* ── Footer Content (hlavný riadok) ── *!*/
/*.vikon-footer-content {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*    align-items: flex-start;*/
/*    gap: 32px;*/
/*    width: 100%;*/
/*    max-width: 1490px;*/
/*}*/

/*!* ── Ľavý stĺpec – logo + kontakt ── *!*/
/*.vikon-footer-left {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    gap: 25px;*/
/*    flex: 1 1 240px;*/
/*    min-width: 240px;*/
/*    max-width: 300px;*/
/*}*/

/*.vikon-footer-logo {*/
/*    width: 290px;*/
/*    height: 76px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.vikon-footer-logo img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: contain;*/
/*}*/

/*.vikon-footer-contact {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 8px;*/
/*}*/

/*.vikon-footer-contact a {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*    padding: 8px 16px;*/
/*    background: #1B1B28;*/
/*    border: 1px solid #626294;*/
/*    border-radius: 999px;*/
/*    font-family: 'Inter', sans-serif;*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*    color: #FFFFFF;*/
/*    text-decoration: none;*/
/*    width: fit-content;*/
/*    transition: border-color 0.2s ease;*/
/*}*/

/*.vikon-footer-contact a:hover {*/
/*    border-color: #CD0E1D;*/
/*}*/

/*.vikon-footer-contact a svg {*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    flex-shrink: 0;*/
/*}*/

/*!* ── Stĺpce odkazov ── *!*/
/*.vikon-footer-aside {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    gap: 16px;*/
/*    flex: 1 1 200px;*/
/*    min-width: 180px;*/
/*}*/

/*.vikon-footer-aside h3 {*/
/*    font-family: 'Inter', sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*    color: #FFFFFF;*/
/*    margin: 0;*/
/*}*/

/*.vikon-footer-aside ul {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 8px;*/
/*}*/

/*.vikon-footer-aside ul li {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    gap: 5px;*/
/*}*/

/*.vikon-footer-aside ul li::before {*/
/*    content: '›';*/
/*    color: #9A9ABB;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*}*/

/*.vikon-footer-aside ul li a {*/
/*    font-family: 'Inter', sans-serif;*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*    color: #9A9ABB !important;*/
/*    text-decoration: none;*/
/*    transition: color 0.2s ease;*/
/*}*/

/*.vikon-footer-aside ul li a:hover {*/
/*    color: #FFFFFF;*/
/*}*/

/*!* ── 4. stĺpec – sociálne siete + hodnotenie ── *!*/
/*.vikon-footer-fourth {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    padding-left: 0;*/
/*    gap: 16px;*/
/*    flex: 1 1 200px;*/
/*    min-width: 200px;*/
/*    max-width: 300px;*/
/*}*/

/*.vikon-footer-social-title,*/
/*.vikon-footer-rating-title {*/
/*    font-family: 'Inter', sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*    color: #FFFFFF;*/
/*    margin: 0;*/
/*    padding-bottom: 20px;*/
/*}*/

/*.vikon-footer-social-icons {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 13.5px;*/
/*}*/

/*.vikon-footer-social-icons a {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    background: #CD0E1D;*/
/*    border-radius: 20px;*/
/*    transition: background 0.2s ease;*/
/*}*/

/*.vikon-footer-social-icons a:hover {*/
/*    background: #a50b17;*/
/*}*/

/*.vikon-footer-social-icons a svg {*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    fill: #F1F1F6;*/
/*}*/

/*!* ── Hodnotenie obchodu ── *!*/
/*.vikon-footer-rating {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 16px;*/
/*}*/

/*.vikon-store-rating {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    gap: 16px;*/
/*}*/

/*.vikon-store-rating-badge {*/
/*    width: 69px;*/
/*    height: 69px;*/
/*    border-radius: 50%;*/
/*    overflow: hidden;*/
/*    flex-shrink: 0;*/
/*}*/

/*.vikon-store-rating-badge img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.vikon-store-rating-stars {*/
/*    box-sizing: border-box;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    padding: 16px;*/
/*    gap: 8px;*/
/*    background: #1B1B28;*/
/*    border: 1px solid #626294;*/
/*    border-radius: 999px;*/
/*}*/

/*.vikon-store-rating-stars .vikon-google-icon {*/
/*    width: 32px;*/
/*    height: 32px;*/
/*}*/

/*.vikon-store-rating-score {*/
/*    font-family: 'Inter', sans-serif;*/
/*    font-weight: 600;*/
/*    font-size: 24px;*/
/*    line-height: 1;*/
/*    color: #FFFFFF;*/
/*}*/

/*.vikon-stars {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 2px;*/
/*}*/

/*.vikon-stars svg {*/
/*    width: 13px;*/
/*    height: 13px;*/
/*    fill: #FBBC05;*/
/*}*/

/*!* ─── FOOTER DIVIDER + IKONY + COPYRIGHT ────────────────────────── *!*/

/*.vikon-footer-bottom {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    gap: 32px;*/
/*    width: 100%;*/
/*    max-width: 1490px;*/
/*}*/

/*.vikon-footer-divider {*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: #2B2B40;*/
/*    border: none;*/
/*}*/

/*!* ── Loga platobných metód ── *!*/
/*.vikon-footer-logos {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*}*/

/*.vikon-footer-logo-item {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 55px;*/
/*    background: #FFFFFF;*/
/*    border-radius: 16px;*/
/*    padding: 0 12px;*/
/*}*/

/*.vikon-footer-logo-item img {*/
/*    !*height: 28px;*!*/
/*    width: auto;*/
/*    object-fit: contain;*/
/*    display: block;*/
/*}*/

/*!* ── Copyright ── *!*/
/*.vikon-footer-copyright {*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    font-family: 'Inter', sans-serif;*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    line-height: 140%;*/
/*    color: #9A9ABB;*/
/*}*/

/*.vikon-footer-copyright a {*/
/*    color: #9A9ABB;*/
/*    text-decoration: underline;*/
/*    transition: color 0.2s ease;*/
/*}*/

/*.vikon-footer-copyright a:hover {*/
/*    color: #FFFFFF;*/
/*}*/

/*!* ── Schovaj pôvodný Shoptet footer-bottom ── *!*/
/*#footer .container.footer-bottom {*/
/*    display: none;*/
/*}*/

/*!* ── Responsive ── *!*/
/*@media (max-width: 1200px) {*/
/*    #footer {*/
/*        padding: 40px 48px;*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    #footer {*/
/*        padding: 40px 24px;*/
/*    }*/

/*    .vikon-footer-content {*/
/*        flex-direction: column;*/
/*        gap: 32px;*/
/*        justify-content: center;*/
/*    }*/

/*    .vikon-footer-fourth {*/
/*        padding-left: 0;*/
/*    }*/
/*}*/

/* ─── FOOTER MAIN SECTION ───────────────────────────────────────── */

#footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 40px 128px;
    gap: 32px;
    width: 100%;
    background: #14141F;
}

/* ── Footer Content (hlavný riadok) ── */
.vikon-footer-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    max-width: 1490px;
}

/* ── Ľavý stĺpec – logo + kontakt ── */
.vikon-footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    flex: 1 1 240px;
    min-width: 240px;
    max-width: 300px;
}

.vikon-footer-logo {
    width: 290px;
    height: 76px;
    display: flex;
    align-items: center;
}

.vikon-footer-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.vikon-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vikon-footer-contact a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #1B1B28;
    border: 1px solid #626294;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    width: fit-content;
    transition: border-color 0.2s ease;
}

.vikon-footer-contact a:hover {
    border-color: #CD0E1D;
}

.vikon-footer-contact a svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* ── Stĺpce odkazov ── */
.vikon-footer-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 1 200px;
    min-width: 180px;
}

.vikon-footer-aside h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
}

.vikon-footer-aside ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vikon-footer-aside ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.vikon-footer-aside ul li::before {
    content: '›';
    color: #9A9ABB;
    font-size: 14px;
    line-height: 20px;
}

.vikon-footer-aside ul li a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #9A9ABB !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.vikon-footer-aside ul li a:hover {
    color: #FFFFFF;
}

/* ── 4. stĺpec – sociálne siete + hodnotenie ── */
.vikon-footer-fourth {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    gap: 16px;
    flex: 1 1 200px;
    min-width: 200px;
    max-width: 300px;
}

.vikon-footer-social-title,
.vikon-footer-rating-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 20px;
}

.vikon-footer-social-icons {
    display: flex;
    flex-direction: row;
    gap: 13.5px;
}

.vikon-footer-social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #CD0E1D;
    border-radius: 20px;
    transition: background 0.2s ease;
}

.vikon-footer-social-icons a:hover {
    background: #a50b17;
}

.vikon-footer-social-icons a svg {
    width: 16px;
    height: 16px;
    fill: #F1F1F6;
}

/* ── Hodnotenie obchodu ── */
.vikon-footer-rating {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vikon-store-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.vikon-store-rating-badge {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.vikon-store-rating-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vikon-store-rating-stars {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 8px;
    background: #1B1B28;
    border: 1px solid #626294;
    border-radius: 999px;
}

.vikon-store-rating-stars .vikon-google-icon {
    width: 32px;
    height: 32px;
}

.vikon-store-rating-score {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
}

.vikon-stars {
    display: flex;
    flex-direction: row;
    gap: 2px;
}

.vikon-stars svg {
    width: 13px;
    height: 13px;
    fill: #FBBC05;
}

/* ─── FOOTER DIVIDER + IKONY + COPYRIGHT ────────────────────────── */

.vikon-footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1490px;
}

.vikon-footer-divider {
    width: 100%;
    height: 1px;
    background: #2B2B40;
    border: none;
}

/* ── Loga platobných metód ── */
.vikon-footer-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.vikon-footer-logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 0 12px;
}

.vikon-footer-logo-item img {
    width: auto;
    object-fit: contain;
    display: block;
}

/* ── Copyright ── */
.vikon-footer-copyright {
    width: 100%;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #9A9ABB;
}

.vikon-footer-copyright a {
    color: #9A9ABB;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.vikon-footer-copyright a:hover {
    color: #FFFFFF;
}

/* ── Schovaj pôvodný Shoptet footer-bottom ── */
#footer .container.footer-bottom {
    display: none;
}

/* ── Responsive ── */
@media (max-width: 1200px) {
    #footer {
        padding: 40px 48px;
    }
}

@media (max-width: 768px) {
    #footer {
        padding: 40px 24px;
    }

    .vikon-footer-content {
        flex-direction: column;
        gap: 32px;
        justify-content: center;
        align-items: center;
    }

    /* ✅ Centrálne zarovnanie všetkých stĺpcov */
    .vikon-footer-left {
        align-items: center;
        max-width: 100%;
    }

    .vikon-footer-aside {
        align-items: center;
        text-align: center;
    }

    .vikon-footer-aside ul li {
        justify-content: center;
    }

    .vikon-footer-fourth {
        align-items: center;
        padding-left: 0;
        max-width: 100%;
    }

    .vikon-footer-logo {
        width: 100%;
        max-width: 290px;        
    }

    .vikon-footer-logos {
        justify-content: center;
    }


    .vikon-footer-social-title{
        text-align: center;
    }

    .vikon-footer-rating-title {
        padding-top: 20px;
        text-align: center;
    }
}
