/* Manual editorial highlights. Purchase controls keep their existing states. */
.pdc-store .pdc-store-product.is-weekly-featured {
    border-color: #bea366;
    background: linear-gradient(145deg, #f6f9ef 10%, #eaf3e9 100%);
    box-shadow: 0 4px 16px rgba(51, 74, 40, .08);
}
.pdc-store .pdc-store-product.is-weekly-featured:hover {
    border-color: #9b7d3e;
}
.pdc-store .pdc-store-weekly-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 10px;
    padding: 6px 9px;
    border: 1px solid #e0c77e;
    border-radius: 7px;
    background: #fff0be;
    color: #57400c;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .03em;
    text-transform: uppercase;
    white-space: normal;
}
.pdc-store .pdc-store-weekly-badge > span:first-child {
    flex: 0 0 auto;
    font-size: 13px;
}
.pdc-store .pdc-store-weekly-badge > span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
}
.pdc-store .is-weekly-featured .pdc-store-product-action {
    border-top-color: #d4ddc6;
}
@media (max-width: 700px) {
    .pdc-store .pdc-store-weekly-badge {
        padding: 5px 7px;
        margin-bottom: 8px;
        font-size: 9px;
        letter-spacing: .015em;
    }
}
