/*
CTC Separate Stylesheet
Updated: 2025-03-18 19:11:00
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1742314260
*/

/* Quantum PC Product Card Styles */
.qp-card {
    background: #111;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.qp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255,64,83,0.2);
}
.qp-card__link {
    text-decoration: none;
    color: inherit;
}
.qp-card__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}
.qp-card__title {
    font-family: "Quantum", sans-serif;
    font-size: 1.25rem;
    color: #fff;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.qp-card__specs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 15px;
}
.qp-spec {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}
.qp-spec__label {
    color: rgba(255,255,255,0.6);
}
.qp-spec__value {
    color: #fff;
    font-weight: 500;
}
.qp-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.qp-card__price {
    font-size: 1.1rem;
    color: #fff;
}
.qp-card__price .amount {
    font-weight: 700;
}
.qp-installment {
    display: block;
    font-size: 0.8rem;
    color: #ff4053;
}
.qp-card__btn {
    display: inline-block;
    background: #ff4053;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    transition: background 0.3s;
}
.qp-card__btn:hover {
    background: #e63946;
}
/* Grid for Shop Page */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}


/* Fix: Force dark background and white text */
.woocommerce ul.products li.product,
.qp-card {
    background: #111 !important;
    color: #fff !important;
}
.qp-card a, .qp-card__title, .qp-spec__value {
    color: #fff !important;
}
.qp-spec__label {
    color: rgba(255,255,255,0.6) !important;
}


/* RAM Selector Styles */
.qp-ram-selector {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 0.875rem;
    cursor: pointer;
    min-width: 150px;
}
.qp-ram-selector:focus {
    outline: none;
    border-color: #ff4053;
}
.qp-ram-selector option {
    background: #222;
    color: #fff;
}

