/*
Theme Name: Kubelio Child
Theme URI: https://voidthread.co.in
Description: Child theme for Voidthread
Author: Somanath Lenka
Author URI: https://voidthread.co.in
Template: kubelio
Version: 1.0.0
Text Domain: kubelio-child
*/

/* ==========================================
   Global
========================================== */

body {
    background: #000 !important;
}


/* Product card */
/* Make sure the image wrapper is relative */
.rt-product__thumbnail{
    position:relative;
}

/* Desktop & Tablet */
.vt-rating-badge{
    position: absolute;
    top: 12px;
    right: 12px;
    left: auto;
    bottom: auto;

    z-index: 1;

    display: inline-flex;
    align-items: center;
    gap: 4px;

    background: rgba(0,0,0,.5) !important;
    color: #fff !important;

    padding: 6px 10px;
    border-radius: 30px;

    font-size: 13px;
    font-weight: 600;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border: 1px solid rgba(255,255,255,.15);
}

.vt-rating-badge strong{
    color: #fff !important;
}

.vt-rating-badge .vt-star{
    color: #FFD700 !important;
}

/* Mobile */
@media (max-width: 767px){

    .vt-rating-badge{
        top: auto;
        right: auto;
        left: 8px;
        bottom: 8px;

        padding: 4px 8px;

        font-size: 11px;
        gap: 3px;
        border-radius: 20px;
    }

    .vt-rating-badge strong{
        font-size: 11px;
    }

    .vt-star{
        font-size: 11px;
    }
}

.wp-block-search__input {
    background: #1a1a1a !important;
    border: 1px solid #444 !important;
    color: #fff !important;
}


    .page {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.woocommerce .rt-quantity__button {
    color: #fff !important;
    opacity: 1; /* Optional: makes it fully white instead of faded */
}

/* Active */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #000000 !important;
    border-color: #e0e0e0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ff5500 !important;
}

/* Inactive */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #2b2b2b;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #bfbfbf;
}


@media (max-width:768px){

body{
    padding-bottom:85px;
}

.vt-mobile-nav{

    position:fixed;
    left:15px;
    right:15px;
    bottom:15px;

    height:68px;

    display:flex;

    justify-content:space-around;
    align-items:center;

    background:rgba(20,20,20,.9);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    box-shadow:
    0 10px 40px rgba(0,0,0,.45);

    z-index:999999;
}

.vt-mobile-nav a{

    flex:1;

    color:#8d8d8d;

    text-decoration:none;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    font-size:11px;

    position:relative;

    transition:.3s;
}

.vt-mobile-nav svg{

    width:22px;
    height:22px;

    fill:none;

    stroke:white;

    stroke-width:2;

    margin-bottom:5px;
}

.vt-mobile-nav a.active{

    color:#ff5500 !important;
}

.vt-mobile-nav a.active svg{

    stroke:#ff5500 !important;
	fill: none;
}

.vt-mobile-nav a.active::before{

    content:"";

    position:absolute;

    top:5px;

    width:0px;
    height:0px;

    background:#fff;

    border-radius:30px;
}

.cart-badge{

    position:absolute;

    top:5px;

    right:25%;

    width:18px;

    height:18px;

    background:#ff2d55;

    color:#fff;

    border-radius:50%;

    font-size:10px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;
}

}

