/*
Theme Name: Kathiawad Child
Template: kadence
Description: Child theme for Kathiawad Design Solutions
Version: 1.0
*/

/* ============================================
   CSS VARIABLES
   ============================================ */
:root {
  --bg: #0A0A0A;
  --surface: #111111;
  --border: #1E1E1E;
  --green: #00D37F;
  --green2: #00FF99;
  --white: #FFFFFF;
  --gray: #666666;
  --gray2: #999999;
}

/* ============================================
   BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--white); overflow-x: hidden; margin: 0; padding: 0; }
.wp-site-blocks > * { margin-block-start: 0; margin-block-end: 0; }
.entry-content > * + * { margin-top: 0; }
a { color: var(--green); }
a:hover { color: var(--green2); }
.entry-hero-container-inner .entry-header {min-height: auto !important;}

/* ============================================
   NAV
   ============================================ */
nav { top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: flex-start; gap: 3rem; padding: 1.2rem 5%; backdrop-filter: blur(20px); }
.logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.2rem; color: var(--white); letter-spacing: -0.02em; text-decoration: none; }
.logo span { color: var(--green); }
nav ul { display: flex; gap: 2.5rem; list-style: none; margin: 0; padding: 0; }
nav ul a { color: var(--gray2); text-decoration: none; font-size: 0.875rem; font-weight: 400; transition: color 0.2s; letter-spacing: 0.01em; }
nav ul a:hover { color: var(--white); }
.nav-cta { background: var(--green) !important; color: #000 !important; padding: 0.5rem 1.3rem; border-radius: 4px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--green2) !important; }

/* ============================================
   HERO
   ============================================ */
.hero { min-height: 100vh; background: var(--bg); display: flex; align-items: center; padding: 8rem 5% 5rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse 80% 60% at 60% 0%, rgba(0,211,127,0.06) 0%, transparent 60%); pointer-events: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; position: relative; z-index: 2; }
.hero-eyebrow { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 2rem; }
.hero-line { width: 40px; height: 1px; background: var(--green); }
.hero-eyebrow span { font-size: 0.75rem; font-weight: 500; color: var(--green); letter-spacing: 0.15em; text-transform: uppercase; }
.hero h1 { font-family: 'Syne', sans-serif; font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 800; line-height: 0.95; letter-spacing: -0.03em; margin-bottom: 2rem; max-width: 900px; color: var(--white); }
.hero h1 .line2 { color: var(--green); }
.hero-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: end; margin-top: 3rem; }
.hero p { color: var(--gray2); font-size: 1rem; line-height: 1.8; font-weight: 300; max-width: 420px; margin-bottom: 2rem; }
.hero-btns { display: flex; gap: 1rem; }

/* ============================================
   BUTTONS
   ============================================ */
.btn-p { background: var(--green); color: #000; padding: 0.9rem 2rem; border-radius: 4px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: all 0.2s; display: inline-block; }
.btn-p:hover { background: var(--green2); color: #000; transform: translateY(-1px); }
.btn-g { border: 1px solid var(--border); color: var(--gray2); padding: 0.9rem 2rem; border-radius: 4px; text-decoration: none; font-weight: 400; font-size: 0.9rem; transition: all 0.2s; display: inline-block; }
.btn-g:hover { border-color: var(--gray2); color: var(--white); }
.btn-out { display: inline-block; border: 1px solid var(--border); color: var(--gray2); padding: 0.75rem 2rem; border-radius: 4px; font-size: 0.875rem; text-decoration: none; transition: all 0.2s; }
.btn-out:hover { border-color: var(--green); color: var(--green); }
.btn-dark{background:#000;color:var(--green);padding:1rem 2.5rem;border-radius:4px;text-decoration:none;font-weight:700;font-size:1rem;transition:all 0.2s;display:inline-block;font-family:'Inter',sans-serif;}
.btn-dark:hover{background:#111;}

/* ============================================
   SERVICE LIST
   ============================================ */
.hero-services-list { display: flex; flex-direction: column; gap: 0; border-left: 1px solid var(--border); }
.hsl { padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; transition: all 0.2s; cursor: default; }
.hsl:last-child { border-bottom: none; }
.hsl:hover { background: rgba(255,255,255,0.02); }
.hsl-left { display: flex; align-items: center; gap: 1rem; }
.hsl-num { font-size: 0.72rem; color: var(--green); font-weight: 500; font-family: 'Syne', sans-serif; width: 20px; }
.hsl-name { font-size: 0.9rem; font-weight: 600; color: var(--white); font-family: 'Syne', sans-serif; }
.hsl-arrow { color: var(--gray); font-size: 0.8rem; transition: all 0.2s; }
.hsl:hover .hsl-arrow { color: var(--green); transform: translateX(3px); }

/* ============================================
   SECTIONS
   ============================================ */
.divider { height: 1px; background: var(--border); max-width: 1200px; margin: 0 auto; }
section.sec { padding: 6rem 5%; }
.si { max-width: 1200px; margin: 0 auto; }
.stag { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--green); margin-bottom: 1rem; display: block; }
.stitle { font-family: 'Syne', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 0.75rem; color: var(--white); }
.ssub { color: var(--gray2); font-size: 0.95rem; line-height: 1.75; max-width: 500px; font-weight: 300; margin-bottom: 3rem; }

/* ============================================
   SERVICES GRID
   ============================================ */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-top: 3rem; }
.svc { background: var(--bg); padding: 2.5rem 2rem; transition: background 0.2s; }
.svc:hover { background: var(--surface); }
.svc-num { font-size: 0.72rem; color: var(--green); font-weight: 500; letter-spacing: 0.1em; margin-bottom: 1.5rem; display: block; font-family: 'Syne', sans-serif; }
.svc-icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
.svc h3 { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 0.6rem; line-height: 1.3; color: var(--white); }
.svc p { font-size: 0.82rem; color: var(--gray2); line-height: 1.65; font-weight: 300; }

/* ============================================
   CUSTOM PRODUCTS GRID (.pc)
   ============================================ */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-top: 3rem; }
.pc { background: var(--bg); padding: 2rem; transition: background 0.2s; display: flex; flex-direction: column; }
.pc:hover { background: var(--surface); }
.pcat { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin-bottom: 0.6rem; }
.pname { font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 0.6rem; line-height: 1.3; color: var(--white); }
.pdesc { font-size: 0.82rem; color: var(--gray2); line-height: 1.65; font-weight: 300; margin-bottom: 1.5rem; flex: 1; }
.pfoot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; }
.pprice { font-family: 'Syne', sans-serif; font-size: 1.4rem; font-weight: 800; color: var(--white); }
.pprice small { font-size: 0.72rem; color: var(--gray); font-weight: 400; display: block; font-family: 'Inter', sans-serif; }
.patc { background: var(--green); color: #000; padding: 0.5rem 1rem; border-radius: 4px; font-size: 0.8rem; font-weight: 600; text-decoration: none; transition: background 0.2s; white-space: nowrap; }
.patc:hover { background: var(--green2); color: #000; }
.products-more { margin-top: 2rem; text-align: center; }
.price-prefix{display: block; font-size:10px; color:#999;}

/* ============================================
   CTA BAND
   ============================================ */
.cta-band { background: var(--green); padding: 5rem 5%; text-align: center; }
.cta-band h2 { font-family: 'Syne', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #000; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.cta-band p { color: rgba(0,0,0,0.6); font-size: 1rem; margin-bottom: 2.25rem; font-weight: 300; }

/* ============================================
   CONTACT
   ============================================ */
.contact { padding: 6rem 5%; background: var(--bg); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 5rem; margin-top: 3rem; align-items: start; }
.ci h3 { font-family: 'Syne', sans-serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 0.75rem; line-height: 1.3; color: var(--white); }
.ci p { font-size: 0.9rem; color: var(--gray2); line-height: 1.75; font-weight: 300; margin-bottom: 2rem; }
.cd { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.85rem; }
.cdi { width: 34px; height: 34px; background: rgba(0,211,127,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0; }
.cdt { font-size: 0.875rem; color: var(--white); font-weight: 400; }
.cf { background: var(--surface); border-radius: 12px; padding: 2.5rem; border: 1px solid var(--border); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fg { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.fg label { font-size: 0.72rem; font-weight: 500; color: var(--gray2); letter-spacing: 0.08em; text-transform: uppercase; }
.fg input, .fg select, .fg textarea { padding: 0.8rem 1rem; border: 1px solid var(--border); border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 0.875rem; color: var(--white); background: var(--bg); transition: border-color 0.2s; outline: none; -webkit-appearance: none; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--green); }
.fg select option { background: var(--bg); }
.fg textarea { resize: vertical; min-height: 110px; }
.fs { width: 100%; padding: 1rem; background: var(--green); color: #000; border: none; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 700; cursor: pointer; transition: background 0.2s; }
.fs:hover { background: var(--green2); }

/* ============================================
   SINGLE PRODUCT PAGE
   ============================================ */

/* Main product layout */
.single-product #primary,
.single-product .content-container {
    background: var(--bg) !important;
}

.single-product div#product-824,
.single-product .entry.product {
    background: var(--bg) !important;
    border: none !important;
    padding: 2rem 2% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
    gap: 4rem !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Gallery — left column */
.single-product .woocommerce-product-gallery {
    grid-column: 1 !important;
    grid-row: 1 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid var(--border) !important;
}

.single-product .woocommerce-product-gallery img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Hide zoom trigger */
.single-product .woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Summary — right column */
.single-product .summary.entry-summary {
    grid-column: 2 !important;
    grid-row: 1 !important;
    padding: 0 !important;
}

/* Breadcrumbs */
.single-product .product-title.product-above {
    padding: 2rem 5% 0 !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    grid-column: 1 / -1 !important;
}

.kadence-breadcrumbs,
.kadence-breadcrumb-container,
.kadence-breadcrumb-container span,
.kadence-breadcrumb-container a {
    font-size: 0.75rem !important;
    color: var(--gray) !important;
    text-decoration: none !important;
}

.kadence-breadcrumb-container a:hover { color: var(--green) !important; }
.kadence-bc-home span,
.kadence-bread-current { color: var(--gray2) !important; }
.bc-delimiter { color: var(--border) !important; margin: 0 0.4rem !important; }

.woocommerce-page div.product div.summary, .woocommerce-page div.product div.images{width: auto !important;}
/* Product title */
.single-product .product_title.entry-title {
    font-family: 'Syne', sans-serif !important;
    font-size: clamp(1.8rem, 3vw, 2.5rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.03em !important;
    color: var(--white) !important;
    margin-bottom: 1.25rem !important;
}

/* Price */
.single-product .summary .price {
    font-family: 'Syne', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: var(--white) !important;
    margin-bottom: 1.5rem !important;
    display: block !important;
}

.single-product .summary .price .woocommerce-Price-amount {
    color: var(--white) !important;
}

.single-product .summary .price .price-prefix {
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    color: var(--gray2) !important;
    display: block !important;
    margin-bottom: 0.25rem !important;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
}

/* Short description */
.single-product .woocommerce-product-details__short-description {
    color: var(--gray2) !important;
    font-size: 0.95rem !important;
    line-height: 1.75 !important;
    font-weight: 300 !important;
    margin-bottom: 2rem !important;
    padding-bottom: 2rem !important;
    border-bottom: 1px solid var(--border) !important;
}

/* Quantity + Add to cart row */
.single-product form.cart {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
}

.single-product .quantity input.qty {
    width: 70px !important;
    padding: 0.8rem 1rem !important;
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    border-radius: 6px !important;
    color: var(--white) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    text-align: center !important;
    outline: none !important;
    -moz-appearance: textfield !important;
}

.single-product .quantity input.qty:focus {
    border-color: var(--green) !important;
}

.single-product .single_add_to_cart_button.button {
    background: var(--green) !important;
    color: #000 !important;
    border-radius: 6px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
    flex: 1 !important;
}

.single-product .single_add_to_cart_button.button:hover {
    background: var(--green2) !important;
    color: #000 !important;
}

/* Hide WooPayments express checkout */
.wcpay-express-checkout-wrapper { display: none !important; }

/* Category meta */
.single-product .product_meta {
    margin-top: 1.5rem !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid var(--border) !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: var(--gray) !important;
}

.single-product .product_meta a {
    color: var(--green) !important;
    text-decoration: none !important;
}

/* Tabs — full width below both columns */
.single-product .woocommerce-tabs {
    grid-column: 1 / -1 !important;
    margin-top: 0 !important;
    padding-top: 3rem !important;
    border-top: 1px solid var(--border) !important;
}

.single-product .woocommerce-tabs ul.tabs {
    display: flex !important;
    gap: 0 !important;
    border-bottom: 1px solid var(--border) !important;
    padding: 0 !important;
    margin: 0 0 2rem 0 !important;
    list-style: none !important;
    background: none !important;
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
    border: none !important;
    box-shadow: none !important;
}

.single-product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
    font-family: 'Syne', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: var(--gray) !important;
    padding: 0.75rem 1.5rem !important;
    display: block !important;
    text-decoration: none !important;
    border-bottom: 2px solid transparent !important;
    transition: all 0.2s !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--white) !important;
    border-bottom-color: var(--green) !important;
}

/* Tab content */
.single-product .woocommerce-Tabs-panel {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: var(--gray2) !important;
    font-size: 0.95rem !important;
    line-height: 1.8 !important;
    font-weight: 300 !important;
}

.single-product .woocommerce-Tabs-panel h2 {
    display: none !important;
}

.single-product .woocommerce-Tabs-panel p {
    color: var(--gray2) !important;
    margin-bottom: 1rem !important;
}

.single-product .woocommerce-Tabs-panel ul {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 1rem 0 !important;
}

.single-product .woocommerce-Tabs-panel ul li {
    padding: 0.5rem 0 !important;
    border-bottom: 1px solid var(--border) !important;
    color: var(--gray2) !important;
    font-size: 0.9rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.single-product .woocommerce-Tabs-panel ul li::before {
    content: '✓' !important;
    color: var(--green) !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
}

.single-product .woocommerce-Tabs-panel strong {
    color: var(--white) !important;
    font-weight: 600 !important;
}

/* Related products section */
.single-product .sec {
    grid-column: 1 / -1 !important;
    padding: 4rem 0 !important;
}

/* Responsive */
@media (max-width: 960px) {
    .single-product .entry.product {
        grid-template-columns: 1fr !important;
        padding: 2rem 0 !important;
        gap: 2rem !important;
    }

    .single-product .woocommerce-product-gallery,
    .single-product .summary.entry-summary {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
}

@media screen and (max-width: 719px) {
    .woocommerce div.product .woocommerce-tabs {
		border: none !important;
	}
}

	
	/* ============================================
   SHOP PAGE — WITH IMAGES
   ============================================ */

.woocommerce-page #inner-wrap,
.woocommerce-page #primary,
.woocommerce-page .content-container {
    background: var(--bg) !important;
}

/* ── HERO ── */
.product-archive-hero-section {
    background: var(--bg) !important;
    border-bottom: 1px solid var(--border) !important;
    padding: 4rem 5% 3rem !important;
}

.product-archive-hero-section .hero-section-overlay { display: none !important; }
.product-archive-hero-section .hero-container { max-width: 1200px !important; }

.product-archive-hero-section .page-title {
    font-family: 'Syne', sans-serif !important;
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    color: var(--white) !important;
    margin: 0 !important;
}

/* ── TOP ROW ── */
.kadence-shop-top-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 1.5rem 0 !important;
    border-bottom: 1px solid var(--border) !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.woocommerce-result-count {
    font-size: 0.78rem !important;
    color: var(--gray) !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    margin: 0 !important;
}

.woocommerce-ordering select.orderby {
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    border-radius: 6px !important;
    color: var(--gray2) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.8rem !important;
    padding: 0.5rem 1rem !important;
    outline: none !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    transition: border-color 0.2s !important;
}

.woocommerce-ordering select.orderby:focus { border-color: var(--green) !important; }

.kadence-product-toggle-container { display: flex !important; gap: 0.25rem !important; }

.kadence-toggle-shop-layout {
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    border-radius: 6px !important;
    color: var(--gray) !important;
    padding: 0.4rem 0.6rem !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    display: flex !important;
    align-items: center !important;
}

.kadence-toggle-shop-layout:hover,
.kadence-toggle-shop-layout.toggle-active {
    border-color: var(--green) !important;
    color: var(--green) !important;
    background: rgba(0, 211, 127, 0.05) !important;
}

/* ── PRODUCT GRID ── */
.woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 2rem auto 0 !important;
    padding: 0 !important;
    list-style: none !important;
    max-width: 1200px !important;
}

/* ── EACH CARD ── */
.woocommerce-page ul.products li.product {
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    transition: border-color 0.2s, background 0.2s !important;
    float: none !important;
    width: auto !important;
}

.woocommerce-page ul.products li.product:hover {
    border-color: rgba(0, 211, 127, 0.25) !important;
    background: #161616 !important;
}

/* ── IMAGE ── */
.woocommerce-page ul.products li.product .woocommerce-loop-image-link {
    display: block !important;
    overflow: hidden !important;
    aspect-ratio: 1 / 1 !important;
    background: #0f0f0f !important;
}

.woocommerce-page ul.products li.product .woocommerce-loop-image-link img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.4s ease !important;
    filter: brightness(0.9) !important;
}

.woocommerce-page ul.products li.product:hover .woocommerce-loop-image-link img {
    transform: scale(1.04) !important;
    filter: brightness(1) !important;
}

/* ── PRODUCT DETAILS ── */
.woocommerce-page ul.products li.product .product-details {
    background: transparent !important;
    border: none !important;
    padding: 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

/* Title */
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Syne', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 0.5rem !important;
    padding: 0 !important;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__title a {
    color: var(--white) !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
	text-align: center;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__title a:hover {
    color: var(--green) !important;
}

/* Excerpt */
.woocommerce-page ul.products li.product .product-excerpt {
    font-size: 0.8rem !important;
    color: var(--gray2) !important;
    line-height: 1.65 !important;
    font-weight: 300 !important;
    flex: 1 !important;
    margin-bottom: 1.25rem !important;
}

.woocommerce-page ul.products li.product .product-excerpt p {
    margin: 0 !important;
    color: var(--gray2) !important;
}

/* ── PRICE + BUTTON ROW ── */
.woocommerce-page ul.products li.product .product-action-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
    padding-top: 1.25rem !important;
    border-top: 1px solid var(--border) !important;
    margin-top: auto !important;
}

/* Price */
.woocommerce-page ul.products li.product .price {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.1rem !important;
    line-height: 1 !important;
	text-align: center;
	margin-bottom: 10px !important;
}

.woocommerce-page ul.products li.product .price .price-prefix {
    font-size: 0.65rem !important;
    color: var(--gray) !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-family: 'Inter', sans-serif !important;
}

.woocommerce-page ul.products li.product .price .woocommerce-Price-amount {
    font-family: 'Syne', sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    color: var(--white) !important;
}

/* Add to cart button */
.woocommerce-page ul.products li.product .button.add_to_cart_button {
    background: var(--green) !important;
    color: #000 !important;
    padding: 0.55rem 1.1rem !important;
    border-radius: 4px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    border: none !important;
    box-shadow: none !important;
    white-space: nowrap !important;
    transition: background 0.2s !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    cursor: pointer !important;
}

.woocommerce-page ul.products li.product .button.add_to_cart_button:hover {
    background: var(--green2) !important;
    color: #000 !important;
}

/* Hide Kadence SVG icons */
.woocommerce-page ul.products li.product .button .kadence-svg-iconset {
    display: none !important;
}

/* ── CONTENT AREA PADDING ── */
.woocommerce-page .content-container {
    padding: 0 5% 5rem !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .woocommerce-page ul.products { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 600px) {
    .woocommerce-page ul.products { grid-template-columns: 1fr !important; }
    .product-archive-hero-section { padding: 3rem 5% 2rem !important; }
}

/* LIST VIEW */
/* Allow list view to work */
.woocommerce-page ul.products.list-view {
    grid-template-columns: 1fr !important;
}

.woocommerce-page ul.products.list-view li.product {
    flex-direction: row !important;
    max-height: 220px !important;
}

.woocommerce-page ul.products.list-view li.product .woocommerce-loop-image-link {
    width: 220px !important;
    min-width: 220px !important;
    aspect-ratio: auto !important;
    height: 100% !important;
}

.woocommerce-page ul.products.list-view li.product .product-details {
    flex: 1 !important;
    padding: 1.5rem !important;
}

.woocommerce-page ul.products.list-view li.product .product-action-wrap {
    flex-wrap: nowrap !important;
}

.woocommerce-page ul.products.list-view li.product .button.add_to_cart_button {
    width: auto !important;
    margin-top: 0 !important;
}

/* ============================================
   CART PAGE
   ============================================ */

/* Background */
.woocommerce-cart #inner-wrap,
.woocommerce-cart #primary,
.woocommerce-cart .content-container {
    background: var(--bg) !important;
}

/* ── HERO ── */
.woocommerce-cart .entry-hero {
    background: var(--bg) !important;
    border-bottom: 1px solid var(--border) !important;
    padding: 1rem 5% 1rem !important;
}

.woocommerce-cart .entry-hero .hero-section-overlay { display: none !important; }
.woocommerce-cart .entry-hero .hero-container { max-width: 1200px !important; }

.woocommerce-cart .entry-title {
    font-family: 'Syne', sans-serif !important;
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    color: var(--white) !important;
    margin: 0 !important;
}

/* ── CONTENT AREA ── */
.woocommerce-cart .content-container {
    max-width: 1200px !important;
    padding: 3rem 5% 5rem !important;
}

.woocommerce-cart .entry,
.woocommerce-cart .entry-content-wrap,
.woocommerce-cart .entry-content {
    background: transparent !important;
    border: none !important;
    padding: 20px 0 !important;
    box-shadow: none !important;
}

/* ── CART SUMMARY HEADING ── */
.woocommerce-cart .cart-summary h2,
.woocommerce-cart .cart_totals h2 {
    font-family: 'Syne', sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: var(--green) !important;
    margin-bottom: 1.5rem !important;
}

/* ── CART FORM WRAP ── */
.kadence-woo-cart-form-wrap {
    display: grid !important;
    grid-template-columns: 1fr 360px !important;
    gap: 3rem !important;
    align-items: start !important;
}

/* ── CART TABLE ── */
.woocommerce-cart table.shop_table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: transparent !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

/* Table head */
.woocommerce-cart table.shop_table thead tr {
    background: var(--surface) !important;
    border-bottom: 1px solid var(--border) !important;
}

.woocommerce-cart table.shop_table thead th {
    font-size: 0.68rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: var(--gray) !important;
    padding: 1rem 1.25rem !important;
    border: none !important;
    font-family: 'Syne', sans-serif !important;
}

/* Table rows */
.woocommerce-cart table.shop_table tbody tr {
    border-bottom: 1px solid var(--border) !important;
    background: transparent !important;
    transition: background 0.2s !important;
}

.woocommerce-cart table.shop_table tbody tr:last-child {
    border-bottom: none !important;
}

.woocommerce-cart table.shop_table tbody tr:hover {
    background: rgba(255,255,255,0.02) !important;
}

.woocommerce-cart table.shop_table td {
    padding: 1.25rem !important;
    border: none !important;
    vertical-align: middle !important;
    color: var(--white) !important;
    font-size: 0.9rem !important;
}

/* Remove button */
.woocommerce-cart table.shop_table td.product-remove a.remove {
    color: var(--gray) !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    border: 1px solid var(--border) !important;
}
/* Remove column — tight width */
.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove,
.woocommerce-cart .woocommerce-cart-form table.shop_table th.product-remove {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    padding: 0.5rem !important;
}

/* Thumbnail column */
.woocommerce-cart table.shop_table th.product-thumbnail,
.woocommerce-cart table.shop_table td.product-thumbnail {
    display: table-cell !important;
    width: 80px !important;
    min-width: 80px !important;
    padding: 1rem !important;
}

.woocommerce-cart table.shop_table td.product-remove a.remove:hover {
    color: #ff4d4d !important;
    border-color: #ff4d4d !important;
    background: rgba(255, 77, 77, 0.05) !important;
}

/* Thumbnail */
.woocommerce-cart table.shop_table td.product-thumbnail img {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 1px solid var(--border) !important;
    display: block !important;
}

/* Product name */
.woocommerce-cart table.shop_table td.product-name a {
    color: var(--white) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-family: 'Syne', sans-serif !important;
    transition: color 0.2s !important;
}

.woocommerce-cart table.shop_table td.product-name a:hover {
    color: var(--green) !important;
}

/* Price + subtotal */
.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal {
    font-family: 'Syne', sans-serif !important;
    font-weight: 700 !important;
    color: var(--white) !important;
}

.woocommerce-cart table.shop_table td.product-subtotal {
    color: var(--green) !important;
}

/* Quantity input */
.woocommerce-cart table.shop_table td.product-quantity input.qty {
    width: 64px !important;
    padding: 0.5rem 0.75rem !important;
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    border-radius: 6px !important;
    color: var(--white) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.875rem !important;
    text-align: center !important;
    outline: none !important;
    -moz-appearance: textfield !important;
}

.woocommerce-cart table.shop_table td.product-quantity input.qty:focus {
    border-color: var(--green) !important;
}

/* ── ACTIONS ROW (coupon + update) ── */
.woocommerce-cart table.shop_table td.actions {
    background: var(--surface) !important;
    padding: 1.25rem !important;
	margin: 10px auto;
}

.woocommerce-cart td.actions .coupon {
    display: flex !important;
    gap: 0.5rem !important;
    align-items: center !important;
    float: none !important;
    margin-bottom: 0 !important;
}

.woocommerce-cart td.actions .coupon input#coupon_code {
    padding: 0.6rem 1rem !important;
    background: var(--bg) !important;
    border: 1px solid var(--border) !important;
    border-radius: 6px !important;
    color: var(--white) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    outline: none !important;
    transition: border-color 0.2s !important;
    width: 200px !important;
}

.woocommerce-cart td.actions .coupon input#coupon_code:focus {
    border-color: var(--green) !important;
}

.woocommerce-cart td.actions .coupon input#coupon_code::placeholder {
    color: var(--gray) !important;
}

.woocommerce-cart td.actions .coupon button,
.woocommerce-cart td.actions button[name="update_cart"] {
    background: transparent !important;
    border: 1px solid var(--border) !important;
    color: var(--gray2) !important;
    padding: 0.6rem 1.2rem !important;
    border-radius: 6px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
}

.woocommerce-cart td.actions .coupon button:hover,
.woocommerce-cart td.actions button[name="update_cart"]:hover {
    border-color: var(--white) !important;
    color: var(--white) !important;
}

.woocommerce-cart td.actions {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
}

/* ── CART TOTALS ── */
.woocommerce-cart .cart-collaterals {
    width: 100% !important;
}

.woocommerce-cart .cart_totals {
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    width: 100% !important;
    float: none !important;
}

.woocommerce-cart .cart_totals table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 1.5rem !important;
}

.woocommerce-cart .cart_totals table tr {
    border-bottom: 1px solid var(--border) !important;
}

.woocommerce-cart .cart_totals table tr:last-child {
    border-bottom: none !important;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    padding: 0.9rem 0 !important;
    font-size: 0.875rem !important;
    color: var(--gray2) !important;
    border: none !important;
}

.woocommerce-cart .cart_totals table tr.order-total th,
.woocommerce-cart .cart_totals table tr.order-total td {
    font-family: 'Syne', sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    color: var(--white) !important;
    padding-top: 1rem !important;
}

.woocommerce-cart .cart_totals table tr.order-total .woocommerce-Price-amount {
    color: var(--white) !important;
}

/* Checkout button */
.woocommerce-cart .checkout-button {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    background: var(--green) !important;
    color: #000 !important;
    padding: 1rem !important;
    border-radius: 6px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: background 0.2s !important;
    border: none !important;
}

.woocommerce-cart .checkout-button:hover {
    background: var(--green2) !important;
    color: #000 !important;
}

/* Hide express checkout */
.woocommerce-cart .wcpay-express-checkout-wrapper { display: none !important; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .kadence-woo-cart-form-wrap {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 600px) {
    .woocommerce-cart table.shop_table thead { display: none !important; }

    .woocommerce-cart table.shop_table td {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0.75rem 1rem !important;
    }

    .woocommerce-cart table.shop_table td::before {
        content: attr(data-title) !important;
        font-size: 0.68rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.1em !important;
        text-transform: uppercase !important;
        color: var(--gray) !important;
    }
}
/* Reset any previous layout attempts */
.woocommerce-cart .woocommerce,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .entry-content > div,
.woocommerce-cart .wp-block-group {
    display: block !important;
    grid-template-columns: unset !important;
    float: none !important;
    width: 100% !important;
}

/* Correct grid on the right parent */
.woocommerce-cart .kadence-woo-cart-form-wrap {
    display: grid !important;
    grid-template-columns: 1fr 360px !important;
    gap: 3rem !important;
    align-items: start !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.woocommerce-cart .woocommerce-cart-form {
    grid-column: 1 !important;
    grid-row: 1 !important;
}

.woocommerce-cart .cart-collaterals {
    grid-column: 2 !important;
    grid-row: 1 !important;
    float: none !important;
    width: 100% !important;
}

/* Remove padding from content container since kadence-woo-cart-form-wrap handles it */
.woocommerce-cart .content-container {
    padding: 0 !important;
    max-width: 100% !important;
}

/* Show thumbnail column */
.woocommerce-cart table.shop_table th.product-thumbnail,
.woocommerce-cart table.shop_table td.product-thumbnail {
    display: table-cell !important;
    width: 80px !important;
    padding: 1rem !important;
}

.woocommerce-cart table.shop_table td.product-thumbnail a {
    display: block !important;
}

.woocommerce-cart table.shop_table td.product-thumbnail img {
    display: block !important;
    width: 64px !important;
    height: 64px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 1px solid var(--border) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Adjust table layout to fit image column */
.woocommerce-cart table.shop_table {
    table-layout: auto !important;
}

@media (max-width: 960px) {
    .woocommerce-cart .kadence-woo-cart-form-wrap {
        grid-template-columns: 1fr !important;
        padding: 2rem 5% 4rem !important;
    }
    .woocommerce-cart .cart-collaterals {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }
}
/* ============================================
   CHECKOUT — LAYOUT FIX
   ============================================ */

/* Fix the main grid */
.woocommerce-checkout form.woocommerce-checkout {
    display: grid !important;
    grid-template-columns: 1fr 380px !important;
    gap: 3rem !important;
    align-items: start !important;
}

/* Customer details takes left col */
.woocommerce-checkout #customer_details {
    grid-column: 1 !important;
    grid-row: 1 !important;
}

/* Order review takes right col */
.woocommerce-checkout #order_review_heading {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: end !important;
    padding-bottom: 1rem !important;
}

.woocommerce-checkout #order_review {
    grid-column: 2 !important;
    grid-row: 1 !important;
}

/* Fix col-1 and col-2 stacking properly */
.woocommerce-checkout .col2-set {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
    width: 100% !important;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
    float: none !important;
}

/* Fix field wrapper — labels above inputs */
.woocommerce-billing-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 1rem !important;
    align-items: start !important;
}

.woocommerce-billing-fields__field-wrapper .form-row-wide {
    grid-column: 1 / -1 !important;
}

/* Fix form-row so label is above input */
.woocommerce-checkout .form-row {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 1rem !important;
    padding: 0 !important;
}

.woocommerce-checkout .form-row label {
    order: 1 !important;
    margin-bottom: 0.4rem !important;
}

.woocommerce-checkout .form-row .woocommerce-input-wrapper {
    order: 2 !important;
    width: 100% !important;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Fix order review not getting cut off */
.woocommerce-checkout #order_review {
    overflow: visible !important;
    width: 100% !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    overflow: hidden !important;
    width: 100% !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table {
    table-layout: fixed !important;
    width: 100% !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table td,
.woocommerce-checkout table.woocommerce-checkout-review-order-table th {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: break-word !important;
}

/* Hide express checkout payment icons box */
.woocommerce-checkout .wcpay-express-checkout-wrapper,
#wcpay-express-checkout-element,
#wcpay-express-checkout-button-separator {
    display: none !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .woocommerce-checkout form.woocommerce-checkout {
        grid-template-columns: 1fr !important;
    }
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        grid-column: 1 !important;
        grid-row: auto !important;
        position: static !important;
    }
    .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr !important;
    }
}

/* ============================================
   WOOCOMMERCE — ADDED TO CART POPUP / NOTICES
   ============================================ */

/* Floating cart notification */
.woocommerce-store-notice,
.demo_store {
    background: var(--surface) !important;
    color: var(--white) !important;
    border-top: 1px solid var(--border) !important;
}

/* Success notice */
.woocommerce-message {
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    border-left: 3px solid var(--green) !important;
    border-radius: 6px !important;
    color: var(--white) !important;
    padding: 1rem 1.25rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    font-size: 0.875rem !important;
    margin-bottom: 1.5rem !important;
}

.woocommerce-message::before {
    display: none !important;
}

.woocommerce-message a.button.wc-forward {
    background: var(--green) !important;
    color: #000 !important;
    padding: 0.5rem 1.1rem !important;
    border-radius: 4px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    border: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background 0.2s !important;
    order: -1 !important;
    flex-shrink: 0 !important;
}

.woocommerce-message a.button.wc-forward:hover {
    background: var(--green2) !important;
}

/* Error notice */
.woocommerce-error {
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    border-left: 3px solid #ff4d4d !important;
    border-radius: 6px !important;
    color: var(--white) !important;
    padding: 1rem 1.25rem !important;
    list-style: none !important;
    margin-bottom: 1.5rem !important;
    font-size: 0.875rem !important;
}

/* Info notice */
.woocommerce-info {
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    border-left: 3px solid var(--green) !important;
    border-radius: 6px !important;
    color: var(--gray2) !important;
    padding: 1rem 1.25rem !important;
    margin-bottom: 1.5rem !important;
    font-size: 0.875rem !important;
}

.woocommerce-info::before {
    display: none !important;
}

/* Kadence mini cart drawer */
.kadence-woo-cart-drawer {
    background: var(--surface) !important;
    border-left: 1px solid var(--border) !important;
}

.kadence-woo-cart-drawer .cart-drawer-header {
    background: var(--surface) !important;
    border-bottom: 1px solid var(--border) !important;
    color: var(--white) !important;
}

.kadence-woo-cart-drawer .cart-drawer-header h2 {
    font-family: 'Syne', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: var(--white) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
}

.kadence-woo-cart-drawer .cart-drawer-close {
    color: var(--gray) !important;
}

.kadence-woo-cart-drawer .cart-drawer-close:hover {
    color: var(--white) !important;
}

/* Mini cart items */
.kadence-woo-cart-drawer .woocommerce-mini-cart__empty-message {
    color: var(--gray2) !important;
    font-size: 0.875rem !important;
}

.kadence-woo-cart-drawer ul.woocommerce-mini-cart {
    padding: 1rem !important;
}

.kadence-woo-cart-drawer ul.woocommerce-mini-cart li.mini_cart_item {
    border-bottom: 1px solid var(--border) !important;
    padding: 1rem 0 !important;
    display: flex !important;
    gap: 0.75rem !important;
}

.kadence-woo-cart-drawer ul.woocommerce-mini-cart li.mini_cart_item img {
    width: 56px !important;
    height: 56px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    border: 1px solid var(--border) !important;
}

.kadence-woo-cart-drawer ul.woocommerce-mini-cart li.mini_cart_item a {
    color: var(--white) !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.kadence-woo-cart-drawer ul.woocommerce-mini-cart li.mini_cart_item .quantity {
    color: var(--gray2) !important;
    font-size: 0.8rem !important;
}

.kadence-woo-cart-drawer ul.woocommerce-mini-cart li.mini_cart_item .remove_from_cart_button {
    color: var(--gray) !important;
    font-size: 1rem !important;
    transition: color 0.2s !important;
}

.kadence-woo-cart-drawer ul.woocommerce-mini-cart li.mini_cart_item .remove_from_cart_button:hover {
    color: #ff4d4d !important;
}

.woocommerce form .form-row label{color:#fff !important;}

/* Mini cart totals */
.kadence-woo-cart-drawer .cart-drawer-totals {
    border-top: 1px solid var(--border) !important;
    padding: 1rem !important;
    background: var(--bg) !important;
}

.kadence-woo-cart-drawer .woocommerce-mini-cart__total {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 1rem !important;
}

.kadence-woo-cart-drawer .woocommerce-mini-cart__total strong {
    font-family: 'Syne', sans-serif !important;
    font-size: 0.85rem !important;
    color: var(--gray2) !important;
    font-weight: 500 !important;
}

.kadence-woo-cart-drawer .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-family: 'Syne', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: var(--white) !important;
}

/* View cart + Checkout buttons */
.kadence-woo-cart-drawer .woocommerce-mini-cart__buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

.kadence-woo-cart-drawer .woocommerce-mini-cart__buttons a.button {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0.75rem !important;
    border-radius: 6px !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
    box-sizing: border-box !important;
}

.kadence-woo-cart-drawer .woocommerce-mini-cart__buttons a.button:first-child {
    background: transparent !important;
    border: 1px solid var(--border) !important;
    color: var(--gray2) !important;
}

.kadence-woo-cart-drawer .woocommerce-mini-cart__buttons a.button:first-child:hover {
    border-color: var(--white) !important;
    color: var(--white) !important;
}

.kadence-woo-cart-drawer .woocommerce-mini-cart__buttons a.checkout.button {
    background: var(--green) !important;
    border: none !important;
    color: #000 !important;
}

.kadence-woo-cart-drawer .woocommerce-mini-cart__buttons a.checkout.button:hover {
    background: var(--green2) !important;
}

/* ============================================
   ORDER CONFIRMATION / THANK YOU PAGE
   ============================================ */

/* Background */
.woocommerce-order-received #inner-wrap,
.woocommerce-order-received #primary,
.woocommerce-order-received .content-container {
    background: var(--bg) !important;
}

/* ── HERO ── */
.woocommerce-order-received .entry-hero {
    background: var(--bg) !important;
    border-bottom: 1px solid var(--border) !important;
    padding: 4rem 5% 3rem !important;
}

.woocommerce-order-received .entry-hero .hero-section-overlay { display: none !important; }

.woocommerce-order-received .entry-title {
    font-family: 'Syne', sans-serif !important;
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    color: var(--white) !important;
    margin: 0 !important;
}

/* ── CONTENT ── */
.woocommerce-order-received .content-container {
    max-width: 1200px !important;
    padding: 3rem 5% 5rem !important;
}

.woocommerce-order-received .entry,
.woocommerce-order-received .entry-content-wrap,
.woocommerce-order-received .entry-content {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

/* ── THANK YOU NOTICE ── */
.woocommerce-order-received .woocommerce-notice--success {
    background: rgba(0, 211, 127, 0.06) !important;
    border: 1px solid rgba(0, 211, 127, 0.2) !important;
    border-radius: 8px !important;
    color: var(--green) !important;
    padding: 1.25rem 1.5rem !important;
    font-family: 'Syne', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    margin-bottom: 2rem !important;
    display: block !important;
}

/* ── ORDER OVERVIEW STRIP ── */
.woocommerce-order-received .woocommerce-order-overview {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
    gap: 0 !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 3rem !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: var(--surface) !important;
}

.woocommerce-order-received .woocommerce-order-overview li {
    padding: 1.25rem 1.5rem !important;
    border-right: 1px solid var(--border) !important;
    font-size: 0.75rem !important;
    color: var(--gray) !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    font-family: 'Syne', sans-serif !important;
    line-height: 1.4 !important;
}

.woocommerce-order-received .woocommerce-order-overview li:last-child {
    border-right: none !important;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
    display: block !important;
    color: var(--white) !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    margin-top: 0.35rem !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

/* Payment method logo in overview */
.woocommerce-order-received .wc-payment-gateway-method-logo-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin-top: 0.35rem !important;
}

.woocommerce-order-received .wc-payment-gateway-method-logo-wrapper img {
    height: 18px !important;
    width: auto !important;
    opacity: 0.8 !important;
}

/* ── MAIN LAYOUT ── */
.woocommerce-order-received .woocommerce-order {
    display: grid !important;
    grid-template-columns: 1fr 340px !important;
    gap: 3rem !important;
    align-items: start !important;
}

.woocommerce-order-received .woocommerce-notice--success {
    grid-column: 1 / -1 !important;
}

.woocommerce-order-received .woocommerce-order-overview {
    grid-column: 1 / -1 !important;
}

.woocommerce-order-received .woocommerce-order-details {
    grid-column: 1 !important;
}

.woocommerce-order-received .woocommerce-customer-details {
    grid-column: 2 !important;
    grid-row: 3 !important;
}

/* ── SECTION HEADINGS ── */
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
    font-family: 'Syne', sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: var(--green) !important;
    margin-bottom: 1.25rem !important;
    border: none !important;
    padding: 0 !important;
}

/* ── ORDER DETAILS TABLE ── */
.woocommerce-order-received .woocommerce-table--order-details {
    width: 100% !important;
    border-collapse: collapse !important;
    background: transparent !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.woocommerce-order-received .woocommerce-table--order-details thead tr {
    background: var(--surface) !important;
    border-bottom: 1px solid var(--border) !important;
}

.woocommerce-order-received .woocommerce-table--order-details thead th {
    font-size: 0.68rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: var(--gray) !important;
    padding: 1rem 1.25rem !important;
    border: none !important;
    font-family: 'Syne', sans-serif !important;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr {
    border-bottom: 1px solid var(--border) !important;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr:last-child {
    border-bottom: none !important;
}

.woocommerce-order-received .woocommerce-table--order-details td {
    padding: 1rem 1.25rem !important;
    border: none !important;
    color: var(--white) !important;
    font-size: 0.875rem !important;
    vertical-align: middle !important;
}

.woocommerce-order-received .woocommerce-table--order-details td a {
    color: var(--white) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-family: 'Syne', sans-serif !important;
    transition: color 0.2s !important;
}

.woocommerce-order-received .woocommerce-table--order-details td a:hover {
    color: var(--green) !important;
}

.woocommerce-order-received .woocommerce-table--order-details .product-quantity {
    color: var(--gray2) !important;
    font-weight: 400 !important;
}

/* Tfoot */
.woocommerce-order-received .woocommerce-table--order-details tfoot tr {
    border-top: 1px solid var(--border) !important;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot th,
.woocommerce-order-received .woocommerce-table--order-details tfoot td {
    padding: 0.9rem 1.25rem !important;
    font-size: 0.875rem !important;
    color: var(--gray2) !important;
    border: none !important;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-of-type th,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-of-type td {
    font-family: 'Syne', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: var(--white) !important;
}

/* ── BILLING ADDRESS ── */
.woocommerce-order-received .woocommerce-customer-details {
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
}

.woocommerce-order-received .woocommerce-customer-details address {
    font-style: normal !important;
    color: var(--gray2) !important;
    font-size: 0.875rem !important;
    line-height: 1.75 !important;
    font-weight: 300 !important;
}

.woocommerce-order-received .woocommerce-customer-details--email,
.woocommerce-order-received .woocommerce-customer-details--phone {
    color: var(--gray2) !important;
    font-size: 0.875rem !important;
    margin-top: 0.5rem !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .woocommerce-order-received .woocommerce-order {
        grid-template-columns: 1fr !important;
    }

    .woocommerce-order-received .woocommerce-order-details,
    .woocommerce-order-received .woocommerce-customer-details {
        grid-column: 1 !important;
        grid-row: auto !important;
    }

    .woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: 1fr 1fr !important;
    }

    .woocommerce-order-received .woocommerce-order-overview li {
        border-bottom: 1px solid var(--border) !important;
    }
}

@media (max-width: 600px) {
    .woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: 1fr !important;
    }
}

/* ============================================
   FOOTER
   ============================================ */
footer { background: var(--surface); padding: 4rem 5% 2rem; border-top: 1px solid var(--border); }
.fg2 { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; padding-bottom: 3rem; border-bottom: 1px solid var(--border); margin-bottom: 2rem; }
.fb p { font-size: 0.85rem; color: var(--gray); line-height: 1.75; margin-top: 1rem; font-weight: 300; max-width: 280px; }
.fc h4 { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray); margin-bottom: 1.2rem; }
.fc ul { list-style: none; padding: 0; margin: 0; }
.fc ul li { margin-bottom: 0.6rem; }
.fc ul a { color: var(--gray2); text-decoration: none; font-size: 0.875rem; font-weight: 300; transition: color 0.2s; }
.fc ul a:hover { color: var(--white); }
.fbot { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.fbot p { font-size: 0.78rem; color: var(--gray); }
.fl { display: flex; gap: 1.5rem; }
.fl a { font-size: 0.78rem; color: var(--gray); text-decoration: none; transition: color 0.2s; }
.fl a:hover { color: var(--white); }

/* ============================================
   ANIMATIONS
   ============================================ */
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 960px) {
  .hero-bottom { grid-template-columns: 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .fg2 { grid-template-columns: 1fr; gap: 2rem; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(2, 1fr) !important; }
  .form-row { grid-template-columns: 1fr; }
  nav ul { display: none; }
}

@media (max-width: 600px) {
  .svc-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: 1fr !important; }
  section.sec { padding: 4rem 5%; }
  .hero { padding: 6rem 5% 4rem; }
}