
.btn-dark-outline {
	border: 1px solid #222;
	background: transparent;
	color: #222;
}
.btn-dark-outline:hover {
	background: #222;
	color: white;
}

@media (max-width: 576px) {
    .shop-banner-content h4 {
        font-size: 1rem; /* smaller title */
    }

    .shop-banner-content p {
        font-size: 0.75rem; /* smaller description */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
}

/* ========== DIAGONAL DISCOUNT BADGE ========== */
/* Simple corner badge alternative */
.diagonal-discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    color: white;
    background-color: #ff4757;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.85rem;
    z-index: 10;
}
