:root {
  --ukd-red: #a63216;
  --ukd-ink: #3a2618;
  --ukd-muted: #7a6651;
  --ukd-border: #e3c9a9;
  --ukd-surface: #fbf6ee;
  --ukd-green: #9a6828;
  --ukd-amber: #9b631f;
  --ukd-brown: #875314;
  --ukd-brown-dark: #3a2416;
}

.ukd-site-shell,
.ukd-home {
  color: var(--ukd-ink);
  background: #fbf6ee;
}

.ukd-hero {
  background:
    radial-gradient(circle at 5% 70%, rgba(168, 118, 58, 0.18), transparent 18%),
    radial-gradient(circle at 92% 20%, rgba(226, 200, 160, 0.55), transparent 24%),
    linear-gradient(135deg, #fffaf3 0%, #fbf2e5 52%, #fff7ec 100%);
  border-bottom: 1px solid var(--ukd-border);
  padding: clamp(34px, 5vw, 78px) 0;
}

.ukd-hero__inner,
.ukd-section,
.ukd-seo,
.ukd-category-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}

.ukd-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.ukd-hero__eyebrow {
  color: var(--ukd-red);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.ukd-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: 1.02;
  margin: 0 0 18px;
  max-width: 820px;
}

.ukd-hero p {
  color: #6e5a45;
  font-size: 1.05rem;
  margin: 0 0 24px;
  max-width: 680px;
}

.ukd-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ukd-button,
.ukd-deal-card__button,
.ukd-coupon-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  word-break: normal;
}

.ukd-button .wp-block-button__link,
.wp-block-button.ukd-button .wp-block-button__link {
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  padding: 0;
  text-decoration: none;
}

.ukd-button--primary,
.ukd-deal-card__button {
  background: linear-gradient(180deg, #9f6a2a, #73440f);
  color: #fff;
}

.ukd-button--secondary {
  background: #fffaf3;
  border-color: var(--ukd-border);
  color: var(--ukd-ink);
}

.editor-styles-wrapper .ukd-home {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
}

.editor-styles-wrapper .ukd-home .wp-block {
  max-width: none;
}

.editor-styles-wrapper .ukd-editor-dynamic-block {
  min-height: 80px;
}

.editor-styles-wrapper .ukd-deals-grid {
  pointer-events: none;
}

.editor-styles-wrapper .ukd-topline {
  position: relative;
  top: auto;
}

.editor-styles-wrapper .ukd-home {
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 0;
  width: 100%;
}

.editor-styles-wrapper .ukd-hero {
  padding: 32px 0 !important;
}

.editor-styles-wrapper .ukd-hero__inner {
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px) !important;
  max-width: 1100px !important;
  min-height: auto !important;
  padding: 0 24px !important;
  width: 100% !important;
}

.editor-styles-wrapper .ukd-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem) !important;
  line-height: 1.08 !important;
  max-width: 520px !important;
}

.editor-styles-wrapper .ukd-hero p {
  font-size: 1rem !important;
  max-width: 460px !important;
}

.editor-styles-wrapper .ukd-hero__inner > .ukd-editor-dynamic-block,
.editor-styles-wrapper .ukd-hero__inner > .ukd-deals-grid,
.editor-styles-wrapper .ukd-hero__inner .ukd-deals-grid {
  max-width: 320px !important;
  min-width: 0 !important;
  width: 100% !important;
}

.editor-styles-wrapper .ukd-hero__inner .ukd-deals-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

.editor-styles-wrapper .ukd-hero__inner .ukd-deal-card {
  box-sizing: border-box !important;
  max-width: 320px !important;
  min-width: 0 !important;
  padding: 12px !important;
  width: 100% !important;
}

.editor-styles-wrapper .ukd-hero__inner .ukd-deal-card__image {
  aspect-ratio: 1.7 / 1 !important;
}

.editor-styles-wrapper .ukd-deal-card__title,
.editor-styles-wrapper .ukd-deal-card__button,
.editor-styles-wrapper .ukd-coupon-button {
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.editor-styles-wrapper .ukd-section,
.editor-styles-wrapper .ukd-category-nav,
.editor-styles-wrapper .ukd-service-strip,
.editor-styles-wrapper .ukd-offer-banners,
.editor-styles-wrapper .ukd-price-filter,
.editor-styles-wrapper .ukd-newsletter,
.editor-styles-wrapper .ukd-feature-grid,
.editor-styles-wrapper .ukd-seo {
  max-width: 1100px !important;
}

.editor-styles-wrapper .ukd-feature-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.editor-styles-wrapper .ukd-deals-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 980px) {
  .editor-styles-wrapper .ukd-hero__inner,
  .editor-styles-wrapper .ukd-deals-grid {
    grid-template-columns: 1fr !important;
  }

  .editor-styles-wrapper .ukd-hero__inner > .ukd-editor-dynamic-block,
  .editor-styles-wrapper .ukd-hero__inner > .ukd-deals-grid,
  .editor-styles-wrapper .ukd-hero__inner .ukd-deal-card {
    max-width: 420px !important;
  }
}

.ukd-hero__panel {
  background: rgba(255, 252, 247, 0.92);
  border: 1px solid var(--ukd-border);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(90, 58, 31, 0.12);
  padding: 18px;
}

.ukd-hero__deal {
  display: grid;
  gap: 12px;
}

.ukd-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.ukd-stat {
  background: transparent;
  border-radius: 6px;
  padding: 12px;
}

.ukd-stat strong {
  display: block;
  font-size: 1.15rem;
}

.ukd-stat span {
  color: var(--ukd-muted);
  font-size: 0.8rem;
}

.ukd-category-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 16px;
  padding-top: 16px;
}

.ukd-category-nav a {
  background: #fffaf3;
  border: 1px solid var(--ukd-border);
  border-radius: 999px;
  color: var(--ukd-ink);
  flex: 0 0 auto;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 9px 16px;
  text-decoration: none;
}

.ukd-section {
  padding-bottom: 18px;
  padding-top: 18px;
}

.ukd-section__header {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.ukd-section__header h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.15;
  margin: 0;
}

.ukd-section__header p {
  color: var(--ukd-muted);
  margin: 6px 0 0;
}

.ukd-section__link {
  color: #7c4b17;
  font-family: Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.ukd-deals-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ukd-deals-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ukd-hero__inner > .ukd-deals-grid {
  grid-template-columns: minmax(280px, 380px);
  justify-content: end;
}

.ukd-deal-card {
  background: rgba(255, 252, 247, 0.92);
  border: 1px solid var(--ukd-border);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.ukd-deal-card__badge {
  background: linear-gradient(180deg, #bd8437, #875314);
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  left: 12px;
  padding: 5px 9px;
  position: absolute;
  top: 12px;
  z-index: 2;
}

.ukd-deal-card__image {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: var(--ukd-surface);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.ukd-deal-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ukd-deal-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
}

.ukd-deal-card__title {
  color: var(--ukd-ink);
  display: -webkit-box;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.32;
  margin: 0;
  min-height: 2.55em;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ukd-deal-card__price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.ukd-deal-card__sale {
  color: var(--ukd-red);
  font-size: 1.25rem;
  font-weight: 900;
  white-space: nowrap;
}

.ukd-deal-card__regular {
  color: var(--ukd-muted);
  font-size: 0.9rem;
  text-decoration: line-through;
  white-space: nowrap;
}

.ukd-deal-card__meta {
  color: var(--ukd-muted);
  font-size: 0.84rem;
}

.ukd-deal-card__actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.ukd-coupon-button {
  background: #fff8ed;
  border-color: #d5a66a;
  color: #7c4b17;
  width: 100%;
}

.ukd-seo {
  border-top: 1px solid var(--ukd-border);
  color: #6e5a45;
  padding-bottom: 54px;
  padding-top: 42px;
}

.ukd-seo h2 {
  color: var(--ukd-ink);
  font-size: 1.8rem;
  margin: 0 0 12px;
}

.ukd-empty {
  background: var(--ukd-surface);
  border: 1px dashed var(--ukd-border);
  border-radius: 8px;
  color: var(--ukd-muted);
  padding: 24px;
  text-align: center;
}

/* Megamog-inspired UKDeals homepage refresh. */
.home #header,
.home .ct-footer,
.home footer.site-footer,
.home .entry-header,
.home .hero-section,
.home .page-title {
  display: none;
}

body:has(.ukd-home) #header,
body:has(.ukd-home) .ct-footer,
body:has(.ukd-home) footer.site-footer,
body:has(.ukd-home) .entry-header,
body:has(.ukd-home) .hero-section,
body:has(.ukd-home) .page-title {
  display: none;
}

.home .ct-container-full {
  padding-top: 0;
}

.page-id-3 #header,
.page-id-11 #header,
.page-id-15 #header,
.page-id-16 #header,
.page-id-17 #header,
.page-id-18 #header,
.page-id-19 #header,
.page-id-49 #header,
.page-id-50 #header,
.page-id-63 #header,
.page-id-64 #header,
.page-id-65 #header,
.page-id-66 #header,
.page-id-67 #header,
.page-id-68 #header,
.page-id-69 #header,
.page-id-3 .ct-footer,
.page-id-11 .ct-footer,
.page-id-15 .ct-footer,
.page-id-16 .ct-footer,
.page-id-17 .ct-footer,
.page-id-18 .ct-footer,
.page-id-19 .ct-footer,
.page-id-49 .ct-footer,
.page-id-50 .ct-footer,
.page-id-63 .ct-footer,
.page-id-64 .ct-footer,
.page-id-65 .ct-footer,
.page-id-66 .ct-footer,
.page-id-67 .ct-footer,
.page-id-68 .ct-footer,
.page-id-69 .ct-footer,
.page-id-3 footer.site-footer,
.page-id-11 footer.site-footer,
.page-id-15 footer.site-footer,
.page-id-16 footer.site-footer,
.page-id-17 footer.site-footer,
.page-id-18 footer.site-footer,
.page-id-19 footer.site-footer,
.page-id-49 footer.site-footer,
.page-id-50 footer.site-footer,
.page-id-63 footer.site-footer,
.page-id-64 footer.site-footer,
.page-id-65 footer.site-footer,
.page-id-66 footer.site-footer,
.page-id-67 footer.site-footer,
.page-id-68 footer.site-footer,
.page-id-69 footer.site-footer,
.page-id-3 .entry-header,
.page-id-11 .entry-header,
.page-id-15 .entry-header,
.page-id-16 .entry-header,
.page-id-17 .entry-header,
.page-id-18 .entry-header,
.page-id-19 .entry-header,
.page-id-49 .entry-header,
.page-id-50 .entry-header,
.page-id-63 .entry-header,
.page-id-64 .entry-header,
.page-id-65 .entry-header,
.page-id-66 .entry-header,
.page-id-67 .entry-header,
.page-id-68 .entry-header,
.page-id-69 .entry-header,
.page-id-3 .hero-section,
.page-id-11 .hero-section,
.page-id-15 .hero-section,
.page-id-16 .hero-section,
.page-id-17 .hero-section,
.page-id-18 .hero-section,
.page-id-19 .hero-section,
.page-id-49 .hero-section,
.page-id-50 .hero-section,
.page-id-63 .hero-section,
.page-id-64 .hero-section,
.page-id-65 .hero-section,
.page-id-66 .hero-section,
.page-id-67 .hero-section,
.page-id-68 .hero-section,
.page-id-69 .hero-section,
.page-id-3 .page-title,
.page-id-11 .page-title,
.page-id-15 .page-title,
.page-id-16 .page-title,
.page-id-17 .page-title,
.page-id-18 .page-title,
.page-id-19 .page-title,
.page-id-49 .page-title,
.page-id-50 .page-title,
.page-id-63 .page-title,
.page-id-64 .page-title,
.page-id-65 .page-title,
.page-id-66 .page-title,
.page-id-67 .page-title,
.page-id-68 .page-title,
.page-id-69 .page-title {
  display: none;
}

.page-id-3 .ct-container-full,
.page-id-11 .ct-container-full,
.page-id-15 .ct-container-full,
.page-id-16 .ct-container-full,
.page-id-17 .ct-container-full,
.page-id-18 .ct-container-full,
.page-id-19 .ct-container-full,
.page-id-49 .ct-container-full,
.page-id-50 .ct-container-full,
.page-id-63 .ct-container-full,
.page-id-64 .ct-container-full,
.page-id-65 .ct-container-full,
.page-id-66 .ct-container-full,
.page-id-67 .ct-container-full,
.page-id-68 .ct-container-full,
.page-id-69 .ct-container-full {
  padding-top: 0;
}

.ukd-home {
  background: #f8f3ec;
  color: #2e251e;
  font-family: Inter, Arial, sans-serif;
}

.ukd-topline {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e7d8c7;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  min-height: 84px;
  padding: 0 max(32px, calc((100vw - 1340px) / 2));
  position: sticky;
  top: 0;
  z-index: 20;
}

.ukd-logo,
.ukd-footer h3 {
  color: #211812;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.ukd-logo span,
.ukd-footer h3 span {
  color: #b36b19;
}

p.ukd-logo,
p.ukd-topline__nav,
p.ukd-topline__tools {
  margin: 0;
}

.ukd-topline__nav,
.ukd-topline__tools {
  align-items: center;
  display: flex;
  gap: 28px;
}

.ukd-topline__nav {
  justify-content: center;
}

/* Seven editable primary-menu links remain readable at desktop widths. */
.ukd-topline__nav a {
  white-space: nowrap;
}

.ukd-topline__nav a,
.ukd-topline__tools a,
.ukd-topline__tools span {
  color: #2e251e;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.ukd-hero {
  background:
    radial-gradient(circle at 11% 52%, rgba(178, 112, 27, 0.08), transparent 24%),
    linear-gradient(105deg, #fffaf4 0%, #f8efe5 46%, #fffaf4 100%);
  padding: 46px 0 38px;
}

.ukd-hero__inner,
.ukd-section,
.ukd-seo,
.ukd-category-nav,
.ukd-service-strip,
.ukd-offer-banners,
.ukd-price-filter,
.ukd-newsletter,
.ukd-feature-grid {
  max-width: 1340px;
}

.ukd-hero__inner {
  grid-template-columns: minmax(0, 1fr) minmax(460px, 590px);
  min-height: 560px;
}

.ukd-hero h1 {
  font-size: clamp(3.6rem, 6vw, 5.6rem);
  letter-spacing: 0;
  max-width: 690px;
}

.ukd-hero p {
  color: #5f554d;
  font-size: 1.12rem;
  line-height: 1.7;
}

.ukd-button,
.ukd-deal-card__button,
.ukd-coupon-button {
  border-radius: 5px;
}

.ukd-stat-grid {
  gap: 18px;
  grid-template-columns: repeat(3, minmax(170px, 1fr));
  justify-content: start;
  margin-top: 44px;
  max-width: 760px;
}

.ukd-stat {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 64px minmax(0, 1fr);
  min-width: 0;
  padding: 0;
}

.ukd-stat strong {
  align-items: center;
  border: 1px solid #b36b19;
  border-radius: 50%;
  color: #a05e13;
  display: inline-flex;
  font-size: 1.05rem;
  height: 64px;
  justify-content: center;
  line-height: 1.05;
  overflow-wrap: anywhere;
  padding: 0 8px;
  text-align: center;
  width: 64px;
}

.ukd-stat span {
  color: #2e251e;
  display: grid;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  min-width: 0;
}

.ukd-stat p {
  margin: 0;
}

.ukd-stat p:not(:first-child) {
  color: #2e251e;
  display: grid;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  min-width: 0;
}

.ukd-stat small {
  color: #74685e;
  font-size: 0.78rem;
  font-weight: 500;
}

.ukd-hero__inner > .ukd-deals-grid {
  grid-template-columns: minmax(430px, 560px);
}

.ukd-hero__inner .ukd-deal-card {
  padding: 18px;
}

.ukd-hero__inner .ukd-deal-card__image {
  aspect-ratio: 1.9 / 1;
  border-radius: 5px;
}

.ukd-category-nav {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid #e4d4c2;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(63, 43, 28, 0.05);
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  margin-top: 20px;
  max-width: min(1180px, calc(100vw - 36px));
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 0;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.ukd-category-nav a {
  align-items: center;
  background: #fff;
  border: 0;
  border-right: 1px solid #e7d8c7;
  border-radius: 0;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  min-height: 66px;
  min-width: max-content;
  padding: 10px 16px;
  scroll-snap-align: start;
  text-align: center;
  white-space: nowrap;
}

.ukd-section {
  padding-bottom: 20px;
  padding-top: 24px;
}

.ukd-section__header {
  margin-bottom: 16px;
}

.ukd-section__header h2 {
  font-size: 2rem;
  letter-spacing: 0;
}

.ukd-deals-grid {
  gap: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ukd-deal-card {
  background: #fff;
  box-shadow: 0 10px 22px rgba(62, 41, 25, 0.04);
}

.ukd-deal-card__badge {
  border-radius: 4px;
  font-size: 0.8rem;
  left: 10px;
  top: 10px;
}

.ukd-deal-card__title {
  font-family: Inter, Arial, sans-serif;
  font-size: 0.98rem;
  min-height: 2.6em;
}

.ukd-coupon-button {
  min-height: 34px;
  padding: 7px 10px;
}

.ukd-deal-card__button {
  min-height: 38px;
  padding: 8px 12px;
}

.ukd-feature-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(360px, 1.55fr) minmax(300px, 1fr) minmax(300px, 1fr);
  margin: 0 auto;
  padding: 0 18px;
}

.ukd-feature-grid > .ukd-section {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.ukd-feature-grid .ukd-deals-grid {
  grid-template-columns: repeat(2, minmax(170px, 1fr));
}

.ukd-feature-grid > .ukd-section:nth-child(n+2) .ukd-deals-grid {
  grid-template-columns: 1fr;
}

.ukd-feature-grid .ukd-deal-card__image {
  aspect-ratio: 1.18 / 1;
}

.ukd-feature-grid > .ukd-section:nth-child(n+2) .ukd-deal-card__image {
  aspect-ratio: 1.55 / 1;
}

.ukd-feature-grid .ukd-deal-card__title {
  min-height: auto;
}

.ukd-service-strip {
  background: #fff;
  border: 1px solid #e4d4c2;
  border-radius: 9px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 24px auto 18px;
}

.ukd-service-strip__item {
  align-items: center;
  border-right: 1px solid #e7d8c7;
  display: flex;
  gap: 14px;
  padding: 24px 28px;
}

.ukd-service-strip__item:last-child {
  border-right: 0;
}

.ukd-service-strip__item > span {
  color: #a05e13;
  font-size: 2rem;
}

.ukd-service-strip__item > p {
  margin: 0;
}

.ukd-service-strip__item > p:first-child span {
  color: #a05e13;
  font-size: 2rem;
}

.ukd-service-strip__item strong {
  display: block;
  font-size: 1.05rem;
}

.ukd-service-strip__item h3 {
  font-family: Inter, Arial, sans-serif;
  font-size: 1.05rem;
  margin: 0;
}

.ukd-service-strip__item p {
  color: #74685e;
  margin: 4px 0 0;
}

.ukd-offer-banners {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px auto;
  padding: 0 18px;
}

.ukd-offer-banner {
  align-items: center;
  background: #fff;
  border: 1px solid #e4d4c2;
  border-radius: 8px;
  display: grid;
  gap: 26px;
  grid-template-columns: 220px 1fr;
  overflow: hidden;
  padding: 14px;
}

.ukd-offer-banner img {
  aspect-ratio: 1.7 / 1;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ukd-offer-banner figure {
  margin: 0;
}

.ukd-offer-banner h3,
.ukd-newsletter h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  margin: 0 0 10px;
}

.ukd-price-filter {
  margin: 12px auto 24px;
  padding: 0 18px;
}

.ukd-price-filter h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  margin: 0 0 12px;
}

.ukd-price-filter div {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ukd-price-filter .ukd-price-filter__buttons {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ukd-price-filter a {
  background: #fff;
  border: 1px solid #e4d4c2;
  border-radius: 6px;
  color: #2e251e;
  padding: 12px;
  text-align: center;
  text-decoration: none;
}

.ukd-price-filter .wp-block-button__link {
  background: #fff;
  border: 1px solid #e4d4c2;
  border-radius: 6px;
  color: #2e251e;
  display: block;
  font-size: 0.92rem;
  padding: 12px;
  text-align: center;
  text-decoration: none;
}

.ukd-newsletter {
  background: #fff;
  border: 1px solid #e4d4c2;
  border-radius: 9px;
  margin: 22px auto;
  padding: 30px 18px;
  text-align: center;
}

.ukd-newsletter form {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 16px auto;
  max-width: 620px;
}

.ukd-newsletter input {
  border: 1px solid #e4d4c2;
  border-radius: 5px;
  flex: 1;
  padding: 12px 14px;
}

.ukd-newsletter div {
  color: #74685e;
  display: flex;
  gap: 32px;
  justify-content: center;
}

.ukd-page-title-band {
  background:
    radial-gradient(circle at 90% 20%, rgba(176, 108, 23, 0.1), transparent 24%),
    linear-gradient(105deg, #fffaf4 0%, #f8efe5 52%, #fffaf4 100%);
  border-bottom: 1px solid #e7d8c7;
  padding: 58px max(18px, calc((100vw - 1340px) / 2)) 42px;
}

.ukd-page-title-band h1 {
  color: #26394b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.04;
  margin: 0 0 14px;
}

.ukd-page-title-band p {
  color: #5f554d;
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

.ukd-content-page--promo-guide .ukd-page-title-band {
  padding-bottom: 24px;
  padding-top: 30px;
}

.ukd-content-page--promo-guide .ukd-page-title-band h1 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  margin-bottom: 0;
  max-width: 620px;
}

.ukd-content-page--promo-guide .ukd-content-panel {
  margin-top: 18px;
}

.ukd-submit-page {
  background:
    radial-gradient(circle at 88% 10%, rgba(179, 107, 25, 0.08), transparent 24%),
    linear-gradient(105deg, #fffdf9 0%, #fbf4ec 52%, #fffdf9 100%);
  min-height: 100vh;
}

.ukd-submit-layout {
  display: grid;
  gap: 26px;
  margin: 0 auto;
  max-width: 1180px;
  padding: 56px 18px 78px;
}

.ukd-submit-deal {
  display: grid;
  gap: 18px;
}

.ukd-submit-review-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e4d4c2;
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(62, 41, 25, 0.06);
  display: grid;
  gap: 24px;
  grid-template-columns: 76px 1px minmax(0, 1fr);
  padding: 32px 36px;
}

.ukd-submit-review-card__icon {
  align-items: center;
  background: #fbf0e2;
  border-radius: 50%;
  color: #b36b19;
  display: inline-flex;
  font-size: 2rem;
  height: 76px;
  justify-content: center;
  width: 76px;
}

.ukd-submit-review-card__divider {
  background: #e4d4c2;
  height: 60px;
}

.ukd-submit-review-card__copy {
  display: grid;
  gap: 10px;
}

.ukd-submit-review-card strong {
  color: #2e251e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.ukd-submit-review-card__copy > span {
  color: #74685e;
  font-size: 1.05rem;
  line-height: 1.7;
}

.ukd-submit-form {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #eee2d6;
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(62, 41, 25, 0.07);
  display: grid;
  gap: 22px;
  padding: 36px;
}

.ukd-submit-form label {
  color: #34302d;
  display: grid;
  font-size: 1rem;
  font-weight: 700;
  gap: 10px;
}

.ukd-submit-form input,
.ukd-submit-form select,
.ukd-submit-form textarea {
  background: #fff;
  border: 1px solid #dfd4c9;
  border-radius: 6px;
  color: #2e251e;
  font: inherit;
  min-height: 56px;
  padding: 0 16px;
  width: 100%;
}

.ukd-submit-form select {
  appearance: auto;
}

.ukd-submit-form textarea {
  min-height: 128px;
  padding: 14px 16px;
  resize: vertical;
}

.ukd-submit-form input:focus,
.ukd-submit-form select:focus,
.ukd-submit-form textarea:focus {
  border-color: #b36b19;
  box-shadow: 0 0 0 3px rgba(179, 107, 25, 0.12);
  outline: none;
}

.ukd-submit-form input[name="ukd_deal_website"] {
  display: none;
}

.ukd-submit-form__grid {
  display: grid;
  gap: 22px;
}

.ukd-input-addon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px;
}

.ukd-input-addon input {
  border-radius: 6px 0 0 6px;
}

.ukd-input-addon > span {
  align-items: center;
  background: #fffaf4;
  border: 1px solid #dfd4c9;
  border-left: 0;
  border-radius: 0 6px 6px 0;
  color: #2e251e;
  display: flex;
  font-weight: 700;
  justify-content: center;
}

.ukd-form-notice {
  border-radius: 8px;
  font-weight: 700;
  padding: 14px 16px;
}

.ukd-form-notice--success {
  background: #eff8ec;
  border: 1px solid #c8e5bf;
  color: #2f6c20;
}

.ukd-form-notice--error {
  background: #fff0eb;
  border: 1px solid #efc6b8;
  color: #9b2c13;
}

.ukd-seo {
  background: #fffaf4;
  padding-left: 18px;
  padding-right: 18px;
}

.ukd-content-panel {
  background: #fff;
  border: 1px solid #e4d4c2;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(62, 41, 25, 0.05);
  display: grid;
  gap: 16px;
  margin-bottom: 34px;
  padding: 34px;
}

.ukd-content-panel p {
  color: #5f554d;
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0;
}

.ukd-footer {
  background: linear-gradient(135deg, #2d241c, #17130f);
  color: #f6eee4;
  padding: 42px max(18px, calc((100vw - 1340px) / 2)) 18px;
}

.ukd-footer__grid {
  display: grid;
  gap: 42px;
  grid-template-columns: 1.6fr repeat(3, 1fr);
}

.ukd-footer h3,
.ukd-footer h4 {
  color: #fff;
  margin: 0 0 14px;
}

.ukd-footer p,
.ukd-footer a,
.ukd-footer__bottom {
  color: #d6c8b8;
}

.ukd-footer a {
  display: block;
  margin: 8px 0;
  text-decoration: none;
}

.ukd-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 18px;
}

body.single-product {
  background: #f8f3ec;
}

body.single-product .site-main,
body.single-product [data-content="normal"] {
  background:
    radial-gradient(circle at 12% 26%, rgba(179, 107, 25, 0.08), transparent 24%),
    linear-gradient(105deg, #fffdf9 0%, #fbf4ec 52%, #fffdf9 100%);
}

body.single-product #header,
body.single-product .ct-header,
body.single-product header[data-device],
body.single-product .site-header {
  display: none !important;
}

body.single-product .ukd-product-topline {
  display: grid !important;
  position: sticky;
  top: 0;
}

body.admin-bar.single-product .ukd-product-topline {
  top: 32px;
}

body.single-product .entry-header,
body.single-product .hero-section {
  display: none;
}

body.single-product div.product {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 64px 18px 72px;
}

body.single-product div.product::before,
body.single-product div.product::after {
  display: none;
}

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary {
  float: none !important;
  justify-self: stretch !important;
  min-width: 0;
  width: auto !important;
}

body.single-product div.product > .woocommerce-product-gallery,
body.single-product div.product > .summary,
body.single-product div.product > .entry-summary {
  max-width: none !important;
  width: 100% !important;
}

body.single-product div.product .woocommerce-product-gallery {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e4d4c2;
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(62, 41, 25, 0.07);
  overflow: hidden;
  padding: 18px;
}

body.single-product div.product .woocommerce-product-gallery__wrapper,
body.single-product div.product .ct-product-gallery-container,
body.single-product div.product .woocommerce-product-gallery__image,
body.single-product div.product .ukd-product-remote-image,
body.single-product div.product .ct-media-container {
  margin: 0;
  max-width: none !important;
  width: 100% !important;
}

body.single-product div.product .woocommerce-product-gallery img,
body.single-product div.product .ukd-product-remote-image img,
body.single-product div.product .ct-media-container img {
  aspect-ratio: 1 / 1;
  background: #fffaf4;
  border-radius: 8px;
  display: block;
  height: auto;
  max-height: 620px;
  object-fit: cover;
  width: 100%;
}

body.single-product div.product .summary {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e4d4c2;
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(62, 41, 25, 0.07);
  color: #2e251e;
  padding: 38px;
}

body.single-product div.product .product_title {
  color: #211812;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.6vw, 2.75rem);
  line-height: 1.12;
  margin: 0 0 18px;
  overflow-wrap: anywhere;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
  align-items: baseline;
  border-bottom: 1px solid #eadccb;
  color: #a63216;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 900;
  gap: 12px;
  margin: 0 0 26px;
  padding-bottom: 24px;
}

body.single-product div.product p.price del,
body.single-product div.product span.price del {
  color: #7a6651;
  font-size: 1.35rem;
  opacity: 1;
}

body.single-product div.product p.price ins,
body.single-product div.product span.price ins {
  color: #a63216;
  order: -1;
  text-decoration: none;
}

.ukd-product-deal-box {
  align-items: center;
  background: #fffaf4;
  border: 1px dashed #d8b789;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 22px;
  padding: 14px;
}

.ukd-product-deal-box__badge {
  background: #a86a1d;
  border-radius: 5px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 7px 10px;
}

.ukd-product-deal-box__coupon {
  background: #fff;
  border-color: #d8b789;
  color: #7b460d;
  flex: 1 1 220px;
  min-height: 42px;
}

.ukd-product-deal-box__expires {
  color: #7a6651;
  font-size: 0.92rem;
  font-weight: 700;
}

body.single-product div.product form.cart {
  border-bottom: 1px solid #eadccb;
  margin: 0 0 26px;
  padding-bottom: 26px;
}

body.single-product div.product .single_add_to_cart_button,
body.single-product div.product .single_add_to_cart_button.button {
  background: linear-gradient(180deg, #9f6a2a, #73440f) !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 12px 24px rgba(115, 68, 15, 0.16);
  color: #fff !important;
  font-size: 1.08rem;
  font-weight: 900;
  min-height: 58px;
  text-align: center;
  width: 100%;
}

body.single-product div.product .product_meta {
  color: #7a6651;
  font-size: 0.98rem;
}

body.single-product div.product .product_meta > span {
  display: block;
  margin: 8px 0;
}

body.single-product div.product .product_meta a {
  color: #9f6318;
  text-decoration: none;
}

body.single-product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .upsells.products {
  grid-column: 1 / -1;
}

body.single-product .related.products .ukd-loop-remote-image,
body.single-product .upsells.products .ukd-loop-remote-image,
.woocommerce ul.products li.product .ukd-loop-remote-image {
  background: #fffaf4;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  width: 100%;
}

body.single-product .related.products .ukd-loop-remote-image img,
body.single-product .upsells.products .ukd-loop-remote-image img,
.woocommerce ul.products li.product .ukd-loop-remote-image img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

body.single-product .woocommerce-tabs {
  background: #fff;
  border: 1px solid #e4d4c2;
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(62, 41, 25, 0.05);
  padding: 22px;
}

body.single-product .ct-floating-cart,
body.single-product .xoo-wsc-basket,
body.single-product .site-header-cart,
body.single-product .wc-block-mini-cart,
body.single-product .cart-contents {
  display: none !important;
}

@media (max-width: 1100px) {
  .ukd-topline {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .ukd-topline__nav,
  .ukd-topline__tools {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ukd-hero__inner {
    grid-template-columns: 1fr;
  }

  .ukd-hero__inner > .ukd-deals-grid {
    grid-template-columns: minmax(280px, 560px);
    justify-content: start;
  }

  .ukd-feature-grid,
  .ukd-service-strip,
  .ukd-offer-banners,
  .ukd-price-filter div,
  .ukd-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ukd-feature-grid > .ukd-section:first-child {
    grid-column: 1 / -1;
  }

  .ukd-feature-grid .ukd-deals-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 760px) {
  .ukd-topline {
    position: static;
  }

  .ukd-hero h1 {
    font-size: 3rem;
  }

  .ukd-deals-grid,
  .ukd-feature-grid .ukd-deals-grid,
  .ukd-feature-grid,
  .ukd-service-strip,
  .ukd-offer-banners,
  .ukd-price-filter div,
  .ukd-footer__grid,
  .ukd-offer-banner {
    grid-template-columns: 1fr;
  }

  .ukd-newsletter form,
  .ukd-newsletter div,
  .ukd-footer__bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .ukd-submit-layout {
    padding: 28px 14px 52px;
  }

  .ukd-submit-review-card {
    gap: 16px;
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 22px;
  }

  .ukd-submit-review-card__icon {
    font-size: 1.5rem;
    height: 56px;
    width: 56px;
  }

  .ukd-submit-review-card__divider {
    display: none;
  }

  .ukd-submit-form {
    padding: 22px;
  }

  .ukd-input-addon {
    grid-template-columns: minmax(0, 1fr) 64px;
  }

  body.single-product div.product {
    gap: 22px;
    grid-template-columns: 1fr;
    padding: 26px 14px 52px;
  }

  body.single-product div.product .woocommerce-product-gallery,
  body.single-product div.product .summary {
    padding: 16px;
  }

  body.single-product div.product .product_title {
    font-size: 2rem;
  }

  body.single-product div.product p.price,
  body.single-product div.product span.price {
    font-size: 1.65rem;
  }

  body.single-product div.product .woocommerce-product-gallery img,
  body.single-product div.product .ukd-product-remote-image img,
  body.single-product div.product .ct-media-container img {
    max-height: none;
  }

}


/* UKDeals premium ecommerce homepage rebuild */
.ukd-store-home {
  --ukd-text: #202020;
  --ukd-muted: #77736f;
  --ukd-line: #eceae6;
  --ukd-soft: #f5f3ef;
  --ukd-brand: #b45a12;
  --ukd-brand-dark: #8e430b;
  --ukd-top: #26362f;
  background: #fff;
  color: var(--ukd-text);
  font-family: Inter, Arial, system-ui, sans-serif;
  letter-spacing: 0;
}
.ukd-store-home * { box-sizing: border-box; }
.ukd-store-home a { color: inherit; text-decoration: none; }
.ukd-store-home img { display: block; max-width: 100%; }
.ukd-utility-bar { background: var(--ukd-top); color: rgba(255,255,255,.86); font-size: 11px; }
.ukd-utility-bar__inner { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1240px; min-height: 30px; padding: 0 28px; }
.ukd-utility-bar__left, .ukd-utility-bar__right { align-items: center; display: flex; gap: 18px; }
.ukd-utility-bar b { background: #b95a12; border-radius: 2px; color: #fff; font-size: 10px; padding: 2px 7px; text-transform: uppercase; }
.ukd-main-header { background: #fff; border-bottom: 1px solid var(--ukd-line); position: sticky; top: 0; z-index: 50; }
.admin-bar .ukd-main-header { top: 32px; }
.ukd-main-header__inner { align-items: center; display: grid; gap: 20px; grid-template-columns: 30px 175px minmax(360px,1fr) auto; margin: 0 auto; max-width: 1240px; min-height: 68px; padding: 0 28px; }
.ukd-menu-button { background: transparent; border: 0; cursor: pointer; display: grid; gap: 4px; padding: 0; width: 24px; }
.ukd-menu-button span { background: #222; display: block; height: 2px; width: 18px; }
.ukd-brand strong { color: #1d1d1d; display: block; font-family: Georgia, 'Times New Roman', serif; font-size: 26px; line-height: 1; }
.ukd-brand strong::first-letter { color: #1d1d1d; }
.ukd-brand small { color: var(--ukd-muted); display: block; font-size: 10px; margin-top: 5px; text-transform: uppercase; }
.ukd-search { align-items: stretch; border: 1px solid var(--ukd-line); display: grid; grid-template-columns: 138px 1fr 42px; height: 40px; min-width: 0; }
.ukd-category-button, .ukd-search input, .ukd-search__submit { border: 0; font-size: 12px; }
.ukd-category-button { align-items: center; background: var(--ukd-soft); border-right: 1px solid var(--ukd-line); color: #333; cursor: default; display: inline-flex; font-weight: 600; justify-content: center; }
.ukd-search input { min-width: 0; padding: 0 14px; }
.ukd-search__submit { background: #111; color: #fff; cursor: pointer; font-size: 16px; }
.ukd-header-actions { align-items: center; display: flex; gap: 16px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.ukd-header-actions a:nth-child(2) { position: relative; }
.ukd-header-actions span { align-items: center; background: var(--ukd-brand); border-radius: 999px; color: #fff; display: inline-flex; font-size: 9px; height: 15px; justify-content: center; margin-left: -2px; min-width: 15px; }
.ukd-home-main { margin: 0 auto; max-width: 1240px; padding: 0 28px; }
.ukd-hero-grid { display: grid; gap: 10px; grid-template-columns: minmax(0, 2.55fr) minmax(250px, .95fr); grid-template-rows: repeat(2, 220px); margin: 18px 0 62px; }
.ukd-hero-card { background-image: linear-gradient(90deg, rgba(0,0,0,.45), rgba(0,0,0,.12)), var(--bg); background-position: center; background-size: cover; color: #fff; min-height: 0; overflow: hidden; position: relative; }
.ukd-hero-card--large { grid-row: 1 / span 2; }
.ukd-hero-card > div { bottom: 34px; left: 34px; max-width: 440px; position: absolute; right: 28px; }
.ukd-hero-card p { font-size: 12px; font-weight: 700; letter-spacing: .08em; margin: 0 0 12px; text-transform: uppercase; }
.ukd-hero-card h1, .ukd-hero-card h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; letter-spacing: 0; margin: 0; }
.ukd-hero-card h1 { font-size: 46px; line-height: 1.05; }
.ukd-hero-card h2 { font-size: 26px; line-height: 1.1; }
.ukd-hero-card span { display: block; font-size: 14px; line-height: 1.55; margin-top: 12px; }
.ukd-hero-card a { background: #fff; color: #222; display: inline-block; font-size: 12px; font-weight: 700; margin-top: 22px; padding: 11px 18px; }
.ukd-product-section, .ukd-category-section, .ukd-promo-triptych, .ukd-feature-banners, .ukd-room-section, .ukd-brand-strip, .ukd-newsletter, .ukd-benefits { margin-bottom: 58px; }
.ukd-section-head { align-items: end; border-bottom: 1px solid var(--ukd-line); display: flex; justify-content: space-between; margin-bottom: 24px; padding-bottom: 13px; }
.ukd-section-head h2 { font-family: Georgia, 'Times New Roman', serif; font-size: 26px; font-weight: 600; line-height: 1.15; margin: 0; }
.ukd-section-head p { color: var(--ukd-muted); font-size: 12px; margin: 7px 0 0; }
.ukd-section-head a { border-bottom: 1px solid currentColor; color: #222; font-size: 12px; font-weight: 600; }
.ukd-section-head__side { align-items: center; display: flex; gap: 20px; }
.ukd-countdown { background: var(--ukd-brand); color: #fff; display: inline-flex; font-size: 12px; font-weight: 700; gap: 6px; padding: 8px 12px; }
.ukd-tabs { display: flex; gap: 18px; }
.ukd-tabs button { background: transparent; border: 0; border-bottom: 1px solid transparent; color: #77736f; cursor: pointer; font-size: 12px; padding: 0 0 5px; }
.ukd-tabs button.is-active { border-color: #222; color: #222; }
.ukd-product-grid { display: grid; gap: 24px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ukd-product-card { min-width: 0; position: relative; }
.ukd-product-card__media { aspect-ratio: 1 / 1.06; background: #f7f6f3; display: block; margin-bottom: 16px; overflow: hidden; position: relative; }
.ukd-product-card__media img { height: 100%; object-fit: cover; transition: transform .25s ease; width: 100%; }
.ukd-product-card:hover .ukd-product-card__media img { transform: scale(1.035); }
.ukd-sale-badge { background: var(--ukd-brand); color: #fff; font-size: 11px; font-weight: 800; left: 8px; padding: 4px 7px; position: absolute; top: 8px; z-index: 2; }
.ukd-quick-view { background: rgba(255,255,255,.94); bottom: 10px; color: #222; font-size: 11px; font-weight: 700; left: 50%; opacity: 0; padding: 8px 13px; position: absolute; transform: translate(-50%, 8px); transition: .2s ease; white-space: nowrap; }
.ukd-product-card:hover .ukd-quick-view { opacity: 1; transform: translate(-50%, 0); }
.ukd-product-card__body p { color: var(--ukd-muted); font-size: 10px; letter-spacing: .06em; margin: 0 0 7px; text-transform: uppercase; }
.ukd-product-card__title { color: #222; display: -webkit-box; font-size: 13px; font-weight: 700; line-height: 1.35; min-height: 35px; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.ukd-price-row { align-items: baseline; display: flex; gap: 8px; margin-top: 8px; }
.ukd-price-row del { color: #918b84; font-size: 12px; }
.ukd-price-row strong { color: #b4511c; font-size: 14px; }
.ukd-card-actions { align-items: center; display: flex; gap: 8px; margin-top: 11px; opacity: 0; transform: translateY(4px); transition: .2s ease; }
.ukd-product-card:hover .ukd-card-actions { opacity: 1; transform: translateY(0); }
.ukd-card-actions button, .ukd-card-actions a { background: transparent; border: 1px solid var(--ukd-line); color: #222; cursor: pointer; font-size: 10px; font-weight: 800; padding: 7px 8px; }
.ukd-card-actions a { background: #202020; border-color: #202020; color: #fff; }
.ukd-empty { background: var(--ukd-soft); color: var(--ukd-muted); font-size: 13px; padding: 34px; text-align: center; }
.ukd-category-grid { display: grid; gap: 22px 24px; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.ukd-category-card { display: block; text-align: center; }
.ukd-category-card img { aspect-ratio: 1 / .88; border-radius: 15px; height: auto; object-fit: cover; width: 100%; }
.ukd-category-card strong { display: block; font-size: 12px; line-height: 1.2; margin-top: 10px; min-height: 30px; }
.ukd-category-card span { color: var(--ukd-muted); display: block; font-size: 10px; margin-top: 2px; }
.ukd-promo-triptych { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.ukd-promo-triptych article { background-image: linear-gradient(90deg, rgba(0,0,0,.50), rgba(0,0,0,.06)), var(--bg); background-position: center; background-size: cover; min-height: 172px; padding: 28px; }
.ukd-promo-triptych h3 { color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; line-height: 1.12; margin: 0; max-width: 240px; }
.ukd-promo-triptych p { color: rgba(255,255,255,.88); font-size: 12px; margin: 8px 0 18px; }
.ukd-promo-triptych a { background: #fff; color: #222; display: inline-block; font-size: 11px; font-weight: 800; padding: 9px 14px; }
.ukd-feature-banners { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }
.ukd-feature-banners article { align-items: center; background: var(--ukd-soft); display: grid; gap: 24px; grid-template-columns: 44% 1fr; min-height: 185px; padding: 0 28px 0 0; }
.ukd-feature-banners img { height: 185px; object-fit: cover; width: 100%; }
.ukd-feature-banners span { color: var(--ukd-brand); font-size: 13px; font-weight: 800; }
.ukd-feature-banners h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 24px; line-height: 1.12; margin: 5px 0 14px; }
.ukd-feature-banners a { border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.ukd-room-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.ukd-room-grid a { display: block; position: relative; }
.ukd-room-grid img { aspect-ratio: 1.55 / 1; object-fit: cover; width: 100%; }
.ukd-room-grid span { align-items: center; background: rgba(255,255,255,.92); bottom: 0; display: flex; justify-content: space-between; left: 0; padding: 10px 12px; position: absolute; right: 0; }
.ukd-room-grid strong { font-size: 12px; }
.ukd-room-grid em { color: var(--ukd-muted); font-size: 10px; font-style: normal; }
.ukd-brand-strip { text-align: center; }
.ukd-brand-strip p { color: #333; font-size: 10px; font-weight: 800; letter-spacing: .14em; margin-bottom: 24px; text-transform: uppercase; }
.ukd-brand-strip div { align-items: center; display: flex; flex-wrap: wrap; gap: 36px; justify-content: center; }
.ukd-brand-strip a { color: #9c9a96; font-family: Georgia, 'Times New Roman', serif; font-size: 22px; }
.ukd-newsletter { border-top: 1px solid var(--ukd-line); padding: 60px 0 34px; text-align: center; }
.ukd-newsletter h2 { font-family: Georgia, 'Times New Roman', serif; font-size: 28px; margin: 0 0 10px; }
.ukd-newsletter p { color: var(--ukd-muted); font-size: 13px; margin: 0 0 22px; }
.ukd-newsletter form { background: var(--ukd-soft); display: grid; grid-template-columns: 1fr 42px; height: 38px; margin: 0 auto; max-width: 490px; }
.ukd-newsletter input, .ukd-newsletter button { border: 0; }
.ukd-newsletter input { background: transparent; font-size: 12px; padding: 0 16px; }
.ukd-newsletter button { background: var(--ukd-brand); color: #fff; cursor: pointer; font-size: 18px; }
.ukd-benefits { border-bottom: 1px solid var(--ukd-line); border-top: 1px solid var(--ukd-line); display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 0; }
.ukd-benefits div { align-items: center; border-right: 1px solid var(--ukd-line); display: grid; gap: 2px 12px; grid-template-columns: 24px 1fr; padding: 18px 20px; }
.ukd-benefits div:last-child { border-right: 0; }
.ukd-benefits span { grid-row: span 2; }
.ukd-benefits strong { font-size: 12px; }
.ukd-benefits p { color: var(--ukd-muted); font-size: 11px; margin: 0; }
.ukd-footer { background: #fff; color: #333; margin: 0 auto; max-width: 1240px; padding: 46px 28px 28px; }
.ukd-footer__top { display: grid; gap: 42px; grid-template-columns: 1.4fr repeat(4, 1fr); }
.ukd-footer h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 24px; margin: 0 0 12px; }
.ukd-footer h4 { font-size: 12px; margin: 0 0 14px; text-transform: uppercase; }
.ukd-footer p, .ukd-footer a { color: var(--ukd-muted); display: block; font-size: 12px; line-height: 1.8; }
.ukd-footer__bottom { border-top: 1px solid var(--ukd-line); color: var(--ukd-muted); display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; margin-top: 34px; padding-top: 18px; font-size: 11px; }
@media (max-width: 1024px) {
  .ukd-main-header__inner { grid-template-columns: 30px 160px 1fr; }
  .ukd-header-actions { display: none; }
  .ukd-hero-grid { grid-template-columns: 1fr; grid-template-rows: 380px 190px 190px; }
  .ukd-hero-card--large { grid-row: auto; }
  .ukd-product-grid { grid-template-columns: repeat(3, 1fr); }
  .ukd-category-grid { grid-template-columns: repeat(4, 1fr); }
  .ukd-promo-triptych, .ukd-feature-banners { grid-template-columns: 1fr; }
  .ukd-room-grid { grid-template-columns: repeat(2, 1fr); }
  .ukd-footer__top { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .ukd-utility-bar__inner { align-items: flex-start; flex-direction: column; gap: 6px; padding: 8px 18px; }
  .ukd-utility-bar__left { flex-wrap: wrap; gap: 8px 12px; }
  .ukd-main-header__inner { grid-template-columns: 28px 1fr; padding: 12px 18px; }
  .ukd-search { grid-column: 1 / -1; grid-template-columns: 105px 1fr 40px; }
  .ukd-home-main { padding: 0 18px; }
  .ukd-hero-grid { grid-template-rows: 360px 170px 170px; margin-bottom: 38px; }
  .ukd-hero-card > div { bottom: 24px; left: 22px; right: 22px; }
  .ukd-hero-card h1 { font-size: 34px; }
  .ukd-section-head { align-items: flex-start; gap: 12px; flex-direction: column; }
  .ukd-section-head__side { align-items: flex-start; flex-direction: column; gap: 10px; }
  .ukd-product-grid { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .ukd-product-card { flex: 0 0 62%; scroll-snap-align: start; }
  .ukd-category-grid { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 8px; }
  .ukd-category-card { flex: 0 0 38%; }
  .ukd-promo-triptych, .ukd-feature-banners, .ukd-benefits, .ukd-footer__top { grid-template-columns: 1fr; }
  .ukd-feature-banners article { grid-template-columns: 1fr; padding: 0 0 22px; }
  .ukd-feature-banners img { height: 190px; }
  .ukd-feature-banners div { padding: 0 22px; }
  .ukd-room-grid { grid-template-columns: repeat(2, 1fr); }
  .ukd-footer__bottom { flex-direction: column; }
}


/* UKDeals redesign refinement pass */
.ukd-store-home .ukd-search__submit {
  background: #111 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}
.ukd-store-home .ukd-hero-card,
.ukd-store-home .ukd-hero-card p,
.ukd-store-home .ukd-hero-card h1,
.ukd-store-home .ukd-hero-card h2,
.ukd-store-home .ukd-hero-card span {
  color: #fff !important;
}
.ukd-store-home .ukd-hero-card a {
  color: #222 !important;
}
.ukd-store-home .ukd-newsletter form {
  grid-template-columns: 1fr 82px;
}
.ukd-store-home .ukd-newsletter button {
  font-size: 12px;
  font-weight: 800;
}
.ukd-store-home .ukd-benefits span {
  color: var(--ukd-brand);
  font-size: 11px;
  font-weight: 900;
}
.ukd-store-home .ukd-header-actions a {
  color: #202020;
}


/* UKDeals three-tier ecommerce navigation */
.ukd-store-home .ukd-main-header {
  border-bottom: 0;
  box-shadow: 0 1px 0 #e9e6e1;
  top: 0;
  z-index: 100;
}
.admin-bar .ukd-store-home .ukd-main-header { top: 32px; }
.ukd-store-home .ukd-main-header__inner {
  gap: 22px;
  grid-template-columns: 34px 210px minmax(430px,1fr) auto;
  min-height: 76px;
}
.ukd-store-home .ukd-brand strong {
  font-size: 31px;
  letter-spacing: -.01em;
}
.ukd-store-home .ukd-brand small {
  font-size: 10.5px;
  letter-spacing: .06em;
}
.ukd-store-home .ukd-menu-button {
  height: 34px;
  place-content: center;
  width: 34px;
}
.ukd-store-home .ukd-menu-button span {
  height: 2px;
  width: 22px;
}
.ukd-store-home .ukd-search {
  grid-template-columns: 72px 1fr 72px;
  height: 46px;
}
.ukd-store-home .ukd-category-button {
  font-size: 13px;
  padding: 0 12px;
  text-align: center;
}
.ukd-store-home .ukd-search input {
  font-size: 13px;
}
.ukd-store-home .ukd-header-actions {
  gap: 18px;
  font-size: 13px;
}
.ukd-primary-nav {
  background: #fff;
  border-top: 1px solid #e9e6e1;
  border-bottom: 1px solid #e9e6e1;
  min-height: 50px;
  position: relative;
  z-index: 105;
}
.ukd-primary-nav__inner {
  align-items: center;
  display: flex;
  gap: 28px;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 50px;
  padding: 0 28px;
}
.ukd-nav-category button {
  align-items: center;
  background: #f5f3ef;
  border: 0;
  color: #252525;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  min-height: 36px;
  padding: 0 16px;
}
.ukd-nav-category span,
.ukd-nav-category span::before,
.ukd-nav-category span::after {
  background: #252525;
  content: "";
  display: block;
  height: 2px;
  width: 15px;
}
.ukd-nav-category span { position: relative; }
.ukd-nav-category span::before { position: absolute; top: -5px; }
.ukd-nav-category span::after { position: absolute; top: 5px; }
.ukd-primary-nav__links {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 25px;
  min-width: 0;
}
.ukd-primary-nav__links a,
.ukd-nav-ending {
  color: #252525;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 50px;
  position: relative;
  white-space: nowrap;
}
.ukd-primary-nav__links a::after {
  background: #b45a12;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: scaleX(.35);
  transition: .18s ease;
}
.ukd-primary-nav__links a:hover::after,
.ukd-primary-nav__links a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}
.ukd-nav-ending {
  color: #b45a12;
  font-weight: 800;
}
.ukd-mega-menu {
  background: #fff;
  border-bottom: 1px solid #e9e6e1;
  box-shadow: 0 18px 34px rgba(32,32,32,.09);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 127px;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease;
  z-index: 110;
}
.ukd-main-header.is-mega-open .ukd-mega-menu,
.ukd-mega-menu.is-open,
.ukd-mega-menu:focus-within {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Final workbook override: submit entry must remain visibly larger than utility links. */
.ukd-store-home .ukd-header-actions a {
  font-size: 14px !important;
  min-height: 42px !important;
  padding: 0 18px !important;
}

/* Native-post Blog: cards are content-led and deliberately avoid a cloned shop grid. */
.ukd-blog {
  background: linear-gradient(140deg, #fffdf9 0%, #f8f3ec 100%);
  margin: 0 auto;
  max-width: 1340px;
  padding: clamp(52px, 8vw, 112px) max(24px, calc((100vw - 1340px) / 2));
}

.ukd-blog__head {
  border-bottom: 1px solid #dfd3c4;
  margin-bottom: 38px;
  max-width: 760px;
  padding-bottom: 24px;
}

.ukd-blog__head p {
  color: #b36b19;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  margin: 0 0 10px;
}

.ukd-blog__head h1 {
  color: #211812;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4.25rem);
  line-height: 1.03;
  margin: 0;
}

.ukd-blog__grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ukd-blog-card {
  background: #fff;
  border: 1px solid #e7d8c7;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ukd-blog-card__image {
  background: linear-gradient(135deg, #26362f, #b36b19);
  display: block;
  min-height: 210px;
  overflow: hidden;
}

.ukd-blog-card__image img { height: 100%; object-fit: cover; transition: transform .25s ease; width: 100%; }
.ukd-blog-card:hover .ukd-blog-card__image img { transform: scale(1.035); }
.ukd-blog-card__image span { align-items: center; color: rgba(255,255,255,.88); display: flex; font: 700 3rem Georgia, serif; height: 210px; justify-content: center; }
.ukd-blog-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.ukd-blog-card time { color: #8b745e; font-size: .8rem; font-weight: 700; }
.ukd-blog-card h2 { font: 700 clamp(1.35rem, 2vw, 1.8rem)/1.2 Georgia, serif; margin: 12px 0; }
.ukd-blog-card h2 a, .ukd-blog-card__more { color: #211812; text-decoration: none; }
.ukd-blog-card p { color: #64594e; line-height: 1.65; margin: 0 0 24px; }
.ukd-blog-card__more { border-top: 1px solid #eadfce; font-size: .9rem; font-weight: 800; margin-top: auto; padding-top: 16px; }
.ukd-blog-card__more span { color: #b36b19; margin-left: 8px; }

@media (max-width: 860px) {
  .ukd-blog__grid { grid-template-columns: 1fr; }
  .ukd-blog { padding-inline: 20px; }
}

.ukd-store-home .ukd-brand--legacy-brand {
  align-items: center;
  display: flex;
  height: 58px;
  width: 220px;
}

.ukd-store-home .ukd-brand--legacy-brand img {
  display: block;
  height: auto;
  max-height: 52px;
  max-width: 100%;
  object-fit: contain;
  width: 220px;
}

@media (max-width: 640px) {
  .ukd-store-home .ukd-brand--legacy-brand {
    height: 42px;
    width: 148px;
  }

  .ukd-store-home .ukd-brand--legacy-brand img {
    max-height: 36px;
    width: 148px;
  }
}
.ukd-mega-menu__inner {
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 300px;
  margin: 0 auto;
  max-width: 1240px;
  padding: 26px 28px 30px;
}
.ukd-mega-menu__grid {
  display: grid;
  gap: 14px 26px;
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.ukd-mega-menu__grid a {
  border-bottom: 1px solid #f0eee9;
  color: #252525;
  display: block;
  font-size: 13px;
  font-weight: 750;
  padding: 0 0 11px;
}
.ukd-mega-menu__grid a span {
  color: #77736f;
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-top: 3px;
}
.ukd-mega-menu__promo {
  background: #f5f3ef;
  display: block;
  padding-bottom: 16px;
}
.ukd-mega-menu__promo img {
  aspect-ratio: 1.65 / 1;
  object-fit: cover;
  width: 100%;
}
.ukd-mega-menu__promo strong,
.ukd-mega-menu__promo span {
  display: block;
  padding: 0 16px;
}
.ukd-mega-menu__promo strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
  margin-top: 14px;
}
.ukd-mega-menu__promo span {
  color: #77736f;
  font-size: 12px;
  margin-top: 6px;
}
.ukd-mobile-drawer,
.ukd-mobile-backdrop {
  display: none;
}
.ukd-hero-grid {
  margin-top: 22px;
}
@media (max-width: 1120px) {
  .ukd-store-home .ukd-main-header__inner { grid-template-columns: 34px 180px 1fr; }
  .ukd-store-home .ukd-header-actions { display: none; }
  .ukd-primary-nav__links { gap: 17px; overflow-x: auto; }
  .ukd-nav-ending { display: none; }
  .ukd-mega-menu { top: 127px; }
}
@media (max-width: 640px) {
  .ukd-store-home .ukd-main-header__inner { grid-template-columns: 34px 1fr auto; min-height: 64px; padding: 10px 18px; }
  .ukd-store-home .ukd-brand strong { font-size: 27px; }
  .ukd-store-home .ukd-brand small { display: none; }
  .ukd-store-home .ukd-search { grid-column: 1 / -1; grid-template-columns: 120px 1fr 64px; height: 42px; }
  .ukd-primary-nav { display: none; }
  .ukd-mega-menu { display: none; }
  .ukd-mobile-drawer {
    background: #fff;
    bottom: 0;
    box-shadow: 20px 0 40px rgba(0,0,0,.18);
    display: block;
    left: 0;
    max-width: 86vw;
    opacity: 0;
    overflow-y: auto;
    padding: 22px;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: .22s ease;
    width: 330px;
    z-index: 500;
  }
  .ukd-main-header.is-mobile-open .ukd-mobile-drawer {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
  .ukd-mobile-backdrop {
    background: rgba(0,0,0,.36);
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: .2s ease;
    z-index: 490;
  }
  .ukd-main-header.is-mobile-open .ukd-mobile-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
  .ukd-mobile-drawer button {
    background: transparent;
    border: 0;
    color: #252525;
    cursor: pointer;
    font-weight: 800;
    margin-bottom: 18px;
    padding: 0;
  }
  .ukd-mobile-drawer__brand {
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 22px;
  }
  .ukd-mobile-drawer nav > a,
  .ukd-mobile-drawer nav > button,
  .ukd-mobile-categories a {
    border-bottom: 1px solid #eceae6;
    display: block;
    font-size: 15px;
    font-weight: 650;
    padding: 13px 0;
    text-align: left;
    width: 100%;
  }
  .ukd-mobile-categories a {
    color: #77736f;
    font-size: 13px;
    padding-left: 14px;
  }
}

/* Boss backend/front correction pass 2026-08-03 */
@media (min-width: 769px) {
  .ukd-store-home .ukd-menu-button {
    visibility: hidden;
    pointer-events: none;
  }
}

.ukd-store-home .ukd-header-actions a {
  border: 1px solid #ece8e2;
  min-width: 96px;
  padding: 10px 12px;
}

.ukd-store-home .ukd-header-actions a:hover {
  border-color: #b45a12;
  color: #b45a12;
}

.ukd-product-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.ukd-product-card__media img,
.ukd-deal-card__image img,
body.single-product div.product .woocommerce-product-gallery img,
body.single-product div.product .ukd-product-remote-image img,
body.single-product div.product .ct-media-container img,
body.single-product .related.products .ukd-loop-remote-image img,
body.single-product .upsells.products .ukd-loop-remote-image img,
.woocommerce ul.products li.product .ukd-loop-remote-image img {
  object-fit: contain !important;
}

.ukd-product-card__media,
.ukd-deal-card__image,
body.single-product div.product .woocommerce-product-gallery__image,
body.single-product div.product .ukd-product-remote-image,
body.single-product .related.products .ukd-loop-remote-image,
.woocommerce ul.products li.product .ukd-loop-remote-image {
  background: #fffaf4 !important;
}

.ukd-category-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ukd-back-to-top {
  align-items: center;
  background: #2a8fbd;
  border: 0;
  border-radius: 50%;
  bottom: 34px;
  box-shadow: 0 12px 28px rgba(42, 143, 189, .24);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  font-weight: 800;
  height: 50px;
  justify-content: center;
  position: fixed;
  right: 24px;
  width: 50px;
  z-index: 9997;
}

.ukd-mobile-tooldock {
  display: none;
}

.ukd-product-disclaimer {
  border-top: 1px solid #eadccb;
  color: #7a6651;
  font-size: 12px;
  line-height: 1.7;
  margin: 28px auto 0;
  max-width: 1180px;
  padding: 18px;
}

body.single-product .related.products ul.products,
body.single-product .upsells.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

body.single-product .related.products ul.products li.product,
body.single-product .upsells.products ul.products li.product {
  width: auto !important;
  margin: 0 !important;
}

@media (max-width: 900px) {
  .ukd-product-grid,
  body.single-product .related.products ul.products,
  body.single-product .upsells.products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 68px;
  }

  body.single-product .ukd-main-header {
    display: none !important;
  }

  body.single-product .ukd-product-topline {
    display: grid !important;
    position: static !important;
    top: auto !important;
  }

  .ukd-store-home .ukd-main-header {
    position: static !important;
    top: auto !important;
  }

  .ukd-store-home .ukd-main-header__inner {
    grid-template-columns: 34px 1fr !important;
    gap: 14px !important;
  }

  .ukd-store-home .ukd-search {
    grid-column: 1 / -1;
    grid-template-columns: 112px minmax(0, 1fr) 54px !important;
    max-width: 100%;
  }

  .ukd-store-home .ukd-search input {
    font-size: 13px;
    min-width: 0;
  }

  .ukd-store-home .ukd-search__submit {
    min-width: 54px;
  }

  .ukd-product-grid,
  .ukd-deals-grid,
  body.single-product .related.products ul.products,
  body.single-product .upsells.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    overflow: visible !important;
  }

  .ukd-product-card {
    flex: none !important;
    width: auto !important;
  }

  .ukd-product-card__media,
  .ukd-deal-card__image {
    aspect-ratio: 1 / 1 !important;
  }

  .ukd-product-card__title,
  .ukd-deal-card__title {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  body.single-product div.product > .product-entry-wrapper {
    padding: 18px 12px 40px !important;
  }

  body.single-product div.product .summary,
  body.single-product div.product .woocommerce-product-gallery {
    padding: 14px !important;
  }

  body.single-product div.product .product_title {
    font-size: 1.45rem !important;
  }

  body.single-product div.product p.price,
  body.single-product div.product span.price {
    font-size: 1.3rem !important;
  }

  .ukd-back-to-top {
    bottom: 78px;
    height: 42px;
    right: 14px;
    width: 42px;
  }

  .ukd-mobile-tooldock {
    align-items: center;
    background: #fff;
    border-top: 1px solid #ece8e2;
    bottom: 0;
    box-shadow: 0 -8px 24px rgba(0,0,0,.08);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 62px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 9998;
  }

  .ukd-mobile-tooldock a {
    align-items: center;
    background: transparent;
    border: 0;
    color: #2a241e;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    font-weight: 800;
    gap: 3px;
    justify-content: center;
    min-width: 0;
    text-decoration: none;
  }

  .ukd-mobile-tooldock span {
    align-items: center;
    display: inline-flex;
    height: 22px;
    justify-content: center;
  }

  .ukd-mobile-tooldock svg {
    color: #1f8f5a;
    fill: currentColor;
    height: 22px;
    width: 22px;
  }
}

/* Workbook acceptance pass: product operation and responsive storefront. */
@media (min-width: 769px) {
  .ukd-store-home .ukd-menu-button {
    display: none !important;
  }

  .ukd-store-home .ukd-main-header__inner {
    grid-template-columns: minmax(180px, .25fr) minmax(460px, 1fr) auto !important;
  }
}

.ukd-store-home .ukd-header-actions a {
  font-size: 14px;
  min-height: 42px;
  padding: 0 18px;
}

.ukd-product-card__media .ukd-save-deal,
.ukd-quick-view,
.ukd-card-actions,
.ukd-deal-card__actions {
  display: none !important;
}

.ukd-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ukd-service-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ukd-back-to-top {
  background: #247dd4 !important;
}

body.single-product .product_meta,
body.single-product .woocommerce-product-gallery .onsale,
body.single-product .product .onsale {
  display: none !important;
}

body.single-product .related.products .button,
body.single-product .upsells.products .button {
  display: none !important;
}

.ukd-product-utility {
  align-items: center;
  border-top: 1px solid #ece8e2;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
}

.ukd-product-utility a,
.ukd-product-utility button {
  background: transparent;
  border: 0;
  color: #8c4a12;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ukd-product-utility button[aria-expanded="true"] {
  color: #4f2a0b;
}

.ukd-product-utility-panels {
  margin-top: 10px;
}

.ukd-product-utility-panel {
  background: #fffaf4;
  border: 1px solid #eadccf;
  border-radius: 6px;
  color: #5f554d;
  font-size: 13px;
  line-height: 1.7;
  padding: 12px 14px;
}

.ukd-product-utility-panel strong {
  color: #2f251c;
  display: block;
  margin-bottom: 4px;
}

.ukd-product-utility-panel p {
  margin: 0;
}

.ukd-product-utility-submit {
  background: #8c4a12;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
  padding: 8px 12px;
}

.ukd-product-utility-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.ukd-product-report-note {
  color: #247d49;
  font-size: 13px;
  margin: 12px 0 0;
}

@media (max-width: 640px) {
  .ukd-store-home .ukd-search {
    grid-template-columns: 92px minmax(0, 1fr) 52px !important;
  }

  .ukd-store-home .ukd-search__submit {
    font-size: 0 !important;
    width: 52px !important;
  }

  .ukd-store-home .ukd-search__submit::after {
    content: '⌕';
    font-size: 24px;
  }

  .ukd-product-grid,
  .ukd-deals-grid,
  body.single-product .related.products ul.products,
  body.single-product .upsells.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ukd-benefits,
  .ukd-service-strip {
    grid-template-columns: 1fr !important;
  }

  body.single-product .woocommerce-product-gallery,
  body.single-product .summary {
    max-width: 100% !important;
  }
}


.ukd-main-header:has(.ukd-nav-category:hover) .ukd-mega-menu,
.ukd-main-header:has(.ukd-category-button:hover) .ukd-mega-menu,
.ukd-main-header:has(.ukd-mega-menu:hover) .ukd-mega-menu,
.ukd-main-header:has([data-ukd-mega-toggle]:focus-visible) .ukd-mega-menu,
.ukd-main-header:has(.ukd-mega-menu:focus-within) .ukd-mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* UKDeals round three visual correction: larger retail proportions */
html { font-size: 16px; }
body { zoom: 1; }
.ukd-store-home {
  --ukd-max: 1280px;
  --ukd-brand: #b45a12;
  --ukd-green: #26362f;
  --ukd-text: #202020;
  --ukd-muted: #77736f;
  --ukd-line: #ece8e2;
  --ukd-soft: #f7f5f1;
  background: #fff;
  color: var(--ukd-text);
  font-size: 16px;
}
.ukd-store-home .ukd-home-main,
.ukd-store-home .ukd-utility-bar__inner,
.ukd-store-home .ukd-main-header__inner,
.ukd-store-home .ukd-primary-nav__inner,
.ukd-store-home .ukd-footer {
  max-width: var(--ukd-max);
  width: min(calc(100vw - 48px), var(--ukd-max));
}
.ukd-store-home .ukd-home-main { padding: 0; }
.ukd-utility-bar {
  background: var(--ukd-green);
  color: rgba(255,255,255,.88);
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}
.ukd-utility-bar__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.ukd-utility-bar__left,
.ukd-utility-bar__right {
  align-items: center;
  display: flex;
  gap: 18px;
}
.ukd-utility-bar b {
  background: var(--ukd-brand);
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 4px 8px;
}
.ukd-store-home .ukd-main-header {
  background: #fff;
  border-bottom: 1px solid var(--ukd-line);
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
  position: sticky;
  top: 0;
  z-index: 300;
}
.admin-bar .ukd-store-home .ukd-main-header { top: 32px; }
.ukd-store-home .ukd-main-header__inner {
  display: grid;
  grid-template-columns: 38px 200px minmax(420px,1fr) auto;
  gap: 22px;
  min-height: 76px;
  padding: 0;
}
.ukd-store-home .ukd-menu-button {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: grid;
  gap: 5px;
  height: 38px;
  padding: 0;
  width: 38px;
}
.ukd-store-home .ukd-menu-button span {
  background: var(--ukd-text);
  display: block;
  height: 2px;
  width: 23px;
}
.ukd-store-home .ukd-brand strong {
  color: var(--ukd-text);
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}
.ukd-store-home .ukd-brand strong::after {
  color: var(--ukd-brand);
  content: "";
}
.ukd-store-home .ukd-brand small {
  color: var(--ukd-muted);
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
.ukd-store-home .ukd-search {
  border: 1px solid var(--ukd-line);
  display: grid;
  grid-template-columns: 72px 1fr 50px;
  height: 46px;
}
.ukd-store-home .ukd-category-button {
  background: var(--ukd-soft);
  border: 0;
  border-right: 1px solid var(--ukd-line);
  color: var(--ukd-text);
  cursor: default;
  font-size: 13px;
  font-weight: 650;
  justify-content: center;
  padding: 0 12px;
  text-align: center;
  text-align: left;
}
.ukd-store-home .ukd-search input {
  border: 0;
  color: var(--ukd-text);
  font-size: 14px;
  min-width: 0;
  padding: 0 16px;
}
.ukd-store-home .ukd-search__submit {
  background: #111;
  border: 0;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  position: relative;
}
.ukd-store-home .ukd-search__submit::before {
  color: #fff;
  content: "⌕";
  font-size: 24px;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}
.ukd-store-home .ukd-header-actions {
  display: flex;
  gap: 18px;
}
.ukd-store-home .ukd-header-actions a {
  color: var(--ukd-text);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.15;
  position: relative;
  text-align: center;
}
.ukd-store-home .ukd-header-actions a::before {
  color: var(--ukd-text);
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}
.ukd-store-home .ukd-header-actions a:nth-child(1)::before { content: "◎"; }
.ukd-store-home .ukd-header-actions a:nth-child(2)::before { content: "+"; }
.ukd-store-home .ukd-header-actions a:nth-child(3)::before { content: "♡"; }
.ukd-store-home .ukd-header-actions span {
  background: var(--ukd-brand);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  min-width: 16px;
  position: absolute;
  right: -10px;
  top: -7px;
}
.ukd-primary-nav {
  background: #fff;
  border-bottom: 1px solid var(--ukd-line);
  border-top: 1px solid var(--ukd-line);
  height: 52px;
  position: relative;
  z-index: 305;
}
.ukd-primary-nav__inner {
  align-items: center;
  display: flex;
  gap: 26px;
  height: 52px;
  margin: 0 auto;
}
.ukd-nav-category button {
  align-items: center;
  background: var(--ukd-green);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  height: 38px;
  padding: 0 18px;
}
.ukd-nav-category button::after { content: "▾"; font-size: 11px; }
.ukd-nav-category span,
.ukd-nav-category span::before,
.ukd-nav-category span::after {
  background: currentColor;
  display: block;
  height: 2px;
  position: relative;
  width: 15px;
}
.ukd-nav-category span::before,
.ukd-nav-category span::after {
  content: "";
  left: 0;
  position: absolute;
}
.ukd-nav-category span::before { top: -5px; }
.ukd-nav-category span::after { top: 5px; }
.ukd-primary-nav__links {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 28px;
  min-width: 0;
}
.ukd-primary-nav__links a,
.ukd-nav-ending {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 0;
  position: relative;
  white-space: nowrap;
}
.ukd-primary-nav__links a::after {
  background: var(--ukd-brand);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: scaleX(.3);
  transition: .18s ease;
}
.ukd-primary-nav__links a:hover::after,
.ukd-primary-nav__links a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}
.ukd-nav-ending {
  color: var(--ukd-brand);
  font-weight: 750;
}
.ukd-mega-menu {
  top: 129px;
  z-index: 320;
}
.ukd-mega-menu__inner {
  max-width: var(--ukd-max);
  width: min(calc(100vw - 48px), var(--ukd-max));
}
.ukd-store-home .ukd-hero-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 2.58fr) minmax(300px, .95fr);
  grid-template-rows: repeat(2, 224px);
  margin: 24px auto 72px;
  max-width: var(--ukd-max);
  width: min(calc(100vw - 48px), var(--ukd-max));
}
.ukd-store-home .ukd-hero-card {
  background-image: linear-gradient(90deg, rgba(0,0,0,.56) 0%, rgba(0,0,0,.24) 48%, rgba(0,0,0,.08) 100%), var(--bg);
  background-position: center;
  background-size: cover;
  min-height: 0;
}
.ukd-store-home .ukd-hero-card--large { grid-row: 1 / span 2; }
.ukd-store-home .ukd-hero-card > div {
  bottom: 42px;
  left: 46px;
  max-width: 430px;
  right: 34px;
}
.ukd-store-home .ukd-hero-card p {
  font-size: 13px;
  letter-spacing: .09em;
  margin-bottom: 14px;
}
.ukd-store-home .ukd-hero-card h1 {
  font-size: 50px;
  line-height: 1.04;
}
.ukd-store-home .ukd-hero-card h2 {
  font-size: 28px;
  line-height: 1.08;
}
.ukd-store-home .ukd-hero-card span {
  font-size: 15px;
  line-height: 1.55;
  margin-top: 14px;
}
.ukd-store-home .ukd-hero-card a {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  margin-top: 24px;
  padding: 0 22px;
}
.ukd-store-home .ukd-product-section,
.ukd-store-home .ukd-category-section,
.ukd-store-home .ukd-promo-triptych,
.ukd-store-home .ukd-feature-banners,
.ukd-store-home .ukd-room-section,
.ukd-store-home .ukd-brand-strip,
.ukd-store-home .ukd-newsletter,
.ukd-store-home .ukd-benefits {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--ukd-max);
  width: min(calc(100vw - 48px), var(--ukd-max));
}
.ukd-store-home .ukd-product-section,
.ukd-store-home .ukd-category-section,
.ukd-store-home .ukd-room-section {
  margin-bottom: 74px;
}
.ukd-section-head {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 0 0 26px;
}
.ukd-section-head h2 {
  color: var(--ukd-text);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 650;
  letter-spacing: 0;
  margin: 0;
}
.ukd-section-head p {
  color: var(--ukd-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 8px 0 0;
}
.ukd-section-head a {
  color: var(--ukd-brand);
  font-size: 13px;
  font-weight: 700;
}
.ukd-section-head__side {
  align-items: center;
  display: flex;
  gap: 20px;
}
.ukd-countdown {
  background: var(--ukd-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 12px;
}
.ukd-tabs {
  display: flex;
  gap: 18px;
}
.ukd-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #8a8985;
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
  padding: 0 0 7px;
}
.ukd-tabs button.is-active {
  border-color: var(--ukd-brand);
  color: var(--ukd-text);
}
.ukd-product-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, minmax(0,1fr));
}
.ukd-product-card[hidden] { display: none; }
.ukd-product-card {
  min-width: 0;
}
.ukd-product-card__media {
  aspect-ratio: 1 / 1.08;
  background: #f6f5f2;
  border: 1px solid #f0ede8;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.ukd-product-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
  width: 100%;
}
.ukd-product-card:hover .ukd-product-card__media img { transform: scale(1.04); }
.ukd-sale-badge {
  background: var(--ukd-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  left: 10px;
  line-height: 24px;
  min-width: 46px;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 10px;
  z-index: 2;
}
.ukd-save-deal {
  align-items: center;
  background: rgba(255,255,255,.94);
  border-radius: 999px;
  color: var(--ukd-text);
  display: flex;
  font-size: 19px;
  height: 34px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transform: translateY(-4px);
  transition: .18s ease;
  width: 34px;
  z-index: 3;
}
.ukd-product-card:hover .ukd-save-deal,
.ukd-save-deal.is-saved {
  opacity: 1;
  transform: translateY(0);
}
.ukd-save-deal.is-saved { color: var(--ukd-brand); }
.ukd-quick-view {
  background: rgba(38,54,47,.94);
  bottom: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  opacity: 0;
  padding: 9px 15px;
  position: absolute;
  transform: translate(-50%, 8px);
  transition: .18s ease;
  white-space: nowrap;
}
.ukd-product-card:hover .ukd-quick-view {
  opacity: 1;
  transform: translate(-50%, 0);
}
.ukd-product-card__body p {
  color: var(--ukd-muted);
  font-size: 11px;
  letter-spacing: .06em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.ukd-product-card__title {
  color: var(--ukd-text);
  display: -webkit-box;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  min-height: 42px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ukd-price-row {
  align-items: baseline;
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 12px;
}
.ukd-price-row strong {
  color: #b55216;
  font-size: 16px;
}
.ukd-price-row del {
  color: #8a8985;
  font-size: 13px;
}
.ukd-card-actions {
  display: flex;
  gap: 8px;
  margin-top: 13px;
  opacity: 0;
  transform: translateY(7px);
  transition: .18s ease;
}
.ukd-product-card:hover .ukd-card-actions { opacity: 1; transform: translateY(0); }
.ukd-card-actions button,
.ukd-card-actions a {
  border: 1px solid var(--ukd-line);
  color: var(--ukd-text);
  cursor: pointer;
  flex: 1;
  font-size: 11px;
  font-weight: 750;
  min-height: 34px;
  padding: 8px 9px;
  text-align: center;
}
.ukd-card-actions a {
  background: var(--ukd-brand);
  border-color: var(--ukd-brand);
  color: #fff;
}
.ukd-category-grid {
  display: grid;
  gap: 24px 20px;
  grid-template-columns: repeat(7, minmax(0,1fr));
}
.ukd-category-card {
  display: block;
  text-align: center;
  transition: transform .18s ease;
}
.ukd-category-card:hover { transform: translateY(-2px); }
.ukd-category-card img {
  aspect-ratio: 1.43 / 1;
  border-radius: 14px;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  transition: transform .22s ease;
  width: 100%;
}
.ukd-category-card:hover img { transform: scale(1.04); }
.ukd-category-card strong {
  color: var(--ukd-text);
  display: block;
  font-size: 14px;
  line-height: 1.24;
  margin-top: 12px;
  min-height: 34px;
}
.ukd-category-card span {
  color: var(--ukd-muted);
  font-size: 11px;
}
.ukd-promo-triptych {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin-bottom: 78px;
}
.ukd-promo-triptych article {
  background-image: linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,.14)), var(--bg);
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 212px;
  position: relative;
}
.ukd-promo-triptych article div {
  bottom: 24px;
  left: 24px;
  max-width: 260px;
  position: absolute;
  right: 24px;
}
.ukd-promo-triptych h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 26px;
  line-height: 1.08;
  margin: 0;
}
.ukd-promo-triptych p {
  font-size: 14px;
  line-height: 1.45;
  margin: 9px 0 18px;
}
.ukd-promo-triptych a {
  background: #fff;
  color: var(--ukd-text);
  display: inline-block;
  font-size: 12px;
  font-weight: 750;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
}
.ukd-feature-banners {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin-bottom: 78px;
}
.ukd-feature-banners article {
  align-items: center;
  background: var(--ukd-soft);
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 210px;
}
.ukd-feature-banners img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ukd-feature-banners div {
  padding: 28px 34px;
}
.ukd-feature-banners span {
  color: var(--ukd-brand);
  font-size: 13px;
  font-weight: 750;
}
.ukd-feature-banners h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  line-height: 1.12;
  margin: 10px 0 9px;
}
.ukd-feature-banners p {
  color: var(--ukd-muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 18px;
}
.ukd-feature-banners a {
  color: var(--ukd-text);
  font-size: 13px;
  font-weight: 750;
}
.ukd-room-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4,1fr);
}
.ukd-room-grid a {
  min-height: 166px;
  overflow: hidden;
  position: relative;
}
.ukd-room-grid img {
  aspect-ratio: 16 / 7.5;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ukd-room-grid span {
  align-items: center;
  background: linear-gradient(0deg, rgba(255,255,255,.96), rgba(255,255,255,.72));
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 13px 15px;
  position: absolute;
  right: 0;
}
.ukd-room-grid strong { font-size: 14px; }
.ukd-room-grid em { color: var(--ukd-muted); font-size: 12px; font-style: normal; }
.ukd-room-grid em::after { content: " →"; }
.ukd-brand-strip {
  margin-bottom: 72px;
  padding: 54px 0 58px;
  text-align: center;
}
.ukd-brand-strip p {
  color: var(--ukd-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 28px;
  text-transform: uppercase;
}
.ukd-brand-strip div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  justify-content: center;
}
.ukd-brand-strip a {
  color: #8a8983;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
  transition: color .18s ease;
}
.ukd-brand-strip a:hover { color: var(--ukd-text); }
.ukd-newsletter {
  background: var(--ukd-soft);
  border: 0;
  margin-bottom: 0;
  min-height: 246px;
  padding: 62px 24px;
  text-align: center;
}
.ukd-newsletter h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 12px;
}
.ukd-newsletter p {
  color: var(--ukd-muted);
  font-size: 15px;
  margin: 0 0 24px;
}
.ukd-newsletter form {
  background: #fff;
  border: 1px solid var(--ukd-line);
  display: grid;
  grid-template-columns: 1fr 116px;
  height: 48px;
  margin: 0 auto;
  max-width: 620px;
}
.ukd-newsletter input,
.ukd-newsletter button { border: 0; }
.ukd-newsletter input {
  color: var(--ukd-text);
  font-size: 14px;
  padding: 0 18px;
}
.ukd-newsletter button {
  background: var(--ukd-brand);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
}
.ukd-newsletter__note {
  color: var(--ukd-brand);
  font-size: 13px;
  font-weight: 700;
  min-height: 20px;
  padding-top: 12px;
}
.ukd-benefits {
  border-bottom: 1px solid var(--ukd-line);
  border-top: 1px solid var(--ukd-line);
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-bottom: 0;
  min-height: 104px;
}
.ukd-benefits div {
  align-items: center;
  border-right: 1px solid var(--ukd-line);
  display: grid;
  gap: 2px 14px;
  grid-template-columns: 32px 1fr;
  padding: 24px 20px;
}
.ukd-benefits div:last-child { border-right: 0; }
.ukd-benefits span {
  color: var(--ukd-brand);
  font-size: 20px;
  grid-row: 1 / span 2;
}
.ukd-benefits strong {
  font-size: 14px;
  line-height: 1.25;
}
.ukd-benefits p {
  color: var(--ukd-muted);
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
}
.ukd-footer {
  border-top: 1px solid var(--ukd-line);
  min-height: 288px;
  padding: 54px 0 28px;
}
.ukd-footer__top {
  display: grid;
  gap: 56px;
  grid-template-columns: 1.35fr repeat(4,1fr);
}
.ukd-footer h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  margin: 0 0 14px;
}
.ukd-footer h4 {
  color: var(--ukd-text);
  font-size: 12px;
  letter-spacing: .08em;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.ukd-footer p,
.ukd-footer a {
  color: var(--ukd-muted);
  display: block;
  font-size: 13px;
  line-height: 1.9;
}
.ukd-footer__bottom {
  border-top: 1px solid var(--ukd-line);
  color: var(--ukd-muted);
  display: grid;
  gap: 18px;
  grid-template-columns: .7fr 1.6fr .7fr;
  margin-top: 42px;
  padding-top: 20px;
}
.ukd-footer__bottom span {
  font-size: 11px;
  line-height: 1.55;
}
.ukd-empty {
  background: var(--ukd-soft);
  color: var(--ukd-muted);
  font-size: 14px;
  padding: 32px;
  text-align: center;
}
@media (max-width: 1199px) {
  .ukd-store-home .ukd-main-header__inner { grid-template-columns: 34px 180px 1fr; }
  .ukd-store-home .ukd-header-actions { display: none; }
  .ukd-primary-nav__links { gap: 20px; overflow-x: auto; }
  .ukd-store-home .ukd-hero-grid { grid-template-columns: 1fr; grid-template-rows: 420px 210px 210px; }
  .ukd-store-home .ukd-hero-card--large { grid-row: auto; }
  .ukd-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ukd-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  .entry-content > .ukd-store-home {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }

  .ukd-store-home .ukd-home-main,
  .ukd-store-home .ukd-utility-bar__inner,
  .ukd-store-home .ukd-main-header__inner,
  .ukd-store-home .ukd-primary-nav__inner,
  .ukd-store-home .ukd-footer,
  .ukd-store-home .ukd-product-section,
  .ukd-store-home .ukd-category-section,
  .ukd-store-home .ukd-promo-triptych,
  .ukd-store-home .ukd-feature-banners,
  .ukd-store-home .ukd-room-section,
  .ukd-store-home .ukd-brand-strip,
  .ukd-store-home .ukd-newsletter,
  .ukd-store-home .ukd-benefits,
  .ukd-store-home .ukd-hero-grid {
    margin-left: auto !important;
    margin-right: auto !important;
    width: min(calc(100vw - 32px), var(--ukd-max));
  }
  .ukd-utility-bar__left span:nth-child(2),
  .ukd-utility-bar__left b,
  .ukd-utility-bar__right span:last-child { display: none; }
  .ukd-store-home .ukd-main-header__inner {
    grid-template-columns: 36px 1fr 36px;
    min-height: 72px;
    padding: 0;
  }
  .ukd-store-home .ukd-brand strong { font-size: 27px; }
  .ukd-store-home .ukd-search {
    grid-column: 1 / -1;
    grid-template-columns: 128px 1fr 50px;
    height: 44px;
    margin-bottom: 12px;
  }
  .ukd-primary-nav,
  .ukd-mega-menu { display: none; }
  .ukd-store-home .ukd-hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 370px 180px 180px;
    margin-top: 20px;
  }
  .ukd-store-home .ukd-hero-card > div { bottom: 26px; left: 24px; right: 24px; }
  .ukd-store-home .ukd-hero-card h1 { font-size: 36px; }
  .ukd-store-home .ukd-hero-card h2 { font-size: 24px; }
  .ukd-section-head { align-items: flex-start; flex-direction: column; gap: 14px; }
  .ukd-section-head h2 { font-size: 27px; }
  .ukd-product-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .ukd-product-card {
    flex: 0 0 72%;
    scroll-snap-align: start;
  }
  .ukd-category-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .ukd-promo-triptych,
  .ukd-feature-banners,
  .ukd-benefits,
  .ukd-footer__top,
  .ukd-footer__bottom {
    grid-template-columns: 1fr;
  }
  .ukd-feature-banners article { grid-template-columns: 1fr; }
  .ukd-feature-banners img { aspect-ratio: 16 / 9; }
  .ukd-room-grid { grid-template-columns: repeat(2,1fr); }
  .ukd-benefits div { border-right: 0; border-bottom: 1px solid var(--ukd-line); }
}

.ukd-language-switch {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  white-space: nowrap;
}
.ukd-language-switch a {
  color: inherit;
  opacity: .72;
  text-decoration: none;
}
.ukd-language-switch a.is-active {
  font-weight: 800;
  opacity: 1;
}
.ukd-utility-bar .ukd-language-switch span,
.ukd-topline__tools .ukd-language-switch span {
  opacity: .55;
}
.ukd-search-page__form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 120px;
  gap: 12px;
  margin-top: 24px;
  max-width: 680px;
}
.ukd-search-page__form input {
  border: 1px solid #e3d7c7;
  border-radius: 4px;
  color: #1d2b3a;
  font-size: 1rem;
  min-height: 48px;
  padding: 0 16px;
}
.ukd-search-empty {
  display: grid;
  gap: 16px;
  justify-items: center;
  min-height: 180px;
}
.ukd-search-empty p {
  margin: 0;
}
@media (max-width: 640px) {
  .ukd-search-page__form {
    grid-template-columns: 1fr;
  }
}

/* Boss backend/front correction pass 2026-08-03 */
@media (min-width: 769px) {
  .ukd-store-home .ukd-menu-button {
    pointer-events: none;
    visibility: hidden;
  }
}

.ukd-store-home .ukd-header-actions a {
  border: 1px solid #ece8e2;
  min-width: 98px;
  padding: 10px 12px;
}

.ukd-store-home .ukd-header-actions a:hover {
  border-color: #b45a12;
  color: #b45a12;
}

.ukd-product-grid {
  gap: 20px !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.ukd-product-card__media,
.ukd-deal-card__image,
body.single-product div.product .woocommerce-product-gallery__image,
body.single-product div.product .ukd-product-remote-image,
body.single-product div.product .ct-media-container,
body.single-product .related.products .ukd-loop-remote-image,
body.single-product .upsells.products .ukd-loop-remote-image,
.woocommerce ul.products li.product .ukd-loop-remote-image {
  background: #fffaf4 !important;
}

.ukd-product-card__media img,
.ukd-deal-card__image img,
body.single-product div.product .woocommerce-product-gallery img,
body.single-product div.product .ukd-product-remote-image img,
body.single-product div.product .ct-media-container img,
body.single-product .related.products .ukd-loop-remote-image img,
body.single-product .upsells.products .ukd-loop-remote-image img,
.woocommerce ul.products li.product .ukd-loop-remote-image img {
  object-fit: contain !important;
}

.ukd-category-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ukd-back-to-top {
  align-items: center;
  background: #b45a12;
  border: 0;
  border-radius: 999px;
  bottom: 28px;
  box-shadow: 0 14px 34px rgba(49, 31, 18, .22);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  height: 48px;
  justify-content: center;
  position: fixed;
  right: 24px;
  width: 48px;
  z-index: 990;
}

.ukd-product-disclaimer {
  border-top: 1px solid #ece8e2;
  color: #77736f;
  font-size: 12px;
  line-height: 1.7;
  margin: 24px auto 0;
  max-width: 1180px;
  padding: 22px 18px;
}

body.single-product .related.products ul.products,
body.single-product .upsells.products ul.products {
  display: grid !important;
  gap: 20px !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

body.single-product .related.products ul.products li.product,
body.single-product .upsells.products ul.products li.product {
  margin: 0 !important;
  width: auto !important;
}

body.single-product .related.products ul.products li.product img,
body.single-product .upsells.products ul.products li.product img {
  aspect-ratio: 1 / 1;
  height: auto !important;
  width: 100% !important;
}

.ukd-mobile-tooldock {
  display: none;
}

@media (max-width: 900px) {
  .ukd-product-grid,
  body.single-product .related.products ul.products,
  body.single-product .upsells.products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 68px;
  }

  .ukd-store-home .ukd-main-header {
    position: static;
  }

  .ukd-store-home .ukd-main-header__inner {
    gap: 12px;
    grid-template-columns: 34px 1fr;
    min-height: 72px;
  }

  .ukd-store-home .ukd-search {
    grid-column: 1 / -1;
    grid-template-columns: 58px minmax(0, 1fr) 52px;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .ukd-store-home .ukd-search input,
  .ukd-store-home .ukd-search select {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
  }

  .ukd-store-home .ukd-search button {
    min-width: 0;
    padding: 0;
    width: 52px;
  }

  .ukd-product-grid,
  .ukd-deals-grid,
  body.single-product .related.products ul.products,
  body.single-product .upsells.products ul.products {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    overflow: visible !important;
  }

  .ukd-product-card {
    min-width: 0;
    width: auto;
  }

  .ukd-product-card__media,
  .ukd-deal-card__image {
    aspect-ratio: 1 / 1 !important;
    min-height: 0;
  }

  .ukd-product-card__title,
  .ukd-deal-card__title {
    font-size: 13px;
    line-height: 1.35;
  }

  body.single-product div.product > .product-entry-wrapper {
    gap: 18px !important;
    grid-template-columns: 1fr !important;
    padding: 20px 14px 44px !important;
  }

  body.single-product div.product .product_title {
    font-size: 26px !important;
  }

  body.single-product div.product p.price {
    font-size: 22px !important;
  }

  .ukd-back-to-top {
    bottom: 82px;
    height: 42px;
    right: 14px;
    width: 42px;
  }

  .ukd-mobile-tooldock {
    align-items: center;
    background: #fff;
    border-top: 1px solid #e8dfd3;
    bottom: 0;
    box-shadow: 0 -10px 28px rgba(32, 32, 32, .08);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    left: 0;
    min-height: 62px;
    position: fixed;
    right: 0;
    z-index: 1200;
  }

  .ukd-mobile-tooldock a {
    align-items: center;
    background: transparent;
    border: 0;
    color: #26362f;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    font-weight: 700;
    gap: 4px;
    justify-content: center;
    min-height: 62px;
    text-decoration: none;
  }

  .ukd-mobile-tooldock svg {
    height: 20px;
    width: 20px;
  }
}

/* Final workbook override: submit entry must remain visibly larger than utility links. */
.ukd-store-home .ukd-header-actions a {
  font-size: 14px !important;
  min-height: 42px !important;
  padding: 0 18px !important;
}

/* Keep related product cards readable and prevent Amazon images from being cropped. */
body.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link,
body.single-product .upsells.products ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
}

body.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link > img,
body.single-product .upsells.products ul.products li.product a.woocommerce-LoopProduct-link > img,
body.single-product .related.products ul.products li.product .ct-media-container,
body.single-product .upsells.products ul.products li.product .ct-media-container,
body.single-product .related.products ul.products li.product .ukd-loop-remote-image,
body.single-product .upsells.products ul.products li.product .ukd-loop-remote-image {
  aspect-ratio: 1 / 1;
  background: #fff !important;
  border-radius: 0 !important;
  height: auto !important;
  overflow: hidden;
  width: 100% !important;
}

body.single-product .related.products ul.products li.product img,
body.single-product .upsells.products ul.products li.product img {
  aspect-ratio: 1 / 1;
  background: #fff !important;
  display: block;
  height: auto !important;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
}

body.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .related.products ul.products li.product .woocommerce-loop-product__title a,
body.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  line-height: 1.25 !important;
  min-height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ukd-logo--image,
.ukd-brand--image,
.ukd-mobile-drawer__brand--image {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.ukd-logo--image img {
  display: block;
  height: 42px;
  max-width: 190px;
  object-fit: contain;
  width: auto;
}

.ukd-brand--image img {
  display: block;
  height: 54px;
  max-width: 210px;
  object-fit: contain;
  width: auto;
}

.ukd-mobile-drawer__brand--image img,
.ukd-footer-logo img {
  display: block;
  height: 58px;
  max-width: 220px;
  object-fit: contain;
  width: auto;
}

.ukd-footer-logo {
  line-height: 0;
  margin: 0 0 12px;
}

@media (max-width: 767px) {
  .ukd-brand--image img {
    height: 48px;
    max-width: 170px;
  }

  .ukd-logo--image img {
    height: 34px;
    max-width: 150px;
  }

  .ukd-mobile-drawer__brand--image img {
    height: 52px;
  }
}

.ukd-share-open {
  overflow: hidden;
}

.ukd-share-modal[aria-hidden="true"] {
  display: none;
}

.ukd-share-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 22px;
  position: fixed;
  z-index: 9999;
}

.ukd-share-modal__backdrop {
  background: rgba(20, 16, 12, .46);
  inset: 0;
  position: absolute;
}

.ukd-share-modal__dialog {
  background: #fff;
  border: 1px solid #efe7dd;
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(25, 18, 10, .24);
  max-width: 430px;
  padding: 22px;
  position: relative;
  width: min(100%, 430px);
}

.ukd-share-modal__dialog h3 {
  color: #1f1a15;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 14px;
}

.ukd-share-modal__dialog h4 {
  color: #1f1a15;
  font-size: 13px;
  font-weight: 800;
  margin: 22px 0 12px;
}

.ukd-share-modal__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #75685d;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  height: 28px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 28px;
}

.ukd-share-modal__copy {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
}

.ukd-share-modal__copy input {
  background: #f8f6f2;
  border: 1px solid #e8ddd0;
  border-radius: 6px;
  color: #72665b;
  font-size: 12px;
  min-width: 0;
  padding: 0 12px;
}

.ukd-share-modal__copy button {
  background: #a9ff78;
  border: 0;
  border-radius: 6px;
  color: #17360d;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  min-height: 42px;
  padding: 0 16px;
}

.ukd-share-modal__status {
  color: #247d49;
  font-size: 12px;
  min-height: 16px;
  margin: 8px 0 0;
}

.ukd-share-modal__networks {
  align-items: center;
  display: flex;
  gap: 28px;
}

.ukd-share-network {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 32px;
}

.ukd-share-network--reddit { background: #ff4500; }
.ukd-share-network--facebook { background: #1877f2; font-family: Arial, sans-serif; font-size: 18px; }
.ukd-share-network--x { background: #000; }
.ukd-share-network--whatsapp { background: #25d366; }

.single-product div.product .ukd-product-posted-time {
  color: #b76012;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin: 8px 0 0;
  max-width: 520px;
  text-align: right;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery .ukd-product-posted-time {
  bottom: 8px;
  margin: 0;
  max-width: calc(100% - 16px);
  position: absolute;
  right: 8px;
  width: auto;
  z-index: 5;
}

.single-product div.product .ukd-product-posted-time time {
  background: #fff;
  border: 1px solid #efc7a5;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 8px;
}

@media (max-width: 520px) {
  .ukd-share-modal {
    align-items: flex-end;
    padding: 14px;
  }

  .ukd-share-modal__dialog {
    padding: 20px;
  }

  .ukd-share-modal__copy {
    grid-template-columns: 1fr;
  }

  .ukd-share-modal__copy input,
  .ukd-share-modal__copy button {
    min-height: 42px;
  }

  .ukd-share-modal__networks {
    justify-content: space-between;
  }

  .single-product div.product .ukd-product-posted-time {
    margin: 6px 0 12px;
    max-width: none;
    width: 100%;
  }

  .single-product div.product .woocommerce-product-gallery .ukd-product-posted-time {
    margin: 0;
    max-width: calc(100% - 16px);
    width: auto;
  }
}

.ukd-category-nav::after {
  content: "";
  flex: 0 0 1px;
}

@media (max-width: 768px) {
  .ukd-category-nav {
    border-radius: 0;
    margin-left: 18px;
    margin-right: 18px;
    max-width: calc(100vw - 36px);
  }

  .ukd-category-nav a {
    min-height: 46px;
    min-width: max-content;
    padding: 9px 14px;
  }
}
