.pezm-price-zone {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(45, 23, 110, 0.08);
    border: 1px solid rgba(45, 23, 110, 0.12);
    font-size: 0.8125rem;
}

.pezm-price-zone-label {
    color: #4b5563;
    font-weight: 600;
    white-space: nowrap;
}

.pezm-price-zone-label i {
    color: #2d176e;
    margin-right: 0.25rem;
}

.pezm-price-zone-option {
    display: inline-flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.pezm-price-zone-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pezm-price-zone-option span {
    display: inline-block;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    font-weight: 600;
    color: #374151;
    transition: background 0.2s, color 0.2s;
}

.pezm-price-zone-option input:checked + span {
    background: #2d176e;
    color: #ffeb14;
}

.pezm-price-zone--panel {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
}

.pezm-price-zone--panel .pezm-price-zone-label {
    font-size: 0.9rem;
}

.pezm-price-zone-block {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pezm-price-zone-explainer {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #4b5563;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    background: #fffbeb;
    border: 1px solid #fde68a;
}

.pezm-price-zone-explainer p {
    margin: 0;
}

.pezm-price-zone-explainer .explainer-out {
    display: none;
}

html[data-price-zone="out_of_harare"] .pezm-price-zone-explainer .explainer-harare {
    display: none;
}

html[data-price-zone="out_of_harare"] .pezm-price-zone-explainer .explainer-out {
    display: block;
}

.pezm-price-zone-explainer .explainer-same {
    margin-top: 0.5rem;
    color: #92400e;
}

.pezm-price-zone-explainer--compact {
    font-size: 0.75rem;
    padding: 0.45rem 0.65rem;
    max-width: 320px;
}

.pezm-price-zone-explainer--compact strong {
    color: #2d176e;
}

.cart-price-zone-banner {
    margin-bottom: 1rem;
}

.cart-price-zone-banner.store-page-card {
    margin-bottom: 1rem;
}

.checkout-pricing-note {
    margin: 0 0 1rem;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.45;
}

.product-card-price-zone {
    margin: 6px 0 8px;
}

.product-card-zone-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    user-select: none;
    margin: 0;
}

.zone-switch-text {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #9ca3af;
    transition: color 0.2s ease;
    line-height: 1.15;
    max-width: 54px;
    text-align: center;
}

.product-card-price-zone[data-active-zone="harare"] .zone-switch-text--harare,
.product-card-price-zone[data-active-zone="out_of_harare"] .zone-switch-text--country {
    color: #2d176e;
}

.product-card-zone-switch-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.zone-switch-track {
    position: relative;
    width: 34px;
    height: 18px;
    border-radius: 999px;
    background: #e5e7eb;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

.zone-switch-thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background 0.2s ease;
}

.product-card-zone-switch-input:checked + .zone-switch-track {
    background: #2d176e;
}

.product-card-zone-switch-input:checked + .zone-switch-track .zone-switch-thumb {
    transform: translateX(16px);
    background: #ffeb14;
}

.checkout-pricing-note strong {
    color: #2d176e;
}

.cart-auto-zone-notice {
    margin: 0.35rem 0 0;
    font-size: 0.8rem;
    color: #6b7280;
}

.cart-auto-zone-notice.is-active {
    color: #92400e;
}

.product-price-zone-wrap {
    margin: 0.75rem 0 1rem;
}

.product-price-zone-note {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
}

.cart-item-zone {
    display: inline-block;
    margin-top: 0.15rem;
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 600;
}

.top-bar-inner {
    gap: 0.75rem;
}

.top-bar .pezm-price-zone {
    margin-left: auto;
}

@media (max-width: 768px) {
    .top-bar .pezm-price-zone {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }

    .pezm-price-zone--panel {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
}
