/*
Theme Name: Cali Art Commerce Theme
Author: CaliWebExperts
Description: A high-contrast, minimalist theme designed to showcase vivid geometric artwork.
Version: 1.1
Text Domain: cali-art-theme
*/

body {
    background-color: #121212;
    color: #e0e0e0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.woocommerce ul.products li.product {
    background: #1e1e1e;
    padding: 15px;
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #ffffff;
    font-size: 1.2rem;
    margin: 15px 0 10px 0;
}

.woocommerce price {
    color: #00ffcc !important;
}

.woocommerce a.button.button {
    background-color: #ff007f;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
}

.unique-product-wrapper {
    padding-top: 50px;
}

.product-split-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.product-art-gallery {
    flex: 1.2;
    background: #1a1a1a;
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #2d2d2d;
    text-align: center;
}

.main-art-view {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.placeholder-art-box {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
}

.product-purchase-panel {
    flex: 0.8;
    position: sticky;
    top: 40px;
    background: #191919;
    padding: 35px;
    border-radius: 12px;
    border: 1px solid #2d2d2d;
}

.art-collection-tag {
    color: #ff007f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
}

.art-title {
    color: #fff;
    font-size: 2.5rem;
    margin: 10px 0 15px 0;
}

.art-price-box {
    margin-bottom: 25px;
}

.art-price-box .amount {
    font-size: 1.8rem;
    font-weight: bold;
    color: #00ffcc !important;
}

.art-description {
    color: #cccccc;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.product-purchase-panel .cart {
    margin: 20px 0;
}

.product-purchase-panel .quantity input {
    background: #2b2b2b;
    color: #fff;
    border: 1px solid #444;
    padding: 10px;
    border-radius: 4px;
}

.art-meta-details {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #2d2d2d;
    font-size: 0.9rem;
    color: #888;
}

@media (max-width: 900px) {
    .product-split-layout {
        flex-direction: column;
    }
    .product-purchase-panel {
        position: relative;
        top: 0;
        width: 100%;
        box-sizing: border-box;
    }
}
