/* Giftwrap platform refresh, mapped from the React gifting-trading UI. */

body:not([data-domain-property="futureproofed.co.za"]) {
  --gw-navy: #071428;
  --gw-navy-2: #101828;
  --gw-blue: #1699bd;
  --gw-blue-dark: #0f82a3;
  --gw-red: #ef1d2f;
  --gw-soft: #f6f9fc;
  --gw-border: #e6edf3;
  --gw-muted: #667085;
  --gw-shadow: 0 10px 28px rgba(7, 20, 40, 0.08);
  --gw-card-shadow: 0 16px 38px rgba(7, 20, 40, 0.12);
  background: #ffffff;
  color: var(--gw-navy-2);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(h1, h2, h3, h4, .font-display, .brand-copy strong) {
  letter-spacing: 0;
}

body:not([data-domain-property="futureproofed.co.za"]) .header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  box-shadow: var(--gw-shadow);
}

body:not([data-domain-property="futureproofed.co.za"]) .utility-bar {
  background: var(--gw-navy);
  color: #dbe7f4;
}

body:not([data-domain-property="futureproofed.co.za"]) .utility-bar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body:not([data-domain-property="futureproofed.co.za"]) .utility-bar-copy,
body:not([data-domain-property="futureproofed.co.za"]) .utility-bar-meta {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

body:not([data-domain-property="futureproofed.co.za"]) .utility-pill,
body:not([data-domain-property="futureproofed.co.za"]) .utility-meta-link,
body:not([data-domain-property="futureproofed.co.za"]) .utility-social-link {
  color: #dbe7f4;
  opacity: 0.96;
}

body:not([data-domain-property="futureproofed.co.za"]) .header-main {
  background: #ffffff;
  border-bottom: 1px solid var(--gw-border);
}

body:not([data-domain-property="futureproofed.co.za"]) .header-main-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(176px, 220px) minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 28px;
}

body:not([data-domain-property="futureproofed.co.za"]) .brand-lockup {
  gap: 12px;
}

body:not([data-domain-property="futureproofed.co.za"]) .brand-mark {
  width: 58px;
  height: 58px;
}

body:not([data-domain-property="futureproofed.co.za"]) .brand-copy strong {
  color: var(--gw-navy);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
}

body:not([data-domain-property="futureproofed.co.za"]) .brand-copy span {
  color: var(--gw-muted);
  font-size: 12px;
  font-weight: 700;
}

body:not([data-domain-property="futureproofed.co.za"]) .search-master {
  width: 100%;
  max-width: none;
}

body:not([data-domain-property="futureproofed.co.za"]) .search-bar {
  height: 46px;
  overflow: hidden;
  border: 1px solid #d7e2ec;
  border-radius: 4px;
  background: #ffffff;
}

body:not([data-domain-property="futureproofed.co.za"]) .search-input {
  min-height: 46px;
  padding: 0 86px 0 46px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gw-navy-2);
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
}

body:not([data-domain-property="futureproofed.co.za"]) .search-input:focus {
  border: 0;
  background: transparent;
  box-shadow: inset 0 0 0 2px rgba(22, 153, 189, 0.32);
}

body:not([data-domain-property="futureproofed.co.za"]) .search-icon {
  left: 16px;
  color: var(--gw-muted);
}

body:not([data-domain-property="futureproofed.co.za"]) .ai-powered-tag {
  right: 0;
  height: 100%;
  min-width: 58px;
  border-radius: 0;
  background: var(--gw-red);
  color: #ffffff;
  font-weight: 900;
}

body:not([data-domain-property="futureproofed.co.za"]) .secondary-nav {
  gap: 10px;
}

body:not([data-domain-property="futureproofed.co.za"]) .secondary-nav-link,
body:not([data-domain-property="futureproofed.co.za"]) .header-toggle {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--gw-border);
  border-radius: 4px;
  background: #ffffff;
  color: var(--gw-navy);
  font-size: 13px;
  font-weight: 900;
}

body:not([data-domain-property="futureproofed.co.za"]) .secondary-nav-link.cta,
body:not([data-domain-property="futureproofed.co.za"]) .mobile-link-cta,
body:not([data-domain-property="futureproofed.co.za"]) .button.primary {
  border-color: var(--gw-red);
  background: var(--gw-red);
  color: #ffffff;
}

body:not([data-domain-property="futureproofed.co.za"]) .secondary-nav-link:hover,
body:not([data-domain-property="futureproofed.co.za"]) .header-toggle:hover {
  border-color: var(--gw-blue);
  color: var(--gw-blue-dark);
}

body:not([data-domain-property="futureproofed.co.za"]) .category-bar {
  position: relative;
  z-index: 95;
  background: var(--gw-blue);
  box-shadow: var(--gw-shadow);
}

body:not([data-domain-property="futureproofed.co.za"]) .category-bar-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not([data-domain-property="futureproofed.co.za"]) .category-bar-label {
  display: none;
}

body:not([data-domain-property="futureproofed.co.za"]) .category-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
}

body:not([data-domain-property="futureproofed.co.za"]) .category-nav-link {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border-radius: 0;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
}

body:not([data-domain-property="futureproofed.co.za"]) .category-nav-link:hover,
body:not([data-domain-property="futureproofed.co.za"]) .nav-group.is-open .category-nav-link,
body:not([data-domain-property="futureproofed.co.za"]) .category-nav-link.view-all {
  background: var(--gw-blue-dark);
  color: #ffffff;
}

body:not([data-domain-property="futureproofed.co.za"]) .dropdown.mega-menu {
  width: min(760px, 92vw);
  border: 1px solid var(--gw-border);
  border-radius: 0;
  background: #ffffff;
  color: var(--gw-navy-2);
  box-shadow: 0 18px 40px rgba(7, 20, 40, 0.14);
}

body:not([data-domain-property="futureproofed.co.za"]) .mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 26px;
}

body:not([data-domain-property="futureproofed.co.za"]) .mega-heading {
  color: var(--gw-navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body:not([data-domain-property="futureproofed.co.za"]) .mega-link {
  color: #344054;
  font-size: 14px;
  font-weight: 700;
}

body:not([data-domain-property="futureproofed.co.za"]) .mega-link:hover {
  color: var(--gw-red);
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.button, .pagination-button, .pill-link, .aprons-chip, .gift-shop__chip) {
  border-radius: 4px;
  font-weight: 900;
  letter-spacing: 0;
}

body:not([data-domain-property="futureproofed.co.za"]) .button.secondary {
  border-color: rgba(7, 20, 40, 0.18);
  background: #ffffff;
  color: var(--gw-navy);
}

body:not([data-domain-property="futureproofed.co.za"]) .button.tertiary {
  border-color: var(--gw-border);
  background: var(--gw-soft);
  color: var(--gw-navy);
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.button.primary, .button.secondary, .button.tertiary):hover {
  transform: translateY(-1px);
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.hero-home, .gift-hero, .aprons-hero) {
  min-height: calc(100svh - 174px);
  overflow: hidden;
  background: var(--gw-navy);
  color: #ffffff;
}

body:not([data-domain-property="futureproofed.co.za"]) .hero-home {
  position: relative;
}

body:not([data-domain-property="futureproofed.co.za"]) .hero-home::after,
body:not([data-domain-property="futureproofed.co.za"]) .gift-hero::after,
body:not([data-domain-property="futureproofed.co.za"]) .aprons-hero::after,
body:not([data-domain-property="futureproofed.co.za"]) .page-hero::after,
body:not([data-domain-property="futureproofed.co.za"]) .gift-b2b-page-hero::after,
body:not([data-domain-property="futureproofed.co.za"]) .aprons-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4, 10, 20, 0.88), rgba(4, 10, 20, 0.54) 48%, rgba(4, 10, 20, 0.12));
}

body:not([data-domain-property="futureproofed.co.za"]) .hero-slide {
  opacity: 0.72;
}

body:not([data-domain-property="futureproofed.co.za"]) .hero-grid,
body:not([data-domain-property="futureproofed.co.za"]) .gift-hero__inner,
body:not([data-domain-property="futureproofed.co.za"]) .aprons-hero__grid {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 174px);
  display: grid;
  align-items: center;
}

body:not([data-domain-property="futureproofed.co.za"]) .hero-copy-home,
body[data-domain-property="gift.co.za"] .gift-hero__content,
body[data-domain-property="aprons.co.za"] .aprons-hero__copy {
  max-width: 720px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #ffffff;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.hero-copy-home, .gift-hero__content, .aprons-hero__copy) :where(.eyebrow, .gift-kicker, .aprons-kicker) {
  color: var(--gw-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.hero-copy-home, .gift-hero__content, .aprons-hero__copy) h1 {
  margin-top: 16px;
  color: #ffffff;
  font-family: Impact, "Arial Black", Inter, sans-serif;
  font-size: clamp(42px, 7vw, 76px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.hero-copy-home, .gift-hero__content, .aprons-hero__copy) p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.hero-actions, .gift-hero__actions, .aprons-hero__actions) {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.hero-copy-home, .gift-hero__content, .aprons-hero__copy) .button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
  color: #ffffff;
}

body[data-domain-property="gift.co.za"] .gift-hero__panels {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: min(48vw, 760px);
  opacity: 0.74;
}

body[data-domain-property="gift.co.za"] .gift-hero__panel {
  border-radius: 0;
}

body[data-domain-property="gift.co.za"] .gift-hero__panel span {
  background: rgba(7, 20, 40, 0.78);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-domain-property="aprons.co.za"] .aprons-hero__visual {
  position: relative;
  z-index: 2;
}

body[data-domain-property="aprons.co.za"] .aprons-hero__visual img {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--gw-card-shadow);
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.page-hero, .gift-b2b-page-hero, .aprons-page-hero) {
  position: relative;
  overflow: hidden;
  background: var(--gw-navy);
  color: #ffffff;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.page-hero-content, .gift-b2b-page-hero__copy, .aprons-page-hero__copy) {
  position: relative;
  z-index: 2;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.page-hero-content, .gift-b2b-page-hero__copy, .aprons-page-hero__copy) h1 {
  color: #ffffff;
  font-family: Impact, "Arial Black", Inter, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.page-hero-content, .gift-b2b-page-hero__copy, .aprons-page-hero__copy) p {
  color: rgba(255, 255, 255, 0.78);
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.section, .gift-home-intro, .gift-categories, .gift-business-routes, .aprons-category-rail) {
  background: #ffffff;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.category-rail, .gift-home-intro, .aprons-category-rail) {
  border-bottom: 1px solid var(--gw-border);
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.pill-link, .aprons-chip) {
  border: 1px solid var(--gw-border);
  background: #ffffff;
  color: var(--gw-navy);
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.pill-link:hover, .aprons-chip:hover, .pill-link.view-all) {
  border-color: var(--gw-blue);
  background: rgba(22, 153, 189, 0.08);
  color: var(--gw-blue-dark);
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.shop-shell, .gift-shop, .aprons-shop-layout) {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 32px;
  width: min(1280px, calc(100vw - 32px));
  margin: 48px auto 72px;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.shop-sidebar, .gift-shop__sidebar) {
  position: sticky;
  top: 148px;
  align-self: start;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.shop-sidebar, .gift-shop__filter-block, .gift-shop__toolbar, .aprons-sidebar-card, .aprons-panel, .empty-state) {
  border: 1px solid var(--gw-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(7, 20, 40, 0.05);
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.shop-sidebar, .gift-shop__filter-block, .gift-shop__toolbar, .aprons-sidebar-card, .aprons-panel, .empty-state) {
  padding: 20px;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.shop-sidebar h2, .gift-shop__filter-block h2, .aprons-sidebar-card h2, .shop-toolbar h2, .gift-shop__toolbar h2) {
  margin: 0 0 12px;
  color: var(--gw-navy);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.category-menu, .gift-shop__categories, .source-menu) {
  display: grid;
  gap: 8px;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.category-link, .gift-shop__category, .gift-shop__chip) {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--gw-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--gw-navy);
  font-size: 14px;
  font-weight: 800;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.category-link, .gift-shop__category) {
  padding: 9px 12px;
}

body:not([data-domain-property="futureproofed.co.za"]) .gift-shop__chip {
  justify-content: center;
  padding: 8px 12px;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.category-link.active, .category-link:hover, .gift-shop__category.is-active, .gift-shop__category:hover, .gift-shop__chip.is-active, .gift-shop__chip:hover) {
  border-color: var(--gw-navy);
  background: var(--gw-navy);
  color: #ffffff;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.shop-search, .gift-shop__search, .aprons-form-search) {
  display: flex;
  gap: 10px;
  align-items: center;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.shop-search input, .gift-shop__search input, .aprons-form-search input[type="text"]) {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7e2ec;
  border-radius: 4px;
  background: #ffffff;
  color: var(--gw-navy-2);
  font-size: 14px;
  font-weight: 600;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.shop-search input:focus, .gift-shop__search input:focus, .aprons-form-search input[type="text"]:focus) {
  border-color: var(--gw-blue);
  outline: 2px solid rgba(22, 153, 189, 0.22);
}

body:not([data-domain-property="futureproofed.co.za"]) .active-filters,
body:not([data-domain-property="futureproofed.co.za"]) .gift-shop__active {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
}

body:not([data-domain-property="futureproofed.co.za"]) .filter-chip,
body:not([data-domain-property="futureproofed.co.za"]) .gift-shop__active span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(22, 153, 189, 0.1);
  color: var(--gw-blue-dark);
  font-size: 12px;
  font-weight: 900;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.cards.product-cards-grid, .gift-shop__grid, .aprons-results-grid) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.product-tile, .gift-product-card, .aprons-product-tile, .home-product-card, .home-collection-card, .gift-category-card, .gift-business-route-card) {
  overflow: hidden;
  border: 1px solid var(--gw-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(7, 20, 40, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.product-tile:hover, .gift-product-card:hover, .aprons-product-tile:hover, .home-product-card:hover, .home-collection-card:hover, .gift-category-card:hover, .gift-business-route-card:hover) {
  transform: translateY(-3px);
  border-color: rgba(22, 153, 189, 0.45);
  box-shadow: var(--gw-card-shadow);
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.product-media, .gift-product-card__media, .aprons-product-tile__media, .home-product-card__media) {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--gw-soft);
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.product-media img, .gift-product-card__media img, .aprons-product-tile__media img, .home-product-card__media img) {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  transition: transform 420ms ease;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.product-tile:hover, .gift-product-card:hover, .aprons-product-tile:hover, .home-product-card:hover) :where(.product-media img, .gift-product-card__media img, .aprons-product-tile__media img, .home-product-card__media img) {
  transform: scale(1.06);
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.product-tile-body, .gift-product-card__body, .aprons-product-tile__body) {
  padding: 18px;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.product-category, .gift-product-card__meta, .aprons-kicker) {
  color: var(--gw-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.product-tile h3, .gift-product-card h3, .aprons-product-tile h3) {
  margin: 6px 0 0;
  color: var(--gw-navy);
  font-family: Impact, "Arial Black", Inter, sans-serif;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.product-price, .gift-product-card__price strong, .aprons-product-tile__meta strong) {
  color: var(--gw-navy);
  font-family: Impact, "Arial Black", Inter, sans-serif;
  font-size: 22px;
  letter-spacing: 0;
}

body:not([data-domain-property="futureproofed.co.za"]) :where(.shop-tile-actions, .gift-product-card__actions, .aprons-product-tile__actions) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 18px 18px;
}

body:not([data-domain-property="futureproofed.co.za"]) .pagination-row,
body:not([data-domain-property="futureproofed.co.za"]) .gift-shop__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

body:not([data-domain-property="futureproofed.co.za"]) .pagination-button,
body:not([data-domain-property="futureproofed.co.za"]) .gift-shop__page-status {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--gw-border);
  border-radius: 4px;
  background: #ffffff;
  color: var(--gw-navy);
  font-size: 13px;
  font-weight: 900;
}

body:not([data-domain-property="futureproofed.co.za"]) .pagination-button:hover {
  border-color: var(--gw-blue);
  color: var(--gw-blue-dark);
}

body:not([data-domain-property="futureproofed.co.za"]) .pagination-button.disabled,
body:not([data-domain-property="futureproofed.co.za"]) .button.is-disabled {
  opacity: 0.48;
  pointer-events: none;
}

@media (max-width: 1180px) {
  body:not([data-domain-property="futureproofed.co.za"]) .header-main-inner {
    grid-template-columns: minmax(160px, 190px) minmax(220px, 1fr) auto;
    gap: 18px;
  }

  body:not([data-domain-property="futureproofed.co.za"]) .secondary-nav {
    display: none;
  }

  body:not([data-domain-property="futureproofed.co.za"]) .category-nav {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body:not([data-domain-property="futureproofed.co.za"]) .category-nav::-webkit-scrollbar {
    display: none;
  }

  body:not([data-domain-property="futureproofed.co.za"]) .category-nav-link {
    white-space: nowrap;
  }

  body:not([data-domain-property="futureproofed.co.za"]) :where(.cards.product-cards-grid, .gift-shop__grid, .aprons-results-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body:not([data-domain-property="futureproofed.co.za"]) .utility-bar-inner {
    justify-content: center;
  }

  body:not([data-domain-property="futureproofed.co.za"]) .utility-bar-meta,
  body:not([data-domain-property="futureproofed.co.za"]) .utility-bar-copy--highlights .utility-pill:nth-child(n+3) {
    display: none;
  }

  body:not([data-domain-property="futureproofed.co.za"]) .header-main-inner {
    min-height: auto;
    grid-template-columns: 1fr auto;
    padding: 14px 0;
  }

  body:not([data-domain-property="futureproofed.co.za"]) .search-master {
    grid-column: 1 / -1;
    order: 3;
  }

  body:not([data-domain-property="futureproofed.co.za"]) .category-bar {
    display: none;
  }

  body:not([data-domain-property="futureproofed.co.za"]) :where(.hero-home, .gift-hero, .aprons-hero),
  body:not([data-domain-property="futureproofed.co.za"]) :where(.hero-grid, .gift-hero__inner, .aprons-hero__grid) {
    min-height: 620px;
  }

  body[data-domain-property="gift.co.za"] .gift-hero__panels {
    width: 100%;
    opacity: 0.32;
  }

  body:not([data-domain-property="futureproofed.co.za"]) :where(.shop-shell, .gift-shop, .aprons-shop-layout) {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  body:not([data-domain-property="futureproofed.co.za"]) :where(.shop-sidebar, .gift-shop__sidebar) {
    position: static;
  }
}

@media (max-width: 620px) {
  body:not([data-domain-property="futureproofed.co.za"]) .brand-mark {
    width: 46px;
    height: 46px;
  }

  body:not([data-domain-property="futureproofed.co.za"]) .brand-copy span {
    display: none;
  }

  body:not([data-domain-property="futureproofed.co.za"]) :where(.cards.product-cards-grid, .gift-shop__grid, .aprons-results-grid) {
    grid-template-columns: 1fr;
  }

  body:not([data-domain-property="futureproofed.co.za"]) :where(.shop-search, .gift-shop__search, .aprons-form-search, .shop-tile-actions, .gift-product-card__actions, .aprons-product-tile__actions) {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  body:not([data-domain-property="futureproofed.co.za"]) :where(.hero-copy-home, .gift-hero__content, .aprons-hero__copy) h1 {
    font-size: 42px;
  }
}
