/* ===== MAISON DORION – GLOBAL DARK THEME ===== */
/* Base */
body {
background-color: #0a0a0a !important;
color: #f5f5f0 !important;
font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, sans-serif !important;
}
/* WooCommerce Shop Page */
.woocommerce .products .product {
background: #111 !important;
border: 1px solid #1a1a1a !important;
border-radius: 4px;
padding: 20px !important;
transition: border-color 0.3s ease;
}
.woocommerce .products .product:hover {
border-color: #c9a96e !important;
}
.woocommerce .products .product .woocommerce-loop-product__title {
color: #f5f5f0 !important;
font-family: ‘Playfair Display’, serif !important;
font-size: 1.1rem !important;
}
.woocommerce .products .product .price {
color: #c9a96e !important;
font-size: 1rem !important;
}
.woocommerce .products .product .button,
.woocommerce .products .product .add_to_cart_button {
background: transparent !important;
border: 1px solid #c9a96e !important;
color: #c9a96e !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
font-size: 11px !important;
padding: 10px 20px !important;
transition: all 0.3s ease !important;
}
.woocommerce .products .product .button:hover,
.woocommerce .products .product .add_to_cart_button:hover {
background: #c9a96e !important;
color: #0a0a0a !important;
}
/* Single Product Page */
.woocommerce div.product .product_title {
color: #f5f5f0 !important;
font-family: ‘Playfair Display’, serif !important;
font-size: 2rem !important;
}
.woocommerce div.product .price {
color: #c9a96e !important;
font-size: 1.5rem !important;
}
.woocommerce div.product .woocommerce-product-details__short-description {
color: #aaa !important;
}
.woocommerce div.product .description p,
.woocommerce div.product .description li {
color: #aaa !important;
}
.single_add_to_cart_button {
background: #c9a96e !important;
color: #0a0a0a !important;
border: none !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
font-weight: 600 !important;
padding: 15px 40px !important;
font-size: 13px !important;
transition: all 0.3s ease !important;
}
.single_add_to_cart_button:hover {
background: #b8944d !important;
transform: translateY(-1px);
}
/* Variation swatches */
.woocommerce div.product .variations td,
.woocommerce div.product .variations th {
color: #f5f5f0 !important;
}
.woocommerce div.product .variations select {
background: #1a1a1a !important;
color: #f5f5f0 !important;
border: 1px solid #333 !important;
}
/* Cart Page */
.woocommerce-cart .woocommerce table.cart td,
.woocommerce-cart .woocommerce table.cart th {
color: #f5f5f0 !important;
border-color: #1a1a1a !important;
}
.woocommerce table.cart td.actions .coupon input {
background: #1a1a1a !important;
color: #f5f5f0 !important;
border: 1px solid #333 !important;
}
.woocommerce .cart-collaterals .cart_totals {
background: #111 !important;
border: 1px solid #1a1a1a !important;
padding: 20px !important;
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td {
color: #f5f5f0 !important;
}
/* Checkout */
.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-shipping-fields label {
color: #f5f5f0 !important;
}
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
background: #1a1a1a !important;
color: #f5f5f0 !important;
border: 1px solid #333 !important;
}
#place_order {
background: #c9a96e !important;
color: #0a0a0a !important;
border: none !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
font-weight: 600 !important;
padding: 18px 40px !important;
font-size: 14px !important;
}
#place_order:hover {
background: #b8944d !important;
}
/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
color: #aaa !important;
border-bottom: 1px solid #1a1a1a !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
color: #c9a96e !important;
}
/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
color: #666 !important;
}
.woocommerce .woocommerce-breadcrumb a {
color: #c9a96e !important;
}
/* Notices */
.woocommerce-message {
background: #111 !important;
border-top-color: #c9a96e !important;
color: #f5f5f0 !important;
}
.woocommerce-info {
background: #111 !important;
border-top-color: #c9a96e !important;
color: #f5f5f0 !important;
}
/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #aaa !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #c9a96e !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
color: #aaa !important;
}
/* Links */
a {
color: #c9a96e;
}
a:hover {
color: #b8944d;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
color: #f5f5f0 !important;
}
/* Forms */
input, select, textarea {
background: #1a1a1a !important;
color: #f5f5f0 !important;
border: 1px solid #333 !important;
}
/* Cookie Notice styling */
#cookie-notice {
background: #1a1a1a !important;
}
#cookie-notice .cookie-notice-container {
color: #aaa !important;
}
#cn-accept-cookie {
background: #c9a96e !important;
color: #0a0a0a !important;
border: none !important;
}