/* ==========================================================================
   WZT Header Icons — shortcode [wzt_header_icons]
   Dopasowane do headera wyjdzieszztorbami.pl
   ========================================================================== */

.wzt-header-icons {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.wzt-header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    color: #ffffff;
    text-decoration: none !important;
    transition: color 0.3s ease, opacity 0.3s ease;
    background: none !important;
    border: none !important;
    padding: 0;
    opacity: 0.85;
    line-height: 1;
}

.wzt-header-icon:hover {
    color: #E63946 !important;
    opacity: 1;
}

.wzt-header-icon svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    stroke: currentColor;
}

/* Phone with text */
.wzt-header-icon-text {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: inherit;
    letter-spacing: 0.3px;
}

/* Cart badge */
.wzt-header-cart {
    position: relative;
}

.wzt-header-cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 8px;
    background: #E63946;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    pointer-events: none;
}

.wzt-header-cart-count.wzt-cart-count-zero {
    display: none;
}

@media (max-width: 980px) {
    .wzt-header-icons {
        gap: 16px;
    }

    .wzt-header-icon svg {
        width: 20px;
        height: 20px;
    }

    .wzt-header-icon-text {
        display: none;
    }
}
