/*
Theme Name: Gearnix Child
Theme URI: https://gearnix.risingbamboo.com/
Template: gearnix
Author: Rising Bamboo
Author URI: https://risingbamboo.com
Description: Gear up for success with Gearnix, a cutting-edge WooCommerce WordPress theme designed for gaming gear and accessories stores. Featuring 6 dynamic homepage layouts, Gearnix combines bold aesthetics with powerful functionality to create an immersive shopping experience tailored for gamers.
Tags: e-commerce,custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,custom-header,rtl-language-support,theme-options,block-styles
Version: 1.1.5.1782974304
Updated: 2026-07-02 06:38:24
*/

/* Dark Theme for Single Product Container Only */
/*body.single-product div.product {*/
/*    background-color: #1E1E20 !important;*/
/*    color: #e0e0e0 !important;*/
/*    padding: 30px;*/
/*    border-radius: 8px;*/
/*    --rbb-general-heading-color: #ffffff;*/
/*    --rbb-general-body-text-color: #e0e0e0;*/
/*} */

/* body.single-product div.product h1,*/
/*body.single-product div.product h2,*/
/*body.single-product div.product h3,*/
/*body.single-product div.product h4,*/
/*body.single-product div.product h5,*/
/*body.single-product div.product h6 {*/
/*    color: #ffffff !important;*/
/*} */

/* Force 3 Columns for Product Grid on Desktop */
@media (min-width: 992px) {

    .woocommerce ul.products.rbb_woo_products>li.product,
    .woocommerce-page ul.products.rbb_woo_products>li.product {
        width: 33.333333% !important;
        max-width: 33.333333% !important;
        flex: 0 0 33.333333% !important;
    }

    /* Force 3 Columns on Custom Image/Content/Video Section */
    .category-icv-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* Ensure inner elements don't have conflicting white backgrounds */
/*body.single-product div.product .woocommerce-tabs .panel,*/
/*body.single-product div.product .summary.entry-summary {*/
/*    background-color: transparent !important;*/
/*    color: #e0e0e0 !important;*/
/*}*/

/* Product price */
/*body.single-product div.product .price {*/
/*    color: #ffffff !important;*/
/*}*/

/* Product tabs */
/*body.single-product div.product .woocommerce-tabs ul.tabs li {*/
/*    background-color: #1e1e1e !important;*/
/*}*/

/*body.single-product div.product .woocommerce-tabs ul.tabs li.active {*/
/*    background-color: #333333 !important;*/
/*}*/

/*body.single-product div.product .woocommerce-tabs ul.tabs li a,*/
/*body.single-product .rbb-breadcrumb a,*/
/*body.single-product .rbb-breadcrumb span,*/
/*body.single-product .rbb-breadcrumb {*/
/*    color: #ffffff !important;*/
/*}*/

/* Form inputs (quantity, review form) */
/*body.single-product div.product input.qty,*/
/*body.single-product div.product .comment-form input,*/
/*body.single-product div.product .comment-form textarea,*/
/*body.single-product .rbb-page-title,*/
/*body.single-product #rbb-primary {*/
/*    background-color: #1e1e1e !important;*/
/*    color: #ffffff !important;*/
/*    border-color: #333333 !important;*/
/*}*/

/* Links in product description */
/*body.single-product div.product .woocommerce-product-details__short-description a,*/
/*body.single-product div.product .woocommerce-Tabs-panel a {*/
/*    color: #64b5f6 !important;*/
/*    text-decoration: underline;*/
/*}*/

/* Product gallery */
/* body.single-product div.product .product-single__photos {*/
/*    background-color: #ffffff !important;*/
/*    border-radius: 8px;*/
/*    padding: 10px;*/
/*} */

/* Quick comparison table */
/* body.single-product div.product .woosc-quick-table table {*/
/*    background-color: #1e1e1e !important;*/
/*    color: #e0e0e0 !important;*/
/*} */

/*body.single-product div.product .woosc-quick-table table th,*/
/*body.single-product div.product .woosc-quick-table table td {*/
/*    border-color: #333333 !important;*/
/*}*/

/*body.single-product div.product .woosc-quick-table table a {*/
/*    color: #64b5f6 !important;*/
/*} */