/* R13 — dedicated Shopping Insights section on the public features page. */
.wz-shopping-insights-section {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e7ebf2;
    border-bottom: 1px solid #e7ebf2;
    background:
        radial-gradient(circle at 88% 18%, rgba(206, 2, 75, .08), transparent 34%),
        linear-gradient(145deg, #fbfcff 0%, #fff 52%, #fff8fb 100%);
}

.wz-shopping-insights-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(1, 29, 60, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(1, 29, 60, .025) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to right, transparent, #000 65%, #000);
}

.wz-shopping-insights-section > .wz-commerce-container {
    position: relative;
    z-index: 1;
}

.wz-shopping-insights-copy .wz-commerce-text-link {
    color: #ce024b;
}

.wz-commerce-section .wz-shopping-insights-attribution {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 560px;
    margin: 22px 0 0;
    padding-top: 18px;
    border-top: 1px solid #e6eaf0;
    color: #6b7e92;
    font-size: 11px;
    line-height: 1.7;
}

.wz-shopping-insights-attribution .wz-ui-icon {
    width: 15px;
    height: 15px;
    margin-top: 2px;
    flex: 0 0 auto;
    color: #ce024b;
}

.wz-shopping-insights-visual {
    width: 100%;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #dce3ed;
    border-radius: 22px;
    background: #f5f7fb;
    box-shadow: 0 24px 70px rgba(1, 29, 60, .12);
}

.wz-shopping-insights-visual__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 18px;
    border-bottom: 1px solid #e3e8ef;
    background: #fff;
    color: #41566d;
    font-size: 11px;
    line-height: 1.5;
}

.wz-shopping-insights-visual__top > span,
.wz-shopping-insights-visual__top > strong {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wz-shopping-insights-visual__top > span {
    font-weight: 700;
    color: #011d3c;
}

.wz-shopping-insights-visual__top > span i {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #ce024b;
    box-shadow: 0 0 0 5px #fff0f6;
}

.wz-shopping-insights-visual__top > strong {
    padding: 6px 9px;
    border: 1px solid #e1e7ef;
    border-radius: 9px;
    background: #fbfcfe;
    color: #667b91;
    font-size: 9px;
    font-weight: 600;
}

.wz-shopping-insights-visual__top .wz-ui-icon {
    width: 13px;
    height: 13px;
}

.wz-shopping-insights-visual__body {
    display: grid;
    gap: 12px;
    padding: 17px;
}

.wz-shopping-insights-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.wz-shopping-insights-metric {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 13px;
    border: 1px solid #e0e6ee;
    border-radius: 13px;
    background: #fff;
}

.wz-shopping-insights-metric::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: #dce3ec;
}

.wz-shopping-insights-metric--primary::before {
    background: #ce024b;
}

.wz-shopping-insights-metric > span {
    display: flex;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    color: #75869a;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wz-shopping-insights-metric > span .wz-ui-icon {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    color: #ce024b;
}

.wz-shopping-insights-metric > strong {
    display: block;
    margin-top: 9px;
    color: #011d3c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.wz-shopping-insights-metric > small {
    display: block;
    margin-top: 5px;
    color: #708398;
    font-size: 7px;
    line-height: 1.55;
}

.wz-shopping-insights-metric--primary > small {
    color: #4f7d68;
}

.wz-shopping-insights-panel {
    min-width: 0;
    padding: 14px;
    border: 1px solid #e0e6ee;
    border-radius: 13px;
    background: #fff;
}

.wz-shopping-insights-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #011d3c;
    font-size: 9px;
    line-height: 1.5;
}

.wz-shopping-insights-panel__head > strong {
    font-weight: 700;
}

.wz-shopping-insights-panel__head > span {
    color: #7c8da0;
    font-size: 8px;
}

.wz-shopping-insights-bars {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 112px;
    margin-top: 15px;
    padding: 12px 10px 0;
    border-bottom: 1px solid #dfe5ed;
    background: repeating-linear-gradient(to bottom, #f3f5f8 0, #f3f5f8 1px, transparent 1px, transparent 32px);
}

.wz-shopping-insights-bars > span {
    flex: 1 1 0;
    min-width: 3px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, #ce024b, #e65388);
    opacity: .9;
}

.wz-shopping-insights-bars > span:nth-child(1) { height: 36%; }
.wz-shopping-insights-bars > span:nth-child(2) { height: 51%; }
.wz-shopping-insights-bars > span:nth-child(3) { height: 43%; }
.wz-shopping-insights-bars > span:nth-child(4) { height: 64%; }
.wz-shopping-insights-bars > span:nth-child(5) { height: 58%; }
.wz-shopping-insights-bars > span:nth-child(6) { height: 72%; }
.wz-shopping-insights-bars > span:nth-child(7) { height: 66%; }
.wz-shopping-insights-bars > span:nth-child(8) { height: 82%; }
.wz-shopping-insights-bars > span:nth-child(9) { height: 75%; }
.wz-shopping-insights-bars > span:nth-child(10) { height: 92%; }
.wz-shopping-insights-bars > span:nth-child(11) { height: 84%; }
.wz-shopping-insights-bars > span:nth-child(12) { height: 100%; }

.wz-shopping-insights-axis {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    color: #8a99aa;
    font-size: 7px;
}

.wz-shopping-insights-products {
    padding-top: 12px;
    padding-bottom: 7px;
}

.wz-shopping-insights-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-top: 1px solid #edf0f5;
    color: #526980;
    font-size: 9px;
}

.wz-shopping-insights-product:first-of-type {
    margin-top: 8px;
}

.wz-shopping-insights-product > span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wz-shopping-insights-product .wz-ui-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    color: #ce024b;
}

.wz-shopping-insights-product > strong {
    color: #011d3c;
    font-size: 10px;
}

.wz-shopping-insights-visual > figcaption {
    padding: 10px 16px;
    border-top: 1px solid #e3e8ef;
    background: #fff;
    color: #7a8b9e;
    font-size: 8px;
    line-height: 1.65;
    text-align: center;
}

@media (max-width: 959px) {
    .wz-shopping-insights-copy {
        max-width: 650px;
    }

    .wz-shopping-insights-visual {
        max-width: 590px;
        justify-self: center;
    }
}

@media (max-width: 540px) {
    .wz-shopping-insights-visual__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .wz-shopping-insights-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .wz-shopping-insights-metric--primary {
        grid-column: 1 / -1;
    }

    .wz-shopping-insights-metric > strong {
        font-size: 18px;
    }

    .wz-shopping-insights-bars {
        gap: 4px;
        height: 96px;
        padding-inline: 5px;
    }
}
