/* ===== TH Smart Offers — Cart Item Styles ===== */

/* Strikethrough original price */
.th-so-orig {
    display: block;
    font-size: 0.88em;
    color: #9ca3af;
    text-decoration: line-through;
    font-style: normal;
}

/* FREE label — shown instead of $0.00 */
.th-so-free {
    display: block;
    font-size: 1em;
    font-weight: 700;
    color: #e11d48;
    letter-spacing: 0.5px;
    text-decoration: none;
}

/* Offer label line below product name:  [BXGX] Standard BOGO (-$32.00) */
.th-so-offer-label {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
    font-size: 0.82em;
    color: #6b7280;
    line-height: 1.4;
}

/* Tag SVG icon */
.th-so-tag-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    color: #6b7280;
    vertical-align: middle;
}
