/*
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: Muhammad Muheet
Author URI: https://muhammadmuheet.com/
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.4.5.1762851839
Updated: 2025-11-11 10:03:59

*/

/* ── CheckoutWC Kestrel — Dark theme ── */
#cfw-content,
.cfw-page-wrapper,
body.cfw-page {
    background-color: #0b0f0e !important;
    color: #e8ede9 !important;
    font-family: 'DM Sans', sans-serif !important;
}

#cfw-content .cfw-side,
#cfw-content .cfw-col {
    background-color: #0b0f0e !important;
}

/* Order summary panel */
#cfw-order-review {
    background-color: #111615 !important;
    border: 1px solid #1e2926 !important;
    border-radius: 4px !important;
}

#cfw-order-review th,
#cfw-order-review td {
    color: #e8ede9 !important;
    border-color: #1e2926 !important;
}

/* Form fields */
#cfw-content input[type="text"],
#cfw-content input[type="email"],
#cfw-content input[type="tel"],
#cfw-content input[type="password"],
#cfw-content select,
#cfw-content textarea {
    background-color: #161c1a !important;
    border: 1px solid #1e2926 !important;
    color: #e8ede9 !important;
    border-radius: 4px !important;
    font-family: 'DM Sans', sans-serif !important;
}

#cfw-content input::placeholder {
    color: #4a5c55 !important;
}

#cfw-content input:focus,
#cfw-content select:focus {
    border-color: #4a9fd4 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Labels */
#cfw-content label,
#cfw-content .cfw-label {
    color: #8fa399 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.8rem !important;
}

/* Section headings */
#cfw-content h3,
#cfw-content .cfw-heading {
    font-family: 'Syne', sans-serif !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Place order button */
#cfw-content #place_order,
#cfw-content .cfw-primary-btn {
    background-color: #4a9fd4 !important;
    color: #0b0f0e !important;
    border: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
}

#cfw-content #place_order:hover,
#cfw-content .cfw-primary-btn:hover {
    opacity: 0.88 !important;
}

/* Coupon field */
#cfw-content .cfw-coupon-form input {
    background-color: #161c1a !important;
    border: 1px solid #1e2926 !important;
    color: #e8ede9 !important;
}

#cfw-content .cfw-coupon-form button {
    background-color: transparent !important;
    border: 1px solid #1e2926 !important;
    color: #4a9fd4 !important;
}

/* Payment methods */
#cfw-content .wc_payment_method,
#cfw-content .payment_box {
    background-color: #111615 !important;
    border: 1px solid #1e2926 !important;
    color: #e8ede9 !important;
    border-radius: 4px !important;
}

#cfw-content .wc_payment_method label {
    color: #e8ede9 !important;
}

/* Tabs / breadcrumb */
#cfw-content .cfw-tabs a,
#cfw-content .cfw-step-heading {
    color: #8fa399 !important;
    font-family: 'DM Sans', sans-serif !important;
}

#cfw-content .cfw-tabs a.active,
#cfw-content .cfw-step-heading.active {
    color: #4a9fd4 !important;
}

/* ── Trust badges ── */
.pp-trust-badges {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 14px 0 10px;
}

.pp-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #161c1a;
    border: 1px solid #1e2926;
    border-radius: 8px;
    padding: 8px 12px;
}

.pp-badge-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(74,159,212,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pp-badge-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pp-badge-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #e8ede9;
}

.pp-badge-sub {
    font-family: 'DM Mono', monospace;
    font-size: 0.65rem;
    color: #4a5c55;
    letter-spacing: 0.04em;
}

/* ── Review bar ── */
.pp-review-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #161c1a;
    border: 1px solid #1e2926;
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 14px;
}

.pp-stars {
    display: flex;
    gap: 2px;
    flex-shrink: 0;
}

.pp-review-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pp-review-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #e8ede9;
}

.pp-review-sub {
    font-family: 'DM Mono', monospace;
    font-size: 0.65rem;
    color: #4a5c55;
    letter-spacing: 0.04em;
}

/* ── Xootix Side Cart — Hide add to cart notice banner ── */
.xoo-wsc-notice-container[data-section="cart"] {
    display: none !important;
}

/* ── Condense payment icons into single line ── */
.xoo-payment-icons {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 4px 12px 8px !important;
}

.xoo-payment-icons p {
    display: none !important;
}

.xoo-payment-icons-row {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.xoo-payment-icons-row img {
    height: 18px !important;
    width: auto !important;
}

.xoo-payment-icons::after {
    content: '🔒 SSL secured' !important;
    font-size: 10px !important;
    color: #999 !important;
    white-space: nowrap !important;
}

/* ── Accordion trigger — remove default button hover ── */
.pp-accordion-trigger:hover {
    background-color: transparent !important;
    color: inherit !important;
    outline: none !important;
    border-color: transparent !important;
}

.pp-accordion-trigger:hover .pp-accordion-title {
    color: #63c5ff !important;
}

/* ── FAQ accordion — remove default hover colour ── */
.pp-faq-question:hover {
    background-color: transparent !important;
    color: inherit !important;
    border-color: transparent !important;
}

.pp-faq-question:hover .pp-faq-q-text {
    color: #63c5ff !important;
}

/* ── Shop Archive: Product Count ── */
.pp-product-count {
    font-family: 'DM Mono', monospace;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pp-accent, #63c5ff);
    margin: 0 0 1rem 0;
    opacity: 0.75;
}

/* ── Shop Archive: Toolbar layout ── */
.woocommerce-ordering {
    margin-bottom: 1.5rem;
}

.woocommerce-ordering select,
.woocommerce select.orderby {
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--pp-surface, #111620);
    color: #c8d0dc;
    border: 1px solid #1e2926;
    border-radius: 6px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.82rem;
    padding: 0.5rem 2.4rem 0.5rem 0.85rem;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2363c5ff' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}

.woocommerce-ordering select:hover,
.woocommerce select.orderby:hover {
    border-color: var(--pp-accent, #63c5ff);
}

.woocommerce-ordering select:focus,
.woocommerce select.orderby:focus {
    border-color: var(--pp-accent, #63c5ff);
    box-shadow: 0 0 0 2px rgba(99, 197, 255, 0.12);
}

/* ── Hide WooCommerce's default result count (replaced by our count above) ── */
.woocommerce-result-count {
    display: none;
}

/* ── Research Protocols archive: page heading ── */
body.tax-product_cat.term-research-protocols .woocommerce-products-header {
    text-align: center;
    padding: 48px 20px 32px;
}

body.tax-product_cat.term-research-protocols .woocommerce-products-header__title {
    font-family: 'Syne', sans-serif !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    color: #ffffff !important;
    text-align: center !important;
    margin-bottom: 12px !important;
}

body.tax-product_cat.term-research-protocols .woocommerce-products-header__title {
    text-align: center !important;
}