
/* Tshack Tiered Offers - theme override */
div.zwx-offers.tshack-tiered-offers {
    margin: 18px 0 !important;
    padding: 22px 28px 20px !important;
    border-radius: 26px !important;
    background: #9c3437 !important;
    box-shadow: 0 14px 32px rgba(0,0,0,.08) !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-offers-badge {
    width: fit-content !important;
    margin: 0 auto 14px !important;
    padding: 8px 20px !important;
    border-radius: 999px !important;
    background: #252b3a !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .8px !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-offers-badge-t {
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-offers-spark {
    color: #e6a73b !important;
    font-size: 17px !important;
    line-height: 1 !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-oti {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 0 10px !important;
    padding: 11px 18px !important;
    box-sizing: border-box !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #fff6f6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    cursor: pointer !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    transition: transform .15s ease, box-shadow .15s ease, outline .15s ease !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-oti:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,.08) !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-oti-left {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-oti-icons {
    display: flex !important;
    flex: 0 0 auto !important;
    flex-wrap: nowrap !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-ic {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    margin-left: -4px !important;
    box-sizing: border-box !important;
    border: 2px dashed #c49496 !important;
    border-radius: 50% !important;
    background: #fff0f0 !important;
    color: #997173 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-ic:first-child {
    margin-left: 0 !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-oti-info {
    min-width: 0 !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-oti-title {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #2d2d2d !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-oti-sub {
    display: block !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
    color: #777 !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    font-weight: 400 !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-oti-price {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-oti-amount,
div.zwx-offers.tshack-tiered-offers .zwx-oti-amount * {
    color: #2d2d2d !important;
    font-size: 21px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

div.zwx-offers.tshack-tiered-offers .zwx-offers-foot {
    margin: 14px 0 0 !important;
    padding: 0 !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

@media (max-width: 767px) {
    div.zwx-offers.tshack-tiered-offers {
        margin: 14px 0 !important;
        padding: 18px 14px 16px !important;
        border-radius: 22px !important;
    }

    div.zwx-offers.tshack-tiered-offers .zwx-oti {
        padding: 10px 12px !important;
        border-radius: 16px !important;
        gap: 8px !important;
    }

    div.zwx-offers.tshack-tiered-offers .zwx-oti-left {
        gap: 8px !important;
    }

    div.zwx-offers.tshack-tiered-offers .zwx-ic {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        font-size: 13px !important;
    }

    div.zwx-offers.tshack-tiered-offers .zwx-oti-title {
        font-size: 16px !important;
    }

    div.zwx-offers.tshack-tiered-offers .zwx-oti-sub {
        font-size: 12px !important;
    }

    div.zwx-offers.tshack-tiered-offers .zwx-oti-amount,
    div.zwx-offers.tshack-tiered-offers .zwx-oti-amount * {
        font-size: 17px !important;
    }

    div.zwx-offers.tshack-tiered-offers .zwx-offers-foot {
        font-size: 13px !important;
    }
}
