.category-shadow-section .category-shadow-thumb {
    position: relative;
    overflow: hidden;
}

.category-shadow-section .category-shadow-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.52) 12%, rgba(0, 0, 0, 0.22) 22%, rgba(0, 0, 0, 0.07) 33%, rgba(0, 0, 0, 0) 44%);
    pointer-events: none;
}

.category-shadow-section .banner-content {
    z-index: 2;
}

.category-shadow-section .banner-content .text1,
.category-shadow-section .banner-content .store-link {
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
}

.tag-line .blog-tag-pill {
    display: inline-block;
    border: 1px solid #d9d9d9;
    padding: 4px 10px;
    margin: 0 6px 6px 0;
    border-radius: 4px;
}

.tag-line .blog-tag-pill a {
    text-transform: lowercase;
}

.btn-cancel-address {
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.btn-cancel-address:hover,
.btn-cancel-address:focus {
    background: #5a6268;
    border-color: #5a6268;
    color: #fff;
}

.btn-review-submit {
    background-color: #dc3545;
    border-color: #dc3545;
    padding: 10px 20px;
    color: #fff;
}

.btn-category-filter {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn-category-filter:hover,
.btn-category-filter:focus {
    background-color: #bb2d3b;
    border-color: #b02a37;
    color: #fff;
}

.btn-category-reset {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn-category-reset:hover,
.btn-category-reset:focus {
    background-color: #5a6268;
    border-color: #5a6268;
    color: #fff;
}

.product-content-list .ratings {
    display: flex;
    align-items: center;
    color: #f9bd22;
    font-size: 16px;
    line-height: 1;
    margin-top: -5px;
    padding-bottom: 12px;
}

.product-content-list .ratings span {
    margin-right: 4px;
}

.product-content-list .ratings span:last-child {
    margin-right: 0;
}


/* Floating WhatsApp button */
.whatsapp-float {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.30);
}

.whatsapp-float-icon {
    filter: brightness(0) invert(1);
}