/* MiniFinalDrives No Core Charges v2 - no DOM insertion or JavaScript. */
.productsummary__pricing {
    position: relative;
}
.productsummary__pricing::after {
    content: "NO CORE CHARGES";
    display: block;
    box-sizing: border-box;
    height: 42px;
    margin: 10px 0 0;
    padding: 2px 0 0 48px;
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2242%22%20viewBox%3D%220%200%2038%2042%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M19%202L35%208V21C35%2030%2028%2036%2019%2040C10%2036%203%2030%203%2021V8L19%202Z%22%20stroke%3D%22%23166534%22%20stroke-width%3D%222.5%22%2F%3E%3Ctext%20x%3D%2219%22%20y%3D%2226%22%20text-anchor%3D%22middle%22%20fill%3D%22%23166534%22%20font-family%3D%22Arial%2Csans-serif%22%20font-size%3D%2219%22%20font-weight%3D%22700%22%3E%240%3C%2Ftext%3E%3C%2Fsvg%3E") no-repeat left top / 38px 42px;
    color: #111111;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}
.productsummary__pricing::before {
    content: "No old drive return required.";
    position: absolute;
    left: 48px;
    bottom: 10px;
    color: #111111;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}
