/* ── Sale Page ────────────────────────────────────────────────────────────── */

/* Page heading */
.kyox-sale-page .page-title-wrapper .page-title {
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* Sale badge on product tiles when viewed from the sale page */
.kyox-sale-page .product-item .price-box .special-price {
    color: #e02b27;
}

/* ── Header Sale Button ───────────────────────────────────────────────────── */
.kyox-sale-btn {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 1.4;
    transition: opacity .15s ease;
    white-space: nowrap;
    vertical-align: middle;
    margin-left: 12px;
}

.kyox-sale-btn:hover,
.kyox-sale-btn:focus {
    opacity: .85;
    text-decoration: none !important;
}

/* Ensure the button sits nicely inside the header-right nav bar */
.header-bottom .header-col.header-right .kyox-sale-btn {
    margin-left: 0;
    margin-right: 12px;
}

@media (max-width: 767px) {
    .kyox-sale-btn {
        font-size: 11px;
        padding: 4px 10px;
        margin-left: 8px;
    }
}
