[current-verison] span {
    color: #fff;
}

/* Mobile bottom navigation */
.aiz-mobile-bottom-nav {
    width: 100vw;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 0;
    max-width: 100vw;
    min-width: 100vw;
    min-height: 62px;
    padding: 4px 6px calc(5px + env(safe-area-inset-bottom));
    box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.10);
}

.aiz-mobile-bottom-nav .row {
    min-height: 50px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 66px minmax(0, 1fr) minmax(0, 1fr);
    align-items: end;
}

.aiz-mobile-bottom-nav .row > .col,
.aiz-mobile-bottom-nav .row > .col-auto {
    width: auto;
    max-width: none;
}

.cart-center {
    width: 66px;
    min-width: 66px;
    min-height: 50px;
    text-align: center;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.cart-circle {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e95926;
    border-radius: 50%;
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(-3px);
    z-index: 2;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.10);
    color: #fff;
}

.cart-circle i {
    color: #fff;
    font-size: 21px;
    line-height: 1;
}

.cart-label {
    margin-top: -2px;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 600;
    color: #4b5563;
    letter-spacing: 0;
    white-space: nowrap;
}

.footer-label {
    font-size: 12px;
    line-height: 1.15;
    color: #747684;
    font-weight: 600;
    white-space: nowrap;
}

.footer-item {
    min-height: 50px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.footer-item i {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    line-height: 24px;
}

.footer-mobile-cart-count {
    top: -3px;
    right: 0;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    background: #f86f8a;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
}

.footer-mobile-cart-count .cart-count {
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
}

/* Legacy footer fallback */
.footer-link-title {
    border-bottom: 4px solid #fff;
    width: fit-content;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.footer-link-list {
    margin-top: 1rem;
    list-style: none;
    padding: 0;
}

.footer-link-list a,
.footer-link-list p,
.footer-link-list span {
    display: block;
    margin-bottom: .5rem;
    text-align: start;
    font-size: .875rem;
    font-weight: 300;
    color: #fff;
}

/* Professional Alway footer */
.alway-footer-pro {
    background: linear-gradient(180deg, #15161c 0%, #111218 100%);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0 12px;
}

.alway-footer-pro a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: color .18s ease, opacity .18s ease, background .18s ease, border-color .18s ease;
}

.alway-footer-pro a:hover {
    color: #fff;
}

.alway-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1.2fr;
    gap: 28px;
    align-items: start;
}

.alway-footer-col {
    min-width: 0;
}

.alway-footer-title {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 10px;
}

.alway-footer-text {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 12px;
}

.alway-footer-links,
.alway-footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alway-footer-links li {
    margin: 0 0 7px;
}

.alway-footer-links a {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    font-size: 13px;
    line-height: 1.5;
}

.alway-footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.5;
}

.alway-footer-contact-list i {
    width: 18px;
    min-width: 18px;
    color: #ff6a2a;
    font-size: 17px;
    text-align: center;
}

.alway-footer-contact-list a {
    overflow-wrap: anywhere;
}

.alway-store-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.alway-store-badge {
    min-width: 118px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 7px;
    padding: 6px 9px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.alway-store-badge i {
    font-size: 21px;
    line-height: 1;
}

.alway-store-badge small,
.alway-store-badge strong {
    display: block;
    line-height: 1.1;
}

.alway-store-badge small {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.62);
}

.alway-store-badge strong {
    font-size: 12px;
    font-weight: 800;
}

.alway-store-badge.is-disabled {
    cursor: not-allowed;
    opacity: .76;
}

.alway-footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.alway-footer-social a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 17px;
}

.alway-footer-social a:hover {
    background: rgba(255, 106, 42, 0.22);
    color: #fff;
}

.alway-footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 18px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.alway-footer-payments ul {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.alway-footer-payments img {
    max-height: 26px;
    width: auto;
}

.alway-footer-copy {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
}

.alway-footer-copy span,
.alway-footer-copy p {
    color: rgba(255, 255, 255, 0.78);
}

.alway-footer-brand {
    text-align: left;
}

.alway-footer-brand img {
    max-height: 38px;
    max-width: 150px;
    width: auto;
}

.alway-footer-brand a {
    color: #fff;
    font-weight: 800;
}

/* Desktop separators only */
@media (min-width: 992px) {
    .alway-footer-grid > .alway-footer-col {
        position: relative;
    }

    .alway-footer-grid > .alway-footer-col:not(:first-child) {
        border-inline-start: 1px solid rgba(255, 255, 255, 0.16);
        padding-inline-start: 28px;
    }
}

@media (max-width: 991.98px) {
    .alway-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .alway-footer-bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .alway-footer-payments ul,
    .alway-footer-brand {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .aiz-mobile-bottom-nav {
        min-height: 60px;
        padding: 4px 6px calc(5px + env(safe-area-inset-bottom));
    }

    .aiz-mobile-bottom-nav .row {
        min-height: 50px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 66px minmax(0, 1fr) minmax(0, 1fr);
    }

    .cart-center {
        width: 66px;
        min-width: 66px;
        min-height: 50px;
    }

    .cart-circle {
        width: 44px;
        height: 44px;
        border-width: 3px;
        transform: translateY(-3px);
    }

    .cart-label {
        margin-top: -4px;
        font-size: 11.5px;
    }

    .footer-label {
        font-size: 11.5px;
    }

    .footer-item i {
        width: 23px;
        height: 23px;
        font-size: 23px;
        line-height: 23px;
    }

    .payment-title {
        font-size: 18px;
        margin-top: -10px;
        display: block;
        line-height: 1.3;
    }
}

@media (max-width: 575.98px) {
    .footer-widget .container > .d-flex,
    .footer-widget .row {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footer-widget .flex-fill,
    .footer-widget .col-lg-3,
    .footer-widget .col-md-6,
    .footer-widget .col-sm-6,
    .footer-widget .col-md-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footer-widget h4,
    .footer-widget ul,
    .footer-widget li,
    .footer-widget a,
    .footer-widget p {
        text-align: center;
    }

    .footer-widget .d-flex.gap-3 {
        justify-content: center;
    }

    .alway-footer-pro {
        padding: 22px 0 120px;
    }

    .alway-footer-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        text-align: center;
    }

    .alway-footer-title {
        margin-bottom: 8px;
    }

    .alway-footer-contact-list li,
    .alway-store-buttons,
    .alway-footer-social {
        justify-content: center;
    }

    .alway-footer-links a {
        justify-content: center;
        min-height: 32px;
    }

    .alway-store-badge {
        min-height: 44px;
    }

    .alway-footer-bottom {
        gap: 14px;
    }

    .alway-footer-brand {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .alway-footer-brand a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .alway-footer-brand img {
        display: block;
        margin: 0 auto;
        max-width: 128px;
        max-height: 32px;
    }
}