/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Bricks component instances add a loop wrapper around the reusable product card. */
.kl-home-product-grid > .brxe-plhytz,
.kl-home-product-grid > .brxe-plhytz > .brxe-vfcdvj {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.kl-home-product-grid > .brxe-plhytz > .brxe-vfcdvj:focus-visible {
  outline: 2px solid var(--color-gold, #ad8c60);
  outline-offset: 4px;
}

/* Single product chapter navigation. */
body.single-product #brxe-spnavs {
  top: 0 !important;
  z-index: 60 !important;
  height: 68px !important;
  min-height: 68px;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(173, 140, 96, 0.2) !important;
  box-shadow: none !important;
}

body.single-product #brxe-spnavs > .brxe-container {
  height: 100%;
  min-height: 0;
}

body.single-product.kl-product-nav-stuck #brxe-spnavs {
  box-shadow: none !important;
}

body.single-product #brx-header {
  transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

body.single-product.kl-product-nav-stuck #brx-header {
  pointer-events: none;
  transform: translateY(-100%);
}

body.single-product .menu-sp__button.brxe-button {
  position: relative;
  height: 100% !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--kl-ink) !important;
  transform: none !important;
  transition: color 220ms ease;
}

body.single-product .menu-sp {
  column-gap: 0 !important;
  scrollbar-width: none;
}

body.single-product .menu-sp::-webkit-scrollbar {
  display: none;
}

body.single-product #brxe-spnavtop {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-product .menu-sp__button.brxe-button:hover,
body.single-product .menu-sp__button.brxe-button:focus-visible,
body.single-product .menu-sp__button.brxe-button.is-active {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--color-gold, #ad8c60) !important;
  transform: none !important;
}

body.single-product .menu-sp__button.brxe-button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
  transition: opacity 220ms ease, transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

body.single-product .menu-sp__button.brxe-button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

body.single-product #brxe-spov,
body.single-product #technology,
body.single-product #construction,
body.single-product #certificates,
body.single-product #specification,
body.single-product #guide,
body.single-product #brand {
  scroll-margin-top: 76px;
}

@media (max-width: 767px) {
  body.single-product #brxe-spnavs {
    height: 54px !important;
    min-height: 54px;
  }

  body.single-product #brxe-spov,
  body.single-product #technology,
  body.single-product #construction,
  body.single-product #certificates,
  body.single-product #specification,
  body.single-product #guide,
  body.single-product #brand {
    scroll-margin-top: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-product #brx-header,
  body.single-product .menu-sp__button.brxe-button {
    transition: none;
  }
}

/* Give homepage product hover rings room to sit outside the card without clipping. */
.kl-home-products .bes-embla--preset-product-listing .bes-embla__viewport {
  padding: 4px !important;
}

.kl-home-products .bes-embla--preset-product-listing .bes-embla__slide {
  padding: 4px !important;
}

/* Product archive category slider: restore slide padding after Embla turns cards into slides. */
body.post-type-archive-product #brxe-vyqhdb .bes-embla,
body.tax-product_cat #brxe-vyqhdb .bes-embla,
body.tax-product_brand #brxe-vyqhdb .bes-embla {
  --bes-embla-slide-size-desktop: calc((100% - 3rem) / 4) !important;
  --bes-embla-slide-size-tablet: calc((100% - 0.75rem) / 2) !important;
  --bes-embla-slide-size-mobile: 100% !important;
  --bes-embla-slide-size-mobile-landscape: 100% !important;
  --bes-embla-slide-size-mobile-portrait: 100% !important;
}

body.post-type-archive-product .sanpham--category--listing.bes-embla__slide,
body.tax-product_cat .sanpham--category--listing.bes-embla__slide,
body.tax-product_brand .sanpham--category--listing.bes-embla__slide {
  padding: clamp(18px, 2vw, 32px) !important;
}

body.post-type-archive-product #brxe-vyqhdb .bes-embla__viewport,
body.tax-product_cat #brxe-vyqhdb .bes-embla__viewport,
body.tax-product_brand #brxe-vyqhdb .bes-embla__viewport {
  margin-block: -18px 26px;
  padding-block: 18px 26px;
  overflow: clip;
  overflow-clip-margin: 48px;
  clip-path: inset(-48px 0 -48px 0);
}

body.post-type-archive-product #brxe-vyqhdb .bes-embla__container,
body.tax-product_cat #brxe-vyqhdb .bes-embla__container,
body.tax-product_brand #brxe-vyqhdb .bes-embla__container {
  padding-block: 2px;
}

body.post-type-archive-product .sanpham--category--listing,
body.tax-product_cat .sanpham--category--listing,
body.tax-product_brand .sanpham--category--listing {
  isolation: isolate;
}

body.post-type-archive-product .sanpham--category--listing::before,
body.tax-product_cat .sanpham--category--listing::before,
body.tax-product_brand .sanpham--category--listing::before {
  z-index: 1;
}

body.post-type-archive-product .sanpham--category--listing > :not(.kl-shop-slider-bg),
body.tax-product_cat .sanpham--category--listing > :not(.kl-shop-slider-bg),
body.tax-product_brand .sanpham--category--listing > :not(.kl-shop-slider-bg) {
  z-index: 2;
}

.kl-shop-slider-bg {
  position: absolute;
  inset: -16%;
  z-index: 0;
  display: block;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 50% 50%;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .kl-shop-slider-bg {
    inset: 0;
    transform: none !important;
    will-change: auto;
  }
}

/* Product archive filter offcanvas. */
body.post-type-archive-product #brxe-sbiasp,
body.tax-product_cat #brxe-sbiasp,
body.tax-product_brand #brxe-sbiasp {
  --kl-filter-border: rgba(173, 140, 96, 0.2);
  --kl-filter-surface: rgba(255, 252, 247, 0.96);
  --kl-filter-muted: rgba(42, 35, 27, 0.62);
  --kl-filter-ink: var(--text-heading, #1f2933);
  z-index: 99999;
}

body.post-type-archive-product #brxe-sbiasp .brx-offcanvas-inner,
body.tax-product_cat #brxe-sbiasp .brx-offcanvas-inner,
body.tax-product_brand #brxe-sbiasp .brx-offcanvas-inner {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
  width: min(100vw, 430px);
  max-width: 100vw;
  height: 100dvh;
  padding: 0;
  border-left: 1px solid var(--kl-filter-border);
  background: var(--kl-filter-surface);
  box-shadow: -24px 0 80px rgba(20, 16, 11, 0.18);
  overflow: hidden;
}

body.post-type-archive-product #brxe-sbiasp .brx-offcanvas-backdrop,
body.tax-product_cat #brxe-sbiasp .brx-offcanvas-backdrop,
body.tax-product_brand #brxe-sbiasp .brx-offcanvas-backdrop {
  background: rgba(12, 10, 8, 0.44);
  backdrop-filter: blur(6px);
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-body,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-body,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-body {
  min-height: 0;
  max-height: calc(100dvh - 154px);
  padding: 18px 20px 28px;
  overflow: auto;
  overscroll-behavior: contain;
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-group,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-group,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-group {
  padding: 18px 0;
  border-bottom: 1px solid var(--kl-filter-border);
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-group:first-child,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-group:first-child,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-group:first-child {
  padding-top: 0;
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-group-title,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-group-title,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-group-title {
  margin: 0 0 12px;
  color: var(--kl-filter-ink);
  font-family: Inter, var(--bricks-font-body, sans-serif);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-note,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-note,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-note {
  margin: -4px 0 12px;
  color: var(--kl-filter-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-list,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-list,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-list {
  display: grid;
  gap: 8px;
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-list ul,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-list ul,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-list ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-list li,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-list li,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-list li {
  margin: 0;
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-list label,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-list label,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-list label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(173, 140, 96, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--kl-filter-ink);
  font-family: Inter, var(--bricks-font-body, sans-serif);
  font-size: 0.82rem;
  line-height: 1.35;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-list label:hover,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-list label:hover,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-list label:hover,
body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-list .brx-option-active,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-list .brx-option-active,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-list .brx-option-active,
body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-list label:has(input:checked),
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-list label:has(input:checked),
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-list label:has(input:checked) {
  border-color: rgba(173, 140, 96, 0.52);
  background: #fffaf1;
  box-shadow: 0 8px 24px rgba(78, 58, 31, 0.08);
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-list .brx-input-indicator,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-list .brx-input-indicator,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-list .brx-input-indicator {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(15, 42, 76, 0.28);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-list input:checked + .brx-input-indicator,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-list input:checked + .brx-input-indicator,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-list input:checked + .brx-input-indicator {
  border-color: var(--color-gold, #ad8c60);
  background: var(--color-gold, #ad8c60);
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-list input:checked + .brx-input-indicator::after,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-list input:checked + .brx-input-indicator::after,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-list input:checked + .brx-input-indicator::after {
  width: 9px;
  height: 5px;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  content: "";
  transform: translateY(-1px) rotate(-45deg);
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-price-engine,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-price-engine,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-price-engine {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-footer,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-footer,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-footer {
  position: sticky;
  bottom: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--kl-filter-border);
  background: rgba(255, 252, 247, 0.98);
  box-shadow: 0 -12px 28px rgba(34, 24, 12, 0.08);
}

body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-reset,
body.tax-product_cat #brxe-sbiasp .kl-archive-filter-reset,
body.tax-product_brand #brxe-sbiasp .kl-archive-filter-reset {
  border: 1px solid rgba(173, 140, 96, 0.42) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--kl-filter-ink) !important;
}

body.post-type-archive-product .kl-archive-toolbar-section,
body.tax-product_cat .kl-archive-toolbar-section,
body.tax-product_brand .kl-archive-toolbar-section {
  position: sticky;
  top: 0;
  z-index: 999;
}

body.post-type-archive-product .kl-archive-toolbar h2,
body.tax-product_cat .kl-archive-toolbar h2,
body.tax-product_brand .kl-archive-toolbar h2 {
  font-family: Inter, var(--bricks-font-body, sans-serif);
  font-size: clamp(1.28rem, 0.9rem + 1vw, 1.72rem);
  letter-spacing: 0;
  line-height: 1.18;
}

body.post-type-archive-product .kl-archive-toolbar #brxe-cnueqx,
body.tax-product_cat .kl-archive-toolbar #brxe-cnueqx,
body.tax-product_brand .kl-archive-toolbar #brxe-cnueqx {
  font-family: Inter, var(--bricks-font-body, sans-serif);
  font-size: 0.9rem;
  line-height: 1.45;
}

body.post-type-archive-product.kl-archive-toolbar-stuck #brx-header,
body.tax-product_cat.kl-archive-toolbar-stuck #brx-header,
body.tax-product_brand.kl-archive-toolbar-stuck #brx-header {
  pointer-events: none;
  transform: translateY(-100%) !important;
}

body.post-type-archive-product #brx-header,
body.tax-product_cat #brx-header,
body.tax-product_brand #brx-header {
  transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

body.post-type-archive-product .kl-product-archive,
body.tax-product_cat .kl-product-archive,
body.tax-product_brand .kl-product-archive {
  scroll-margin-top: 96px;
}

body.post-type-archive-product .kl-product-archive .surface-grid,
body.tax-product_cat .kl-product-archive .surface-grid,
body.tax-product_brand .kl-product-archive .surface-grid {
  position: relative;
}

body.kl-archive-products-loading .kl-product-archive .surface-grid,
body.kl-archive-load-more-loading .kl-product-archive .surface-grid {
  pointer-events: none;
}

body.kl-archive-products-loading .kl-product-archive .kl-home-product-card {
  position: relative;
  isolation: isolate;
  min-height: 100%;
  overflow: hidden !important;
  border-color: rgba(210, 190, 158, 0.5) !important;
  background:
    linear-gradient(180deg, rgba(225, 209, 181, 0.42), rgba(248, 243, 234, 0.92)) 0 0 / 100% 58% no-repeat,
    linear-gradient(90deg, rgba(10, 39, 77, 0.18), rgba(10, 39, 77, 0.06)) 24px calc(58% + 30px) / 72% 22px no-repeat,
    linear-gradient(90deg, rgba(10, 39, 77, 0.12), rgba(10, 39, 77, 0.04)) 24px calc(58% + 66px) / 54% 14px no-repeat,
    linear-gradient(90deg, rgba(173, 140, 96, 0.32), rgba(238, 221, 190, 0.64)) 24px calc(100% - 46px) / 124px 18px no-repeat,
    linear-gradient(90deg, rgba(10, 39, 77, 0.18), rgba(10, 39, 77, 0.08)) calc(100% - 104px) calc(100% - 50px) / 80px 28px no-repeat,
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(246, 239, 226, 0.96));
  box-shadow: 0 16px 38px rgba(34, 24, 12, 0.04) !important;
}

body.kl-archive-products-loading .kl-product-archive .kl-home-product-card > * {
  opacity: 0 !important;
}

body.kl-archive-products-loading .kl-product-archive .kl-home-product-card::after {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.68) 45%, transparent 76%);
  content: "";
  pointer-events: none;
  transform: translateX(-115%);
  animation: klArchiveCardSkeletonSweep 1.55s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.kl-load-more-skeleton-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: inherit;
  width: 100%;
}

.kl-load-more-skeleton-row > span {
  position: relative;
  display: block;
  min-height: clamp(440px, 41vw, 560px);
  overflow: hidden;
  border: 1px solid rgba(210, 190, 158, 0.5);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(225, 209, 181, 0.42), rgba(248, 243, 234, 0.92)) 0 0 / 100% 58% no-repeat,
    linear-gradient(90deg, rgba(10, 39, 77, 0.18), rgba(10, 39, 77, 0.06)) 24px calc(58% + 30px) / 72% 22px no-repeat,
    linear-gradient(90deg, rgba(10, 39, 77, 0.12), rgba(10, 39, 77, 0.04)) 24px calc(58% + 66px) / 54% 14px no-repeat,
    linear-gradient(90deg, rgba(173, 140, 96, 0.32), rgba(238, 221, 190, 0.64)) 24px calc(100% - 46px) / 124px 18px no-repeat,
    linear-gradient(90deg, rgba(10, 39, 77, 0.18), rgba(10, 39, 77, 0.08)) calc(100% - 104px) calc(100% - 50px) / 80px 28px no-repeat,
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(246, 239, 226, 0.96));
  box-shadow: 0 16px 38px rgba(34, 24, 12, 0.04);
}

.kl-load-more-skeleton-row > span::after {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.68) 45%, transparent 76%);
  content: "";
  pointer-events: none;
  transform: translateX(-115%);
  animation: klArchiveCardSkeletonSweep 1.55s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

body.kl-archive-load-more-loading #brxe-cwyyge,
body.kl-archive-load-more-loading #brxe-cwyyge .bricks-isotope-load-more,
body.kl-archive-load-more-loading #brxe-cwyyge .brx-load-more-spinner {
  display: none !important;
}

body.kl-archive-load-more-loading [data-interactions*="loadMore"],
body.kl-archive-load-more-loading [data-interactions*="load_more"] {
  cursor: wait;
  opacity: 0.72;
}

@keyframes klArchiveCardSkeletonSweep {
  to {
    transform: translateX(115%);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.kl-archive-products-loading .kl-product-archive .kl-home-product-card::after,
  .kl-load-more-skeleton-row > span::after {
    animation: none;
    opacity: 0.42;
    transform: none;
  }
}

@media (max-width: 991px) {
  .kl-load-more-skeleton-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kl-load-more-skeleton-row > span {
    min-height: clamp(420px, 64vw, 540px);
  }

  .kl-load-more-skeleton-row > span:nth-child(3) {
    display: none;
  }
}

@media (max-width: 478px) {
  .kl-load-more-skeleton-row {
    grid-template-columns: 1fr;
  }

  .kl-load-more-skeleton-row > span {
    min-height: 460px;
  }

  .kl-load-more-skeleton-row > span:nth-child(n + 2) {
    display: none;
  }
}

body.post-type-archive-product .kl-archive-filter-trigger,
body.tax-product_cat .kl-archive-filter-trigger,
body.tax-product_brand .kl-archive-filter-trigger {
  position: relative;
}

body.post-type-archive-product .kl-archive-filter-trigger[data-filter-active]::after,
body.tax-product_cat .kl-archive-filter-trigger[data-filter-active]::after,
body.tax-product_brand .kl-archive-filter-trigger[data-filter-active]::after {
  display: inline-grid;
  place-items: center;
  min-width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.45rem;
  padding-inline: 0.32rem;
  border-radius: 999px;
  background: var(--text-heading, #1f2933);
  color: white;
  content: attr(data-filter-count);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}


body.kl-filter-offcanvas-open #kl-fc-btn,
body.kl-filter-offcanvas-open .floating-consult {
  pointer-events: none !important;
  opacity: 0 !important;
}

@media (max-width: 767px) {
  body.post-type-archive-product.kl-archive-toolbar-stuck .kl-archive-toolbar-section,
  body.tax-product_cat.kl-archive-toolbar-stuck .kl-archive-toolbar-section,
  body.tax-product_brand.kl-archive-toolbar-stuck .kl-archive-toolbar-section {
    padding-block: 8px !important;
  }

  body.post-type-archive-product.kl-archive-toolbar-stuck .kl-archive-toolbar,
  body.tax-product_cat.kl-archive-toolbar-stuck .kl-archive-toolbar,
  body.tax-product_brand.kl-archive-toolbar-stuck .kl-archive-toolbar {
    justify-content: flex-end !important;
    min-height: 48px;
  }

  body.post-type-archive-product.kl-archive-toolbar-stuck .kl-archive-toolbar > :first-child,
  body.tax-product_cat.kl-archive-toolbar-stuck .kl-archive-toolbar > :first-child,
  body.tax-product_brand.kl-archive-toolbar-stuck .kl-archive-toolbar > :first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    opacity: 0;
    pointer-events: none;
  }

  body.post-type-archive-product.kl-archive-toolbar-stuck .kl-archive-toolbar-actions,
  body.tax-product_cat.kl-archive-toolbar-stuck .kl-archive-toolbar-actions,
  body.tax-product_brand.kl-archive-toolbar-stuck .kl-archive-toolbar-actions {
    width: 100%;
    justify-content: flex-end;
  }

  body.post-type-archive-product #brxe-sbiasp .brx-offcanvas-inner,
  body.tax-product_cat #brxe-sbiasp .brx-offcanvas-inner,
  body.tax-product_brand #brxe-sbiasp .brx-offcanvas-inner {
    width: 100vw;
  }

  body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-body,
  body.tax-product_cat #brxe-sbiasp .kl-archive-filter-body,
  body.tax-product_brand #brxe-sbiasp .kl-archive-filter-body {
    padding-inline: 16px;
  }

  body.post-type-archive-product #brxe-sbiasp .kl-archive-filter-footer,
  body.tax-product_cat #brxe-sbiasp .kl-archive-filter-footer,
  body.tax-product_brand #brxe-sbiasp .kl-archive-filter-footer {
    padding-inline: 16px;
  }

}

/* Product gallery: wide luxury frame with modern gold border. */
.bes-embla--woo-gallery.klsp-gallery {
  --bes-embla-woo-image-ratio: 16 / 10 !important;
  --bes-embla-woo-image-fit: cover !important;
  --bes-embla-woo-image-radius: 22px !important;
  --bes-embla-woo-image-bg: #fbf7ef !important;
  --bes-embla-thumb-width: 4.25rem !important;
  --bes-embla-thumb-height: 4.25rem !important;
  --bes-embla-thumb-radius: 12px !important;
  --bes-embla-thumb-gap: 0.5rem !important;
}

body.klsp-gallery-fullscreen-active {
  overflow: hidden;
}

body .bes-embla--woo-gallery.klsp-gallery .bes-embla__viewport {
  position: relative;
  z-index: 1;
  padding: 0 !important;
  border: 1px solid rgba(215, 168, 73, 0.72);
  border-radius: var(--bes-embla-woo-image-radius);
  background: transparent;
  box-shadow: 0 24px 58px rgba(7, 17, 31, 0.14), 0 2px 0 rgba(255, 255, 255, 0.78) inset;
}

body .bes-embla--woo-gallery.klsp-gallery .bes-embla__thumbs-shell {
  position: relative;
  z-index: 2;
  isolation: isolate;
}

body .bes-embla--woo-gallery.klsp-gallery .bes-embla__viewport::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, #fff1bd 0%, #d7a849 34%, #8b6424 64%, #f8dc8f 100%);
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

body .bes-embla--woo-gallery.klsp-gallery .bes-embla__woo-slide-inner {
  border-radius: var(--bes-embla-woo-image-radius);
  box-shadow: none;
}

body .bes-embla--woo-gallery.klsp-gallery .bes-embla__woo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translateZ(0) scale(1.02);
}

body .bes-embla--woo-gallery.klsp-gallery .bes-embla__thumb {
  z-index: 0;
  isolation: isolate;
  padding: 2px;
  border: 1px solid rgba(173, 140, 96, 0.28);
  border-radius: var(--bes-embla-thumb-radius);
  background: linear-gradient(135deg, rgba(255, 250, 240, 0.96), rgba(244, 231, 202, 0.88));
  box-shadow: 0 10px 22px rgba(7, 17, 31, 0.1);
}

body .bes-embla--woo-gallery.klsp-gallery .bes-embla__thumb.is-active {
  z-index: 1;
  border-color: transparent;
  background:
    linear-gradient(#fbf7ef, #fbf7ef) padding-box,
    linear-gradient(135deg, #fff0b7, #c9973d 44%, #7e5a20 100%) border-box;
  box-shadow: 0 12px 28px rgba(126, 90, 32, 0.24);
}

body .bes-embla--woo-gallery.klsp-gallery .bes-embla__thumb img {
  border-radius: calc(var(--bes-embla-thumb-radius) - 3px);
  object-fit: cover;
}

body .bes-embla--woo-gallery.klsp-gallery:fullscreen,
body .bes-embla--woo-gallery.klsp-gallery.klsp-gallery--fullscreen-fallback {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw !important;
  height: 100vh !important;
  padding: clamp(18px, 3vw, 40px);
  background: rgba(4, 13, 27, 0.86);
  --bes-embla-woo-image-radius: 22px !important;
  --bes-embla-thumb-width: 4.5rem !important;
  --bes-embla-thumb-height: 4.5rem !important;
}

body .bes-embla--woo-gallery.klsp-gallery:fullscreen .bes-embla__viewport,
body .bes-embla--woo-gallery.klsp-gallery.klsp-gallery--fullscreen-fallback .bes-embla__viewport {
  width: min(92vw, calc((100vh - 160px) * 1.6));
  max-width: calc(100vw - 48px);
  flex: 0 0 auto;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

body .bes-embla--woo-gallery.klsp-gallery:fullscreen .bes-embla__thumbs-shell,
body .bes-embla--woo-gallery.klsp-gallery.klsp-gallery--fullscreen-fallback .bes-embla__thumbs-shell {
  width: min(92vw, calc((100vh - 160px) * 1.6));
  max-width: calc(100vw - 48px);
}

body .bes-embla--woo-gallery.klsp-gallery:fullscreen .bes-embla__thumb:not(.is-active),
body .bes-embla--woo-gallery.klsp-gallery.klsp-gallery--fullscreen-fallback .bes-embla__thumb:not(.is-active) {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

body .bes-embla--woo-gallery.klsp-gallery:fullscreen .bes-embla__woo-lightbox,
body .bes-embla--woo-gallery.klsp-gallery.klsp-gallery--fullscreen-fallback .bes-embla__woo-lightbox {
  top: clamp(14px, 2vw, 24px);
  right: clamp(14px, 2vw, 24px);
  bottom: auto;
  z-index: 10;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  background: rgba(4, 13, 27, 0.72);
}

body .bes-embla--woo-gallery.klsp-gallery:fullscreen .bes-embla__woo-lightbox-icon,
body .bes-embla--woo-gallery.klsp-gallery.klsp-gallery--fullscreen-fallback .bes-embla__woo-lightbox-icon {
  display: none;
}

body .bes-embla--woo-gallery.klsp-gallery:fullscreen .bes-embla__woo-lightbox::before,
body .bes-embla--woo-gallery.klsp-gallery.klsp-gallery--fullscreen-fallback .bes-embla__woo-lightbox::before {
  content: "×";
  color: #fff7df;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.pswp.pswp--open .pswp__bg {
  background: rgba(4, 13, 27, 0.92);
}

.pswp.pswp--open .pswp__img {
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(255, 241, 189, 0.88),
    0 0 0 2px rgba(215, 168, 73, 0.9),
    0 28px 72px rgba(0, 0, 0, 0.34);
}

@media (max-width: 767px) {
  #brxe-spwrap {
    grid-template-columns: 1fr !important;
  }

  #brxe-spwrap > .brxe-div,
  #brxe-spinfo {
    width: 100%;
    min-width: 0;
  }

  .bes-embla--woo-gallery.klsp-gallery {
    --bes-embla-woo-image-ratio: 4 / 3 !important;
    --bes-embla-woo-image-radius: 18px !important;
    --bes-embla-thumb-width: 3.8rem !important;
    --bes-embla-thumb-height: 3.8rem !important;
  }

  body .bes-embla--woo-gallery.klsp-gallery .bes-embla__viewport {
    padding: 0 !important;
  }

  body .bes-embla--woo-gallery.klsp-gallery:fullscreen,
  body .bes-embla--woo-gallery.klsp-gallery.klsp-gallery--fullscreen-fallback {
    padding: 16px;
    --bes-embla-woo-image-radius: 18px !important;
    --bes-embla-thumb-width: 3.75rem !important;
    --bes-embla-thumb-height: 3.75rem !important;
  }

  body .bes-embla--woo-gallery.klsp-gallery:fullscreen .bes-embla__viewport,
  body .bes-embla--woo-gallery.klsp-gallery.klsp-gallery--fullscreen-fallback .bes-embla__viewport,
  body .bes-embla--woo-gallery.klsp-gallery:fullscreen .bes-embla__thumbs-shell,
  body .bes-embla--woo-gallery.klsp-gallery.klsp-gallery--fullscreen-fallback .bes-embla__thumbs-shell {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .pswp.pswp--open .pswp__img {
    border-radius: 14px;
    box-shadow:
      0 0 0 1px rgba(255, 241, 189, 0.88),
      0 0 0 2px rgba(215, 168, 73, 0.9),
      0 20px 48px rgba(0, 0, 0, 0.32);
  }
}

/* Make the homepage solutions carousel read as draggable without permanent controls. */
.kl-home-solutions {
  background-color: #f7f5ef;
  isolation: isolate;
  transform: translateZ(0);
}

.kl-home-solutions .bes-embla,
.kl-home-solutions .bes-embla__viewport,
.kl-home-solutions .bes-embla__container,
.kl-home-solutions .bes-embla__slide {
  backface-visibility: hidden;
  content-visibility: visible;
  transform: translateZ(0);
}

.kl-home-solutions .bes-embla__viewport {
  background-color: transparent;
  contain: paint;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .kl-home-solutions .bes-embla__viewport,
  .kl-home-solutions .bes-embla__viewport * {
    cursor: ew-resize;
  }

  .kl-home-solutions .bes-embla.is-pointer-down .bes-embla__viewport,
  .kl-home-solutions .bes-embla.is-pointer-down .bes-embla__viewport * {
    cursor: grabbing;
  }

  .kl-solutions-cursor-ready .kl-home-solutions .bes-embla__viewport,
  .kl-solutions-cursor-ready .kl-home-solutions .bes-embla__viewport * {
    cursor: none;
  }
}

.kl-solutions-cursor {
  --kl-cursor-scale: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(173, 140, 96, 0.18);
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    inset 0 -1px 0 rgba(173, 140, 96, 0.12),
    inset 0 0 16px 4px rgba(255, 241, 189, 0.16),
    0 12px 32px rgba(4, 13, 27, 0.1),
    0 18px 42px rgba(80, 54, 16, 0.09);
  -webkit-backdrop-filter: blur(18px) saturate(1.32);
  backdrop-filter: url("#kl-solutions-liquid-glass") blur(10px) saturate(1.32);
  color: #fff8e8;
  isolation: isolate;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-100px, -100px, 0) scale(var(--kl-cursor-scale));
  transition: opacity 180ms ease, background-color 320ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 320ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 320ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.kl-solutions-cursor::before,
.kl-solutions-cursor::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.kl-solutions-cursor::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.04) 42%, rgba(173, 140, 96, 0.16)),
    linear-gradient(180deg, rgba(255, 250, 240, 0.16), rgba(255, 250, 240, 0));
  opacity: 1;
}

.kl-solutions-cursor::after {
  display: none;
}

.kl-solutions-cursor.is-visible {
  opacity: 1;
}

.kl-solutions-cursor.is-pressing {
  --kl-cursor-scale: 0.92;
  border-color: rgba(173, 140, 96, 0.28);
}

.kl-solutions-cursor.is-click {
  border-color: rgba(173, 140, 96, 0.26);
  background: rgba(255, 250, 240, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -1px 0 rgba(173, 140, 96, 0.14),
    inset 0 0 16px 4px rgba(255, 241, 189, 0.18),
    0 12px 32px rgba(4, 13, 27, 0.12),
    0 18px 42px rgba(80, 54, 16, 0.1);
}

.kl-solutions-cursor.is-click::before {
  opacity: 1;
}

.kl-solutions-cursor__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 17px;
  height: 17px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  filter: drop-shadow(0 2px 5px rgba(6, 16, 31, 0.28));
  transition: opacity 180ms ease, transform 260ms cubic-bezier(0.4, 0, 0.2, 1);
}

.kl-solutions-cursor.is-left:not(.is-pressing) .kl-solutions-cursor__icon--left,
.kl-solutions-cursor.is-right:not(.is-pressing) .kl-solutions-cursor__icon--right,
.kl-solutions-cursor.is-pressing .kl-solutions-cursor__icon--press {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kl-solutions-cursor.is-pressing::before {
  opacity: 1;
}

.kl-solutions-glass-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.kl-home-solutions .bes-embla__slide {
  --kl-solutions-hover-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --kl-solutions-overlay-opacity: 0.78;
  transition: filter 520ms var(--kl-solutions-hover-ease);
  will-change: filter;
}

.kl-home-solutions .bes-embla__slide.kl-cursor-readable-card {
  --kl-solutions-overlay-opacity: 0.88;
  filter: brightness(1.03) !important;
}

.kl-home-solutions .bes-embla__slide::after {
  content: none;
}

.kl-home-solutions .bes-embla__slide .brxe-cjzjjw {
  transform: translateZ(0);
}

.kl-home-solutions .bes-embla__slide .brxe-dhvxlb,
.kl-home-solutions .bes-embla__slide .brxe-dhvxlb img,
.kl-home-solutions .bes-embla__slide .brxe-jkttae {
  transform-origin: center;
  will-change: transform;
}

.kl-home-solutions .bes-embla__slide .brxe-dhvxlb {
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 680ms var(--kl-solutions-hover-ease);
}

.kl-home-solutions .bes-embla__slide .brxe-dhvxlb img {
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 860ms var(--kl-solutions-hover-ease), filter 720ms var(--kl-solutions-hover-ease);
}

.kl-home-solutions .bes-embla__slide .brxe-dhvxlb::before {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(2, 8, 18, 0.06) 0%, rgba(2, 8, 18, 0.24) 44%, rgba(2, 8, 18, 0.7) 100%),
    linear-gradient(90deg, rgba(2, 8, 18, 0.36) 0%, rgba(2, 8, 18, 0.12) 52%, rgba(2, 8, 18, 0.32) 100%);
  opacity: var(--kl-solutions-overlay-opacity);
  transition: opacity 620ms var(--kl-solutions-hover-ease);
}

.kl-home-solutions .bes-embla__slide .brxe-jkttae {
  transform: translate3d(0, 0, 0) scale(1);
  text-shadow: none !important;
  transition: transform 620ms var(--kl-solutions-hover-ease);
}

.kl-home-solutions .bes-embla__slide.kl-cursor-readable-card .brxe-dhvxlb,
.kl-home-solutions .bes-embla__slide:hover .brxe-dhvxlb,
.kl-home-solutions .bes-embla__slide:focus-visible .brxe-dhvxlb {
  transform: translate3d(0, -5px, 0) scale(1.018);
}

.kl-home-solutions .bes-embla__slide.kl-cursor-readable-card .brxe-dhvxlb img,
.kl-home-solutions .bes-embla__slide:hover .brxe-dhvxlb img,
.kl-home-solutions .bes-embla__slide:focus-visible .brxe-dhvxlb img {
  transform: translate3d(0, -8px, 0) scale(1.085);
  filter: saturate(1.08) contrast(1.03);
}

.kl-home-solutions .bes-embla__slide.kl-cursor-readable-card .brxe-dhvxlb::before,
.kl-home-solutions .bes-embla__slide:hover .brxe-dhvxlb::before,
.kl-home-solutions .bes-embla__slide:focus-visible .brxe-dhvxlb::before {
  opacity: 0.86;
}

.kl-home-solutions .bes-embla__slide.kl-cursor-readable-card .brxe-jkttae,
.kl-home-solutions .bes-embla__slide:hover .brxe-jkttae,
.kl-home-solutions .bes-embla__slide:focus-visible .brxe-jkttae {
  transform: translate3d(0, -7px, 0) scale(1.018);
  text-shadow: none !important;
  transition-delay: 55ms;
}

@media (hover: hover) and (pointer: fine) {
  .kl-home-solutions .bes-embla__viewport {
    padding-block: clamp(12px, 1.2vw, 18px);
  }

  .kl-home-solutions .bes-embla__slide:hover,
  .kl-home-solutions .bes-embla__slide:focus-visible {
    --kl-solutions-overlay-opacity: 0.88;
    filter: brightness(1.03) !important;
  }
}

@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  .kl-home-solutions .bes-embla::after {
    content: "Vuốt để khám phá";
    display: flex;
    align-items: center;
    width: fit-content;
    min-height: 36px;
    margin: 14px auto 0;
    padding: 7px 14px 7px 40px;
    border: 1px solid rgba(192, 135, 47, 0.38);
    border-radius: 999px;
    background-color: rgba(255, 252, 244, 0.88);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14'%3E%3Cpath d='M6 2L1 7l5 5M1 7h18M14 2l5 5-5 5' fill='none' stroke='%23c0872f' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 14px center;
    background-repeat: no-repeat;
    color: #0e3261;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    pointer-events: none;
    animation: kl-solutions-swipe-hint 1.8s cubic-bezier(0.4, 0, 0.2, 1) 3;
  }
}

@keyframes kl-solutions-swipe-hint {
  0%, 100% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(5px);
  }
  70% {
    transform: translateX(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kl-home-solutions .bes-embla::after {
    animation: none;
  }

  .kl-solutions-cursor {
    display: none;
  }

  .kl-home-solutions .bes-embla__slide {
    transition: none;
  }

  .kl-home-solutions .bes-embla__slide::after,
  .kl-home-solutions .bes-embla__slide .brxe-dhvxlb,
  .kl-home-solutions .bes-embla__slide .brxe-dhvxlb img,
  .kl-home-solutions .bes-embla__slide .brxe-jkttae {
    transform: none !important;
    transition: none;
  }

  .kl-solutions-cursor-ready .kl-home-solutions .bes-embla__viewport,
  .kl-solutions-cursor-ready .kl-home-solutions .bes-embla__viewport * {
    cursor: ew-resize;
  }

  .kl-solutions-cursor-ready .kl-home-solutions .bes-embla.is-pointer-down .bes-embla__viewport,
  .kl-solutions-cursor-ready .kl-home-solutions .bes-embla.is-pointer-down .bes-embla__viewport * {
    cursor: grabbing;
  }
}

/* Open Design-inspired capsule header, adapted to the KingLuxury container. */
#brx-header {
  overflow: visible;
}

.kl-header {
  box-sizing: border-box;
  width: 100%;
  margin-inline: auto;
  overflow: visible;
  border: 1px solid transparent;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transition:
    width 420ms cubic-bezier(0.22, 0.61, 0.36, 1),
    margin 420ms cubic-bezier(0.22, 0.61, 0.36, 1),
    border-radius 420ms cubic-bezier(0.22, 0.61, 0.36, 1),
    background-color 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.kl-header__inner {
  box-sizing: border-box;
  transition:
    min-height 420ms cubic-bezier(0.22, 0.61, 0.36, 1),
    padding 420ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.kl-nav__link,
.kl-menu-toggle {
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    text-shadow 180ms ease;
}

.kl-menu-toggle span {
  background: currentColor;
}

.kl-liquid-glass-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

body.kl-glass-header-condensed #brx-header:not(.bricks-is-builder) .kl-header {
  width: min(1360px, calc(100% - 32px));
  margin-top: 14px;
  border-color: rgba(11, 45, 93, 0.09);
  border-radius: 999px;
  background-color: rgba(255, 250, 240, 0.68);
  box-shadow:
    inset 0 0 2px 1px rgba(255, 255, 255, 0.58),
    inset 0 0 10px 4px rgba(255, 255, 255, 0.2),
    0 6px 24px rgba(17, 17, 26, 0.06),
    0 12px 40px rgba(17, 17, 26, 0.05);
  -webkit-backdrop-filter: blur(12px) saturate(1.32);
  backdrop-filter: blur(12px) saturate(1.32);
  backdrop-filter: url("#kl-header-liquid-glass") blur(7px) saturate(1.4);
}

body.kl-glass-header-condensed #brx-header:not(.bricks-is-builder) .kl-header__inner {
  width: 100%;
  min-height: 56px;
  padding-right: 28px;
  padding-left: 28px;
}

body.kl-glass-header-condensed #brx-header:not(.bricks-is-builder) .kl-header__logo {
  transform: scale(0.82);
}

body:not(.single-product).kl-glass-header-condensed #brx-header:not(.bricks-is-builder) {
  transform: translateY(0) !important;
}

body.kl-glass-header-condensed #brx-header:not(.bricks-is-builder) .kl-nav__link {
  background: transparent;
  color: var(--kl-ink, #121821);
  text-shadow: none;
}

body.kl-glass-header-condensed #brx-header:not(.bricks-is-builder) .kl-menu-toggle {
  border-color: rgba(18, 24, 33, 0.16);
  color: var(--kl-ink, #121821);
  text-shadow: none;
}

body.kl-glass-header-condensed #brx-header:not(.bricks-is-builder) .kl-nav__link:hover,
body.kl-glass-header-condensed #brx-header:not(.bricks-is-builder) .kl-nav__item:focus-within > .kl-nav__link {
  background: rgba(255, 255, 255, 0.42);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  body.kl-glass-header-condensed #brx-header:not(.bricks-is-builder) .kl-header {
    background-color: rgba(255, 250, 240, 0.94);
  }
}

@media (max-width: 980px) {
  body.kl-glass-header-condensed #brx-header:not(.bricks-is-builder) .kl-header__inner {
    min-height: 54px;
    padding-right: 20px;
    padding-left: 20px;
  }

  body.kl-menu-open.kl-glass-header-condensed #brx-header:not(.bricks-is-builder) .kl-header {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kl-header,
  .kl-header__inner,
  .kl-header__logo {
    transition: none;
  }
}
