:root {
  --hd-orange: #EB6A00;
  --hd-orange-dark: #C95700;
  --hd-charcoal: #17191C;
  --hd-text: #24262A;
  --hd-beige: #F7F3EE;
  --hd-white: #FFFFFF;
  --hd-border: #E7E3DE;
  --hd-green: #238636;
  --hd-blue: #1473E6;
  --hd-radius: 14px;
  --hd-shadow: 0 8px 26px rgba(23,25,28,.08);
}

body { color: var(--hd-text); background: var(--hd-white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
h1, h2, h3, h4, .hd-brand, .hd-nav__item { font-family: "Avenir Next", "Segoe UI Variable Display", "Segoe UI", sans-serif; }
.page #main-content > .container { width: 100%; max-width: none; padding-top: 0; }
.page #main-content .container::before { display: none; }
.page #left-area { width: 100%; padding: 0; float: none; }
.page #sidebar { display: none; }
.page #left-area > article > .entry-title { display: none; }
.home #main-content, .home #main-content > .container, .home #left-area, .home #left-area > article, .home .entry-content { margin-top: 0 !important; padding-top: 0 !important; }
.home #left-area > article > p:empty, .home .entry-content > p:empty { display: none !important; }
a { color: var(--hd-orange); }
a:hover { color: var(--hd-orange-dark); }
button, .button, .et_pb_button, .woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce #respond input#submit {
  border-radius: 10px !important;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.et_pb_button.hd-primary, a.button.hd-primary, .button.hd-primary { background: var(--hd-orange) !important; border-color: var(--hd-orange) !important; color: #fff !important; }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.et_pb_button.hd-primary:hover, a.button.hd-primary:hover, .button.hd-primary:hover { background: var(--hd-orange-dark) !important; border-color: var(--hd-orange-dark) !important; color: #fff !important; }

.hd-shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.et-l--header { position: relative; z-index: 10000; }
.et-l--header .et_pb_section, .et-l--header .et_pb_row { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.et-l--header .et_pb_code { margin-bottom: 0 !important; }
.hd-topbar { background: var(--hd-beige); color: var(--hd-charcoal); border-bottom: 1px solid var(--hd-border); font-size: 12px; font-weight: 650; }
.hd-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.hd-topbar__items { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.hd-topbar__items span::before { content: "✓"; margin-right: 7px; color: var(--hd-orange); font-weight: 900; }
.hd-header { position: relative; z-index: 999; background: #fff; border-bottom: 1px solid var(--hd-border); }
.hd-header.is-sticky { position: sticky; top: 0; box-shadow: var(--hd-shadow); }
.hd-header__main { min-height: 82px; display: grid; grid-template-columns: 220px minmax(260px,1fr) auto; align-items: center; gap: 28px; }
.hd-brand { display: inline-flex; align-items: baseline; gap: 2px; color: var(--hd-charcoal); font-size: 27px; font-weight: 800; letter-spacing: -.8px; }
.hd-brand span { color: var(--hd-orange); }
.hd-search { display: flex; min-width: 0; }
.hd-search input { width: 100%; min-height: 48px; border: 1px solid var(--hd-border); border-radius: 11px 0 0 11px; padding: 0 16px; font-size: 16px; }
.hd-search button { min-width: 52px; border: 0; border-radius: 0 11px 11px 0 !important; background: var(--hd-orange); color: #fff; }
.hd-header__actions { display: flex; align-items: center; gap: 18px; }
.hd-header__action { color: var(--hd-charcoal); font-weight: 700; white-space: nowrap; }
.hd-cart-count { display: inline-grid; place-items: center; min-width: 21px; height: 21px; padding: 0 5px; margin-left: 4px; border-radius: 20px; background: var(--hd-orange); color: #fff; font-size: 12px; }
.hd-nav { border-top: 1px solid var(--hd-border); }
.hd-nav__list { display: flex; align-items: stretch; justify-content: center; gap: clamp(10px,3.5vw,54px); margin: 0; padding: 0; list-style: none; }
.hd-nav__item > a, .hd-nav__trigger { display: flex; align-items: center; min-height: 50px; padding: 0 5px; color: var(--hd-charcoal); font-weight: 700; border: 0; background: transparent; }
.hd-nav__item > a:hover, .hd-nav__trigger:hover, .hd-nav__item.is-open > .hd-nav__trigger { color: var(--hd-orange); }
.hd-nav__item--more { margin-left: auto; }
.hd-mega { position: absolute; z-index: 10001; left: 50%; width: min(1160px, calc(100vw - 32px)); transform: translateX(-50%); padding: 26px; background: #fff; border: 1px solid var(--hd-border); border-top: 3px solid var(--hd-orange); border-radius: 0 0 var(--hd-radius) var(--hd-radius); box-shadow: var(--hd-shadow); visibility: hidden; opacity: 0; pointer-events: none; }
.hd-nav__item.is-open .hd-mega { visibility: visible; opacity: 1; pointer-events: auto; }
.hd-mega__grid { display: grid; grid-template-columns: 260px 1fr 300px; gap: 28px; }
.hd-mega__groups, .hd-mega__links { list-style: none; margin: 0; padding: 0; }
.hd-mega__groups a, .hd-mega__links a { display: block; padding: 9px 10px; border-radius: 8px; color: var(--hd-text); }
.hd-mega__groups a:hover, .hd-mega__links a:hover { background: var(--hd-beige); color: var(--hd-orange); }
.hd-mega__visual { min-height: 190px; padding: 24px; border-radius: var(--hd-radius); background: var(--hd-beige); display: flex; flex-direction: column; justify-content: flex-end; }
.hd-mega--compact { max-width: 980px; }
.hd-mega__compact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) 1.15fr; gap: 26px; }
.hd-mega__compact-grid h3 { margin: 3px 0 12px; color: var(--hd-charcoal); font-size: 18px; }
.hd-mega__compact-grid .hd-mega__links a { padding: 7px 0; }
.hd-mega__kicker { margin: 0; color: var(--hd-orange); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.hd-mega__compact-grid .hd-mega__visual { min-height: 210px; background: var(--hd-charcoal); color: #fff; }
.hd-mega__compact-grid .hd-mega__visual h3 { color: #fff; font-size: 23px; }
.hd-mobile-toggle { display: none; border: 0; background: var(--hd-orange); color: #fff; padding: 10px 13px; }

.hd-condition-badge { display: inline-flex; align-items: center; width: fit-content; padding: 5px 10px; border-radius: 999px; color: #fff; font-size: 12px; font-weight: 800; line-height: 1.2; }
.hd-condition-badge--new { background: var(--hd-green); }
.hd-condition-badge--like-new { background: var(--hd-blue); }
.hd-condition-badge--second-chance { background: var(--hd-orange); }
.hd-condition-box { margin: 18px 0; padding: 18px; border: 1px solid var(--hd-border); border-left: 4px solid var(--hd-orange); border-radius: var(--hd-radius); background: var(--hd-beige); }
.hd-condition-box h3 { margin: 0 0 8px; font-size: 18px; }
.hd-stock { color: var(--hd-green); font-weight: 700; }
.hd-damage-note { color: #8d3d00; font-weight: 700; }
.hd-home, .hd-page { overflow: hidden; }
.hd-hero { min-height: clamp(490px,44vw,610px); display: flex; align-items: center; background-image: linear-gradient(90deg,rgba(247,243,238,.99) 0%,rgba(247,243,238,.96) 31%,rgba(247,243,238,.68) 46%,rgba(247,243,238,0) 65%),url('../images/housedeals-home-hero-v1.jpg'); background-position: center; background-size: cover; }
.hd-hero__inner { width: min(1180px, calc(100% - 32px)); }
.hd-hero__content { max-width: 570px; padding: 58px 0; }
.hd-hero h1 { max-width: 570px; margin: 10px 0 18px; color: var(--hd-charcoal); font-size: clamp(43px,5.3vw,68px); font-weight: 800; line-height: 1.02; letter-spacing: -2.4px; }
.hd-hero p { max-width: 570px; }
.hd-hero__lead { margin: 0; color: #4b4d50; font-size: clamp(17px,1.7vw,20px); line-height: 1.65; }
.hd-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.hd-hero__actions .button { min-height: 49px; display: inline-flex !important; align-items: center; padding: 0 21px !important; font-weight: 800 !important; }
.hd-secondary { background: rgba(255,255,255,.72) !important; border: 1px solid rgba(23,25,28,.16) !important; color: var(--hd-charcoal) !important; backdrop-filter: blur(7px); }
.hd-hero__proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: #4b4d50; font-size: 12px; font-weight: 700; }
.hd-hero__proof span::before { content: "✓"; margin-right: 6px; color: var(--hd-orange); }
.hd-eyebrow { color: var(--hd-orange); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; font-size: 13px !important; }
.hd-section, .hd-page { padding: clamp(52px,6vw,78px) 0; }
.hd-section--beige { background: var(--hd-beige); }
.hd-section h2, .hd-page h1 { color: var(--hd-charcoal); font-size: clamp(31px,4vw,47px); line-height: 1.1; letter-spacing: -1.5px; }
.hd-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.hd-section__heading h2, .hd-section__heading p { margin-bottom: 0; }
.hd-section__heading > a { white-space: nowrap; color: var(--hd-charcoal); font-weight: 750; }
.hd-section__heading > a:hover { color: var(--hd-orange); }
.hd-section--trust { padding-top: 0; }
.hd-condition-guide { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
.hd-condition-guide article { min-height: 166px; box-shadow: 0 8px 28px rgba(23,25,28,.045); }
.hd-category-grid { grid-template-columns: repeat(5,minmax(0,1fr)) !important; gap: 14px !important; }
.hd-category-card { min-height: 264px !important; padding: 0 !important; overflow: hidden; display: grid !important; grid-template-rows: 170px 1fr; background: #fff; border-color: var(--hd-border) !important; box-shadow: 0 9px 26px rgba(23,25,28,.055); }
.hd-category-card__visual { display: block; background-image: url('../images/housedeals-home-hero-v1.jpg'); background-repeat: no-repeat; background-size: 810px auto; background-color: var(--hd-beige); transition: transform .25s ease; }
.hd-category-card:hover .hd-category-card__visual { transform: scale(1.035); }
.hd-category-card__copy { position: relative; display: block; padding: 17px 18px 19px; background: #fff; }
.hd-category-card__copy h3 { margin: 0 0 4px; color: var(--hd-charcoal); font-size: 18px; line-height: 1.2; }
.hd-category-card__copy > span { color: var(--hd-orange); font-size: 13px; font-weight: 800; }
.hd-category-card--mobiel-tablets .hd-category-card__visual { background-position: 42% 72%; }
.hd-category-card--wonen-meubels .hd-category-card__visual { background-position: 99% 68%; }
.hd-category-card--tv-audio .hd-category-card__visual { background-position: 59% 69%; }
.hd-category-card--witgoed-keuken .hd-category-card__visual { background-position: 78% 64%; }
.hd-category-card--meer-deals .hd-category-card__visual { background-image: radial-gradient(circle at 72% 24%,rgba(255,255,255,.34),transparent 28%),linear-gradient(135deg,#17191c,#713100 75%,#eb6a00); }
.hd-nav__list, .hd-nav__list li { list-style: none !important; }
.hd-nav__list > li::before { display: none !important; content: none !important; }
.hd-product-template, .hd-archive-template { padding: clamp(45px,7vw,85px) 0; }
.hd-product-main { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); gap: clamp(32px,6vw,80px); align-items: start; }
.hd-product-summary .product_title { margin: 14px 0; color: var(--hd-charcoal); font-size: clamp(34px,5vw,56px); line-height: 1.08; }
.hd-product-summary .price { color: var(--hd-charcoal) !important; font-size: 28px !important; font-weight: 850; }
.hd-product-gallery .woocommerce-product-gallery { width: 100% !important; float: none !important; }
.hd-product-details, .hd-product-related { margin-top: clamp(45px,7vw,85px); }
.hd-product-grid { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.hd-product-card { width: auto !important; margin: 0 !important; }
@media(max-width:980px){.hd-product-main{grid-template-columns:1fr}.hd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.hd-product-grid{grid-template-columns:1fr}}
.woocommerce ul.products li.product { position: relative; padding: 16px 16px 20px; border: 1px solid var(--hd-border); border-radius: var(--hd-radius); box-shadow: 0 5px 18px rgba(23,25,28,.05); }
.woocommerce ul.products li.product .hd-condition-badge { position: absolute; z-index: 4; top: 12px; left: 12px; }

@media (max-width: 980px) {
  .hd-topbar__items span:nth-child(n+3) { display: none; }
  .hd-header__main { grid-template-columns: 1fr auto; min-height: 68px; gap: 14px; }
  .hd-search { grid-column: 1 / -1; padding-bottom: 14px; }
  .hd-mobile-toggle { display: inline-flex; }
  .hd-nav { display: none; }
  .hd-header.mobile-open .hd-nav { display: block; }
  .hd-nav__list { display: block; padding: 10px 0; }
  .hd-nav__item > a, .hd-nav__trigger { width: 100%; justify-content: space-between; min-height: 46px; }
  .hd-mega { position: static; width: 100%; transform: none; padding: 12px; border: 0; box-shadow: none; border-radius: 0; display: none; }
  .hd-nav__item.is-open .hd-mega { display: block; }
  .hd-mega__grid { grid-template-columns: 1fr; gap: 10px; }
	.hd-mega__compact-grid { grid-template-columns: 1fr; gap: 10px; }
  .hd-mega__visual { display: none; }
	.hd-nav__item--more { margin-left: 0; }
	.hd-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
	.hd-hero { background-position: 58% center; }
}

@media (max-width: 560px) {
  .hd-shell { width: min(100% - 22px, 1180px); }
  .hd-brand { font-size: 23px; }
  .hd-header__action span:not(.hd-cart-count) { display: none; }
	.hd-topbar__items { justify-content: center; }
	.hd-topbar__items span:nth-child(n+2) { display: none; }
	.hd-hero { min-height: 610px; align-items: flex-start; background-image: linear-gradient(180deg,rgba(247,243,238,.99) 0%,rgba(247,243,238,.96) 48%,rgba(247,243,238,.32) 72%,rgba(247,243,238,.06) 100%),url('../images/housedeals-home-hero-v1.jpg'); background-position: 70% center; }
	.hd-hero__content { padding: 42px 0; }
	.hd-hero h1 { font-size: 42px; letter-spacing: -1.6px; }
	.hd-hero__lead { font-size: 16px; }
	.hd-hero__proof { gap: 8px 14px; }
	.hd-section__heading { align-items: flex-start; flex-direction: column; margin-bottom: 22px; }
	.hd-category-grid, .hd-condition-guide { grid-template-columns: 1fr !important; }
	.hd-category-card { min-height: 235px !important; grid-template-rows: 145px 1fr; }
}

/* HouseDeals homepage and navigation experience v3 */
html { scroll-behavior: smooth; }
.hd-header, .hd-nav, .hd-nav__item > a, .hd-nav__trigger, .hd-mega, .hd-category-card, .hd-home-service__grid article { transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease; }
.hd-header__main { min-height: 76px; }
.hd-nav__list { justify-content: flex-start; gap: clamp(8px,1.35vw,24px); }
.hd-nav__item > a, .hd-nav__trigger { min-height: 52px; padding: 0 6px; font-size: 14px; }
.hd-nav__item > a { position: relative; }
.hd-nav__item > a::after { content: ""; position: absolute; left: 6px; right: 6px; bottom: 0; height: 2px; background: var(--hd-orange); transform: scaleX(0); transform-origin: center; transition: transform .18s ease; }
.hd-nav__item > a:hover::after { transform: scaleX(1); }
.hd-nav__item--catalog .hd-nav__trigger { min-height: 38px; margin-top: 7px; padding: 0 14px; gap: 8px; border-radius: 9px !important; background: var(--hd-beige); }
.hd-nav__item--catalog.is-open .hd-nav__trigger, .hd-nav__item--catalog .hd-nav__trigger:hover { background: #f1e9df; color: var(--hd-orange); }
.hd-nav__item--deals > a { color: var(--hd-orange); }
.hd-nav__item--service { margin-left: auto; }
.hd-mega { transform: translate(-50%,-7px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.hd-nav__item.is-open .hd-mega { transform: translate(-50%,0); }
.hd-mega--compact { width: min(1180px,calc(100vw - 32px)); max-width: 1180px; padding: 24px 26px 26px; }
.hd-mega__compact-grid { grid-template-columns: repeat(3,minmax(0,1fr)) minmax(270px,1.18fr); gap: 24px; }
.hd-mega__compact-grid .hd-mega__links a { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid #f1ede8; border-radius: 0; }
.hd-mega__compact-grid .hd-mega__links a span { color: var(--hd-orange); }
.hd-mega__compact-grid .hd-mega__visual { padding: 24px; }
.hd-mega__compact-grid .hd-mega__visual .button { width: 100%; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 16px !important; font-size: 15px !important; line-height: 1.2 !important; white-space: nowrap; }
.hd-mega__compact-grid .hd-mega__visual .button::after { display: none !important; content: none !important; }

.hd-home--v3 { background: #fff; }
.hd-home--v3 .hd-home-intro { padding: 18px 0 36px; }
.hd-home--v3 .hd-hero { min-height: 320px; border: 1px solid var(--hd-border); border-radius: 17px; overflow: hidden; box-shadow: 0 12px 34px rgba(23,25,28,.06); background-image: linear-gradient(90deg,rgba(247,243,238,.995) 0%,rgba(247,243,238,.96) 35%,rgba(247,243,238,.56) 51%,rgba(247,243,238,0) 69%),url('../images/housedeals-home-hero-v1.jpg'); background-position: 54% center; }
.hd-home--v3 .hd-hero__inner { width: 100%; padding: 0 36px; }
.hd-home--v3 .hd-hero__content { max-width: 620px; padding: 29px 0; }
.hd-home--v3 .hd-hero h1 { max-width: 620px; margin: 6px 0 11px; font-size: clamp(38px,4vw,50px); line-height: 1.02; letter-spacing: -1.8px; }
.hd-home--v3 .hd-hero__lead { max-width: 465px; font-size: 17px; line-height: 1.55; }
.hd-home--v3 .hd-hero__actions { margin-top: 17px; }
.hd-home--v3 .hd-hero__actions .button { min-height: 46px; }
.hd-quick-categories { margin-top: 23px; }
.hd-section__heading--compact { margin-bottom: 17px; }
.hd-section__heading--compact h2 { font-size: clamp(25px,2.7vw,34px); letter-spacing: -.8px; }
.hd-section__heading--compact .hd-eyebrow { margin-bottom: 2px; }
.hd-home--v3 .hd-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)) !important; gap: 13px !important; }
.hd-home--v3 .hd-category-card { min-height: 126px !important; grid-template-columns: 42% 58%; grid-template-rows: 1fr; border-radius: 13px; }
.hd-home--v3 .hd-category-card__visual { min-height: 124px; background-size: 600px auto; }
.hd-home--v3 .hd-category-card__copy { display: flex; flex-direction: column; justify-content: center; padding: 15px; }
.hd-home--v3 .hd-category-card__copy h3 { font-size: 17px; }
.hd-home--v3 .hd-category-card--mobiel-tablets .hd-category-card__visual { background-position: 42% 74%; }
.hd-home--v3 .hd-category-card--tv-audio .hd-category-card__visual { background-position: 59% 70%; }
.hd-home--v3 .hd-category-card--witgoed-keuken .hd-category-card__visual { background-position: 77% 67%; }
.hd-home--v3 .hd-category-card--wonen-meubels .hd-category-card__visual { background-position: 98% 69%; }

.hd-condition-strip { padding: 38px 0 42px; background: var(--hd-beige); border-block: 1px solid var(--hd-border); }
.hd-home--v3 .hd-condition-guide { gap: 13px !important; }
.hd-home--v3 .hd-condition-guide article { min-height: 118px; display: flex; align-items: center; gap: 15px; padding: 18px; box-shadow: none; }
.hd-home--v3 .hd-condition-guide article p { margin: 8px 0 0; color: #595b5f; font-size: 14px; line-height: 1.45; }
.hd-condition-icon { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; font-size: 24px; font-weight: 800; }
.hd-condition-icon--new { color: var(--hd-green); background: #eaf6ed; }
.hd-condition-icon--like-new { color: var(--hd-blue); background: #e9f2ff; }
.hd-condition-icon--second-chance { color: var(--hd-orange); background: #fff0e3; }

.hd-home--v3 .hd-section--deals { padding: 54px 0; }
.hd-deals-fallback { display: grid; grid-template-columns: minmax(300px,1.05fr) minmax(0,1.95fr); gap: 14px; }
.hd-deals-fallback__feature { min-height: 250px; padding: 30px; border-radius: 15px; background: linear-gradient(135deg,#17191c,#2a211c); color: #fff; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hd-deals-fallback__feature h3 { max-width: 440px; margin: 5px 0 10px; color: #fff; font-size: clamp(26px,3vw,38px); line-height: 1.08; }
.hd-deals-fallback__feature > p:not(.hd-eyebrow) { max-width: 480px; color: #d6d2ce; }
.hd-deals-fallback__links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.hd-deals-fallback__links a { min-height: 250px; padding: 23px; border: 1px solid var(--hd-border); border-radius: 15px; background: #fff; color: var(--hd-charcoal); display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 0 8px 24px rgba(23,25,28,.045); }
.hd-deals-fallback__links a:nth-child(1) { background: linear-gradient(180deg,#eef8f0,#fff 60%); }
.hd-deals-fallback__links a:nth-child(2) { background: linear-gradient(180deg,#edf4ff,#fff 60%); }
.hd-deals-fallback__links a:nth-child(3) { background: linear-gradient(180deg,#fff1e6,#fff 60%); }
.hd-deals-fallback__links span { color: var(--hd-orange); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.hd-deals-fallback__links strong { margin: 5px 0 auto; font-size: 18px; }
.hd-deals-fallback__links b { color: var(--hd-orange); font-size: 13px; }
.hd-deals-fallback__links a:hover { transform: translateY(-3px); box-shadow: var(--hd-shadow); }

.hd-home-service { padding: 56px 0 62px; background: var(--hd-charcoal); color: #fff; }
.hd-home-service__intro { max-width: 620px; margin-bottom: 25px; }
.hd-home-service__intro h2 { margin: 4px 0 0; color: #fff; font-size: clamp(30px,4vw,46px); letter-spacing: -1.3px; }
.hd-home-service__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.hd-home-service__grid article { min-height: 210px; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.045); color: #fff; }
.hd-home-service__grid article:hover { transform: translateY(-3px); background: rgba(255,255,255,.075); border-color: rgba(235,106,0,.62); }
.hd-home-service__grid span { color: var(--hd-orange); font-size: 12px; font-weight: 850; }
.hd-home-service__grid h3 { margin: 23px 0 7px; color: #fff; font-size: 22px; }
.hd-home-service__grid p { color: #c9c7c5; }
.hd-home-service__grid article > a { display: inline-flex; margin-top: 13px; color: #ff8a2d; font-size: 13px; font-weight: 800; }

.hd-trust-bar { gap: 0 !important; padding: 0 !important; overflow: hidden; }
.hd-trust-bar article { min-height: 112px; display: flex; align-items: center; gap: 13px; padding: 20px; border-right: 1px solid var(--hd-border); }
.hd-trust-bar article:last-child { border-right: 0; }
.hd-trust-bar article > b { flex: 0 0 36px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #fff1e6; color: var(--hd-orange); font-size: 17px; }
.hd-trust-bar article span { display: flex; flex-direction: column; }
.hd-trust-bar article strong { color: var(--hd-charcoal); font-size: 14px; }
.hd-trust-bar article small { margin-top: 3px; color: #6a6b6e; font-size: 12px; font-weight: 500; }
.et-l--footer { padding: 24px 0; background: var(--hd-beige); }
.et-l--footer .et_pb_section, .et-l--footer .et_pb_row { width: min(1180px,calc(100% - 32px)) !important; max-width: 1180px !important; margin: 0 auto !important; padding: 0 !important; }

@media (max-width: 1100px) {
  .hd-nav__item--service { display: none; }
  .hd-nav__list { gap: 10px; }
  .hd-nav__item > a, .hd-nav__trigger { font-size: 13px; }
  .hd-home--v3 .hd-category-card { grid-template-columns: 38% 62%; }
}

@media (max-width: 980px) {
  .hd-nav__item--service { display: block; margin-left: 0; }
  .hd-nav__item--catalog .hd-nav__trigger { margin-top: 0; }
  .hd-nav__item.is-open .hd-mega { transform: none; }
  .hd-mega--compact { width: 100%; max-width: none; padding: 12px; }
  .hd-mega__compact-grid { grid-template-columns: 1fr; gap: 10px; }
  .hd-home--v3 .hd-hero { min-height: 380px; background-position: 61% center; }
  .hd-home--v3 .hd-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .hd-deals-fallback { grid-template-columns: 1fr; }
  .hd-deals-fallback__feature { min-height: 220px; }
}

@media (max-width: 680px) {
  .hd-home--v3 .hd-home-intro { padding-top: 10px; }
  .hd-home--v3 .hd-hero { min-height: 500px; border-radius: 13px; background-image: linear-gradient(180deg,rgba(247,243,238,.99) 0%,rgba(247,243,238,.95) 52%,rgba(247,243,238,.32) 78%,rgba(247,243,238,.04) 100%),url('../images/housedeals-home-hero-v1.jpg'); background-position: 68% center; }
  .hd-home--v3 .hd-hero__inner { padding: 0 22px; }
  .hd-home--v3 .hd-hero__content { padding: 34px 0 180px; }
  .hd-home--v3 .hd-hero h1 { font-size: 39px; }
  .hd-home--v3 .hd-category-grid, .hd-deals-fallback__links, .hd-home-service__grid { grid-template-columns: 1fr !important; }
  .hd-home--v3 .hd-category-card { min-height: 116px !important; }
  .hd-home--v3 .hd-category-card__visual { min-height: 114px; }
  .hd-section__heading { gap: 12px; }
  .hd-condition-strip { padding: 32px 0 36px; }
  .hd-home--v3 .hd-condition-guide { grid-template-columns: 1fr !important; }
  .hd-deals-fallback__links a { min-height: 165px; }
  .hd-trust-bar { grid-template-columns: 1fr !important; }
  .hd-trust-bar article { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--hd-border); }
  .hd-trust-bar article:last-child { border-bottom: 0; }
}

/* Unified assortment cards and a product page that behaves as one sales funnel. */
.hd-builder-placeholder { min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 25px; border: 2px dashed #efc7a6; border-radius: 14px; background: #fff8f1; color: var(--hd-charcoal); text-align: center; }
.hd-builder-placeholder strong { font-size: 18px; }
.hd-builder-placeholder span { color: #696b6f; font-size: 13px; }

.hd-archive-template { padding: clamp(38px,5vw,70px) 0; background: linear-gradient(180deg,#fff,#faf8f5); }
.hd-archive-heading { margin-bottom: 28px; }
.hd-archive-heading h1 { margin: 0; color: var(--hd-charcoal); font-size: clamp(40px,5vw,58px); font-weight: 750; line-height: 1.06; letter-spacing: -1.7px; }
.hd-archive-template .woocommerce-result-count { display: none !important; }
.hd-archive-template .woocommerce-ordering { margin: 0 0 22px !important; }
.hd-archive-template .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; clear: both; }
.hd-archive-template .woocommerce ul.products::before,
.hd-archive-template .woocommerce ul.products::after { display: none !important; content: none !important; }
.hd-archive-template .woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; }

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 14px 14px 16px !important;
  background: #fff;
  border-radius: 16px !important;
}
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { flex: 1; color: inherit; }
.woocommerce ul.products li.product a img { width: 100% !important; aspect-ratio: 1 / 1; margin: 0 !important; object-fit: contain; border-radius: 10px; background: #f3f6f5; transition: transform .35s var(--hd-ease); }
.woocommerce ul.products li.product:hover a img { transform: scale(1.025); }
.woocommerce ul.products li.product .hd-card-link,
.hd-demo-card__link {
  width: 100%;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  margin: auto 0 0 !important;
  padding: 0 14px !important;
  border: 1px solid var(--hd-charcoal) !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: var(--hd-charcoal) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  transition: background-color .2s ease,color .2s ease,transform .2s var(--hd-ease) !important;
}
.woocommerce ul.products li.product .hd-card-link::after,
.hd-demo-card__link::after { display: none !important; content: none !important; }
.woocommerce ul.products li.product .hd-card-link:hover,
.hd-demo-card__link:hover { padding: 0 14px !important; background: var(--hd-charcoal) !important; color: #fff !important; transform: translateY(-2px); }

.hd-product-summary { display: flex; flex-direction: column; }
.hd-product-summary__topline { order: 1; }
.hd-product-summary .product_title { order: 2; }
.hd-product-summary .woocommerce-product-details__short-description { order: 3; }
.hd-product-buybox { order: 4; }
.hd-product-cta { order: 5; margin-top: 18px; }
.hd-product-assurances { order: 6; }
.hd-condition-disclosure { order: 7; margin-top: 16px; overflow: visible; border: 0; border-top: 1px solid var(--hd-border); border-radius: 0; background: transparent; box-shadow: none; }
.hd-condition-disclosure summary { grid-template-columns: 32px minmax(0,1fr) auto; gap: 10px; padding: 14px 0; }
.hd-condition-disclosure summary:hover { background: transparent; }
.hd-condition-disclosure__icon { width: 32px; height: 32px; font-size: 16px; }
.hd-condition-disclosure__title small { font-size: 10px; }
.hd-condition-disclosure__title strong { font-size: 15px; }
.hd-condition-disclosure__title em { max-width: 390px; font-size: 11px; }
.hd-condition-disclosure__content { padding: 0 0 16px 42px; border-top: 0; }

.hd-product-gallery__inner { position: relative; }
.hd-product-gallery .flex-viewport { border-radius: 13px; background: #fff; }
.hd-product-gallery .woocommerce-product-gallery__wrapper { display: block !important; min-height: 0; }
.hd-product-gallery .woocommerce-product-gallery__image { display: block !important; }
.hd-product-gallery .woocommerce-product-gallery__image a { height: 100%; min-height: 470px; display: flex; align-items: center; justify-content: center; }
.hd-product-gallery .woocommerce-product-gallery__image img { width: 100% !important; max-width: 100%; max-height: 520px; object-fit: contain; }
.hd-product-gallery .zoomImg { display: none !important; }
.hd-product-gallery .flex-control-thumbs li { flex: 0 0 86px; cursor: pointer; opacity: .68; transition: opacity .2s ease,border-color .2s ease,transform .2s var(--hd-ease); }
.hd-product-gallery .flex-control-thumbs li:hover,
.hd-product-gallery .flex-control-thumbs img.flex-active { opacity: 1; border-color: var(--hd-orange); }
.hd-gallery-controls { position: absolute; z-index: 7; top: 50%; right: 12px; left: 12px; display: flex; justify-content: space-between; pointer-events: none; transform: translateY(-50%); }
.hd-gallery-controls button { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(23,25,28,.12); border-radius: 50% !important; background: rgba(255,255,255,.92); color: var(--hd-charcoal); box-shadow: 0 8px 22px rgba(23,25,28,.1); font-size: 20px; pointer-events: auto; transition: transform .2s var(--hd-ease),background-color .2s ease,color .2s ease; }
.hd-gallery-controls button:hover { transform: scale(1.06); background: var(--hd-orange); color: #fff; }

.hd-product-description { display: grid; grid-template-columns: minmax(250px,.72fr) minmax(0,1.55fr); gap: clamp(32px,6vw,78px); margin-top: 68px; padding: clamp(30px,4vw,52px); border: 1px solid var(--hd-border); border-radius: 22px; background: #fff; box-shadow: 0 15px 44px rgba(23,25,28,.055); }
.hd-product-description__heading { align-self: start; position: sticky; top: 190px; }
.hd-product-description__heading .hd-eyebrow { margin: 0 0 5px; }
.hd-product-description__heading h2 { margin: 0; color: var(--hd-charcoal); font-size: clamp(30px,3vw,40px); font-weight: 750; line-height: 1.1; letter-spacing: -1px; }
.hd-product-description__heading > p:last-child { margin: 12px 0 0; color: #686a6e; font-size: 14px; line-height: 1.55; }
.hd-product-description__content { color: #4f5155; font-size: 15px; line-height: 1.72; }
.hd-product-description__content > *:first-child { margin-top: 0; }
.hd-product-description__content h2,
.hd-product-description__content h3 { margin: 28px 0 10px; color: var(--hd-charcoal); font-size: 22px; font-weight: 750; line-height: 1.3; }
.hd-product-description__content p { margin: 0 0 16px; }
.hd-product-description__content ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 22px; margin: 12px 0 24px; padding: 0; list-style: none; }
.hd-product-description__content li { position: relative; padding-left: 19px; }
.hd-product-description__content li::before { content: "✓"; position: absolute; left: 0; color: var(--hd-orange); font-weight: 850; }

@media (max-width: 980px) {
  .hd-archive-template .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hd-product-description { grid-template-columns: 1fr; }
  .hd-product-description__heading { position: static; }
}

@media (max-width: 680px) {
  .hd-archive-template .woocommerce ul.products { grid-template-columns: 1fr; }
  .hd-product-gallery .woocommerce-product-gallery__image a { min-height: 300px; }
  .hd-gallery-controls { right: 7px; left: 7px; }
  .hd-gallery-controls button { width: 38px; height: 38px; }
  .hd-condition-disclosure summary { grid-template-columns: 30px minmax(0,1fr); }
  .hd-condition-disclosure__action { grid-column: 2; }
  .hd-product-description { margin-top: 44px; padding: 25px 19px; border-radius: 17px; }
  .hd-product-description__content ul { grid-template-columns: 1fr; }
}

.hd-demo-products { margin-top: 24px; }
.hd-demo-notice { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; padding: 13px 16px; border: 1px solid #f1d2b8; border-radius: 12px; background: #fff6ee; color: #6d3c16; }
.hd-demo-notice span { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; background: var(--hd-orange); color: #fff; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.hd-demo-notice p { margin: 0; font-size: 13px; line-height: 1.45; }
.hd-demo-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.hd-demo-card { position: relative; min-width: 0; display: flex; flex-direction: column; padding: 15px 15px 17px; border: 1px solid var(--hd-border); border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(23,25,28,.045); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.hd-demo-card__image { position: relative; height: 210px; display: grid; place-items: center; margin-bottom: 15px; overflow: hidden; border-radius: 11px; background: linear-gradient(145deg,#faf8f5,#f0ece7); }
.hd-demo-card__image img { width: 76%; height: 76%; object-fit: contain; mix-blend-mode: multiply; }
.hd-demo-card__image > span { position: absolute; left: 9px; bottom: 8px; padding: 4px 7px; border-radius: 6px; background: rgba(255,255,255,.88); color: #6a6b6e; font-size: 10px; font-weight: 700; }
.hd-demo-card > .hd-condition-badge { position: absolute; z-index: 2; top: 25px; left: 25px; }
.hd-demo-card h3 { min-height: 48px; margin: 0 0 9px; color: var(--hd-charcoal); font-size: 17px; font-weight: 750; line-height: 1.3; }
.hd-demo-card h3 a { color: inherit; }
.hd-demo-card h3 a:hover { color: var(--hd-orange); }
.hd-demo-card__price { min-height: 47px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; margin-bottom: 8px; }
.hd-demo-card__price del { color: #929397; font-size: 12px; }
.hd-demo-card__price strong, .hd-demo-card__price strong .amount { color: var(--hd-charcoal) !important; font-size: 19px !important; font-weight: 850; }
.hd-demo-card__price > span { padding: 3px 6px; border-radius: 5px; background: #eaf6ed; color: var(--hd-green); font-size: 9px; font-weight: 850; }
.hd-demo-card__stock { display: flex; align-items: center; gap: 7px; margin: 0 0 15px; color: #66686c; font-size: 12px; font-weight: 750; }
.hd-demo-card__stock > span { width: 7px; height: 7px; border-radius: 50%; background: var(--hd-green); box-shadow: 0 0 0 3px #e9f5ec; }
.hd-demo-card__stock.is-out-of-stock > span { background: #aaa; box-shadow: 0 0 0 3px #f0f0f0; }
.hd-demo-card__link { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; margin-top: auto; padding: 0 14px; border-radius: 9px; background: var(--hd-orange); color: #fff !important; font-size: 13px; font-weight: 850; transition: transform .18s ease,background-color .18s ease,box-shadow .18s ease; }
.hd-demo-card__link::after, .hd-demo-card__link:hover::after { display: none !important; content: none !important; }
.hd-demo-card__link:hover { background: var(--hd-orange-dark); transform: translateY(-2px); box-shadow: 0 9px 20px rgba(201,87,0,.2); }
.hd-demo-card:hover { transform: translateY(-4px); border-color: #efc7a6; box-shadow: var(--hd-shadow); }
.hd-product-template > .hd-shell > .hd-demo-notice { margin-bottom: 26px; }

@media (max-width: 980px) { .hd-demo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 560px) { .hd-demo-grid { grid-template-columns: 1fr; } .hd-demo-notice { align-items: flex-start; flex-direction: column; } }

/* HouseDeals product funnel v2 */
.hd-product-template { padding: 26px 0 72px; background: linear-gradient(180deg,#fff 0,#fff 72%,#faf8f5 100%); }
.hd-product-breadcrumb { display: flex; align-items: center; gap: 9px; min-width: 0; margin: 0 0 24px; color: #8a8b8e; font-size: 12px; white-space: nowrap; }
.hd-product-breadcrumb a { color: #65676b; font-weight: 650; }
.hd-product-breadcrumb a:hover { color: var(--hd-orange); }
.hd-product-breadcrumb > span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.hd-product-main { grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); gap: clamp(38px,6vw,76px); align-items: start; }
.hd-product-gallery { position: sticky; top: 190px; min-width: 0; }
.hd-product-gallery__inner { padding: clamp(20px,3vw,38px); border: 1px solid #ece8e3; border-radius: 20px; background: linear-gradient(145deg,#fbfaf8,#f2f0ed); box-shadow: 0 16px 44px rgba(23,25,28,.055); }
.hd-product-gallery .woocommerce-product-gallery { margin: 0 !important; }
.hd-product-gallery .woocommerce-product-gallery__wrapper { display: grid; place-items: center; min-height: 470px; margin: 0; }
.hd-product-gallery .woocommerce-product-gallery__image { width: 100%; }
.hd-product-gallery .woocommerce-product-gallery__image a { display: grid; place-items: center; }
.hd-product-gallery .woocommerce-product-gallery__image img { width: 100%; max-height: 520px; object-fit: contain; mix-blend-mode: multiply; }
.hd-product-gallery .flex-control-thumbs { display: flex; gap: 10px; margin-top: 14px !important; }
.hd-product-gallery .flex-control-thumbs li { overflow: hidden; border: 1px solid var(--hd-border); border-radius: 9px; }
.hd-product-summary { min-width: 0; padding-top: 4px; }
.hd-product-summary__topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.hd-product-summary__topline > a { color: #66686c; font-size: 12px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.hd-product-summary__topline > a:hover { color: var(--hd-orange); }
.hd-product-summary .product_title { max-width: 620px; margin: 14px 0 12px; color: var(--hd-charcoal); font-family: Inter,"SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-size: clamp(34px,3.15vw,44px); font-weight: 700; line-height: 1.08; letter-spacing: -1.15px; text-wrap: balance; }
.hd-product-summary .woocommerce-product-details__short-description { margin-bottom: 22px; color: #5c5e62; font-size: 16px; line-height: 1.55; }
.hd-product-summary .woocommerce-product-details__short-description p { margin: 0; }
.hd-product-buybox { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 20px 0; border-block: 1px solid var(--hd-border); }
.hd-product-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; }
.hd-product-price__label { flex-basis: 100%; color: #77797d; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hd-product-price__from { color: #7b7d80; font-size: 14px; }
.hd-product-price__now { color: var(--hd-charcoal); font-size: 31px; font-weight: 850; line-height: 1; }
.hd-product-price__now small { margin-right: 7px; color: var(--hd-orange); font-size: 13px; font-weight: 850; text-transform: uppercase; }
.hd-product-price__saving { padding: 4px 8px; border-radius: 6px; background: #eaf6ed; color: var(--hd-green); font-size: 11px; font-weight: 850; }
.hd-product-price__current, .hd-product-price__current .amount { color: var(--hd-charcoal) !important; font-size: 31px !important; font-weight: 850; line-height: 1; }
.hd-product-price--unavailable { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.hd-product-price--unavailable strong { color: var(--hd-charcoal); font-size: 20px; line-height: 1.25; }
.hd-product-stock { display: inline-flex; align-items: center; gap: 7px; color: #5b5d61; font-size: 13px; font-weight: 750; white-space: nowrap; }
.hd-product-stock > span { width: 8px; height: 8px; border-radius: 50%; background: var(--hd-green); box-shadow: 0 0 0 4px #e9f5ec; }
.hd-product-stock.is-out-of-stock > span { background: #a5a6a8; box-shadow: 0 0 0 4px #f0f0f0; }
.hd-condition-disclosure { margin-top: 18px; border: 1px solid var(--hd-border); border-radius: 15px; background: #fff; overflow: hidden; box-shadow: 0 8px 24px rgba(23,25,28,.04); scroll-margin-top: 190px; }
.hd-condition-disclosure summary { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 17px; cursor: pointer; list-style: none; transition: background .18s ease; }
.hd-condition-disclosure summary::-webkit-details-marker { display: none; }
.hd-condition-disclosure summary:hover { background: #fcfaf7; }
.hd-condition-disclosure summary:focus-visible { outline: 3px solid rgba(235,106,0,.25); outline-offset: -3px; }
.hd-condition-disclosure__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff0e3; color: var(--hd-orange); font-family: Georgia,serif; font-size: 20px; font-weight: 800; }
.hd-condition-disclosure__title { display: flex; min-width: 0; flex-direction: column; }
.hd-condition-disclosure__title small { color: #77797d; font-size: 11px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.hd-condition-disclosure__title strong { color: var(--hd-charcoal); font-size: 18px; line-height: 1.25; }
.hd-condition-disclosure__title em { margin-top: 3px; overflow: hidden; color: #686a6e; font-size: 12px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.hd-condition-disclosure__action { display: inline-flex; align-items: center; gap: 7px; color: var(--hd-orange); font-size: 12px; font-weight: 800; white-space: nowrap; }
.hd-condition-disclosure__action b { width: 8px; height: 8px; display: inline-block; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.hd-condition-disclosure[open] .hd-condition-disclosure__action b { transform: rotate(225deg) translate(-1px,-1px); }
.hd-condition-disclosure__content { padding: 0 17px 19px 72px; border-top: 1px solid #f0ece7; animation: hd-condition-reveal .2s ease; }
.hd-condition-disclosure__content > p { margin: 15px 0; color: #55575b; font-size: 14px; line-height: 1.55; }
.hd-condition-disclosure__content > a { display: inline-flex; margin-top: 13px; color: var(--hd-orange); font-size: 13px; font-weight: 800; }
.hd-condition-disclosure__damage { padding: 13px 14px; border-radius: 10px; background: #fff4ea; }
.hd-condition-disclosure__damage span { display: block; color: #9b4a0b; font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.hd-condition-disclosure__damage strong { display: block; margin-top: 3px; color: #713609; font-size: 15px; }
.hd-condition-disclosure__damage p { margin: 7px 0 0; color: #754923; font-size: 13px; line-height: 1.5; }
@keyframes hd-condition-reveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.hd-product-cta { margin-top: 18px; }
.hd-product-cta form.cart { margin: 0 !important; }
.hd-product-cta .single_add_to_cart_button, .hd-product-contact { width: 100%; min-height: 54px; display: inline-flex !important; align-items: center; justify-content: center; margin: 0 !important; padding: 0 22px !important; border: 0 !important; font-size: 15px !important; font-weight: 800 !important; letter-spacing: 0 !important; transition: transform .18s ease,box-shadow .18s ease,background-color .18s ease !important; }
.hd-product-cta .single_add_to_cart_button::after, .hd-product-contact::after, .hd-product-cta .single_add_to_cart_button:hover::after, .hd-product-contact:hover::after { display: none !important; content: none !important; }
.hd-product-cta .single_add_to_cart_button:hover, .hd-product-contact:hover { padding: 0 22px !important; transform: translateY(-2px); box-shadow: 0 12px 25px rgba(201,87,0,.22); }
.hd-product-assurances { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 15px; }
.hd-product-assurances span { display: flex; align-items: flex-start; gap: 6px; color: #65676b; font-size: 11px; line-height: 1.35; }
.hd-product-assurances b { color: var(--hd-green); }
.hd-product-summary .product_meta { display: none !important; }
.hd-product-value { margin-top: 68px; padding: clamp(30px,4vw,48px); border: 1px solid var(--hd-border); border-radius: 22px; background: linear-gradient(145deg,#faf8f5,#fff 62%); overflow: hidden; }
.hd-product-value__heading { max-width: 650px; margin-bottom: 25px; }
.hd-product-value__heading .hd-eyebrow { margin: 0 0 4px; }
.hd-product-value__heading h2 { margin: 0; color: var(--hd-charcoal); font-family: Inter,"SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-size: clamp(27px,3vw,38px); font-weight: 700; line-height: 1.12; letter-spacing: -.9px; }
.hd-product-value__heading > p:last-child { margin: 9px 0 0; color: #66686c; font-size: 14px; }
.hd-product-info { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.hd-product-info > div { position: relative; min-height: 185px; padding: 23px; overflow: hidden; border: 1px solid var(--hd-border); border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 9px 28px rgba(23,25,28,.045); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.hd-product-info > div::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg,var(--hd-orange),#ffad67); transform: scaleX(.28); transform-origin: left; transition: transform .25s ease; }
.hd-product-info > div:hover { transform: translateY(-5px); border-color: #efc7a6; box-shadow: 0 18px 38px rgba(23,25,28,.085); }
.hd-product-info > div:hover::before { transform: scaleX(1); }
.hd-product-info span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #fff0e3; color: var(--hd-orange); font-size: 10px; font-weight: 850; letter-spacing: .04em; }
.hd-product-info h3 { margin: 25px 0 7px; color: var(--hd-charcoal); font-size: 19px; font-weight: 750; line-height: 1.25; }
.hd-product-info p { margin: 0; color: #686a6e; font-size: 13px; line-height: 1.55; }
.hd-product-info a { display: inline-flex; margin-top: 11px; color: var(--hd-orange); font-size: 12px; font-weight: 800; }
.hd-product-details { margin-top: 36px; }
.hd-product-related { margin-top: 52px; }

.hd-product-template .woocommerce-notices-wrapper:empty { display: none; }
.hd-product-template .woocommerce-message { margin: 0 0 24px !important; padding: 0 !important; border: 0 !important; border-radius: 16px; background: #fff !important; color: var(--hd-charcoal) !important; box-shadow: 0 12px 35px rgba(23,25,28,.09); overflow: hidden; animation: hd-cart-confirmation-in .25s ease; }
.hd-product-template .woocommerce-message::before { display: none !important; content: none !important; }
.hd-cart-confirmation { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 15px; padding: 17px 18px; border: 1px solid #dceadd; border-left: 4px solid var(--hd-green); border-radius: 16px; }
.hd-cart-confirmation__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #eaf6ed; color: var(--hd-green); font-size: 18px; font-weight: 900; }
.hd-cart-confirmation__copy { display: flex; min-width: 0; flex-direction: column; }
.hd-cart-confirmation__copy strong { color: var(--hd-charcoal); font-size: 16px; }
.hd-cart-confirmation__copy small { overflow: hidden; color: #707276; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.hd-cart-confirmation__actions { display: flex; align-items: center; gap: 9px; }
.hd-cart-confirmation__actions a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 15px; border-radius: 9px; font-size: 12px; font-weight: 800; transition: transform .18s ease,box-shadow .18s ease,background-color .18s ease; }
.hd-cart-confirmation__continue { border: 1px solid var(--hd-border); background: #fff; color: var(--hd-charcoal); }
.hd-cart-confirmation__cart { border: 1px solid var(--hd-orange); background: var(--hd-orange); color: #fff !important; }
.hd-cart-confirmation__actions a:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(23,25,28,.1); }
@keyframes hd-cart-confirmation-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .hd-product-template { padding-top: 20px; }
  .hd-product-main { grid-template-columns: 1fr; gap: 30px; }
  .hd-product-gallery { position: static; }
  .hd-product-gallery .woocommerce-product-gallery__wrapper { min-height: 380px; }
  .hd-product-value { margin-top: 42px; }
  .hd-product-info { grid-template-columns: 1fr; }
  .hd-product-info > div { min-height: 0; }
}
@media (max-width: 560px) {
  .hd-product-breadcrumb { margin-bottom: 16px; }
  .hd-product-main { gap: 23px; }
  .hd-product-gallery__inner { padding: 15px; border-radius: 15px; }
  .hd-product-gallery .woocommerce-product-gallery__wrapper { min-height: 310px; }
  .hd-product-summary .product_title { margin-top: 12px; font-size: 32px; letter-spacing: -.8px; }
  .hd-product-summary__topline { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hd-product-buybox { align-items: flex-start; flex-direction: column; }
  .hd-condition-disclosure summary { grid-template-columns: 38px minmax(0,1fr) auto; gap: 10px; padding: 14px; }
  .hd-condition-disclosure__icon { width: 38px; height: 38px; }
  .hd-condition-disclosure__title em { max-width: 190px; }
  .hd-condition-disclosure__action { font-size: 0; }
  .hd-condition-disclosure__content { padding: 0 14px 16px; }
  .hd-product-assurances { grid-template-columns: 1fr; gap: 6px; }
  .hd-product-value { padding: 25px 18px; border-radius: 17px; }
  .hd-product-value__heading h2 { font-size: 27px; }
  .hd-cart-confirmation { grid-template-columns: 40px minmax(0,1fr); }
  .hd-cart-confirmation__icon { width: 38px; height: 38px; }
  .hd-cart-confirmation__actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
}

/* HouseDeals wider, smoother storefront experience v4 */
:root {
  --hd-shell-max: 1360px;
  --hd-ease: cubic-bezier(.22,1,.36,1);
  --hd-shadow-soft: 0 18px 54px rgba(23,25,28,.075);
}

body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.hd-shell { width: min(var(--hd-shell-max), calc(100% - 40px)); }
.hd-hero__inner { width: min(var(--hd-shell-max), calc(100% - 40px)); }
.et-l--footer .et_pb_section, .et-l--footer .et_pb_row { width: min(var(--hd-shell-max),calc(100% - 40px)) !important; max-width: var(--hd-shell-max) !important; }

/* Divi's default row was narrowing the complete homepage to 80%. */
.home .et-l--post .et_pb_section,
.home .et-l--post .et_pb_row { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.home .et-l--post .et_pb_column,
.home .et-l--post .et_pb_module { margin-bottom: 0 !important; }

.hd-home--v3 .hd-home-intro { padding: 24px 0 44px; }
.hd-home--v3 .hd-hero {
  min-height: clamp(370px,34vw,450px);
  border-radius: 20px;
  box-shadow: var(--hd-shadow-soft);
  transition: border-color .35s var(--hd-ease), box-shadow .35s var(--hd-ease);
}
.hd-home--v3 .hd-hero:hover { border-color: #ddd5cc; box-shadow: 0 24px 66px rgba(23,25,28,.1); }
.hd-home--v3 .hd-hero__inner { padding: 0 clamp(30px,4vw,58px); }
.hd-home--v3 .hd-hero__content { max-width: 660px; padding: 42px 0; animation: hd-soft-rise .55s var(--hd-ease) both; }
.hd-home--v3 .hd-hero h1 { max-width: 660px; font-size: clamp(42px,4.15vw,60px); letter-spacing: -2px; }
.hd-home--v3 .hd-hero__lead { max-width: 520px; font-size: clamp(17px,1.45vw,19px); }
.hd-quick-categories { margin-top: 29px; animation: hd-soft-rise .55s .08s var(--hd-ease) both; }

.hd-home--v3 .hd-category-card,
.hd-home--v3 .hd-condition-guide article,
.hd-home--v3 .woocommerce ul.products li.product,
.hd-demo-card {
  transition: transform .32s var(--hd-ease), border-color .32s var(--hd-ease), box-shadow .32s var(--hd-ease);
}
.hd-home--v3 .hd-category-card:hover,
.hd-home--v3 .hd-condition-guide article:hover,
.hd-home--v3 .woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  border-color: #efc7a6 !important;
  box-shadow: 0 18px 42px rgba(23,25,28,.09);
}
.hd-home--v3 .hd-category-card__visual { transition: transform .5s var(--hd-ease), filter .5s var(--hd-ease); }
.hd-home--v3 .hd-category-card:hover .hd-category-card__visual { transform: scale(1.055); filter: saturate(1.04); }
.hd-home--v3 .button,
.hd-home--v3 .hd-category-card__copy > span,
.hd-home--v3 .hd-section__heading > a { transition: transform .25s var(--hd-ease), color .25s ease, background-color .25s ease, box-shadow .25s var(--hd-ease); }
.hd-home--v3 .button:hover { transform: translateY(-2px); box-shadow: 0 11px 25px rgba(201,87,0,.2); }
.hd-home--v3 .hd-category-card:hover .hd-category-card__copy > span,
.hd-home--v3 .hd-section__heading > a:hover { transform: translateX(3px); }

@keyframes hd-soft-rise {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .hd-shell, .hd-hero__inner { width: min(100% - 28px, var(--hd-shell-max)); }
  .hd-home--v3 .hd-hero { min-height: 400px; }
}

@media (max-width: 680px) {
  .hd-shell, .hd-hero__inner { width: min(100% - 22px, var(--hd-shell-max)); }
  .hd-home--v3 .hd-home-intro { padding: 12px 0 32px; }
  .hd-home--v3 .hd-hero { min-height: 520px; border-radius: 15px; }
  .hd-home--v3 .hd-hero__inner { width: 100%; padding: 0 22px; }
  .hd-home--v3 .hd-hero__content { padding: 34px 0 185px; }
  .hd-home--v3 .hd-hero h1 { font-size: clamp(37px,10.8vw,44px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hd-home--v3 *, .hd-header *, .hd-mega { animation: none !important; transition-duration: .01ms !important; }
}

/* Offers: separate product condition and discount, plus a scalable carousel. */
.woocommerce ul.products li.product .onsale.hd-sale-badge {
  position: absolute !important;
  z-index: 5;
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin: 0 !important;
  padding: 7px 10px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#17191c,#33363b) !important;
  color: #fff !important;
  box-shadow: 0 7px 18px rgba(23,25,28,.2);
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: .01em;
}
.hd-sale-badge > span { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--hd-orange); box-shadow: 0 0 0 3px rgba(235,106,0,.2); }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.hd-demo-card h3,
.hd-demo-card h3 a {
  color: var(--hd-charcoal) !important;
  font-family: Inter,"Avenir Next","Segoe UI",sans-serif;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.38 !important;
  letter-spacing: -.18px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 44px; padding: 13px 0 6px !important; }
.woocommerce ul.products li.product .price { display: flex !important; flex-wrap: wrap; align-items: baseline; gap: 5px 8px; margin: 2px 0 12px !important; color: var(--hd-charcoal) !important; font-size: 17px !important; font-weight: 850 !important; line-height: 1.25 !important; }
.woocommerce ul.products li.product .price del { color: #85878a !important; font-size: 13px !important; font-weight: 550 !important; opacity: 1 !important; }
.woocommerce ul.products li.product .price ins { color: var(--hd-charcoal) !important; font-size: 17px !important; font-weight: 850 !important; text-decoration: none !important; }
.hd-demo-card__price { font-size: 16px !important; }
.hd-demo-card__price del { color: #85878a !important; font-size: 13px !important; }
.hd-demo-card__price strong { color: var(--hd-charcoal); font-size: 17px !important; }
.hd-offers-carousel { position: relative; padding-top: 52px; }
.hd-offers-carousel__controls { position: absolute; top: 0; right: 0; display: flex; gap: 8px; }
.hd-offers-carousel__controls button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--hd-border); border-radius: 50% !important; background: #fff; color: var(--hd-charcoal); box-shadow: 0 6px 18px rgba(23,25,28,.06); font-size: 19px; transition: transform .2s var(--hd-ease),border-color .2s ease,background-color .2s ease,color .2s ease; }
.hd-offers-carousel__controls button:hover:not(:disabled) { transform: translateY(-2px); border-color: var(--hd-orange); background: var(--hd-orange); color: #fff; }
.hd-offers-carousel__controls button:disabled { opacity: .32; cursor: default; }
.hd-offers-carousel .woocommerce { overflow: hidden; }
.hd-offers-carousel .products {
  display: flex !important;
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 !important;
  padding: 3px 3px 22px !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.hd-offers-carousel .products::-webkit-scrollbar { display: none; }
.hd-offers-carousel .products::before,
.hd-offers-carousel .products::after { display: none !important; content: none !important; }
.hd-offers-carousel .products li.product {
  width: 300px !important;
  max-width: calc(100vw - 48px);
  flex: 0 0 300px;
  float: none !important;
  clear: none !important;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  scroll-snap-align: start;
}
.hd-offers-carousel .products li.product > a:first-of-type { flex: 1; }
.hd-offers-carousel .products li.product img { aspect-ratio: 1 / 1; object-fit: contain; background: #f5f7f7; border-radius: 9px; }
.hd-offers-empty { min-height: 180px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; padding: 28px; border: 1px solid var(--hd-border); border-radius: 16px; background: linear-gradient(135deg,#faf8f5,#fff); }
.hd-offers-empty strong { color: var(--hd-charcoal); font-size: 21px; }
.hd-offers-empty span { color: #696b6f; }
.hd-offers-empty a { margin-top: 8px; font-weight: 800; }
.hd-has-offers-page .entry-content > p:empty { display: none !important; }
.hd-has-offers-page .et-l--post .et_pb_section,
.hd-has-offers-page .et-l--post .et_pb_row,
.hd-has-offers-page .et-l--post .et_pb_column,
.hd-has-offers-page .et-l--post .et_pb_module,
.hd-has-offers-page .et-l--post .et_pb_text_inner { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.hd-offers-page { min-height: 560px; padding: clamp(38px,5vw,64px) 0; background: linear-gradient(180deg,#fff,#faf8f5); }
.hd-offers-page__header { max-width: 700px; margin-bottom: 34px; }
.hd-offers-page__header .hd-eyebrow { margin-bottom: 5px; }
.hd-offers-page__header h1 { margin: 0; color: var(--hd-charcoal); font-size: clamp(40px,5vw,62px); font-weight: 750; line-height: 1.05; letter-spacing: -1.8px; }
.hd-offers-page__header > p:last-child { max-width: 620px; margin: 13px 0 0; color: #65676b; font-size: 17px; }
.hd-offers-page .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.hd-offers-page .woocommerce ul.products::before,
.hd-offers-page .woocommerce ul.products::after { display: none !important; content: none !important; }
.hd-offers-page .woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; }
.hd-offers-page .woocommerce-result-count,
.hd-offers-page .woocommerce-ordering { display: none !important; }

@media (max-width: 980px) {
  .hd-offers-page .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .hd-offers-carousel { padding-top: 48px; }
  .hd-offers-carousel .products li.product { width: min(78vw,285px) !important; flex-basis: min(78vw,285px); }
  .hd-offers-page .woocommerce ul.products { grid-template-columns: 1fr; }
  .hd-offers-page__header h1 { font-size: 39px; }
}

/* Reusable service CTA above the global trust footer */
.hd-service-cta {
  position: relative;
  min-height: 410px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-block: 1px solid var(--hd-border);
  background-color: #f8f4ef;
  background-image: linear-gradient(90deg,#f8f4ef 0%,#f8f4ef 45%,rgba(248,244,239,.88) 57%,rgba(248,244,239,.12) 78%),url('../images/housedeals-service-v3.jpg');
  background-position: center,right center;
  background-repeat: no-repeat;
  background-size: cover,auto 100%;
  isolation: isolate;
}
.hd-service-cta__inner { position: relative; z-index: 2; min-height: 410px; display: flex; align-items: center; }
.hd-service-cta__copy { width: min(590px,51%); padding: 52px 0; }
.hd-service-cta__copy .hd-eyebrow { margin: 0 0 7px; }
.hd-service-cta__copy h2 { max-width: 570px; margin: 0; color: var(--hd-charcoal); font-size: clamp(34px,3.65vw,53px); line-height: 1.04; letter-spacing: -1.7px; }
.hd-service-cta__copy > p:not(.hd-eyebrow) { max-width: 530px; margin: 18px 0 0; color: #55575b; font-size: 16px; line-height: 1.65; }
.hd-service-cta__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; }
.hd-service-cta__actions .button { min-height: 48px; display: inline-flex !important; align-items: center; justify-content: center; padding: 0 20px !important; font-size: 14px !important; font-weight: 800 !important; transition: transform .25s var(--hd-ease),box-shadow .25s var(--hd-ease),background-color .2s ease !important; }
.hd-service-cta__actions .button::after { display: none !important; content: none !important; }
.hd-service-cta__actions .button:hover { padding: 0 20px !important; transform: translateY(-3px); box-shadow: 0 12px 26px rgba(23,25,28,.12); }
.hd-service-cta__note { display: none !important; }
.hd-service-cta__wave { position: absolute; z-index: 1; left: -6%; top: 49%; width: 72%; height: 190px; border: 3px solid rgba(235,106,0,.16); border-inline-color: transparent; border-radius: 50%; transform: rotate(-7deg); animation: hd-service-wave 8s var(--hd-ease) infinite alternate; pointer-events: none; }
@keyframes hd-service-wave { from { transform: translate3d(-2%,0,0) rotate(-7deg) scale(1); } to { transform: translate3d(8%,-14px,0) rotate(-3deg) scale(1.06); } }

@media (max-width: 900px) {
  .hd-service-cta { min-height: 440px; background-image: linear-gradient(90deg,#f8f4ef 0%,#f8f4ef 54%,rgba(248,244,239,.73) 70%,rgba(248,244,239,.14) 100%),url('../images/housedeals-service-v3.jpg'); background-position: center,74% center; }
  .hd-service-cta__inner { min-height: 440px; }
  .hd-service-cta__copy { width: 60%; }
  .hd-service-cta__copy h2 { font-size: clamp(32px,5.6vw,45px); }
}

@media (max-width: 680px) {
  .hd-service-cta { min-height: 650px; align-items: flex-start; background-image: linear-gradient(180deg,#f8f4ef 0%,#f8f4ef 47%,rgba(248,244,239,.86) 58%,rgba(248,244,239,.04) 83%),url('../images/housedeals-service-v3.jpg'); background-position: center,bottom center; background-size: cover,auto 54%; }
  .hd-service-cta__inner { min-height: 650px; align-items: flex-start; }
  .hd-service-cta__copy { width: 100%; padding: 38px 0 300px; }
  .hd-service-cta__copy h2 { font-size: 36px; letter-spacing: -1.1px; }
  .hd-service-cta__copy > p:not(.hd-eyebrow) { margin-top: 14px; font-size: 15px; }
  .hd-service-cta__actions { margin-top: 20px; }
  .hd-service-cta__actions .button { flex: 1 1 100%; }
  .hd-service-cta__wave { top: 42%; width: 110%; }
}

@media (prefers-reduced-motion: reduce) {
  .hd-service-cta__wave { animation: none !important; }
}

/* Final condition treatment: supporting product information, never a second card. */
.hd-product-summary .hd-condition-disclosure { order: 7; margin-top: 16px; overflow: visible; border: 0; border-top: 1px solid var(--hd-border); border-radius: 0; background: transparent; box-shadow: none; }
.hd-product-summary .hd-condition-disclosure summary { grid-template-columns: 32px minmax(0,1fr) auto; gap: 10px; padding: 14px 0; }
.hd-product-summary .hd-condition-disclosure summary:hover { background: transparent; }
.hd-product-summary .hd-condition-disclosure__icon { width: 32px; height: 32px; font-size: 16px; }
.hd-product-summary .hd-condition-disclosure__title small { font-size: 10px; }
.hd-product-summary .hd-condition-disclosure__title strong { font-size: 15px; }
.hd-product-summary .hd-condition-disclosure__title em { max-width: 390px; font-size: 11px; }
.hd-product-summary .hd-condition-disclosure__content { padding: 0 0 16px 42px; border-top: 0; }

@media (max-width: 680px) {
  .hd-product-summary .hd-condition-disclosure summary { grid-template-columns: 30px minmax(0,1fr); padding-inline: 0; }
  .hd-product-summary .hd-condition-disclosure__action { grid-column: 2; font-size: 11px; }
  .hd-product-summary .hd-condition-disclosure__content { padding: 0 0 15px 40px; }
}


/* One product-card system across shop, categories, offers, related products and shortcodes. */
.woocommerce ul.products li.product.hd-shop-card,
.woocommerce-page ul.products li.product.hd-shop-card {
  min-width: 0;
  display: flex !important;
  flex-direction: column;
  margin-top: 0 !important;
  padding: 14px 14px 16px !important;
  overflow: hidden;
  border: 1px solid var(--hd-border) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 5px 18px rgba(23,25,28,.05) !important;
  transition: transform .32s var(--hd-ease),border-color .32s var(--hd-ease),box-shadow .32s var(--hd-ease) !important;
}
.woocommerce ul.products li.product.hd-shop-card:hover,
.woocommerce-page ul.products li.product.hd-shop-card:hover {
  transform: translateY(-5px);
  border-color: #efc7a6 !important;
  box-shadow: 0 18px 42px rgba(23,25,28,.09) !important;
}
.woocommerce ul.products li.product.hd-shop-card > a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product.hd-shop-card > a.woocommerce-LoopProduct-link {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.woocommerce ul.products li.product.hd-shop-card .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product.hd-shop-card .woocommerce-loop-product__title {
  min-height: 44px;
  margin: 0 !important;
  padding: 13px 0 6px !important;
}
.woocommerce ul.products li.product.hd-shop-card .price,
.woocommerce-page ul.products li.product.hd-shop-card .price {
  margin-top: auto !important;
}
.woocommerce ul.products li.product.hd-shop-card .hd-card-link,
.woocommerce-page ul.products li.product.hd-shop-card .hd-card-link {
  flex: 0 0 auto;
}


/* HouseDeals productcondities funnel */
.hd-condition-funnel{background:#fff;color:#24262a}
.hd-condition-funnel__hero{margin:0 0 48px;padding:76px 0 56px;background:#17191c;color:#fff}
.hd-condition-funnel__hero .hd-eyebrow{color:#ff8a2b;margin:0 0 12px;font-weight:800;letter-spacing:.12em}
.hd-condition-funnel__hero h1{max-width:760px;margin:0;color:#fff;font-size:64px;line-height:1;letter-spacing:-.05em}
.hd-condition-funnel__lead{max-width:650px;margin:24px 0 28px;color:#f4f0ec;font-size:19px;line-height:1.65}
.hd-condition-funnel__actions{display:flex;flex-wrap:wrap}
.hd-condition-funnel__actions .button{margin:0 12px 10px 0}
.hd-condition-funnel__actions .hd-secondary{color:#fff!important;border-color:#fff!important;background:transparent!important}
.hd-condition-funnel__proof{display:flex;flex-wrap:wrap;max-width:920px;padding:0;margin:48px 0 0;list-style:none;border:1px solid #5a5e63;border-radius:14px;overflow:hidden}
.hd-condition-funnel__proof li{box-sizing:border-box;flex:1 1 220px;padding:18px 22px;background:#202328;border-right:1px solid #5a5e63}
.hd-condition-funnel__proof strong,.hd-condition-funnel__proof span{display:block}
.hd-condition-funnel__proof strong{color:#fff;font-size:15px}
.hd-condition-funnel__proof span{margin-top:3px;color:#d9ddd9;font-size:14px}
.hd-condition-funnel__conditions,.hd-condition-funnel__steps{padding:36px 0 70px}
.hd-condition-funnel__heading{max-width:700px;margin-bottom:28px}
.hd-condition-funnel__heading .hd-eyebrow{margin:0 0 8px}
.hd-condition-funnel__heading h2{margin:0 0 12px;font-size:46px;letter-spacing:-.04em;line-height:1.05}
.hd-condition-funnel__heading>p:last-child{max-width:620px;margin:0;color:#60656b;font-size:17px}
.hd-condition-funnel__grid{display:flex;flex-wrap:wrap;margin:-9px}
.hd-condition-funnel__card{box-sizing:border-box;position:relative;flex:1 1 290px;min-height:340px;margin:9px;padding:28px;border:1px solid #e9e3db;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(26,27,29,.06)}
.hd-condition-funnel__card--new{border-top:4px solid #238636}
.hd-condition-funnel__card--like-new{border-top:4px solid #1473e6}
.hd-condition-funnel__card--second{border-top:4px solid #eb6a00}
.hd-condition-funnel__number{position:absolute;top:20px;right:22px;color:#d9d4cd;font-size:37px;font-weight:800;line-height:1}
.hd-condition-funnel__card h3{margin:17px 0 10px;font-size:24px;line-height:1.15;letter-spacing:-.025em}
.hd-condition-funnel__card p{color:#555b62;line-height:1.62}
.hd-condition-funnel__card strong{display:block;margin-top:22px;color:#24262a;font-size:15px;line-height:1.4}
.hd-condition-funnel__steps{background:#f7f3ee}
.hd-condition-funnel__steps ol{display:flex;flex-wrap:wrap;padding:0;margin:0;list-style:none}
.hd-condition-funnel__steps li{box-sizing:border-box;display:flex;flex:1 1 280px;gap:15px;align-items:flex-start;padding:0 24px 18px 0}
.hd-condition-funnel__steps li>span{display:block;flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:#17191c;color:#fff;font-weight:800;line-height:38px;text-align:center}
.hd-condition-funnel__steps h3{margin:2px 0 5px;font-size:18px}
.hd-condition-funnel__steps p{margin:0;color:#5c6065;line-height:1.55}
.hd-condition-funnel__cta{margin:0 0 54px;padding:52px 0;background:#eb6a00;color:#fff}
.hd-condition-funnel__cta .hd-shell{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.hd-condition-funnel__cta .hd-eyebrow{color:#fff3e8;margin:0 0 7px}
.hd-condition-funnel__cta h2{margin:0 0 10px;color:#fff;font-size:46px;line-height:1.04;letter-spacing:-.04em}
.hd-condition-funnel__cta p{max-width:590px;margin:0;color:#fff3e8}
.hd-condition-funnel__cta .hd-primary{margin:20px 0;background:#17191c!important;border-color:#17191c!important;color:#fff!important}
@media screen and (max-width:700px){.hd-condition-funnel__hero{padding:52px 0 42px}.hd-condition-funnel__hero h1{font-size:42px}.hd-condition-funnel__heading h2,.hd-condition-funnel__cta h2{font-size:34px}.hd-condition-funnel__card{min-height:0}.hd-condition-funnel__cta .hd-shell{display:block}.hd-condition-funnel__conditions,.hd-condition-funnel__steps{padding:30px 0 48px}}:root {
  --hd-orange: #EB6A00;
  --hd-orange-dark: #C95700;
  --hd-charcoal: #17191C;
  --hd-text: #24262A;
  --hd-beige: #F7F3EE;
  --hd-white: #FFFFFF;
  --hd-border: #E7E3DE;
  --hd-green: #238636;
  --hd-blue: #1473E6;
  --hd-radius: 14px;
  --hd-shadow: 0 8px 26px rgba(23,25,28,.08);
}

body { color: var(--hd-text); background: var(--hd-white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
h1, h2, h3, h4, .hd-brand, .hd-nav__item { font-family: "Avenir Next", "Segoe UI Variable Display", "Segoe UI", sans-serif; }
.page #main-content > .container { width: 100%; max-width: none; padding-top: 0; }
.page #main-content .container::before { display: none; }
.page #left-area { width: 100%; padding: 0; float: none; }
.page #sidebar { display: none; }
.page #left-area > article > .entry-title { display: none; }
.home #main-content, .home #main-content > .container, .home #left-area, .home #left-area > article, .home .entry-content { margin-top: 0 !important; padding-top: 0 !important; }
.home #left-area > article > p:empty, .home .entry-content > p:empty { display: none !important; }
a { color: var(--hd-orange); }
a:hover { color: var(--hd-orange-dark); }
button, .button, .et_pb_button, .woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce #respond input#submit {
  border-radius: 10px !important;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.et_pb_button.hd-primary, a.button.hd-primary, .button.hd-primary { background: var(--hd-orange) !important; border-color: var(--hd-orange) !important; color: #fff !important; }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.et_pb_button.hd-primary:hover, a.button.hd-primary:hover, .button.hd-primary:hover { background: var(--hd-orange-dark) !important; border-color: var(--hd-orange-dark) !important; color: #fff !important; }

.hd-shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.et-l--header { position: relative; z-index: 10000; }
.et-l--header .et_pb_section, .et-l--header .et_pb_row { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.et-l--header .et_pb_code { margin-bottom: 0 !important; }
.hd-topbar { background: var(--hd-beige); color: var(--hd-charcoal); border-bottom: 1px solid var(--hd-border); font-size: 12px; font-weight: 650; }
.hd-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.hd-topbar__items { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.hd-topbar__items span::before { content: "✓"; margin-right: 7px; color: var(--hd-orange); font-weight: 900; }
.hd-header { position: relative; z-index: 999; background: #fff; border-bottom: 1px solid var(--hd-border); }
.hd-header.is-sticky { position: sticky; top: 0; box-shadow: var(--hd-shadow); }
.hd-header__main { min-height: 82px; display: grid; grid-template-columns: 220px minmax(260px,1fr) auto; align-items: center; gap: 28px; }
.hd-brand { display: inline-flex; align-items: baseline; gap: 2px; color: var(--hd-charcoal); font-size: 27px; font-weight: 800; letter-spacing: -.8px; }
.hd-brand span { color: var(--hd-orange); }
.hd-search { display: flex; min-width: 0; }
.hd-search input { width: 100%; min-height: 48px; border: 1px solid var(--hd-border); border-radius: 11px 0 0 11px; padding: 0 16px; font-size: 16px; }
.hd-search button { min-width: 52px; border: 0; border-radius: 0 11px 11px 0 !important; background: var(--hd-orange); color: #fff; }
.hd-header__actions { display: flex; align-items: center; gap: 18px; }
.hd-header__action { color: var(--hd-charcoal); font-weight: 700; white-space: nowrap; }
.hd-cart-count { display: inline-grid; place-items: center; min-width: 21px; height: 21px; padding: 0 5px; margin-left: 4px; border-radius: 20px; background: var(--hd-orange); color: #fff; font-size: 12px; }
.hd-nav { border-top: 1px solid var(--hd-border); }
.hd-nav__list { display: flex; align-items: stretch; justify-content: center; gap: clamp(10px,3.5vw,54px); margin: 0; padding: 0; list-style: none; }
.hd-nav__item > a, .hd-nav__trigger { display: flex; align-items: center; min-height: 50px; padding: 0 5px; color: var(--hd-charcoal); font-weight: 700; border: 0; background: transparent; }
.hd-nav__item > a:hover, .hd-nav__trigger:hover, .hd-nav__item.is-open > .hd-nav__trigger { color: var(--hd-orange); }
.hd-nav__item--more { margin-left: auto; }
.hd-mega { position: absolute; z-index: 10001; left: 50%; width: min(1160px, calc(100vw - 32px)); transform: translateX(-50%); padding: 26px; background: #fff; border: 1px solid var(--hd-border); border-top: 3px solid var(--hd-orange); border-radius: 0 0 var(--hd-radius) var(--hd-radius); box-shadow: var(--hd-shadow); visibility: hidden; opacity: 0; pointer-events: none; }
.hd-nav__item.is-open .hd-mega { visibility: visible; opacity: 1; pointer-events: auto; }
.hd-mega__grid { display: grid; grid-template-columns: 260px 1fr 300px; gap: 28px; }
.hd-mega__groups, .hd-mega__links { list-style: none; margin: 0; padding: 0; }
.hd-mega__groups a, .hd-mega__links a { display: block; padding: 9px 10px; border-radius: 8px; color: var(--hd-text); }
.hd-mega__groups a:hover, .hd-mega__links a:hover { background: var(--hd-beige); color: var(--hd-orange); }
.hd-mega__visual { min-height: 190px; padding: 24px; border-radius: var(--hd-radius); background: var(--hd-beige); display: flex; flex-direction: column; justify-content: flex-end; }
.hd-mega--compact { max-width: 980px; }
.hd-mega__compact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) 1.15fr; gap: 26px; }
.hd-mega__compact-grid h3 { margin: 3px 0 12px; color: var(--hd-charcoal); font-size: 18px; }
.hd-mega__compact-grid .hd-mega__links a { padding: 7px 0; }
.hd-mega__kicker { margin: 0; color: var(--hd-orange); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.hd-mega__compact-grid .hd-mega__visual { min-height: 210px; background: var(--hd-charcoal); color: #fff; }
.hd-mega__compact-grid .hd-mega__visual h3 { color: #fff; font-size: 23px; }
.hd-mobile-toggle { display: none; border: 0; background: var(--hd-orange); color: #fff; padding: 10px 13px; }

.hd-condition-badge { display: inline-flex; align-items: center; width: fit-content; padding: 5px 10px; border-radius: 999px; color: #fff; font-size: 12px; font-weight: 800; line-height: 1.2; }
.hd-condition-badge--new { background: var(--hd-green); }
.hd-condition-badge--like-new { background: var(--hd-blue); }
.hd-condition-badge--second-chance { background: var(--hd-orange); }
.hd-condition-box { margin: 18px 0; padding: 18px; border: 1px solid var(--hd-border); border-left: 4px solid var(--hd-orange); border-radius: var(--hd-radius); background: var(--hd-beige); }
.hd-condition-box h3 { margin: 0 0 8px; font-size: 18px; }
.hd-stock { color: var(--hd-green); font-weight: 700; }
.hd-damage-note { color: #8d3d00; font-weight: 700; }
.hd-home, .hd-page { overflow: hidden; }
.hd-hero { min-height: clamp(490px,44vw,610px); display: flex; align-items: center; background-image: linear-gradient(90deg,rgba(247,243,238,.99) 0%,rgba(247,243,238,.96) 31%,rgba(247,243,238,.68) 46%,rgba(247,243,238,0) 65%),url('../images/housedeals-home-hero-v1.jpg'); background-position: center; background-size: cover; }
.hd-hero__inner { width: min(1180px, calc(100% - 32px)); }
.hd-hero__content { max-width: 570px; padding: 58px 0; }
.hd-hero h1 { max-width: 570px; margin: 10px 0 18px; color: var(--hd-charcoal); font-size: clamp(43px,5.3vw,68px); font-weight: 800; line-height: 1.02; letter-spacing: -2.4px; }
.hd-hero p { max-width: 570px; }
.hd-hero__lead { margin: 0; color: #4b4d50; font-size: clamp(17px,1.7vw,20px); line-height: 1.65; }
.hd-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.hd-hero__actions .button { min-height: 49px; display: inline-flex !important; align-items: center; padding: 0 21px !important; font-weight: 800 !important; }
.hd-secondary { background: rgba(255,255,255,.72) !important; border: 1px solid rgba(23,25,28,.16) !important; color: var(--hd-charcoal) !important; backdrop-filter: blur(7px); }
.hd-hero__proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: #4b4d50; font-size: 12px; font-weight: 700; }
.hd-hero__proof span::before { content: "✓"; margin-right: 6px; color: var(--hd-orange); }
.hd-eyebrow { color: var(--hd-orange); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; font-size: 13px !important; }
.hd-section, .hd-page { padding: clamp(52px,6vw,78px) 0; }
.hd-section--beige { background: var(--hd-beige); }
.hd-section h2, .hd-page h1 { color: var(--hd-charcoal); font-size: clamp(31px,4vw,47px); line-height: 1.1; letter-spacing: -1.5px; }
.hd-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.hd-section__heading h2, .hd-section__heading p { margin-bottom: 0; }
.hd-section__heading > a { white-space: nowrap; color: var(--hd-charcoal); font-weight: 750; }
.hd-section__heading > a:hover { color: var(--hd-orange); }
.hd-section--trust { padding-top: 0; }
.hd-condition-guide { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
.hd-condition-guide article { min-height: 166px; box-shadow: 0 8px 28px rgba(23,25,28,.045); }
.hd-category-grid { grid-template-columns: repeat(5,minmax(0,1fr)) !important; gap: 14px !important; }
.hd-category-card { min-height: 264px !important; padding: 0 !important; overflow: hidden; display: grid !important; grid-template-rows: 170px 1fr; background: #fff; border-color: var(--hd-border) !important; box-shadow: 0 9px 26px rgba(23,25,28,.055); }
.hd-category-card__visual { display: block; background-image: url('../images/housedeals-home-hero-v1.jpg'); background-repeat: no-repeat; background-size: 810px auto; background-color: var(--hd-beige); transition: transform .25s ease; }
.hd-category-card:hover .hd-category-card__visual { transform: scale(1.035); }
.hd-category-card__copy { position: relative; display: block; padding: 17px 18px 19px; background: #fff; }
.hd-category-card__copy h3 { margin: 0 0 4px; color: var(--hd-charcoal); font-size: 18px; line-height: 1.2; }
.hd-category-card__copy > span { color: var(--hd-orange); font-size: 13px; font-weight: 800; }
.hd-category-card--mobiel-tablets .hd-category-card__visual { background-position: 42% 72%; }
.hd-category-card--wonen-meubels .hd-category-card__visual { background-position: 99% 68%; }
.hd-category-card--tv-audio .hd-category-card__visual { background-position: 59% 69%; }
.hd-category-card--witgoed-keuken .hd-category-card__visual { background-position: 78% 64%; }
.hd-category-card--meer-deals .hd-category-card__visual { background-image: radial-gradient(circle at 72% 24%,rgba(255,255,255,.34),transparent 28%),linear-gradient(135deg,#17191c,#713100 75%,#eb6a00); }
.hd-nav__list, .hd-nav__list li { list-style: none !important; }
.hd-nav__list > li::before { display: none !important; content: none !important; }
.hd-product-template, .hd-archive-template { padding: clamp(45px,7vw,85px) 0; }
.hd-product-main { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); gap: clamp(32px,6vw,80px); align-items: start; }
.hd-product-summary .product_title { margin: 14px 0; color: var(--hd-charcoal); font-size: clamp(34px,5vw,56px); line-height: 1.08; }
.hd-product-summary .price { color: var(--hd-charcoal) !important; font-size: 28px !important; font-weight: 850; }
.hd-product-gallery .woocommerce-product-gallery { width: 100% !important; float: none !important; }
.hd-product-details, .hd-product-related { margin-top: clamp(45px,7vw,85px); }
.hd-product-grid { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.hd-product-card { width: auto !important; margin: 0 !important; }
@media(max-width:980px){.hd-product-main{grid-template-columns:1fr}.hd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.hd-product-grid{grid-template-columns:1fr}}
.woocommerce ul.products li.product { position: relative; padding: 16px 16px 20px; border: 1px solid var(--hd-border); border-radius: var(--hd-radius); box-shadow: 0 5px 18px rgba(23,25,28,.05); }
.woocommerce ul.products li.product .hd-condition-badge { position: absolute; z-index: 4; top: 12px; left: 12px; }

@media (max-width: 980px) {
  .hd-topbar__items span:nth-child(n+3) { display: none; }
  .hd-header__main { grid-template-columns: 1fr auto; min-height: 68px; gap: 14px; }
  .hd-search { grid-column: 1 / -1; padding-bottom: 14px; }
  .hd-mobile-toggle { display: inline-flex; }
  .hd-nav { display: none; }
  .hd-header.mobile-open .hd-nav { display: block; }
  .hd-nav__list { display: block; padding: 10px 0; }
  .hd-nav__item > a, .hd-nav__trigger { width: 100%; justify-content: space-between; min-height: 46px; }
  .hd-mega { position: static; width: 100%; transform: none; padding: 12px; border: 0; box-shadow: none; border-radius: 0; display: none; }
  .hd-nav__item.is-open .hd-mega { display: block; }
  .hd-mega__grid { grid-template-columns: 1fr; gap: 10px; }
	.hd-mega__compact-grid { grid-template-columns: 1fr; gap: 10px; }
  .hd-mega__visual { display: none; }
	.hd-nav__item--more { margin-left: 0; }
	.hd-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
	.hd-hero { background-position: 58% center; }
}

@media (max-width: 560px) {
  .hd-shell { width: min(100% - 22px, 1180px); }
  .hd-brand { font-size: 23px; }
  .hd-header__action span:not(.hd-cart-count) { display: none; }
	.hd-topbar__items { justify-content: center; }
	.hd-topbar__items span:nth-child(n+2) { display: none; }
	.hd-hero { min-height: 610px; align-items: flex-start; background-image: linear-gradient(180deg,rgba(247,243,238,.99) 0%,rgba(247,243,238,.96) 48%,rgba(247,243,238,.32) 72%,rgba(247,243,238,.06) 100%),url('../images/housedeals-home-hero-v1.jpg'); background-position: 70% center; }
	.hd-hero__content { padding: 42px 0; }
	.hd-hero h1 { font-size: 42px; letter-spacing: -1.6px; }
	.hd-hero__lead { font-size: 16px; }
	.hd-hero__proof { gap: 8px 14px; }
	.hd-section__heading { align-items: flex-start; flex-direction: column; margin-bottom: 22px; }
	.hd-category-grid, .hd-condition-guide { grid-template-columns: 1fr !important; }
	.hd-category-card { min-height: 235px !important; grid-template-rows: 145px 1fr; }
}

/* HouseDeals homepage and navigation experience v3 */
html { scroll-behavior: smooth; }
.hd-header, .hd-nav, .hd-nav__item > a, .hd-nav__trigger, .hd-mega, .hd-category-card, .hd-home-service__grid article { transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease; }
.hd-header__main { min-height: 76px; }
.hd-nav__list { justify-content: flex-start; gap: clamp(8px,1.35vw,24px); }
.hd-nav__item > a, .hd-nav__trigger { min-height: 52px; padding: 0 6px; font-size: 14px; }
.hd-nav__item > a { position: relative; }
.hd-nav__item > a::after { content: ""; position: absolute; left: 6px; right: 6px; bottom: 0; height: 2px; background: var(--hd-orange); transform: scaleX(0); transform-origin: center; transition: transform .18s ease; }
.hd-nav__item > a:hover::after { transform: scaleX(1); }
.hd-nav__item--catalog .hd-nav__trigger { min-height: 38px; margin-top: 7px; padding: 0 14px; gap: 8px; border-radius: 9px !important; background: var(--hd-beige); }
.hd-nav__item--catalog.is-open .hd-nav__trigger, .hd-nav__item--catalog .hd-nav__trigger:hover { background: #f1e9df; color: var(--hd-orange); }
.hd-nav__item--deals > a { color: var(--hd-orange); }
.hd-nav__item--service { margin-left: auto; }
.hd-mega { transform: translate(-50%,-7px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.hd-nav__item.is-open .hd-mega { transform: translate(-50%,0); }
.hd-mega--compact { width: min(1180px,calc(100vw - 32px)); max-width: 1180px; padding: 24px 26px 26px; }
.hd-mega__compact-grid { grid-template-columns: repeat(3,minmax(0,1fr)) minmax(270px,1.18fr); gap: 24px; }
.hd-mega__compact-grid .hd-mega__links a { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid #f1ede8; border-radius: 0; }
.hd-mega__compact-grid .hd-mega__links a span { color: var(--hd-orange); }
.hd-mega__compact-grid .hd-mega__visual { padding: 24px; }
.hd-mega__compact-grid .hd-mega__visual .button { width: 100%; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 16px !important; font-size: 15px !important; line-height: 1.2 !important; white-space: nowrap; }
.hd-mega__compact-grid .hd-mega__visual .button::after { display: none !important; content: none !important; }

.hd-home--v3 { background: #fff; }
.hd-home--v3 .hd-home-intro { padding: 18px 0 36px; }
.hd-home--v3 .hd-hero { min-height: 320px; border: 1px solid var(--hd-border); border-radius: 17px; overflow: hidden; box-shadow: 0 12px 34px rgba(23,25,28,.06); background-image: linear-gradient(90deg,rgba(247,243,238,.995) 0%,rgba(247,243,238,.96) 35%,rgba(247,243,238,.56) 51%,rgba(247,243,238,0) 69%),url('../images/housedeals-home-hero-v1.jpg'); background-position: 54% center; }
.hd-home--v3 .hd-hero__inner { width: 100%; padding: 0 36px; }
.hd-home--v3 .hd-hero__content { max-width: 620px; padding: 29px 0; }
.hd-home--v3 .hd-hero h1 { max-width: 620px; margin: 6px 0 11px; font-size: clamp(38px,4vw,50px); line-height: 1.02; letter-spacing: -1.8px; }
.hd-home--v3 .hd-hero__lead { max-width: 465px; font-size: 17px; line-height: 1.55; }
.hd-home--v3 .hd-hero__actions { margin-top: 17px; }
.hd-home--v3 .hd-hero__actions .button { min-height: 46px; }
.hd-quick-categories { margin-top: 23px; }
.hd-section__heading--compact { margin-bottom: 17px; }
.hd-section__heading--compact h2 { font-size: clamp(25px,2.7vw,34px); letter-spacing: -.8px; }
.hd-section__heading--compact .hd-eyebrow { margin-bottom: 2px; }
.hd-home--v3 .hd-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)) !important; gap: 13px !important; }
.hd-home--v3 .hd-category-card { min-height: 126px !important; grid-template-columns: 42% 58%; grid-template-rows: 1fr; border-radius: 13px; }
.hd-home--v3 .hd-category-card__visual { min-height: 124px; background-size: 600px auto; }
.hd-home--v3 .hd-category-card__copy { display: flex; flex-direction: column; justify-content: center; padding: 15px; }
.hd-home--v3 .hd-category-card__copy h3 { font-size: 17px; }
.hd-home--v3 .hd-category-card--mobiel-tablets .hd-category-card__visual { background-position: 42% 74%; }
.hd-home--v3 .hd-category-card--tv-audio .hd-category-card__visual { background-position: 59% 70%; }
.hd-home--v3 .hd-category-card--witgoed-keuken .hd-category-card__visual { background-position: 77% 67%; }
.hd-home--v3 .hd-category-card--wonen-meubels .hd-category-card__visual { background-position: 98% 69%; }

.hd-condition-strip { padding: 38px 0 42px; background: var(--hd-beige); border-block: 1px solid var(--hd-border); }
.hd-home--v3 .hd-condition-guide { gap: 13px !important; }
.hd-home--v3 .hd-condition-guide article { min-height: 118px; display: flex; align-items: center; gap: 15px; padding: 18px; box-shadow: none; }
.hd-home--v3 .hd-condition-guide article p { margin: 8px 0 0; color: #595b5f; font-size: 14px; line-height: 1.45; }
.hd-condition-icon { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; font-size: 24px; font-weight: 800; }
.hd-condition-icon--new { color: var(--hd-green); background: #eaf6ed; }
.hd-condition-icon--like-new { color: var(--hd-blue); background: #e9f2ff; }
.hd-condition-icon--second-chance { color: var(--hd-orange); background: #fff0e3; }

.hd-home--v3 .hd-section--deals { padding: 54px 0; }
.hd-deals-fallback { display: grid; grid-template-columns: minmax(300px,1.05fr) minmax(0,1.95fr); gap: 14px; }
.hd-deals-fallback__feature { min-height: 250px; padding: 30px; border-radius: 15px; background: linear-gradient(135deg,#17191c,#2a211c); color: #fff; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hd-deals-fallback__feature h3 { max-width: 440px; margin: 5px 0 10px; color: #fff; font-size: clamp(26px,3vw,38px); line-height: 1.08; }
.hd-deals-fallback__feature > p:not(.hd-eyebrow) { max-width: 480px; color: #d6d2ce; }
.hd-deals-fallback__links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.hd-deals-fallback__links a { min-height: 250px; padding: 23px; border: 1px solid var(--hd-border); border-radius: 15px; background: #fff; color: var(--hd-charcoal); display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 0 8px 24px rgba(23,25,28,.045); }
.hd-deals-fallback__links a:nth-child(1) { background: linear-gradient(180deg,#eef8f0,#fff 60%); }
.hd-deals-fallback__links a:nth-child(2) { background: linear-gradient(180deg,#edf4ff,#fff 60%); }
.hd-deals-fallback__links a:nth-child(3) { background: linear-gradient(180deg,#fff1e6,#fff 60%); }
.hd-deals-fallback__links span { color: var(--hd-orange); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.hd-deals-fallback__links strong { margin: 5px 0 auto; font-size: 18px; }
.hd-deals-fallback__links b { color: var(--hd-orange); font-size: 13px; }
.hd-deals-fallback__links a:hover { transform: translateY(-3px); box-shadow: var(--hd-shadow); }

.hd-home-service { padding: 56px 0 62px; background: var(--hd-charcoal); color: #fff; }
.hd-home-service__intro { max-width: 620px; margin-bottom: 25px; }
.hd-home-service__intro h2 { margin: 4px 0 0; color: #fff; font-size: clamp(30px,4vw,46px); letter-spacing: -1.3px; }
.hd-home-service__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.hd-home-service__grid article { min-height: 210px; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.045); color: #fff; }
.hd-home-service__grid article:hover { transform: translateY(-3px); background: rgba(255,255,255,.075); border-color: rgba(235,106,0,.62); }
.hd-home-service__grid span { color: var(--hd-orange); font-size: 12px; font-weight: 850; }
.hd-home-service__grid h3 { margin: 23px 0 7px; color: #fff; font-size: 22px; }
.hd-home-service__grid p { color: #c9c7c5; }
.hd-home-service__grid article > a { display: inline-flex; margin-top: 13px; color: #ff8a2d; font-size: 13px; font-weight: 800; }

.hd-trust-bar { gap: 0 !important; padding: 0 !important; overflow: hidden; }
.hd-trust-bar article { min-height: 112px; display: flex; align-items: center; gap: 13px; padding: 20px; border-right: 1px solid var(--hd-border); }
.hd-trust-bar article:last-child { border-right: 0; }
.hd-trust-bar article > b { flex: 0 0 36px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #fff1e6; color: var(--hd-orange); font-size: 17px; }
.hd-trust-bar article span { display: flex; flex-direction: column; }
.hd-trust-bar article strong { color: var(--hd-charcoal); font-size: 14px; }
.hd-trust-bar article small { margin-top: 3px; color: #6a6b6e; font-size: 12px; font-weight: 500; }
.et-l--footer { padding: 24px 0; background: var(--hd-beige); }
.et-l--footer .et_pb_section, .et-l--footer .et_pb_row { width: min(1180px,calc(100% - 32px)) !important; max-width: 1180px !important; margin: 0 auto !important; padding: 0 !important; }

@media (max-width: 1100px) {
  .hd-nav__item--service { display: none; }
  .hd-nav__list { gap: 10px; }
  .hd-nav__item > a, .hd-nav__trigger { font-size: 13px; }
  .hd-home--v3 .hd-category-card { grid-template-columns: 38% 62%; }
}

@media (max-width: 980px) {
  .hd-nav__item--service { display: block; margin-left: 0; }
  .hd-nav__item--catalog .hd-nav__trigger { margin-top: 0; }
  .hd-nav__item.is-open .hd-mega { transform: none; }
  .hd-mega--compact { width: 100%; max-width: none; padding: 12px; }
  .hd-mega__compact-grid { grid-template-columns: 1fr; gap: 10px; }
  .hd-home--v3 .hd-hero { min-height: 380px; background-position: 61% center; }
  .hd-home--v3 .hd-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .hd-deals-fallback { grid-template-columns: 1fr; }
  .hd-deals-fallback__feature { min-height: 220px; }
}

@media (max-width: 680px) {
  .hd-home--v3 .hd-home-intro { padding-top: 10px; }
  .hd-home--v3 .hd-hero { min-height: 500px; border-radius: 13px; background-image: linear-gradient(180deg,rgba(247,243,238,.99) 0%,rgba(247,243,238,.95) 52%,rgba(247,243,238,.32) 78%,rgba(247,243,238,.04) 100%),url('../images/housedeals-home-hero-v1.jpg'); background-position: 68% center; }
  .hd-home--v3 .hd-hero__inner { padding: 0 22px; }
  .hd-home--v3 .hd-hero__content { padding: 34px 0 180px; }
  .hd-home--v3 .hd-hero h1 { font-size: 39px; }
  .hd-home--v3 .hd-category-grid, .hd-deals-fallback__links, .hd-home-service__grid { grid-template-columns: 1fr !important; }
  .hd-home--v3 .hd-category-card { min-height: 116px !important; }
  .hd-home--v3 .hd-category-card__visual { min-height: 114px; }
  .hd-section__heading { gap: 12px; }
  .hd-condition-strip { padding: 32px 0 36px; }
  .hd-home--v3 .hd-condition-guide { grid-template-columns: 1fr !important; }
  .hd-deals-fallback__links a { min-height: 165px; }
  .hd-trust-bar { grid-template-columns: 1fr !important; }
  .hd-trust-bar article { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--hd-border); }
  .hd-trust-bar article:last-child { border-bottom: 0; }
}

/* Unified assortment cards and a product page that behaves as one sales funnel. */
.hd-builder-placeholder { min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 25px; border: 2px dashed #efc7a6; border-radius: 14px; background: #fff8f1; color: var(--hd-charcoal); text-align: center; }
.hd-builder-placeholder strong { font-size: 18px; }
.hd-builder-placeholder span { color: #696b6f; font-size: 13px; }

.hd-archive-template { padding: clamp(38px,5vw,70px) 0; background: linear-gradient(180deg,#fff,#faf8f5); }
.hd-archive-heading { margin-bottom: 28px; }
.hd-archive-heading h1 { margin: 0; color: var(--hd-charcoal); font-size: clamp(40px,5vw,58px); font-weight: 750; line-height: 1.06; letter-spacing: -1.7px; }
.hd-archive-template .woocommerce-result-count { display: none !important; }
.hd-archive-template .woocommerce-ordering { margin: 0 0 22px !important; }
.hd-archive-template .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; clear: both; }
.hd-archive-template .woocommerce ul.products::before,
.hd-archive-template .woocommerce ul.products::after { display: none !important; content: none !important; }
.hd-archive-template .woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; }

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 14px 14px 16px !important;
  background: #fff;
  border-radius: 16px !important;
}
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { flex: 1; color: inherit; }
.woocommerce ul.products li.product a img { width: 100% !important; aspect-ratio: 1 / 1; margin: 0 !important; object-fit: contain; border-radius: 10px; background: #f3f6f5; transition: transform .35s var(--hd-ease); }
.woocommerce ul.products li.product:hover a img { transform: scale(1.025); }
.woocommerce ul.products li.product .hd-card-link,
.hd-demo-card__link {
  width: 100%;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  margin: auto 0 0 !important;
  padding: 0 14px !important;
  border: 1px solid var(--hd-charcoal) !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: var(--hd-charcoal) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  transition: background-color .2s ease,color .2s ease,transform .2s var(--hd-ease) !important;
}
.woocommerce ul.products li.product .hd-card-link::after,
.hd-demo-card__link::after { display: none !important; content: none !important; }
.woocommerce ul.products li.product .hd-card-link:hover,
.hd-demo-card__link:hover { padding: 0 14px !important; background: var(--hd-charcoal) !important; color: #fff !important; transform: translateY(-2px); }

.hd-product-summary { display: flex; flex-direction: column; }
.hd-product-summary__topline { order: 1; }
.hd-product-summary .product_title { order: 2; }
.hd-product-summary .woocommerce-product-details__short-description { order: 3; }
.hd-product-buybox { order: 4; }
.hd-product-cta { order: 5; margin-top: 18px; }
.hd-product-assurances { order: 6; }
.hd-condition-disclosure { order: 7; margin-top: 16px; overflow: visible; border: 0; border-top: 1px solid var(--hd-border); border-radius: 0; background: transparent; box-shadow: none; }
.hd-condition-disclosure summary { grid-template-columns: 32px minmax(0,1fr) auto; gap: 10px; padding: 14px 0; }
.hd-condition-disclosure summary:hover { background: transparent; }
.hd-condition-disclosure__icon { width: 32px; height: 32px; font-size: 16px; }
.hd-condition-disclosure__title small { font-size: 10px; }
.hd-condition-disclosure__title strong { font-size: 15px; }
.hd-condition-disclosure__title em { max-width: 390px; font-size: 11px; }
.hd-condition-disclosure__content { padding: 0 0 16px 42px; border-top: 0; }

.hd-product-gallery__inner { position: relative; }
.hd-product-gallery .flex-viewport { border-radius: 13px; background: #fff; }
.hd-product-gallery .woocommerce-product-gallery__wrapper { display: block !important; min-height: 0; }
.hd-product-gallery .woocommerce-product-gallery__image { display: block !important; }
.hd-product-gallery .woocommerce-product-gallery__image a { height: 100%; min-height: 470px; display: flex; align-items: center; justify-content: center; }
.hd-product-gallery .woocommerce-product-gallery__image img { width: 100% !important; max-width: 100%; max-height: 520px; object-fit: contain; }
.hd-product-gallery .zoomImg { display: none !important; }
.hd-product-gallery .flex-control-thumbs li { flex: 0 0 86px; cursor: pointer; opacity: .68; transition: opacity .2s ease,border-color .2s ease,transform .2s var(--hd-ease); }
.hd-product-gallery .flex-control-thumbs li:hover,
.hd-product-gallery .flex-control-thumbs img.flex-active { opacity: 1; border-color: var(--hd-orange); }
.hd-gallery-controls { position: absolute; z-index: 7; top: 50%; right: 12px; left: 12px; display: flex; justify-content: space-between; pointer-events: none; transform: translateY(-50%); }
.hd-gallery-controls button { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(23,25,28,.12); border-radius: 50% !important; background: rgba(255,255,255,.92); color: var(--hd-charcoal); box-shadow: 0 8px 22px rgba(23,25,28,.1); font-size: 20px; pointer-events: auto; transition: transform .2s var(--hd-ease),background-color .2s ease,color .2s ease; }
.hd-gallery-controls button:hover { transform: scale(1.06); background: var(--hd-orange); color: #fff; }

.hd-product-description { display: grid; grid-template-columns: minmax(250px,.72fr) minmax(0,1.55fr); gap: clamp(32px,6vw,78px); margin-top: 68px; padding: clamp(30px,4vw,52px); border: 1px solid var(--hd-border); border-radius: 22px; background: #fff; box-shadow: 0 15px 44px rgba(23,25,28,.055); }
.hd-product-description__heading { align-self: start; position: sticky; top: 190px; }
.hd-product-description__heading .hd-eyebrow { margin: 0 0 5px; }
.hd-product-description__heading h2 { margin: 0; color: var(--hd-charcoal); font-size: clamp(30px,3vw,40px); font-weight: 750; line-height: 1.1; letter-spacing: -1px; }
.hd-product-description__heading > p:last-child { margin: 12px 0 0; color: #686a6e; font-size: 14px; line-height: 1.55; }
.hd-product-description__content { color: #4f5155; font-size: 15px; line-height: 1.72; }
.hd-product-description__content > *:first-child { margin-top: 0; }
.hd-product-description__content h2,
.hd-product-description__content h3 { margin: 28px 0 10px; color: var(--hd-charcoal); font-size: 22px; font-weight: 750; line-height: 1.3; }
.hd-product-description__content p { margin: 0 0 16px; }
.hd-product-description__content ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 22px; margin: 12px 0 24px; padding: 0; list-style: none; }
.hd-product-description__content li { position: relative; padding-left: 19px; }
.hd-product-description__content li::before { content: "✓"; position: absolute; left: 0; color: var(--hd-orange); font-weight: 850; }

@media (max-width: 980px) {
  .hd-archive-template .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hd-product-description { grid-template-columns: 1fr; }
  .hd-product-description__heading { position: static; }
}

@media (max-width: 680px) {
  .hd-archive-template .woocommerce ul.products { grid-template-columns: 1fr; }
  .hd-product-gallery .woocommerce-product-gallery__image a { min-height: 300px; }
  .hd-gallery-controls { right: 7px; left: 7px; }
  .hd-gallery-controls button { width: 38px; height: 38px; }
  .hd-condition-disclosure summary { grid-template-columns: 30px minmax(0,1fr); }
  .hd-condition-disclosure__action { grid-column: 2; }
  .hd-product-description { margin-top: 44px; padding: 25px 19px; border-radius: 17px; }
  .hd-product-description__content ul { grid-template-columns: 1fr; }
}

.hd-demo-products { margin-top: 24px; }
.hd-demo-notice { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; padding: 13px 16px; border: 1px solid #f1d2b8; border-radius: 12px; background: #fff6ee; color: #6d3c16; }
.hd-demo-notice span { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; background: var(--hd-orange); color: #fff; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.hd-demo-notice p { margin: 0; font-size: 13px; line-height: 1.45; }
.hd-demo-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.hd-demo-card { position: relative; min-width: 0; display: flex; flex-direction: column; padding: 15px 15px 17px; border: 1px solid var(--hd-border); border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(23,25,28,.045); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.hd-demo-card__image { position: relative; height: 210px; display: grid; place-items: center; margin-bottom: 15px; overflow: hidden; border-radius: 11px; background: linear-gradient(145deg,#faf8f5,#f0ece7); }
.hd-demo-card__image img { width: 76%; height: 76%; object-fit: contain; mix-blend-mode: multiply; }
.hd-demo-card__image > span { position: absolute; left: 9px; bottom: 8px; padding: 4px 7px; border-radius: 6px; background: rgba(255,255,255,.88); color: #6a6b6e; font-size: 10px; font-weight: 700; }
.hd-demo-card > .hd-condition-badge { position: absolute; z-index: 2; top: 25px; left: 25px; }
.hd-demo-card h3 { min-height: 48px; margin: 0 0 9px; color: var(--hd-charcoal); font-size: 17px; font-weight: 750; line-height: 1.3; }
.hd-demo-card h3 a { color: inherit; }
.hd-demo-card h3 a:hover { color: var(--hd-orange); }
.hd-demo-card__price { min-height: 47px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; margin-bottom: 8px; }
.hd-demo-card__price del { color: #929397; font-size: 12px; }
.hd-demo-card__price strong, .hd-demo-card__price strong .amount { color: var(--hd-charcoal) !important; font-size: 19px !important; font-weight: 850; }
.hd-demo-card__price > span { padding: 3px 6px; border-radius: 5px; background: #eaf6ed; color: var(--hd-green); font-size: 9px; font-weight: 850; }
.hd-demo-card__stock { display: flex; align-items: center; gap: 7px; margin: 0 0 15px; color: #66686c; font-size: 12px; font-weight: 750; }
.hd-demo-card__stock > span { width: 7px; height: 7px; border-radius: 50%; background: var(--hd-green); box-shadow: 0 0 0 3px #e9f5ec; }
.hd-demo-card__stock.is-out-of-stock > span { background: #aaa; box-shadow: 0 0 0 3px #f0f0f0; }
.hd-demo-card__link { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; margin-top: auto; padding: 0 14px; border-radius: 9px; background: var(--hd-orange); color: #fff !important; font-size: 13px; font-weight: 850; transition: transform .18s ease,background-color .18s ease,box-shadow .18s ease; }
.hd-demo-card__link::after, .hd-demo-card__link:hover::after { display: none !important; content: none !important; }
.hd-demo-card__link:hover { background: var(--hd-orange-dark); transform: translateY(-2px); box-shadow: 0 9px 20px rgba(201,87,0,.2); }
.hd-demo-card:hover { transform: translateY(-4px); border-color: #efc7a6; box-shadow: var(--hd-shadow); }
.hd-product-template > .hd-shell > .hd-demo-notice { margin-bottom: 26px; }

@media (max-width: 980px) { .hd-demo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 560px) { .hd-demo-grid { grid-template-columns: 1fr; } .hd-demo-notice { align-items: flex-start; flex-direction: column; } }

/* HouseDeals product funnel v2 */
.hd-product-template { padding: 26px 0 72px; background: linear-gradient(180deg,#fff 0,#fff 72%,#faf8f5 100%); }
.hd-product-breadcrumb { display: flex; align-items: center; gap: 9px; min-width: 0; margin: 0 0 24px; color: #8a8b8e; font-size: 12px; white-space: nowrap; }
.hd-product-breadcrumb a { color: #65676b; font-weight: 650; }
.hd-product-breadcrumb a:hover { color: var(--hd-orange); }
.hd-product-breadcrumb > span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.hd-product-main { grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); gap: clamp(38px,6vw,76px); align-items: start; }
.hd-product-gallery { position: sticky; top: 190px; min-width: 0; }
.hd-product-gallery__inner { padding: clamp(20px,3vw,38px); border: 1px solid #ece8e3; border-radius: 20px; background: linear-gradient(145deg,#fbfaf8,#f2f0ed); box-shadow: 0 16px 44px rgba(23,25,28,.055); }
.hd-product-gallery .woocommerce-product-gallery { margin: 0 !important; }
.hd-product-gallery .woocommerce-product-gallery__wrapper { display: grid; place-items: center; min-height: 470px; margin: 0; }
.hd-product-gallery .woocommerce-product-gallery__image { width: 100%; }
.hd-product-gallery .woocommerce-product-gallery__image a { display: grid; place-items: center; }
.hd-product-gallery .woocommerce-product-gallery__image img { width: 100%; max-height: 520px; object-fit: contain; mix-blend-mode: multiply; }
.hd-product-gallery .flex-control-thumbs { display: flex; gap: 10px; margin-top: 14px !important; }
.hd-product-gallery .flex-control-thumbs li { overflow: hidden; border: 1px solid var(--hd-border); border-radius: 9px; }
.hd-product-summary { min-width: 0; padding-top: 4px; }
.hd-product-summary__topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.hd-product-summary__topline > a { color: #66686c; font-size: 12px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.hd-product-summary__topline > a:hover { color: var(--hd-orange); }
.hd-product-summary .product_title { max-width: 620px; margin: 14px 0 12px; color: var(--hd-charcoal); font-family: Inter,"SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-size: clamp(34px,3.15vw,44px); font-weight: 700; line-height: 1.08; letter-spacing: -1.15px; text-wrap: balance; }
.hd-product-summary .woocommerce-product-details__short-description { margin-bottom: 22px; color: #5c5e62; font-size: 16px; line-height: 1.55; }
.hd-product-summary .woocommerce-product-details__short-description p { margin: 0; }
.hd-product-buybox { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 20px 0; border-block: 1px solid var(--hd-border); }
.hd-product-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; }
.hd-product-price__label { flex-basis: 100%; color: #77797d; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hd-product-price__from { color: #7b7d80; font-size: 14px; }
.hd-product-price__now { color: var(--hd-charcoal); font-size: 31px; font-weight: 850; line-height: 1; }
.hd-product-price__now small { margin-right: 7px; color: var(--hd-orange); font-size: 13px; font-weight: 850; text-transform: uppercase; }
.hd-product-price__saving { padding: 4px 8px; border-radius: 6px; background: #eaf6ed; color: var(--hd-green); font-size: 11px; font-weight: 850; }
.hd-product-price__current, .hd-product-price__current .amount { color: var(--hd-charcoal) !important; font-size: 31px !important; font-weight: 850; line-height: 1; }
.hd-product-price--unavailable { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.hd-product-price--unavailable strong { color: var(--hd-charcoal); font-size: 20px; line-height: 1.25; }
.hd-product-stock { display: inline-flex; align-items: center; gap: 7px; color: #5b5d61; font-size: 13px; font-weight: 750; white-space: nowrap; }
.hd-product-stock > span { width: 8px; height: 8px; border-radius: 50%; background: var(--hd-green); box-shadow: 0 0 0 4px #e9f5ec; }
.hd-product-stock.is-out-of-stock > span { background: #a5a6a8; box-shadow: 0 0 0 4px #f0f0f0; }
.hd-condition-disclosure { margin-top: 18px; border: 1px solid var(--hd-border); border-radius: 15px; background: #fff; overflow: hidden; box-shadow: 0 8px 24px rgba(23,25,28,.04); scroll-margin-top: 190px; }
.hd-condition-disclosure summary { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 17px; cursor: pointer; list-style: none; transition: background .18s ease; }
.hd-condition-disclosure summary::-webkit-details-marker { display: none; }
.hd-condition-disclosure summary:hover { background: #fcfaf7; }
.hd-condition-disclosure summary:focus-visible { outline: 3px solid rgba(235,106,0,.25); outline-offset: -3px; }
.hd-condition-disclosure__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff0e3; color: var(--hd-orange); font-family: Georgia,serif; font-size: 20px; font-weight: 800; }
.hd-condition-disclosure__title { display: flex; min-width: 0; flex-direction: column; }
.hd-condition-disclosure__title small { color: #77797d; font-size: 11px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.hd-condition-disclosure__title strong { color: var(--hd-charcoal); font-size: 18px; line-height: 1.25; }
.hd-condition-disclosure__title em { margin-top: 3px; overflow: hidden; color: #686a6e; font-size: 12px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.hd-condition-disclosure__action { display: inline-flex; align-items: center; gap: 7px; color: var(--hd-orange); font-size: 12px; font-weight: 800; white-space: nowrap; }
.hd-condition-disclosure__action b { width: 8px; height: 8px; display: inline-block; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.hd-condition-disclosure[open] .hd-condition-disclosure__action b { transform: rotate(225deg) translate(-1px,-1px); }
.hd-condition-disclosure__content { padding: 0 17px 19px 72px; border-top: 1px solid #f0ece7; animation: hd-condition-reveal .2s ease; }
.hd-condition-disclosure__content > p { margin: 15px 0; color: #55575b; font-size: 14px; line-height: 1.55; }
.hd-condition-disclosure__content > a { display: inline-flex; margin-top: 13px; color: var(--hd-orange); font-size: 13px; font-weight: 800; }
.hd-condition-disclosure__damage { padding: 13px 14px; border-radius: 10px; background: #fff4ea; }
.hd-condition-disclosure__damage span { display: block; color: #9b4a0b; font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.hd-condition-disclosure__damage strong { display: block; margin-top: 3px; color: #713609; font-size: 15px; }
.hd-condition-disclosure__damage p { margin: 7px 0 0; color: #754923; font-size: 13px; line-height: 1.5; }
@keyframes hd-condition-reveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.hd-product-cta { margin-top: 18px; }
.hd-product-cta form.cart { margin: 0 !important; }
.hd-product-cta .single_add_to_cart_button, .hd-product-contact { width: 100%; min-height: 54px; display: inline-flex !important; align-items: center; justify-content: center; margin: 0 !important; padding: 0 22px !important; border: 0 !important; font-size: 15px !important; font-weight: 800 !important; letter-spacing: 0 !important; transition: transform .18s ease,box-shadow .18s ease,background-color .18s ease !important; }
.hd-product-cta .single_add_to_cart_button::after, .hd-product-contact::after, .hd-product-cta .single_add_to_cart_button:hover::after, .hd-product-contact:hover::after { display: none !important; content: none !important; }
.hd-product-cta .single_add_to_cart_button:hover, .hd-product-contact:hover { padding: 0 22px !important; transform: translateY(-2px); box-shadow: 0 12px 25px rgba(201,87,0,.22); }
.hd-product-assurances { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 15px; }
.hd-product-assurances span { display: flex; align-items: flex-start; gap: 6px; color: #65676b; font-size: 11px; line-height: 1.35; }
.hd-product-assurances b { color: var(--hd-green); }
.hd-product-summary .product_meta { display: none !important; }
.hd-product-value { margin-top: 68px; padding: clamp(30px,4vw,48px); border: 1px solid var(--hd-border); border-radius: 22px; background: linear-gradient(145deg,#faf8f5,#fff 62%); overflow: hidden; }
.hd-product-value__heading { max-width: 650px; margin-bottom: 25px; }
.hd-product-value__heading .hd-eyebrow { margin: 0 0 4px; }
.hd-product-value__heading h2 { margin: 0; color: var(--hd-charcoal); font-family: Inter,"SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-size: clamp(27px,3vw,38px); font-weight: 700; line-height: 1.12; letter-spacing: -.9px; }
.hd-product-value__heading > p:last-child { margin: 9px 0 0; color: #66686c; font-size: 14px; }
.hd-product-info { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.hd-product-info > div { position: relative; min-height: 185px; padding: 23px; overflow: hidden; border: 1px solid var(--hd-border); border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 9px 28px rgba(23,25,28,.045); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.hd-product-info > div::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg,var(--hd-orange),#ffad67); transform: scaleX(.28); transform-origin: left; transition: transform .25s ease; }
.hd-product-info > div:hover { transform: translateY(-5px); border-color: #efc7a6; box-shadow: 0 18px 38px rgba(23,25,28,.085); }
.hd-product-info > div:hover::before { transform: scaleX(1); }
.hd-product-info span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #fff0e3; color: var(--hd-orange); font-size: 10px; font-weight: 850; letter-spacing: .04em; }
.hd-product-info h3 { margin: 25px 0 7px; color: var(--hd-charcoal); font-size: 19px; font-weight: 750; line-height: 1.25; }
.hd-product-info p { margin: 0; color: #686a6e; font-size: 13px; line-height: 1.55; }
.hd-product-info a { display: inline-flex; margin-top: 11px; color: var(--hd-orange); font-size: 12px; font-weight: 800; }
.hd-product-details { margin-top: 36px; }
.hd-product-related { margin-top: 52px; }

.hd-product-template .woocommerce-notices-wrapper:empty { display: none; }
.hd-product-template .woocommerce-message { margin: 0 0 24px !important; padding: 0 !important; border: 0 !important; border-radius: 16px; background: #fff !important; color: var(--hd-charcoal) !important; box-shadow: 0 12px 35px rgba(23,25,28,.09); overflow: hidden; animation: hd-cart-confirmation-in .25s ease; }
.hd-product-template .woocommerce-message::before { display: none !important; content: none !important; }
.hd-cart-confirmation { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 15px; padding: 17px 18px; border: 1px solid #dceadd; border-left: 4px solid var(--hd-green); border-radius: 16px; }
.hd-cart-confirmation__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #eaf6ed; color: var(--hd-green); font-size: 18px; font-weight: 900; }
.hd-cart-confirmation__copy { display: flex; min-width: 0; flex-direction: column; }
.hd-cart-confirmation__copy strong { color: var(--hd-charcoal); font-size: 16px; }
.hd-cart-confirmation__copy small { overflow: hidden; color: #707276; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.hd-cart-confirmation__actions { display: flex; align-items: center; gap: 9px; }
.hd-cart-confirmation__actions a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 15px; border-radius: 9px; font-size: 12px; font-weight: 800; transition: transform .18s ease,box-shadow .18s ease,background-color .18s ease; }
.hd-cart-confirmation__continue { border: 1px solid var(--hd-border); background: #fff; color: var(--hd-charcoal); }
.hd-cart-confirmation__cart { border: 1px solid var(--hd-orange); background: var(--hd-orange); color: #fff !important; }
.hd-cart-confirmation__actions a:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(23,25,28,.1); }
@keyframes hd-cart-confirmation-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .hd-product-template { padding-top: 20px; }
  .hd-product-main { grid-template-columns: 1fr; gap: 30px; }
  .hd-product-gallery { position: static; }
  .hd-product-gallery .woocommerce-product-gallery__wrapper { min-height: 380px; }
  .hd-product-value { margin-top: 42px; }
  .hd-product-info { grid-template-columns: 1fr; }
  .hd-product-info > div { min-height: 0; }
}
@media (max-width: 560px) {
  .hd-product-breadcrumb { margin-bottom: 16px; }
  .hd-product-main { gap: 23px; }
  .hd-product-gallery__inner { padding: 15px; border-radius: 15px; }
  .hd-product-gallery .woocommerce-product-gallery__wrapper { min-height: 310px; }
  .hd-product-summary .product_title { margin-top: 12px; font-size: 32px; letter-spacing: -.8px; }
  .hd-product-summary__topline { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hd-product-buybox { align-items: flex-start; flex-direction: column; }
  .hd-condition-disclosure summary { grid-template-columns: 38px minmax(0,1fr) auto; gap: 10px; padding: 14px; }
  .hd-condition-disclosure__icon { width: 38px; height: 38px; }
  .hd-condition-disclosure__title em { max-width: 190px; }
  .hd-condition-disclosure__action { font-size: 0; }
  .hd-condition-disclosure__content { padding: 0 14px 16px; }
  .hd-product-assurances { grid-template-columns: 1fr; gap: 6px; }
  .hd-product-value { padding: 25px 18px; border-radius: 17px; }
  .hd-product-value__heading h2 { font-size: 27px; }
  .hd-cart-confirmation { grid-template-columns: 40px minmax(0,1fr); }
  .hd-cart-confirmation__icon { width: 38px; height: 38px; }
  .hd-cart-confirmation__actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
}

/* HouseDeals wider, smoother storefront experience v4 */
:root {
  --hd-shell-max: 1360px;
  --hd-ease: cubic-bezier(.22,1,.36,1);
  --hd-shadow-soft: 0 18px 54px rgba(23,25,28,.075);
}

body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.hd-shell { width: min(var(--hd-shell-max), calc(100% - 40px)); }
.hd-hero__inner { width: min(var(--hd-shell-max), calc(100% - 40px)); }
.et-l--footer .et_pb_section, .et-l--footer .et_pb_row { width: min(var(--hd-shell-max),calc(100% - 40px)) !important; max-width: var(--hd-shell-max) !important; }

/* Divi's default row was narrowing the complete homepage to 80%. */
.home .et-l--post .et_pb_section,
.home .et-l--post .et_pb_row { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.home .et-l--post .et_pb_column,
.home .et-l--post .et_pb_module { margin-bottom: 0 !important; }

.hd-home--v3 .hd-home-intro { padding: 24px 0 44px; }
.hd-home--v3 .hd-hero {
  min-height: clamp(370px,34vw,450px);
  border-radius: 20px;
  box-shadow: var(--hd-shadow-soft);
  transition: border-color .35s var(--hd-ease), box-shadow .35s var(--hd-ease);
}
.hd-home--v3 .hd-hero:hover { border-color: #ddd5cc; box-shadow: 0 24px 66px rgba(23,25,28,.1); }
.hd-home--v3 .hd-hero__inner { padding: 0 clamp(30px,4vw,58px); }
.hd-home--v3 .hd-hero__content { max-width: 660px; padding: 42px 0; animation: hd-soft-rise .55s var(--hd-ease) both; }
.hd-home--v3 .hd-hero h1 { max-width: 660px; font-size: clamp(42px,4.15vw,60px); letter-spacing: -2px; }
.hd-home--v3 .hd-hero__lead { max-width: 520px; font-size: clamp(17px,1.45vw,19px); }
.hd-quick-categories { margin-top: 29px; animation: hd-soft-rise .55s .08s var(--hd-ease) both; }

.hd-home--v3 .hd-category-card,
.hd-home--v3 .hd-condition-guide article,
.hd-home--v3 .woocommerce ul.products li.product,
.hd-demo-card {
  transition: transform .32s var(--hd-ease), border-color .32s var(--hd-ease), box-shadow .32s var(--hd-ease);
}
.hd-home--v3 .hd-category-card:hover,
.hd-home--v3 .hd-condition-guide article:hover,
.hd-home--v3 .woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  border-color: #efc7a6 !important;
  box-shadow: 0 18px 42px rgba(23,25,28,.09);
}
.hd-home--v3 .hd-category-card__visual { transition: transform .5s var(--hd-ease), filter .5s var(--hd-ease); }
.hd-home--v3 .hd-category-card:hover .hd-category-card__visual { transform: scale(1.055); filter: saturate(1.04); }
.hd-home--v3 .button,
.hd-home--v3 .hd-category-card__copy > span,
.hd-home--v3 .hd-section__heading > a { transition: transform .25s var(--hd-ease), color .25s ease, background-color .25s ease, box-shadow .25s var(--hd-ease); }
.hd-home--v3 .button:hover { transform: translateY(-2px); box-shadow: 0 11px 25px rgba(201,87,0,.2); }
.hd-home--v3 .hd-category-card:hover .hd-category-card__copy > span,
.hd-home--v3 .hd-section__heading > a:hover { transform: translateX(3px); }

@keyframes hd-soft-rise {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .hd-shell, .hd-hero__inner { width: min(100% - 28px, var(--hd-shell-max)); }
  .hd-home--v3 .hd-hero { min-height: 400px; }
}

@media (max-width: 680px) {
  .hd-shell, .hd-hero__inner { width: min(100% - 22px, var(--hd-shell-max)); }
  .hd-home--v3 .hd-home-intro { padding: 12px 0 32px; }
  .hd-home--v3 .hd-hero { min-height: 520px; border-radius: 15px; }
  .hd-home--v3 .hd-hero__inner { width: 100%; padding: 0 22px; }
  .hd-home--v3 .hd-hero__content { padding: 34px 0 185px; }
  .hd-home--v3 .hd-hero h1 { font-size: clamp(37px,10.8vw,44px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hd-home--v3 *, .hd-header *, .hd-mega { animation: none !important; transition-duration: .01ms !important; }
}

/* Offers: separate product condition and discount, plus a scalable carousel. */
.woocommerce ul.products li.product .onsale.hd-sale-badge {
  position: absolute !important;
  z-index: 5;
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin: 0 !important;
  padding: 7px 10px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#17191c,#33363b) !important;
  color: #fff !important;
  box-shadow: 0 7px 18px rgba(23,25,28,.2);
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: .01em;
}
.hd-sale-badge > span { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--hd-orange); box-shadow: 0 0 0 3px rgba(235,106,0,.2); }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.hd-demo-card h3,
.hd-demo-card h3 a {
  color: var(--hd-charcoal) !important;
  font-family: Inter,"Avenir Next","Segoe UI",sans-serif;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.38 !important;
  letter-spacing: -.18px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 44px; padding: 13px 0 6px !important; }
.woocommerce ul.products li.product .price { display: flex !important; flex-wrap: wrap; align-items: baseline; gap: 5px 8px; margin: 2px 0 12px !important; color: var(--hd-charcoal) !important; font-size: 17px !important; font-weight: 850 !important; line-height: 1.25 !important; }
.woocommerce ul.products li.product .price del { color: #85878a !important; font-size: 13px !important; font-weight: 550 !important; opacity: 1 !important; }
.woocommerce ul.products li.product .price ins { color: var(--hd-charcoal) !important; font-size: 17px !important; font-weight: 850 !important; text-decoration: none !important; }
.hd-demo-card__price { font-size: 16px !important; }
.hd-demo-card__price del { color: #85878a !important; font-size: 13px !important; }
.hd-demo-card__price strong { color: var(--hd-charcoal); font-size: 17px !important; }
.hd-offers-carousel { position: relative; padding-top: 52px; }
.hd-offers-carousel__controls { position: absolute; top: 0; right: 0; display: flex; gap: 8px; }
.hd-offers-carousel__controls button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--hd-border); border-radius: 50% !important; background: #fff; color: var(--hd-charcoal); box-shadow: 0 6px 18px rgba(23,25,28,.06); font-size: 19px; transition: transform .2s var(--hd-ease),border-color .2s ease,background-color .2s ease,color .2s ease; }
.hd-offers-carousel__controls button:hover:not(:disabled) { transform: translateY(-2px); border-color: var(--hd-orange); background: var(--hd-orange); color: #fff; }
.hd-offers-carousel__controls button:disabled { opacity: .32; cursor: default; }
.hd-offers-carousel .woocommerce { overflow: hidden; }
.hd-offers-carousel .products {
  display: flex !important;
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 !important;
  padding: 3px 3px 22px !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.hd-offers-carousel .products::-webkit-scrollbar { display: none; }
.hd-offers-carousel .products::before,
.hd-offers-carousel .products::after { display: none !important; content: none !important; }
.hd-offers-carousel .products li.product {
  width: 300px !important;
  max-width: calc(100vw - 48px);
  flex: 0 0 300px;
  float: none !important;
  clear: none !important;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  scroll-snap-align: start;
}
.hd-offers-carousel .products li.product > a:first-of-type { flex: 1; }
.hd-offers-carousel .products li.product img { aspect-ratio: 1 / 1; object-fit: contain; background: #f5f7f7; border-radius: 9px; }
.hd-offers-empty { min-height: 180px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; padding: 28px; border: 1px solid var(--hd-border); border-radius: 16px; background: linear-gradient(135deg,#faf8f5,#fff); }
.hd-offers-empty strong { color: var(--hd-charcoal); font-size: 21px; }
.hd-offers-empty span { color: #696b6f; }
.hd-offers-empty a { margin-top: 8px; font-weight: 800; }
.hd-has-offers-page .entry-content > p:empty { display: none !important; }
.hd-has-offers-page .et-l--post .et_pb_section,
.hd-has-offers-page .et-l--post .et_pb_row,
.hd-has-offers-page .et-l--post .et_pb_column,
.hd-has-offers-page .et-l--post .et_pb_module,
.hd-has-offers-page .et-l--post .et_pb_text_inner { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.hd-offers-page { min-height: 560px; padding: clamp(38px,5vw,64px) 0; background: linear-gradient(180deg,#fff,#faf8f5); }
.hd-offers-page__header { max-width: 700px; margin-bottom: 34px; }
.hd-offers-page__header .hd-eyebrow { margin-bottom: 5px; }
.hd-offers-page__header h1 { margin: 0; color: var(--hd-charcoal); font-size: clamp(40px,5vw,62px); font-weight: 750; line-height: 1.05; letter-spacing: -1.8px; }
.hd-offers-page__header > p:last-child { max-width: 620px; margin: 13px 0 0; color: #65676b; font-size: 17px; }
.hd-offers-page .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.hd-offers-page .woocommerce ul.products::before,
.hd-offers-page .woocommerce ul.products::after { display: none !important; content: none !important; }
.hd-offers-page .woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; }
.hd-offers-page .woocommerce-result-count,
.hd-offers-page .woocommerce-ordering { display: none !important; }

@media (max-width: 980px) {
  .hd-offers-page .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .hd-offers-carousel { padding-top: 48px; }
  .hd-offers-carousel .products li.product { width: min(78vw,285px) !important; flex-basis: min(78vw,285px); }
  .hd-offers-page .woocommerce ul.products { grid-template-columns: 1fr; }
  .hd-offers-page__header h1 { font-size: 39px; }
}

/* Reusable service CTA above the global trust footer */
.hd-service-cta {
  position: relative;
  min-height: 410px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-block: 1px solid var(--hd-border);
  background-color: #f8f4ef;
  background-image: linear-gradient(90deg,#f8f4ef 0%,#f8f4ef 45%,rgba(248,244,239,.88) 57%,rgba(248,244,239,.12) 78%),url('../images/housedeals-service-v3.jpg');
  background-position: center,right center;
  background-repeat: no-repeat;
  background-size: cover,auto 100%;
  isolation: isolate;
}
.hd-service-cta__inner { position: relative; z-index: 2; min-height: 410px; display: flex; align-items: center; }
.hd-service-cta__copy { width: min(590px,51%); padding: 52px 0; }
.hd-service-cta__copy .hd-eyebrow { margin: 0 0 7px; }
.hd-service-cta__copy h2 { max-width: 570px; margin: 0; color: var(--hd-charcoal); font-size: clamp(34px,3.65vw,53px); line-height: 1.04; letter-spacing: -1.7px; }
.hd-service-cta__copy > p:not(.hd-eyebrow) { max-width: 530px; margin: 18px 0 0; color: #55575b; font-size: 16px; line-height: 1.65; }
.hd-service-cta__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; }
.hd-service-cta__actions .button { min-height: 48px; display: inline-flex !important; align-items: center; justify-content: center; padding: 0 20px !important; font-size: 14px !important; font-weight: 800 !important; transition: transform .25s var(--hd-ease),box-shadow .25s var(--hd-ease),background-color .2s ease !important; }
.hd-service-cta__actions .button::after { display: none !important; content: none !important; }
.hd-service-cta__actions .button:hover { padding: 0 20px !important; transform: translateY(-3px); box-shadow: 0 12px 26px rgba(23,25,28,.12); }
.hd-service-cta__note { display: none !important; }
.hd-service-cta__wave { position: absolute; z-index: 1; left: -6%; top: 49%; width: 72%; height: 190px; border: 3px solid rgba(235,106,0,.16); border-inline-color: transparent; border-radius: 50%; transform: rotate(-7deg); animation: hd-service-wave 8s var(--hd-ease) infinite alternate; pointer-events: none; }
@keyframes hd-service-wave { from { transform: translate3d(-2%,0,0) rotate(-7deg) scale(1); } to { transform: translate3d(8%,-14px,0) rotate(-3deg) scale(1.06); } }

@media (max-width: 900px) {
  .hd-service-cta { min-height: 440px; background-image: linear-gradient(90deg,#f8f4ef 0%,#f8f4ef 54%,rgba(248,244,239,.73) 70%,rgba(248,244,239,.14) 100%),url('../images/housedeals-service-v3.jpg'); background-position: center,74% center; }
  .hd-service-cta__inner { min-height: 440px; }
  .hd-service-cta__copy { width: 60%; }
  .hd-service-cta__copy h2 { font-size: clamp(32px,5.6vw,45px); }
}

@media (max-width: 680px) {
  .hd-service-cta { min-height: 650px; align-items: flex-start; background-image: linear-gradient(180deg,#f8f4ef 0%,#f8f4ef 47%,rgba(248,244,239,.86) 58%,rgba(248,244,239,.04) 83%),url('../images/housedeals-service-v3.jpg'); background-position: center,bottom center; background-size: cover,auto 54%; }
  .hd-service-cta__inner { min-height: 650px; align-items: flex-start; }
  .hd-service-cta__copy { width: 100%; padding: 38px 0 300px; }
  .hd-service-cta__copy h2 { font-size: 36px; letter-spacing: -1.1px; }
  .hd-service-cta__copy > p:not(.hd-eyebrow) { margin-top: 14px; font-size: 15px; }
  .hd-service-cta__actions { margin-top: 20px; }
  .hd-service-cta__actions .button { flex: 1 1 100%; }
  .hd-service-cta__wave { top: 42%; width: 110%; }
}

@media (prefers-reduced-motion: reduce) {
  .hd-service-cta__wave { animation: none !important; }
}

/* Final condition treatment: supporting product information, never a second card. */
.hd-product-summary .hd-condition-disclosure { order: 7; margin-top: 16px; overflow: visible; border: 0; border-top: 1px solid var(--hd-border); border-radius: 0; background: transparent; box-shadow: none; }
.hd-product-summary .hd-condition-disclosure summary { grid-template-columns: 32px minmax(0,1fr) auto; gap: 10px; padding: 14px 0; }
.hd-product-summary .hd-condition-disclosure summary:hover { background: transparent; }
.hd-product-summary .hd-condition-disclosure__icon { width: 32px; height: 32px; font-size: 16px; }
.hd-product-summary .hd-condition-disclosure__title small { font-size: 10px; }
.hd-product-summary .hd-condition-disclosure__title strong { font-size: 15px; }
.hd-product-summary .hd-condition-disclosure__title em { max-width: 390px; font-size: 11px; }
.hd-product-summary .hd-condition-disclosure__content { padding: 0 0 16px 42px; border-top: 0; }

@media (max-width: 680px) {
  .hd-product-summary .hd-condition-disclosure summary { grid-template-columns: 30px minmax(0,1fr); padding-inline: 0; }
  .hd-product-summary .hd-condition-disclosure__action { grid-column: 2; font-size: 11px; }
  .hd-product-summary .hd-condition-disclosure__content { padding: 0 0 15px 40px; }
}


/* One product-card system across shop, categories, offers, related products and shortcodes. */
.woocommerce ul.products li.product.hd-shop-card,
.woocommerce-page ul.products li.product.hd-shop-card {
  min-width: 0;
  display: flex !important;
  flex-direction: column;
  margin-top: 0 !important;
  padding: 14px 14px 16px !important;
  overflow: hidden;
  border: 1px solid var(--hd-border) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 5px 18px rgba(23,25,28,.05) !important;
  transition: transform .32s var(--hd-ease),border-color .32s var(--hd-ease),box-shadow .32s var(--hd-ease) !important;
}
.woocommerce ul.products li.product.hd-shop-card:hover,
.woocommerce-page ul.products li.product.hd-shop-card:hover {
  transform: translateY(-5px);
  border-color: #efc7a6 !important;
  box-shadow: 0 18px 42px rgba(23,25,28,.09) !important;
}
.woocommerce ul.products li.product.hd-shop-card > a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product.hd-shop-card > a.woocommerce-LoopProduct-link {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.woocommerce ul.products li.product.hd-shop-card .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product.hd-shop-card .woocommerce-loop-product__title {
  min-height: 44px;
  margin: 0 !important;
  padding: 13px 0 6px !important;
}
.woocommerce ul.products li.product.hd-shop-card .price,
.woocommerce-page ul.products li.product.hd-shop-card .price {
  margin-top: auto !important;
}
.woocommerce ul.products li.product.hd-shop-card .hd-card-link,
.woocommerce-page ul.products li.product.hd-shop-card .hd-card-link {
  flex: 0 0 auto;
}


/* HD uniform product cards: gelijke kaart-, beeld-, titel- en prijszones. */
.woocommerce ul.products,
.woocommerce-page ul.products {
  align-items: stretch !important;
}
.woocommerce ul.products li.product.hd-shop-card,
.woocommerce-page ul.products li.product.hd-shop-card {
  height: 100% !important;
}
.woocommerce ul.products li.product.hd-shop-card .et_shop_image,
.woocommerce-page ul.products li.product.hd-shop-card .et_shop_image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
  background: #f3f6f5;
}
.woocommerce ul.products li.product.hd-shop-card .et_shop_image img,
.woocommerce-page ul.products li.product.hd-shop-card .et_shop_image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center;
}
.woocommerce ul.products li.product.hd-shop-card .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product.hd-shop-card .woocommerce-loop-product__title {
  min-height: 3.75em;
  max-height: 3.75em;
  overflow: hidden;
  line-height: 1.25 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.woocommerce ul.products li.product.hd-shop-card .price,
.woocommerce-page ul.products li.product.hd-shop-card .price {
  min-height: 28px;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}


/* Consistente desktopgrid: overal vier even brede productkaarten. */
@media (min-width: 1100px) {
  .woocommerce ul.products.columns-3,
  .woocommerce-page ul.products.columns-3 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: 1fr;
    gap: 22px !important;
  }
  .woocommerce ul.products.columns-3::before,
  .woocommerce ul.products.columns-3::after,
  .woocommerce-page ul.products.columns-3::before,
  .woocommerce-page ul.products.columns-3::after {
    display: none !important;
    content: none !important;
  }
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
  }
}


/* HD product-card stock urgency */
.woocommerce ul.products li.product .hd-card-stock,
.woocommerce-page ul.products li.product .hd-card-stock {
  width: fit-content;
  min-height: 26px;
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  margin: 5px 0 11px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.1px;
}
.hd-card-stock__dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
}
.hd-card-stock--low {
  color: #b84b00;
  background: #fff0e3;
}
.hd-card-stock--low .hd-card-stock__dot {
  background: #eb6a00;
  box-shadow: 0 0 0 3px rgba(235,106,0,.14);
}
.hd-card-stock--available {
  color: #24763a;
  background: #edf8f0;
}
.hd-card-stock--available .hd-card-stock__dot {
  background: #2d9348;
}
.hd-card-stock--backorder {
  color: #585d65;
  background: #f1f2f3;
}
.hd-card-stock--backorder .hd-card-stock__dot {
  background: #7a8088;
}
