/** Shopify CDN: Minification failed

Line 40:28 Expected "}" to go with "{"

**/
/* =====================================================
   CONCRETE ARTISAN — GLOBAL DARK LUXURY STYLES
   Covers: Product pages, collection pages, cart,
   general body, typography, buttons, forms
   ===================================================== */

/* --- GOOGLE FONTS IMPORT --- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Inter:wght@300;400;500&display=swap');

/* --- GLOBAL BODY & BACKGROUND --- */
body {
  background-color: #0d0d0d !important;
  color: #d4d4d8 !important;
  font-family: 'Inter', sans-serif !important;
}

/* --- HEADINGS --- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 400 !important;
  color: #f4f4f5 !important;
  letter-spacing: -0.01em;
}

/* --- PRODUCT PAGE (PDP) --- */

/* Main product section background */
.product,
.product__info-wrapper,
.product__media-wrapper,
#MainContent,
.page-width {
  background-color: #0d0d0d !important;
  color: #d4d4d8 !important;