/**
 * Minimal Pro Theme - Ultra-minimal professional design
 */

.edw-theme-minimal-pro .woocommerce,
.edw-theme-minimal-pro .edw-cart-widget,
.edw-theme-minimal-pro .edw-checkout-widget {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #ffffff;
    letter-spacing: 0.2px;
}

/* Ultra Clean Typography */
.edw-theme-minimal-pro h1,
.edw-theme-minimal-pro h2,
.edw-theme-minimal-pro h3 {
    font-weight: 400;
    color: var(--edw-text-primary, #000000);
    letter-spacing: -0.5px;
    margin-bottom: 32px;
}

/* Minimal Buttons */
.edw-theme-minimal-pro button.button,
.edw-theme-minimal-pro a.button {
    border-radius: 2px;
    background-color: var(--edw-primary, #000000);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    font-weight: 500;
    padding: 14px 32px;
    box-shadow: none;
    transition: opacity 0.3s ease;
}

.edw-theme-minimal-pro button.button:hover,
.edw-theme-minimal-pro a.button:hover {
    opacity: 0.8;
    transform: none;
    box-shadow: none;
}

/* Simple Tables */
.edw-theme-minimal-pro table.shop_table {
    border: none;
    border-top: 2px solid var(--edw-border, #e5e5e5);
    border-bottom: 2px solid var(--edw-border, #e5e5e5);
    border-radius: 0;
    box-shadow: none;
}

.edw-theme-minimal-pro table.shop_table th {
    background-color: transparent;
    border-bottom: 1px solid var(--edw-border, #e5e5e5);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--edw-text-secondary, #6b7280);
}

.edw-theme-minimal-pro table.shop_table td {
    padding: 32px 16px;
    border-bottom: 1px solid var(--edw-border, #e5e5e5);
}

.edw-theme-minimal-pro table.shop_table tr:last-child td {
    border-bottom: none;
}

/* Product Names */
.edw-theme-minimal-pro .product-name {
    font-size: 16px;
    line-height: 1.8;
}

.edw-theme-minimal-pro .product-name a {
    color: var(--edw-text-primary, #000000);
    text-decoration: none;
    font-weight: 400;
    transition: opacity 0.3s ease;
}

.edw-theme-minimal-pro .product-name a:hover {
    opacity: 0.6;
}

/* Clean Prices */
.edw-theme-minimal-pro .amount {
    font-size: 16px;
    font-weight: 400;
    color: var(--edw-text-primary, #000000);
}

/* Minimal Forms */
.edw-theme-minimal-pro input[type="text"],
.edw-theme-minimal-pro input[type="email"],
.edw-theme-minimal-pro input[type="tel"],
.edw-theme-minimal-pro select,
.edw-theme-minimal-pro textarea {
    border: none;
    border-bottom: 1px solid var(--edw-border, #e5e5e5);
    border-radius: 0;
    background-color: transparent;
    padding: 12px 0;
    transition: border-color 0.3s ease;
}

.edw-theme-minimal-pro input:focus,
.edw-theme-minimal-pro select:focus,
.edw-theme-minimal-pro textarea:focus {
    border-bottom-color: var(--edw-primary, #000000);
    box-shadow: none;
}

/* Cart Totals */
.edw-theme-minimal-pro .cart_totals {
    background-color: transparent;
    border: 2px solid var(--edw-border, #e5e5e5);
    border-radius: 0;
    padding: 32px;
}

.edw-theme-minimal-pro .cart_totals h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 32px;
}

/* Maximum White Space */
.edw-theme-minimal-pro .cart_item {
    padding: 40px 0;
}

.edw-theme-minimal-pro .form-row {
    margin-bottom: 40px;
}

/* Clean Labels */
.edw-theme-minimal-pro label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--edw-text-secondary, #6b7280);
    font-weight: 400;
}

/* Simple Images */
.edw-theme-minimal-pro table.shop_table img {
    border-radius: 0;
    border: 1px solid var(--edw-border, #e5e5e5);
}

/* Heading Underlines */
.edw-theme-minimal-pro .woocommerce-billing-fields h3,
.edw-theme-minimal-pro .woocommerce-shipping-fields h3 {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--edw-border, #e5e5e5);
    margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .edw-theme-minimal-pro .cart_item {
        padding: 24px 0;
    }
    
    .edw-theme-minimal-pro .cart_totals {
        padding: 24px;
    }
}
