/*
Theme Name: AMP Tiles
Theme URI: https://amptiles.com.au
Description: Custom theme for AMP Tiles — premium tile showroom.
Version: 2.0
Author: AMP Tiles
Text Domain: amp-tiles
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; background: #f8f7f5; color: #2a2a2a; font-size: 15px; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { cursor: pointer; font-family: Arial, sans-serif; }

/* ===== TOP BAR ===== */
.topbar {
  background: #111; color: #ccc;
  display: flex; justify-content: space-between; align-items: center;
  padding: 7px 40px; font-size: 12.5px;
}
.topbar a { color: #ccc; }
.topbar a:hover { color: #c8a96e; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 18px; }

/* ===== NAVIGATION ===== */
nav {
  background: #1a1a1a; padding: 0 40px;
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 100;
}
.nav-logo { padding: 16px 0; position: absolute; left: 40px; top: 50%; transform: translateY(-50%); }
.nav-logo .amp { color: #fff; font-size: 22px; font-weight: 900; letter-spacing: 2px; }
.nav-logo .tiles { color: #c8a96e; font-size: 22px; font-weight: 900; letter-spacing: 2px; }
.nav-links { display: flex; align-items: stretch; list-style: none; }
.nav-links > li { position: relative; }
.nav-links > li > a {
  display: flex; align-items: center; gap: 4px;
  color: #ddd; padding: 20px 16px; font-size: 14px;
  transition: color 0.2s; white-space: nowrap;
}
.nav-links > li > a:hover { color: #c8a96e; }
.nav-links > li > a.gold { color: #c8a96e; font-weight: 700; }
.nav-links > li > a.gold:hover { color: #e0bf80; }

/* Dropdown */
.dropdown-menu {
  display: none;
  position: absolute; top: 100%; left: 0;
  background: #fff; min-width: 230px;
  border-top: 3px solid #c8a96e;
  box-shadow: 0 8px 30px rgba(0,0,0,0.18);
  z-index: 200; list-style: none;
}
.nav-links > li:hover .dropdown-menu { display: block; }
.dropdown-menu li a {
  display: block; padding: 11px 20px;
  color: #2a2a2a; font-size: 13.5px;
  border-bottom: 1px solid #f0eeeb;
  transition: all 0.2s; padding-left: 20px;
}
.dropdown-menu li a:hover {
  padding-left: 28px; color: #c8a96e; background: #faf9f7;
}

/* ===== FOOTER ===== */
.footer-full {
  background: #1a1a1a; color: #bbb;
  padding: 60px 40px 0;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px; padding-bottom: 50px;
  border-bottom: 1px solid #333;
}
.footer-col h4 {
  color: #fff; font-size: 14px; font-weight: 700;
  margin-bottom: 18px; letter-spacing: 1px; text-transform: uppercase;
}
.footer-col p, .footer-col a {
  font-size: 13.5px; color: #999; line-height: 2; display: block;
}
.footer-col a:hover { color: #c8a96e; }
.footer-logo-wrap { margin-bottom: 14px; }
.footer-logo-wrap .amp { color: #fff; font-size: 20px; font-weight: 900; letter-spacing: 2px; }
.footer-logo-wrap .tiles { color: #c8a96e; font-size: 20px; font-weight: 900; letter-spacing: 2px; }
.footer-hours-box {
  background: #252525; border-left: 3px solid #c8a96e;
  padding: 14px 16px; margin-top: 6px; border-radius: 0 4px 4px 0;
}
.footer-hours-box p { color: #bbb; line-height: 1.8; }
.footer-bar {
  background: #111; padding: 16px 40px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12.5px; color: #666;
}
.footer-bar span { color: #888; }
.footer-short {
  background: #111; padding: 16px 40px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12.5px; color: #666; border-top: 1px solid #222;
}

/* ===== LOGO ===== */
.site-logo { height: 48px !important; width: auto !important; max-width: 170px !important; max-height: 48px !important; display: block !important; mix-blend-mode: screen; }
.footer-logo-img { height: 52px !important; width: auto !important; max-width: 180px !important; max-height: 52px !important; display: block !important; mix-blend-mode: screen; margin-bottom: 14px; }
.nav-logo img { height: 48px !important; width: auto !important; max-width: 170px !important; max-height: 48px !important; }
.footer-logo-wrap img { height: 52px !important; width: auto !important; max-width: 180px !important; max-height: 52px !important; }

/* Re-assert themed image heights — WooCommerce's `.woocommerce img { height:auto }`
   has higher specificity and was doubling these to full square size. */
.product-card-img { height: 220px !important; }
.product-main-img { height: 420px !important; }
.bundle-card-img  { height: 200px !important; }
.sale-card img    { height: 200px !important; }

/* ===== SECTION HEADERS ===== */
.section-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 32px;
}
.section-header h2 { font-size: 26px; color: #1a1a1a; font-weight: 800; }
.section-header a { color: #c8a96e; font-size: 14px; font-weight: 600; }
.section-header a:hover { text-decoration: underline; }
.section-eyebrow {
  font-size: 11px; color: #c8a96e; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px; margin-bottom: 8px;
}

/* ===== PRODUCT CARD ===== */
.product-card {
  background: #fff; border-radius: 6px; overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07); cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.product-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.12); }
.product-card-img {
  width: 100%; height: 220px; object-fit: contain; background: #fff;
  padding: 4px; box-sizing: border-box;
}
.product-card-body { padding: 12px 12px; background: #fff; text-align: center; border-top: 1px solid #eee; }
.product-supplier-tag,
.product-supplier-label,
.product-supplier-badge,
.card-supplier,
.filter-group-supplier { display: none !important; }
.product-card-body h3 { font-size: 14px; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; line-height: 1.35; }
.product-card-body h3 a { color: inherit; text-decoration: none; }
.product-card-body h3 a:hover { color: #c8a96e; text-decoration: none; }
.product-meta { font-size: 11.5px; color: #888; margin-bottom: 0; line-height: 1.45; }
.btn-select {
  width: 100%; padding: 9px; background: #1a1a1a; color: #fff;
  border: none; border-radius: 4px; font-size: 13px; font-weight: 600;
  transition: background 0.2s; display: block; text-align: center;
}
.btn-select:hover { background: #c8a96e; }

/* ===== BUTTONS ===== */
.btn-gold {
  background: #c8a96e; color: #111; border: none;
  padding: 13px 28px; border-radius: 4px; font-size: 14px; font-weight: 700;
  cursor: pointer; transition: background 0.2s; display: inline-block; text-align: center;
}
.btn-gold:hover { background: #b8973e; }
.btn-outline-white {
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.7);
  padding: 13px 28px; border-radius: 4px; font-size: 14px; font-weight: 700;
  cursor: pointer; transition: all 0.2s; display: inline-block; text-align: center;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-outline-dark {
  background: transparent; color: #1a1a1a; border: 2px solid #1a1a1a;
  padding: 11px 22px; border-radius: 4px; font-size: 13px; font-weight: 700;
  cursor: pointer; transition: all 0.2s; display: inline-block;
}
.btn-outline-dark:hover { background: #1a1a1a; color: #fff; }
.btn-white {
  background: #fff; color: #1a1a1a; border: none;
  padding: 14px 30px; border-radius: 4px; font-size: 14px; font-weight: 700;
  cursor: pointer; white-space: nowrap; transition: background 0.2s; display: inline-block; text-align: center;
}
.btn-white:hover { background: #f0ece6; }
.btn-gold-full {
  width: 100%; padding: 15px; background: #c8a96e; color: #111;
  border: none; border-radius: 4px; font-size: 15px; font-weight: 700;
  cursor: pointer; transition: background 0.2s; margin-top: 6px;
}
.btn-gold-full:hover { background: #b8973e; }

/* ============================================================
   HOMEPAGE — HERO
   ============================================================ */
.hero {
  height: 520px; position: relative;
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
    url('https://static.wixstatic.com/media/4e1a00_0feca2ca46f84553813c664a0ee6d865~mv2.jpg') center/cover no-repeat;
  display: flex; align-items: center;
}
.hero-inner { padding: 0 80px; max-width: 700px; }
.hero-eyebrow {
  font-size: 11px; color: #c8a96e; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 16px;
}
.hero h1 { font-size: 42px; color: #fff; font-weight: 900; line-height: 1.2; margin-bottom: 18px; }
.hero p { font-size: 16px; color: rgba(255,255,255,0.85); margin-bottom: 32px; line-height: 1.7; max-width: 580px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero V2 — centered, full-bleed */
.hero-v2 {
  height: 560px;
  background: linear-gradient(rgba(0,0,0,0.60), rgba(0,0,0,0.60)),
    url('https://static.wixstatic.com/media/4e1a00_0feca2ca46f84553813c664a0ee6d865~mv2.jpg') center/cover no-repeat;
  display: flex; align-items: center; justify-content: center; text-align: center;
}
.hero-inner-v2 { padding: 0 40px; max-width: 750px; }
.hero-inner-v2 h1 { font-size: 48px; }
.hero-inner-v2 p { font-size: 17px; }

/* Minimal Hero (current design) */
.hero-minimal .hero-inner-min { width: 100%; text-align: center; padding: 0 24px; }
.hero-minimal h1 {
  font-style: italic; font-weight: 600; font-size: 30px; color: #fff;
  line-height: 1.35; margin-bottom: 28px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55); letter-spacing: 0.3px;
}

/* ===== PROMO RIBBON ===== */
.promo-ribbon {
  background: #1a1a1a; color: #c8a96e;
  padding: 12px 0; overflow: hidden; white-space: nowrap;
  border-top: 2px solid #c8a96e; border-bottom: 2px solid #c8a96e;
}
.promo-ribbon-inner { display: inline-block; animation: ribbonScroll 30s linear infinite; }
.promo-ribbon-inner span {
  display: inline-block; padding: 0 40px;
  font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.promo-ribbon-inner span::after { content: '\2736'; margin-left: 40px; color: #c8a96e; opacity: 0.6; }
@keyframes ribbonScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== MINIMAL CATEGORY GRID (5 columns) ===== */
.cat-grid-min {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 16px; padding: 56px 40px;
  max-width: 1340px; margin: 0 auto;
}
.cat-min {
  position: relative; border-radius: 6px; overflow: hidden;
  cursor: pointer; aspect-ratio: 1 / 1.12; background: #e8e3dc;
}
.cat-min img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; display: block; }
.cat-min:hover img { transform: scale(1.06); }
.cat-min::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.05) 45%);
}
.cat-min span {
  position: absolute; left: 14px; bottom: 12px; z-index: 2;
  color: #fff; font-size: 13.5px; font-weight: 700;
  letter-spacing: 0.4px; text-shadow: 0 1px 6px rgba(0,0,0,0.6);
}

/* ===== PROMO BANNERS ===== */
.promo-banners { background: #f8f7f5; padding: 60px 40px; }
.promo-banner-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px; }
.promo-banner {
  position: relative; border-radius: 8px; overflow: hidden;
  height: 400px; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s;
  display: block;
}
.promo-banner:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.2); }
.promo-banner-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.promo-banner-overlay { position: absolute; inset: 0; }
.promo-sale-overlay { background: linear-gradient(to right, rgba(0,0,0,0.82) 45%, rgba(0,0,0,0.35) 100%); }
.promo-bundle-overlay { background: linear-gradient(135deg, rgba(15,15,15,0.95) 0%, rgba(26,26,26,0.88) 100%); }
.promo-banner-content {
  position: relative; z-index: 2; padding: 44px 40px;
  height: 100%; display: flex; flex-direction: column; justify-content: center;
}
.promo-badge {
  display: inline-block; background: #c8a96e; color: #111;
  font-size: 10.5px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1.5px; padding: 6px 14px; border-radius: 2px;
  margin-bottom: 20px; width: fit-content;
}
.promo-banner h2 { color: #fff; font-size: 30px; font-weight: 900; line-height: 1.2; margin-bottom: 12px; }
.promo-banner-content > p,
.promo-banner-content > div > p { color: rgba(255,255,255,0.8); font-size: 14px; line-height: 1.7; margin-bottom: 20px; max-width: 300px; }
.promo-discount { font-size: 52px; font-weight: 900; color: #c8a96e; letter-spacing: -2px; line-height: 1; margin-bottom: 4px; }
.promo-discount-label { font-size: 12px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 22px; }
.promo-bundle-items { display: flex; gap: 10px; margin-bottom: 24px; flex-wrap: wrap; }
.promo-bundle-item {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(200,169,110,0.5);
  border-radius: 4px; padding: 7px 14px; font-size: 13px; color: #c8a96e; font-weight: 600;
}

/* ===== CTA BANNER ===== */
.cta-banner {
  background: #c8a96e; padding: 50px 60px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.cta-banner h2 { font-size: 26px; color: #111; font-weight: 800; margin-bottom: 8px; }
.cta-banner p { color: rgba(0,0,0,0.65); font-size: 15px; }

/* ===== TRUST STATS BAND ===== */
.stats-band {
  background: #1a1a1a; padding: 34px 40px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; border-top: 1px solid #2a2a2a;
}
.stat-item { text-align: center; position: relative; }
.stat-item:not(:last-child)::after {
  content: ''; position: absolute; right: -12px; top: 10%;
  height: 80%; width: 1px; background: #333;
}
.stat-num { font-size: 34px; font-weight: 900; color: #c8a96e; letter-spacing: 0.5px; line-height: 1; }
.stat-label { font-size: 12.5px; color: #bbb; margin-top: 8px; text-transform: uppercase; letter-spacing: 1.2px; }

/* ===== WHY CHOOSE US ===== */
.whyus { background: #f8f7f5; padding: 64px 40px; }
.whyus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 32px; }
.why-card {
  background: #fff; border: 1px solid #ece9e4; border-radius: 8px;
  padding: 30px 24px; text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); border-color: #e3c993; }
.why-icon {
  width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 50%;
  background: #1a1a1a; color: #c8a96e;
  display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.why-card h3 { font-size: 16px; color: #1a1a1a; margin-bottom: 8px; font-weight: 800; }
.why-card p { font-size: 13.5px; color: #777; line-height: 1.6; }

/* ===== TESTIMONIALS ===== */
.testimonials { background: #1a1a1a; padding: 64px 40px; }
.testimonials .section-eyebrow { color: #c8a96e; }
.testimonials h2 { color: #fff; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.testi-card { background: #222; border-radius: 8px; padding: 28px; border-top: 3px solid #c8a96e; }
.testi-stars { color: #c8a96e; font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
.testi-card p { color: #ddd; font-size: 14px; line-height: 1.7; font-style: italic; margin-bottom: 18px; }
.testi-author { color: #fff; font-weight: 700; font-size: 13.5px; }
.testi-role { color: #999; font-size: 12px; margin-top: 2px; }

/* ===== ON SPECIAL ===== */
.onspecial { background: #1a1a1a; padding: 54px 40px 64px; }
.onspecial-head { text-align: center; margin-bottom: 32px; }
.onspecial-head h2 { color: #fff; font-size: 28px; font-weight: 800; letter-spacing: 0.5px; }
.onspecial-head .sub { color: #c8a96e; font-size: 12px; letter-spacing: 2px; margin-top: 6px; text-transform: uppercase; }
.sale-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1040px; margin: 0 auto; }
.sale-card {
  background: #fff; border-radius: 8px; overflow: hidden;
  position: relative; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s;
}
.sale-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.35); }
.sale-card img { width: 100%; height: 200px; object-fit: cover; background: #f0ede8; display: block; }
.sale-badge {
  position: absolute; top: 12px; right: 12px; background: #c0392b; color: #fff;
  font-size: 11px; font-weight: 800; padding: 5px 12px; border-radius: 3px;
  letter-spacing: 1.5px; box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.sale-card-body { padding: 14px; text-align: center; }
.sale-card-body h3 { font-size: 14px; color: #1a1a1a; font-weight: 700; }
.sale-card-body .price { margin-top: 6px; font-size: 13px; }
.sale-card-body .price .now { color: #c0392b; font-weight: 800; }
.sale-card-body .price .was { color: #999; text-decoration: line-through; margin-left: 6px; font-size: 12px; }

/* ===== BEST SELLERS (legacy) ===== */
.best-sellers { background: #fff; padding: 70px 40px; }
.product-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* ===== SHOP BY CATEGORY (legacy 3-col) ===== */
.categories { background: #f8f7f5; padding: 70px 40px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cat-card { position: relative; height: 260px; border-radius: 6px; overflow: hidden; cursor: pointer; transition: transform 0.2s; display: block; }
.cat-card:hover { transform: scale(1.02); }
.cat-card img { width: 100%; height: 100%; object-fit: cover; }
.cat-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 40%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 14px 16px;
}
.cat-overlay h3 { color: #fff; font-size: 17px; font-weight: 700; margin-bottom: 4px; }
.cat-overlay span { color: rgba(255,255,255,0.7); font-size: 13px; }

/* ============================================================
   SHOP PAGE
   ============================================================ */
.page-header-bar { background: #1a1a1a; padding: 30px 40px; }
.page-header-bar h1 { color: #fff; font-size: 28px; font-weight: 900; margin-bottom: 6px; }
.breadcrumb { font-size: 12.5px; color: #777; margin-bottom: 8px; }
.breadcrumb a { color: #c8a96e; }
.breadcrumb a:hover { text-decoration: underline; }
.page-header-bar .count { color: #aaa; font-size: 13px; }

.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 0; min-height: 500px; }
.sidebar { background: #fff; border-right: 1px solid #e8e6e2; padding: 30px 24px; min-height: 600px; }
.sidebar h2 { font-size: 16px; font-weight: 800; color: #1a1a1a; margin-bottom: 24px; }
.filter-group { margin-bottom: 28px; }
.filter-group h3 {
  font-size: 11.5px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; color: #888; margin-bottom: 12px;
  padding-bottom: 8px; border-bottom: 1px solid #eee;
}
.filter-item { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; cursor: pointer; }
.filter-item input[type=checkbox] { accent-color: #c8a96e; width: 14px; height: 14px; }
.filter-item label { font-size: 13px; color: #444; cursor: pointer; }
.filter-item .filter-count { color: #bbb; font-size: 11.5px; margin-left: auto; }

.shop-main { padding: 30px 36px; background: #f8f7f5; }
.shop-toolbar {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 24px; padding-bottom: 16px;
  border-bottom: 1px solid #e8e6e2; flex-direction: column; align-items: stretch; gap: 14px;
}
.shop-toolbar-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.shop-toolbar span { font-size: 13.5px; color: #666; }
.sort-select {
  padding: 7px 14px; border: 1px solid #ddd; border-radius: 4px;
  font-size: 13px; font-family: Arial, sans-serif; background: #fff;
  color: #444; cursor: pointer;
}

/* Search + Chips */
.shop-search { position: relative; flex: 1; min-width: 200px; }
.shop-search input {
  width: 100%; padding: 10px 14px 10px 38px;
  border: 2px solid #e0dcd8; border-radius: 6px;
  font-size: 14px; font-family: Arial, sans-serif;
}
.shop-search input:focus { outline: none; border-color: #c8a96e; }
.shop-search::before { content: "\1F50D"; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); font-size: 14px; opacity: 0.5; }
.chip-row { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  padding: 6px 14px; border: 1.5px solid #e0dcd8; border-radius: 20px;
  background: #fff; color: #555; font-size: 12.5px; font-weight: 600;
  cursor: pointer; transition: all 0.2s; font-family: Arial, sans-serif;
}
.chip:hover { border-color: #c8a96e; color: #1a1a1a; }
.chip.active { background: #c8a96e; border-color: #c8a96e; color: #1a1a1a; }

.product-grid-3 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 1100px) { .product-grid-3 { grid-template-columns: repeat(3, 1fr); } }

/* ============================================================
   SINGLE PRODUCT PAGE
   ============================================================ */
.product-switcher-bar {
  background: #fff; border-bottom: 1px solid #e8e6e2;
  padding: 16px 40px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.product-switcher-bar label { font-size: 13px; color: #777; font-weight: 600; }
.switcher-btn {
  padding: 8px 16px; border: 2px solid #e0dcd8; border-radius: 4px;
  background: #f8f7f5; color: #444; font-size: 12.5px; font-weight: 600;
  cursor: pointer; transition: all 0.2s;
}
.switcher-btn:hover { border-color: #c8a96e; color: #c8a96e; }
.switcher-btn.active { background: #1a1a1a; border-color: #1a1a1a; color: #fff; }

.product-page-inner { padding: 24px 40px; max-width: 1200px; margin: 0 auto; }
.breadcrumb-bar { font-size: 12.5px; color: #888; margin-bottom: 24px; }
.breadcrumb-bar a { color: #c8a96e; }

.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-bottom: 40px; }
.product-main-img {
  width: 100%; height: 420px; object-fit: cover;
  border-radius: 6px; margin-bottom: 12px; background: #e0dcd8;
}
.swatch-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.swatch {
  width: 52px; height: 52px; border-radius: 4px;
  border: 3px solid transparent; cursor: pointer;
  overflow: hidden; transition: border-color 0.2s; background: #e0dcd8;
}
.swatch.active { border-color: #c8a96e; }
.swatch img { width: 100%; height: 100%; object-fit: cover; }

.product-supplier-label { display: none !important; }
.pdp-title-serif {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: 38px; font-weight: 600; color: #1a1a1a;
  letter-spacing: 0.5px; margin-bottom: 14px; line-height: 1.1;
}
.product-specs-row {
  display: flex; gap: 20px; flex-wrap: wrap;
  background: #f4f2ef; border-radius: 6px; padding: 14px 18px; margin-bottom: 22px;
}
.spec-label { font-size: 10.5px; color: #999; text-transform: uppercase; letter-spacing: 1px; }
.spec-value { font-size: 13px; font-weight: 700; color: #1a1a1a; }

.detail-label {
  font-size: 11.5px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; color: #888; margin-bottom: 10px; margin-top: 20px;
}
.select-field {
  width: 100%; padding: 10px 14px; border: 1.5px solid #ddd; border-radius: 4px;
  font-size: 14px; font-family: Arial, sans-serif; color: #333;
  background: #fff; cursor: pointer; transition: border-color 0.2s;
  -webkit-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; padding-right: 34px;
}
.select-field:focus { outline: none; border-color: #c8a96e; }

.sku-display {
  background: #f4f2ef; border-radius: 4px; padding: 10px 14px;
  font-size: 13px; margin-top: 18px; color: #555;
}
.sku-display strong { color: #1a1a1a; }

.stock-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: #eef6ee; color: #2e7d32; font-size: 12.5px; font-weight: 700;
  padding: 6px 12px; border-radius: 20px; margin-bottom: 14px;
}
.stock-pill::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #2e7d32; }

/* Trust badges */
.trust-badges {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin: 22px 0; padding: 18px; background: #faf9f7;
  border: 1px solid #ece9e4; border-radius: 8px;
}
.trust-badge { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: #444; font-weight: 600; }
.trust-badge .tb-ic {
  width: 30px; height: 30px; flex: none; border-radius: 50%;
  background: #1a1a1a; color: #c8a96e;
  display: flex; align-items: center; justify-content: center; font-size: 14px;
}
.pdp-help {
  margin-top: 18px; padding: 16px 18px;
  border: 1px dashed #d8d2c8; border-radius: 8px;
  background: #fff; font-size: 13px; color: #666; line-height: 1.6;
}
.pdp-help strong { color: #1a1a1a; }

.product-action-btns { display: flex; gap: 12px; margin-top: 24px; }
.product-action-btns .btn-gold { flex: 1; padding: 14px; font-size: 14px; }
.product-action-btns .btn-outline-dark { padding: 14px 20px; font-size: 13px; }

/* Option buttons (tile variants) */
.opt-group { margin: 20px 0; }
.opt-label { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; }
.opt-label span { font-weight: 400; color: #555; }
.opt-btns { display: flex; flex-wrap: wrap; gap: 10px; }
.opt-btn {
  padding: 12px 20px; border: 1.5px solid #1a1a1a; border-radius: 8px;
  background: #fff; color: #1a1a1a; font-size: 14px; font-weight: 600;
  cursor: pointer; transition: all 0.15s; font-family: Arial, sans-serif;
}
.opt-btn:hover { background: #f3efe9; }
.opt-btn.active { background: #1a1a1a; color: #fff; border-color: #1a1a1a; }
.opt-btn.opt-unavail { opacity: 0.4; text-decoration: line-through; cursor: not-allowed; background: #fff; color: #888; border-color: #e2ddd5; }
.opt-btn.opt-unavail:hover { background: #fff; }

/* Bathware product page */
.bath-code { font-size: 14px; color: #8a8a8a; letter-spacing: 1px; margin-bottom: 18px; }
.bath-rule { border: none; border-top: 1px solid #e8e6e2; margin: 0 0 22px; }
.bath-price { font-size: 22px; color: #1a1a1a; font-weight: 600; margin-bottom: 6px; }
.bopt-group { margin: 22px 0; }
.bopt-label { font-size: 12px; letter-spacing: 1.8px; color: #999; text-transform: uppercase; font-weight: 600; margin-bottom: 10px; }
.bopt-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.bopt-btn {
  padding: 13px 26px; border: 1.5px solid #ddd; border-radius: 6px;
  background: #fff; color: #1a1a1a; font-size: 14px; font-weight: 500;
  cursor: pointer; transition: all 0.15s; font-family: Arial, sans-serif;
}
.bopt-btn:hover { border-color: #c8a96e; }
.bopt-btn.active { border: 2px solid #c8a96e; padding: 12px 25px; }

/* Note callout */
.note-callout {
  background: #fffbf0; border: 1px solid #e8d88a; border-left: 4px solid #d4a800;
  border-radius: 4px; padding: 14px 18px; margin: 24px 40px;
  font-size: 13px; color: #7a6200;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-layout {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 36px;
  padding: 50px 40px; max-width: 1100px; margin: 0 auto;
}
.contact-card, .form-card {
  background: #fff; border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07); padding: 36px 34px;
}
.contact-card h2, .form-card h2 { font-size: 20px; font-weight: 800; color: #1a1a1a; margin-bottom: 28px; }
.form-card h2 { margin-bottom: 6px; }
.form-card > p { font-size: 13.5px; color: #888; margin-bottom: 28px; }

.contact-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.contact-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: #f4f2ef; display: flex; align-items: center;
  justify-content: center; font-size: 17px; flex-shrink: 0;
}
.contact-item-text label {
  font-size: 11px; color: #999; text-transform: uppercase;
  letter-spacing: 1px; font-weight: 700; display: block; margin-bottom: 3px;
}
.contact-item-text p { font-size: 14px; color: #2a2a2a; font-weight: 600; }
.hours-box {
  background: #f8f7f5; border-radius: 6px; padding: 16px 18px;
  margin-top: 24px; border-left: 3px solid #c8a96e;
}
.hours-box h4 { font-size: 13px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.hours-box p { font-size: 13px; color: #666; line-height: 1.8; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.8px; color: #666; margin-bottom: 6px;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 10px 13px;
  border: 1.5px solid #ddd; border-radius: 4px;
  font-size: 14px; font-family: Arial, sans-serif;
  color: #2a2a2a; transition: border-color 0.2s; background: #fff;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: #c8a96e;
}
.form-group textarea { resize: vertical; min-height: 100px; }
.privacy-note { font-size: 11.5px; color: #aaa; text-align: center; margin-top: 12px; }
.form-group label .req { color: #c0392b; }

/* ===== CONTACT PAGE (info + map, then centred enquiry form) ===== */
.contact-page { max-width: 1160px; margin: 0 auto; padding: 50px 40px 70px; }
.contact-top { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 60px; }
.contact-title { font-size: 34px; font-weight: 800; color: #1a1a1a; margin: 6px 0 30px; line-height: 1.15; }
.contact-line { display: flex; gap: 14px; margin-bottom: 24px; }
.contact-line-ic { width: 40px; height: 40px; flex: none; border-radius: 9px; background: #f3efe9; color: #c8a96e;
  display: flex; align-items: center; justify-content: center; font-size: 18px; }
.contact-line-tx strong { display: block; font-size: 15px; color: #1a1a1a; margin-bottom: 4px; }
.contact-line-tx p { font-size: 14px; color: #666; line-height: 1.7; }
.contact-line-tx a { color: #c8a96e; }
.contact-map-col { height: 400px; border-radius: 12px; overflow: hidden; border: 1px solid #e8e6e2; background: #eee; }
.contact-map-col iframe { width: 100%; height: 100%; border: 0; display: block; }
.contact-form-wrap { max-width: 780px; margin: 0 auto; text-align: center; }
.contact-form-title { font-size: 28px; font-weight: 800; color: #1a1a1a; }
.contact-form-sub { font-size: 14px; color: #777; margin: 10px auto 30px; max-width: 560px; }
.contact-form { text-align: left; }
.contact-send { max-width: 220px; }
.contact-notice { text-align: left; border-radius: 6px; padding: 14px 18px; margin-bottom: 22px; font-size: 14px; }
.contact-notice.ok  { background: #eef6ee; border: 1px solid #bcdcbc; border-left: 4px solid #2e7d32; color: #225522; }
.contact-notice.err { background: #fdecec; border: 1px solid #e0b4b4; border-left: 4px solid #c0392b; color: #7a2020; }
.contact-notice a { color: inherit; font-weight: 700; }
@media (max-width: 860px) {
  .contact-top { grid-template-columns: 1fr; gap: 28px; margin-bottom: 40px; }
  .contact-page { padding: 32px 18px 50px; }
  .contact-map-col { height: 300px; }
  .contact-send { max-width: 100%; }
}

/* ============================================================
   PROMOTIONS PAGE
   ============================================================ */
.sale-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; background: #1a1a1a; }
.sale-hero-img { position: relative; overflow: hidden; }
.sale-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sale-hero-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 60%, #1a1a1a 100%);
}
.sale-hero-content {
  padding: 60px 50px; display: flex; flex-direction: column;
  justify-content: center; background: #1a1a1a;
}
.sale-hero-content .promo-discount { font-size: 64px; font-weight: 900; color: #c8a96e; letter-spacing: -2px; line-height: 1; }
.sale-hero-content .promo-discount-label { font-size: 12px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.sale-hero-content h2 { font-size: 32px; font-weight: 900; color: #fff; line-height: 1.2; margin-bottom: 14px; }
.sale-hero-content p { font-size: 14.5px; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 28px; max-width: 380px; }
.sale-hero-specs { display: flex; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
.sale-spec-label { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.4); margin-bottom: 3px; }
.sale-spec-value { font-size: 13px; font-weight: 700; color: #fff; }
.sale-btns { display: flex; gap: 12px; flex-wrap: wrap; }

.bundle-section { background: #f8f7f5; padding: 70px 40px; }
.bundle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bundle-card {
  background: #fff; border-radius: 8px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07); transition: transform 0.2s, box-shadow 0.2s;
}
.bundle-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,0.13); }
.bundle-card-img { width: 100%; height: 200px; object-fit: cover; display: block; background: #e0dcd8; }
.bundle-card-body { padding: 24px; }
.bundle-card-body h3 { font-size: 18px; font-weight: 800; color: #1a1a1a; margin-bottom: 10px; }
.bundle-card-body p { font-size: 13.5px; color: #666; line-height: 1.7; margin-bottom: 18px; }
.bundle-includes { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.bundle-include-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #444; }
.bundle-include-item::before { content: '\2713'; color: #c8a96e; font-weight: 900; flex-shrink: 0; }
.bundle-cta {
  width: 100%; padding: 11px; background: #1a1a1a; color: #fff;
  border: none; border-radius: 4px; font-size: 13px; font-weight: 700;
  cursor: pointer; transition: background 0.2s;
}
.bundle-cta:hover { background: #c8a96e; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .cat-grid-min { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .stats-band, .whyus-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-badges { grid-template-columns: 1fr; }
  .cat-grid-min { grid-template-columns: repeat(2, 1fr); }
  .sale-grid { grid-template-columns: repeat(2, 1fr); }
  .product-layout { grid-template-columns: 1fr; gap: 24px; }
  .contact-layout { grid-template-columns: 1fr; }
  .sale-hero { grid-template-columns: 1fr; }
  .bundle-grid { grid-template-columns: 1fr; }
  .shop-layout { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  .promo-banner-grid { grid-template-columns: 1fr; }
  .cta-banner { flex-direction: column; padding: 40px 24px; }
  .topbar { padding: 7px 16px; }
  nav { padding: 0 16px; }
  .shop-main { padding: 20px 16px; }
  .product-page-inner { padding: 20px 16px; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .product-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .whyus-grid, .testi-grid { grid-template-columns: 1fr; }
  .stats-band { grid-template-columns: repeat(2, 1fr); }
  .hero-minimal h1 { font-size: 22px; }
  .pdp-title-serif { font-size: 28px; }
}

/* ===== WOOCOMMERCE OVERRIDES ===== */
/* Reset the dark bg/padding the global `nav {}` header rule leaks onto the pagination nav. */
.woocommerce-pagination { background: transparent; padding: 0; }
.woocommerce-pagination ul { display: flex; gap: 8px; list-style: none; padding: 0; flex-wrap: wrap; justify-content: center; }
/* !important needed: WooCommerce's own `.woocommerce nav.woocommerce-pagination ul li a`
   (specificity 0,2,4) otherwise overrides these with its default lavender/purple buttons. */
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 4px;
  font-size: 13px; font-weight: 600; transition: all 0.2s;
  border: 1px solid #c8a96e !important; color: #fff !important; background: #c8a96e !important;
}
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span.current {
  background: #b8975e !important; border-color: #b8975e !important; color: #fff !important;
}
.woocommerce-ordering select { padding: 7px 14px; border: 1px solid #ddd; border-radius: 4px; font-size: 13px; }
.woocommerce-result-count { font-size: 13.5px; color: #666; }

/* ===== AREAS WE SERVE (local-SEO landing page) ===== */
.areas-page { max-width: 1100px; margin: 0 auto; padding: 48px 20px 60px; }
.areas-hero { text-align: center; max-width: 820px; margin: 0 auto 44px; }
.areas-hero h1 { font-size: 32px; line-height: 1.25; margin: 10px 0 16px; color: #1a1a1a; }
.areas-lead { font-size: 16px; line-height: 1.7; color: #555; margin-bottom: 24px; }
.areas-cta { display: inline-block; width: auto; padding: 13px 32px; }
.areas-suburbs { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin: 0 0 48px; }
.areas-col h2 { font-size: 19px; color: #1a1a1a; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid #c8a96e; }
.areas-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 24px; }
.areas-list li { padding: 6px 0 6px 20px; position: relative; font-size: 14.5px; color: #444; break-inside: avoid; }
.areas-list li::before { content: "\025B8"; color: #c8a96e; position: absolute; left: 0; }
.areas-offer { text-align: center; background: #faf7f2; border: 1px solid #efe7d8; border-radius: 10px; padding: 32px 24px; margin-bottom: 48px; }
.areas-offer h2 { font-size: 22px; color: #1a1a1a; margin-bottom: 8px; }
.areas-offer p { color: #666; margin-bottom: 18px; }
.areas-cat-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.areas-cat-links a { display: inline-block; padding: 10px 20px; border: 1px solid #c8a96e; border-radius: 4px; color: #1a1a1a; font-weight: 600; font-size: 14px; transition: all 0.2s; }
.areas-cat-links a:hover { background: #c8a96e; color: #fff; }
.areas-visit { margin-top: 8px; }
@media (max-width: 700px) {
  .areas-hero h1 { font-size: 25px; }
  .areas-suburbs { grid-template-columns: 1fr; gap: 24px; }
}

/* ===== Category / landing intro copy (under the page title, dark header bar) ===== */
.page-header-bar .cat-intro {
  color: #c9c6c0; font-size: 14px; line-height: 1.65;
  max-width: 820px; margin: 12px 0 0;
}
/* ===== Tile-look landing pages ===== */
.landing-main { padding: 32px 40px 48px; }
.landing-main .shop-toolbar { border-bottom: 1px solid #eee; padding-bottom: 12px; margin-bottom: 20px; }
.landing-main .shop-toolbar-row span { font-size: 13.5px; color: #666; }
.landing-related { margin-top: 40px; padding-top: 28px; border-top: 1px solid #eee; text-align: center; }
.landing-related h2 { font-size: 20px; color: #1a1a1a; margin-bottom: 16px; }
@media (max-width: 700px) {
  .page-header-bar { padding: 22px 18px; }
  .landing-main { padding: 24px 16px 40px; }
}

/* ===== About Us page ===== */
.about-page { max-width: 1100px; margin: 0 auto; padding: 48px 20px 60px; }
.about-intro { max-width: 820px; margin: 0 auto 44px; text-align: center; }
.about-intro h2 { font-size: 26px; color: #1a1a1a; margin-bottom: 18px; }
.about-intro p { font-size: 15.5px; line-height: 1.8; color: #555; margin-bottom: 14px; }
.about-why { margin-bottom: 52px; }
.about-why > h2, .about-vmv > h2 { text-align: center; font-size: 24px; color: #1a1a1a; margin-bottom: 28px; }
.about-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.about-card { border: 1px solid #efe7d8; border-radius: 8px; padding: 20px; background: #fff; }
.about-card h3 { font-size: 15px; color: #c8a96e; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 10px; }
.about-card p { font-size: 13.5px; line-height: 1.6; color: #555; }
.about-vmv { margin-bottom: 52px; }
.about-vmv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.about-vmv-item { background: #faf7f2; border: 1px solid #efe7d8; border-radius: 10px; padding: 28px; }
.about-vmv-item h3 { font-size: 19px; color: #1a1a1a; margin-bottom: 12px; }
.about-vmv-item p { font-size: 14.5px; line-height: 1.7; color: #555; }
.about-cta { margin-top: 8px; }
@media (max-width: 900px) { .about-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .about-grid { grid-template-columns: 1fr; } .about-vmv-grid { grid-template-columns: 1fr; } }
