/*
Theme Name: Pioneer & Rane Parts Theme
Theme URI: https://pioneerandrane.co.ke
Author: Pioneer & Rane
Author URI: https://pioneerandrane.co.ke
Description: Custom WooCommerce theme for Pioneer & Rane Parts DJ equipment repair and spare parts store.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pioneerandraneparts
Tags: e-commerce, custom-background, custom-colors, custom-header, custom-menu
*/

/* Tailwind CSS classes are loaded via CDN in header.php for this custom implementation */

/* WooCommerce Add to Cart Overrides */
/* WooCommerce Add to Cart Overrides */
form.cart {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important; /* gap-3 */
    align-items: stretch !important;
}
form.cart .button.single_add_to_cart_button {
    width: 100% !important;
    border: 1px solid #e60000 !important;
    background-color: transparent !important;
    color: #e60000 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 1rem !important; /* py-4 */
    border-radius: 0.25rem !important;
    transition: all 0.2s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
}
form.cart .button.single_add_to_cart_button:hover {
    background-color: #ffe6e6 !important;
}
form.cart .button.single_add_to_cart_button::before {
    content: "shopping_cart";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.technical-grid-bg {
    background-image: radial-gradient(var(--tw-colors-surface-variant) 1px, transparent 1px);
    background-size: 24px 24px;
}
.transition-precision {
    transition: all 0.2s cubic-bezier(0.2, 0, 0, 1);
}

.content-shadow {
    box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
}
.sidebar-sticky {
    top: calc(4rem + 24px);
}

/* Single Post Content Formatting */
.single-post-content h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.single-post-content h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.single-post-content p {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1.5rem;
}
.single-post-content ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}
.single-post-content li {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0.5rem;
}
