/**
* Theme Name:        avanam-fashi
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-fashi
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

/* Hide related products beyond the first 4 by default */
.related.products ul.products li.product:nth-child(n+5) {
    display: none;
}

.related.products ul.products li.product.rp-visible {
    display: list-item; /* or block, depending on theme's product li display */
}

.rp-load-more-wrap {
    text-align: center;
    margin-top: 30px;
}

.rp-load-more-btn {
    display: inline-block;
    background: var(--wc-primary, #4B1F63);
    color: #fff;
    border: none;
    padding: 14px 34px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rp-load-more-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.rp-load-more-btn.rp-hidden {
    display: none;
}