.bn-scope {
  --color-main:#000;
  --blue: #064b96;
  --deep-blue: #0138a0;
  --red: #ed3e32;
  --ink: #101010;
  --muted: #727272;
  --line: #e5e5e5;
  --paper: #f5f5f5;
  --body-font: "BN Sans", sans-serif;
  --display-font: "BN Condensed", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
.bn-scope * {
  box-sizing: border-box;
}
.bn-scope {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
.bn-scope {
  margin: 0;
  color: var(--ink);
  background: white;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 1.5;
}
.bn-scope body.bn-dialog-open {
  overflow: hidden;
}
.bn-scope button,.bn-scope 
input {
  font: inherit;
}
.bn-scope button,.bn-scope 
a {
  -webkit-tap-highlight-color: transparent;
}
.bn-scope button {
  cursor: pointer;
}
.bn-scope button {
  color: inherit;
}
.bn-scope a {
  color: inherit;
  text-decoration: none;
  font-size: 17px;
}
.bn-scope img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bn-scope button {
  border: 0;
  background: none;
}
.bn-scope h1,.bn-scope 
h2,.bn-scope 
h3,.bn-scope 
p {
  margin: 0;
}
.bn-scope button:focus-visible,.bn-scope 
a:focus-visible,.bn-scope 
input:focus-visible {
  outline: 3px solid #eba72a;
  outline-offset: 4px;
}
.bn-scope button:disabled {
  cursor: default;
  opacity: 0.4;
}
.bn-scope .bn-container {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-inline: auto;
}
.bn-scope .bn-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bn-scope .bn-svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.bn-scope .bn-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bn-scope .bn-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  background: white;
  color: var(--blue);
  padding: 12px 20px;
  transform: translateY(-160%);
}
.bn-scope .bn-skip-link:focus {
  transform: translateY(0);
}
.bn-scope .bn-topbar {
  height: 50px;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(3.05%, calc((100% - 1352px) / 2));
  font-size: 15px;
}
.bn-scope .bn-topbar-email {
  margin-left: auto;
  margin-right: clamp(40px, 13vw, 188px);
}
.bn-scope .bn-socials {
  display: flex;
  gap: 10px;
  padding-right: 80px;
}
.bn-scope .bn-socials button {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  padding: 1px;
  transition: transform 0.25s var(--ease);
}
.bn-scope .bn-socials button:hover {
  transform: translateY(-3px);
}
.bn-scope .bn-socials svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.bn-scope .bn-socials .bn-social-facebook {
  font:
    900 29px/1 Georgia,
    serif;
  padding-top: 3px;
}
.bn-scope .bn-masthead {
  height: 125px;
  display: grid;
  grid-template-columns: 350px 448px 1fr;
  align-items: center;
  gap: 80px;
  padding: 0 7.4% 0 3.05%;
  max-width: 1600px;
  margin: auto;
}
.bn-scope .bn-brand {
  justify-self: center;
}
.bn-scope .bn-brand img {
  width: 174px;
  height: 114px;
  object-fit: contain;
}
.bn-scope .bn-search-form {
  height: 52px;
  display: flex;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  overflow: hidden;
}
.bn-scope .bn-search-form:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px #0b4e9612;
}
.bn-scope .bn-search-form input {
  width: 0;
  flex: 1;
  min-width: 0;
  border: 0;
  background: #fff;
  padding: 0 11px;
  font-family: var(--display-font);
  font-size: 14px;
  outline: none;
}
.bn-scope .bn-search-form button {
  width: 117px;
  background: var(--red);
  color: white;
  font: 700 15px var(--display-font);
  transition: background 0.2s;
}
.bn-scope .bn-search-form button:hover {
  background: #ce2d23;
}
.bn-scope .bn-search-form .bn-icon {
  display: none;
}
.bn-scope .bn-hotline {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-self: end;
  white-space: nowrap;
}
.bn-scope .bn-hotline img {
  width: 81px;
  height: 78px;
}
.bn-scope .bn-hotline a {
  display: block;
  color: var(--red);
  font: 700 26px/1.28 var(--display-font);
  transition: color 0.2s;
}
.bn-scope .bn-hotline a:hover {
  color: var(--blue);
}
.bn-scope .bn-menu-toggle {
  display: none;
}
.bn-scope .bn-brand-navigation {
  position: relative;
  z-index: 10;
  min-height: 47px;
  background: var(--blue);
  color: white;
  display: flex;
  font: 700 17px var(--display-font);
}
.bn-scope .bn-home-link {
  width: 166px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: var(--red);
  /* padding-right: 40px; */
}
.bn-scope .bn-brand-links {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 166px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.bn-scope .bn-brand-menu-item {
  position: relative;
  display: flex;
  flex: 1;
  min-width: 0;
}
.bn-scope .bn-brand-menu-item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 47px;
  text-align: center;
  border-right: 1px solid #ffffff20;
  font: inherit;
  padding: 0 12px;
  position: relative;
  transition: background 0.2s;
}
.bn-scope .bn-brand-links > :first-child {
  /* flex: 1.4; */
}
.bn-scope .bn-brand-links > :last-child {
  flex: 1.5;
}
.bn-scope .bn-brand-links > :hover {
  background: #063b78;
}
.bn-scope .bn-brand-menu-item > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 3px;
  background: var(--red);
  transition:
    left 0.3s,
    right 0.3s;
}
.bn-scope .bn-brand-menu-item:hover > a::before {
  left: 0;
  right: 0;
}
.bn-scope .bn-brand-menu-item > a.has-child::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 9px;
  flex-shrink: 0;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}
.bn-scope .bn-brand-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  min-width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fafafa;
  border-radius: 0.25rem;
  border-bottom: 2px solid var(--background-static);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
}
.bn-scope .bn-brand-menu-item:last-child > .bn-brand-submenu {
  left: auto;
  right: 0;
}
.bn-scope .bn-brand-menu-item:hover > .bn-brand-submenu,
.bn-scope .bn-brand-menu-item:focus-within > .bn-brand-submenu {
  transform: perspective(600px) rotateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.bn-scope .bn-brand-submenu > li {
  position: relative;
  padding-inline: 0.75rem;
}
.bn-scope .bn-brand-submenu a {
  display: block;
  position: relative;
  padding: 10px 0 9px;
  border-bottom: 1px solid #ececec;
  color: #313131;
  font: 600 15px/1.5 Lato, sans-serif;
  text-transform: capitalize;
  overflow-wrap: anywhere;
  transition: color 0.3s;
}
.bn-scope .bn-brand-submenu > li:last-child > a {
  border-bottom: 0;
}
.bn-scope .bn-brand-submenu a.active {
  color: #ec2d3f;
}
.bn-scope .bn-brand-submenu > li:hover > a,
.bn-scope .bn-brand-submenu a:focus-visible {
  color: var(--color-main);
}
.bn-scope .bn-hero {
  display: flex;
}
.bn-scope .bn-side-navigation {
  width: 166px;
  flex-shrink: 0;
  background: #917f6c;
  color: white;
  padding-top: 9px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  z-index: 4;
}
.bn-scope .bn-side-navigation > a,.bn-scope 
.bn-side-navigation > button {
  /* text-align: left; */
  /* padding: 12px 0 12px 37px; */
  min-height: 49px;
  font: 700 17px var(--display-font);
  transition:
    background 0.2s,
    padding 0.25s;
}
.bn-scope .bn-side-navigation > a:hover,.bn-scope 
.bn-side-navigation > button:hover {
  background: #ffffff16;
  /* padding-left: 43px; */
}
.bn-scope .bn-language-links {
  display: flex;
  gap: 5px;
  /* padding: 28px 0 0 24px; */
  justify-content: center;
  padding: 20px;
}
.bn-scope .bn-language-links a,.bn-scope 
.bn-language-links button {
  padding: 0;
}
.bn-scope .bn-flag {
  display: block;
  height: 28px;
  width: 43px;
  background-image: url("images/flags.webp");
  background-repeat: no-repeat;
}
.bn-scope .bn-flag-en {
  background-position: right center;
}
.bn-scope .bn-hero-slider {
  position: relative;
  width: calc(100% - 166px);
  aspect-ratio: 1274/462;
  overflow: hidden;
  background: #b09a7c;
}
.bn-scope .bn-slide {
  display: block;
}
.bn-scope .bn-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1274/462;
  object-fit: fill;
}
.bn-scope .bn-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 56px;
  display: grid;
  place-items: center;
  color: white;
  background: #052a5470;
  border-radius: 3px;
  opacity: 0;
  transition:
    opacity 0.25s,
    background 0.25s;
  z-index: 2;
}
.bn-scope .bn-slider-prev {
  left: 15px;
}
.bn-scope .bn-slider-next {
  right: 15px;
}
.bn-scope .bn-slider-prev .bn-icon {
  transform: rotate(180deg);
}
.bn-scope .bn-hero-slider:hover .bn-slider-arrow,.bn-scope 
.bn-hero-slider:focus-within .bn-slider-arrow {
  opacity: 1;
}
.bn-scope .bn-slider-arrow:hover {
  background: var(--blue);
}
.bn-scope .bn-slider-controls {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  background: #0a2f4f30;
  padding: 5px 9px;
  border-radius: 20px;
  opacity: 0.75;
}
.bn-scope .bn-slider-dots {
  display: flex;
  gap: 8px;
}
.bn-scope .bn-slider-dots button {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #ffffff90;
  padding: 0;
  transition:
    width 0.4s var(--ease),
    background 0.4s;
}
.bn-scope .bn-slider-dots button.bn-is-active {
  width: 23px;
  background: white;
}
.bn-scope .bn-slider-pause {
  padding: 0;
  width: 16px;
  height: 15px;
  color: white;
  font-size: 12px;
  line-height: 15px;
}
.bn-scope .bn-criteria {
  height: 155px;
  background: var(--paper);
  padding-top: 22px;
}
.bn-scope .bn-criteria-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.bn-scope .bn-criterion {
  height: 93px;
  border-radius: 6px;
  background: var(--blue);
  color: white;
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 33px;
  gap: 16px;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s;
}
.bn-scope .bn-criterion:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px #0b4e9625;
}
.bn-scope .bn-criterion img {
  width: 63px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}
.bn-scope .bn-criterion h2 {
  font: 700 16px/1.3 var(--display-font);
  white-space: nowrap;
}
.bn-scope .bn-criterion p {
  font: 400 16px/1.4 var(--display-font);
  margin-top: 2px;
}
.bn-scope .bn-featured-section {
  padding: 41px 15px 100px;
}
.bn-scope .bn-featured-section h1 {
  font: 800 38px/1.3 var(--display-font);
  color: var(--blue);
  text-align: center;
  margin-bottom: 26px;
}
.bn-scope .bn-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.bn-scope .bn-product-card {
  min-width: 0;
  text-align: center;
  position: relative;
}
.bn-scope .bn-product-image {
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: white;
}
.bn-scope .bn-product-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.6s var(--ease);
}
.bn-scope .bn-product-image:after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  pointer-events: none;
}
.bn-scope .bn-product-card:hover .bn-product-image img {
  transform: scale(1.045);
}
.bn-scope .bn-quick-view {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 12px);
  opacity: 0;
  background: var(--blue);
  color: #fff;
  white-space: nowrap;
  padding: 7px 18px;
  border-radius: 3px;
  transition:
    opacity 0.25s,
    transform 0.25s;
  font: 500 13px var(--body-font);
  box-shadow: 0 4px 16px #0b4e9620;
}
.bn-scope .bn-product-card:hover .bn-quick-view,.bn-scope 
.bn-product-image:focus-visible .bn-quick-view {
  opacity: 1;
  transform: translate(-50%, 0);
}
.bn-scope .bn-product-title {
  font: 700 16px/1.4 var(--display-font);
  text-transform: uppercase;
  margin: 10px 6px 4px;
}
.bn-scope .bn-product-title button {
  font: inherit;
  padding: 0;
  transition: color 0.2s;
}
.bn-scope .bn-product-title button:hover {
  color: var(--blue);
}
.bn-scope .bn-product-price {
  font: 400 16px/1.5 var(--display-font);
  margin-top: 4px;
}
.bn-scope .bn-product-price button {
  padding: 0;
  color: #e02b20;
  font: 500 16px var(--display-font);
}
.bn-scope .bn-product-price button:hover {
  text-decoration: underline;
}
.bn-scope .bn-featured-grid .bn-product-card {
  border: 1px solid #ededed;
  padding: 0 0 34px;
  box-shadow: 0 5px 25px #00000002;
}
.bn-scope .bn-featured-grid .bn-product-image {
  margin-top: 3px;
}
.bn-scope .bn-featured-grid .bn-product-image:after {
  display: none;
}
.bn-scope .bn-featured-grid .bn-product-title {
  color: #003763;
  font-size: 18px;
  line-height: 1.35;
  margin: 10px 13px 9px;
  min-height: 49px;
}
.bn-scope .bn-featured-grid .bn-product-price {
  font-size: 17px;
}
.bn-scope .bn-featured-grid .bn-product-price button {
  font-size: 17px;
}
.bn-scope .bn-catalog-section {
  scroll-margin-top: 24px;
}
.bn-scope .bn-category-header {
  max-width: 1200px;
  width: calc(100% - 48px);
  height: 61px;
  margin: 0 auto;
  background: var(--paper);
  border-top: 4px solid var(--blue);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.bn-scope .bn-category-heading {
  height: 57px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 30px;
  color: white;
  background: var(--blue);
  font: 700 28px/1.1 var(--display-font);
  white-space: nowrap;
  gap: 21px;
}
.bn-scope .bn-paint-badge {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 4px solid var(--blue);
  background: white;
  display: grid;
  place-items: center;
  margin-right: -31px;
  color: var(--red);
  flex-shrink: 0;
}
.bn-scope .bn-paint-badge svg {
  width: 43px;
  height: 43px;
}
.bn-scope .bn-category-actions {
  display: flex;
  align-items: center;
  gap: 45px;
  min-width: 0;
  padding: 0 31px 0 45px;
}
.bn-scope .bn-category-tabs {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  max-width: 400px;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #628bbf #ddd;
  padding-bottom: 3px;
  align-self: center;
}
.bn-scope .bn-category-tabs button {
  font: 500 15px/1.8 var(--display-font);
  padding: 0;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
}
.bn-scope .bn-category-tabs button[aria-selected="true"] {
  color: var(--red);
}
.bn-scope .bn-category-tabs button[aria-selected="true"]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--red);
}
.bn-scope .bn-view-all {
  font: 400 15px var(--display-font);
  color: #e33d35;
  white-space: nowrap;
  padding: 0;
  min-width: 88px;
}
.bn-scope .bn-view-all:hover {
  text-decoration: underline;
}
.bn-scope .bn-category-layout {
  display: grid;
  grid-template-columns: 32% 1fr;
  gap: 24px;
  padding: 37px 3% 0;
}
.bn-scope .bn-category-banner {
  display: block;
  overflow: hidden;
  align-self: start;
}
.bn-scope .bn-category-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}
.bn-scope .bn-category-banner:hover img {
  transform: scale(1.025);
}
.bn-scope .bn-category-products {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.bn-scope .bn-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 40px;
}
.wrap-home  .bn-product-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bn-scope .bn-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 24px;
}
.bn-scope .bn-pagination button {
  width: 40px;
  height: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  color: #777;
  font-size: 16px;
  background: white;
  transition:
    background 0.2s,
    color 0.2s;
}
.bn-scope .bn-pagination button[aria-current="page"] {
  background: var(--red);
  border-color: var(--red);
  color: white;
}
.bn-scope .bn-pagination button:not(:disabled):hover {
  color: white;
  background: var(--blue);
  border-color: var(--blue);
}
.bn-scope .bn-pagination button:disabled {
  opacity: 0.45;
}
.bn-scope .bn-catalog-navitex {
  padding-bottom: 35px;
}
.bn-scope .bn-catalog-navitex .bn-category-layout {
  height: 886px;
}
.bn-scope .bn-catalog-navitex .bn-category-banner {
  height: 847px;
}
.bn-scope .bn-catalog-navitex .bn-product-grid {
  row-gap: 41px;
}
.bn-scope .bn-catalog-navitex .bn-category-heading {
  font-size: 28px;
}
.bn-scope .bn-catalog-navitex .bn-category-tabs {
  max-width: 265px;
  gap: 17px;
}
.bn-scope .bn-catalog-navitex .bn-category-actions {
  gap: 40px;
  padding-left: 55px;
}
.bn-scope .bn-catalog-navitex .bn-view-all {
  white-space: normal;
  width: 58px;
  min-width: 58px;
  text-align: left;
  line-height: 1.5;
}
.bn-scope .bn-catalog-navitex .bn-product-title {
  margin-top: 10px;
}
.bn-scope .bn-catalog-dulux {
  padding-bottom: 30px;
}
.bn-scope .bn-catalog-dulux .bn-category-layout {
  grid-template-columns: 1fr 34%;
  padding: 19px 12px 0 32px;
  gap: 18px;
  height: 898px;
}
.bn-scope .bn-catalog-dulux .bn-category-banner {
  grid-column: 2;
  grid-row: 1;
  height: 879px;
}
.bn-scope .bn-catalog-dulux .bn-category-products {
  grid-column: 1;
  grid-row: 1;
}
.bn-scope .bn-catalog-dulux .bn-product-grid {
  column-gap: 17px;
  row-gap: 8px;
}
.bn-scope .bn-catalog-dulux .bn-product-card {
  border: 1px solid #dedede;
  padding: 1px 1px 14px;
}
.bn-scope .bn-catalog-dulux .bn-product-image:after {
  display: none;
}
.bn-scope .bn-catalog-dulux .bn-product-title {
  margin-top: 10px;
  min-height: 44px;
}
.bn-scope .bn-catalog-dulux .bn-product-card:nth-child(n + 4) .bn-product-title {
  min-height: 64px;
}
.bn-scope .bn-catalog-dulux .bn-pagination {
  padding: 21px 0 10px;
}
.bn-scope .bn-promotion-banner {
  display: block;
  width: 100%;
  overflow: hidden;
  scroll-margin-top: 24px;
}
.bn-scope .bn-promotion-banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/447;
  transition: filter 0.4s;
}
.bn-scope .bn-promotion-banner:hover img {
  filter: brightness(1.035);
}
.bn-scope .bn-catalog-jotun {
  padding-bottom: 33px;
}
.bn-scope .bn-catalog-jotun .bn-category-header {
  max-width: 1216px;
}
.bn-scope .bn-catalog-jotun .bn-category-layout {
  grid-template-columns: 34% 1fr;
  gap: 15px;
  padding: 37px 49px 0 20px;
  height: 907px;
}
.bn-scope .bn-catalog-jotun .bn-category-banner {
  height: 805px;
}
.bn-scope .bn-catalog-jotun .bn-product-grid {
  gap: 19px 15px;
}
.bn-scope .bn-catalog-jotun .bn-product-title {
  min-height: 40px;
  margin-top: 5px;
}
.bn-scope .bn-catalog-jotun .bn-pagination {
  padding-top: 25px;
}
.bn-scope .bn-catalog-nippon {
  padding-bottom: 73px;
}
.bn-scope .bn-catalog-nippon .bn-category-layout {
  grid-template-columns: 1fr 33%;
  padding: 27px 4px 0 12px;
  gap: 16px;
  height: 878px;
}
.bn-scope .bn-catalog-nippon .bn-category-banner {
  grid-column: 2;
  grid-row: 1;
  height: 851px;
}
.bn-scope .bn-catalog-nippon .bn-category-products {
  grid-column: 1;
  grid-row: 1;
}
.bn-scope .bn-catalog-nippon .bn-product-grid {
  gap: 10px 13px;
}
.bn-scope .bn-catalog-nippon .bn-product-card {
  border: 1px solid #dedede;
  padding: 1px 1px 13px;
}
.bn-scope .bn-catalog-nippon .bn-product-image:after {
  display: none;
}
.bn-scope .bn-catalog-nippon .bn-product-title {
  margin-top: 5px;
}
.bn-scope .bn-catalog-nippon .bn-product-card:nth-child(n + 4) .bn-product-title {
  min-height: 41px;
}
.bn-scope .bn-catalog-nippon .bn-pagination {
  padding-top: 16px;
}
.bn-scope .bn-product-grid.bn-is-changing {
  animation: bn-products-in 0.45s var(--ease) both;
}
.bn-scope .bn-product-grid .bn-empty-state {
  grid-column: 1/-1;
  padding: 80px 24px;
  background: var(--paper);
  text-align: center;
  align-self: start;
}
.bn-scope .bn-empty-state h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.bn-scope .bn-empty-state button {
  margin-top: 20px;
}
.bn-scope .bn-why-section {
  height: 629px;
  background: #073da1;
  color: white;
  padding-top: 20px;
  overflow: hidden;
}
.bn-scope .bn-why-heading {
  text-align: center;
}
.bn-scope .bn-why-heading > p {
  font:
    italic 42px/1.15 "URW Chancery L",
    "Apple Chancery",
    Georgia,
    serif;
  font-weight: 400;
}
.bn-scope .bn-why-heading h2 {
  font:
    700 44px/1.4 "BN Oswald",
    var(--display-font);
  margin-top: 4px;
}
.bn-scope .bn-ornament {
  position: relative;
  height: 35px;
  border-top: 2px solid #315395;
  margin: 20px auto 0;
  width: calc(100% - 48px);
  max-width: 1200px;
}
.bn-scope .bn-ornament > span {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 35px;
  border: 3px solid #315395;
  border-top: 0;
  border-radius: 0 0 40px 40px;
  background: #f6f6f4;
}
.bn-scope .bn-ornament svg {
  position: absolute;
  top: -22px;
  left: 10px;
  width: 43px;
  height: 48px;
}
.bn-scope .bn-ornament-gold {
  max-width: none;
  width: calc(100% - 120px);
  border-color: #f4dc35;
  margin-top: 18px;
}
.bn-scope .bn-ornament-gold > span {
  width: 73px;
  border-color: #f4dc35;
  background: #073da1;
}
.bn-scope .bn-ornament-gold svg {
  left: 13px;
}
.bn-scope .bn-why-grid {
  max-width: 1320px;
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: 1fr 371px 1fr;
  grid-template-rows: 185px 186px;
  column-gap: 56px;
  padding: 0;
}
.bn-scope .bn-why-image {
  grid-column: 2;
  grid-row: 1/3;
  align-self: start;
  overflow: hidden;
}
.bn-scope .bn-why-image img {
  width: 371px;
  height: 371px;
  transition: transform 0.6s var(--ease);
}
.bn-scope .bn-why-image:hover img {
  transform: scale(1.025);
}
.bn-scope .bn-reason {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  align-self: start;
  padding-top: 23px;
}
.bn-scope .bn-reason > img {
  width: 120px;
  height: 122px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 50%;
}
.bn-scope .bn-reason h3 {
  font: 700 22px/1.3 var(--display-font);
  margin-bottom: 9px;
  white-space: nowrap;
}
.bn-scope .bn-reason p {
  font: 400 16px/1.7 var(--display-font);
}
.bn-scope .bn-reason p a:hover {
  text-decoration: underline;
}
.bn-scope .bn-reason-offer {
  grid-column: 1;
  grid-row: 1;
}
.bn-scope .bn-reason-quality {
  grid-column: 1;
  grid-row: 2;
  padding-top: 24px;
}
.bn-scope .bn-reason-delivery {
  grid-column: 3;
  grid-row: 1;
  margin-left: 33px;
}
.bn-scope .bn-reason-price {
  grid-column: 3;
  grid-row: 2;
  margin-left: 33px;
  padding-top: 28px;
}
.bn-scope .bn-reason-arrow {
  position: absolute;
  width: 60px;
  height: 70px;
  right: -51px;
  top: 39px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  opacity: 0.9;
}
.bn-scope .bn-reason-quality .bn-reason-arrow {
  top: 94px;
}
.bn-scope .bn-reason-delivery .bn-reason-arrow,.bn-scope 
.bn-reason-price .bn-reason-arrow {
  right: auto;
  left: -83px;
}
.bn-scope .bn-reason-price .bn-reason-arrow {
  top: 89px;
}
.bn-scope .bn-news-section {
  margin: 0 37px;
  height: 591px;
  padding: 59px 0 44px;
  position: relative;
  background: #f6f6f4 url("images/news-texture.webp") repeat;
}
.bn-scope .bn-news-section > h2 {
  text-align: center;
  color: #063d8c;
  font:
    700 29px/1.4 "BN Oswald",
    var(--display-font);
}
.bn-scope .bn-news-section .bn-ornament {
  margin-top: 13px;
}
.bn-scope .bn-news-section .bn-ornament > span {
  background: #f6f6f4 url("images/news-texture.webp");
}
.bn-scope .bn-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 20px;
  margin-top: 21px;
}
.bn-scope .bn-news-card {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 24px;
  min-width: 0;
}
.bn-scope .bn-news-image {
  padding: 0;
  overflow: hidden;
  align-self: start;
}
.bn-scope .bn-news-image img {
  width: 230px;
  height: 170px;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.bn-scope .bn-news-card:hover img {
  transform: scale(1.04);
}
.bn-scope .bn-news-card:nth-child(n + 3) {
  grid-template-columns: 1fr 230px;
}
.bn-scope .bn-news-card:nth-child(n + 3) .bn-news-image {
  grid-column: 2;
  grid-row: 1;
}
.bn-scope .bn-news-card:nth-child(n + 3) .bn-news-copy {
  grid-column: 1;
  grid-row: 1;
}
.bn-scope .bn-news-copy h3 {
  font: 700 16px/1.4 var(--body-font);
  margin: 5px 0;
}
.bn-scope .bn-news-copy h3 button {
  font: inherit;
  padding: 0;
  text-align: left;
}
.bn-scope .bn-news-copy h3 button:hover {
  color: var(--blue);
}
.bn-scope .bn-news-copy time {
  font-size: 13px;
  display: none;
}
.bn-scope .bn-news-copy p {
  font-size: 17px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bn-scope .bn-news-detail {
  padding: 5px 25px;
  border: 2px solid #2b4575;
  border-radius: 30px;
  margin-top: 14px;
  color: #6c6c6c;
  font-size: 14px;
  line-height: 1.5;
  transition:
    background 0.2s,
    color 0.2s;
}
.bn-scope .bn-news-detail:hover {
  background: var(--blue);
  color: white;
}
.bn-scope .bn-news-arrow {
  position: absolute;
  top: 56%;
  padding: 4px;
  color: #222;
}
.bn-scope .bn-news-arrow .bn-icon {
  width: 30px;
  height: 42px;
  stroke-width: 2;
}
.bn-scope .bn-news-prev {
  left: 4.7%;
}
.bn-scope .bn-news-prev .bn-icon {
  transform: rotate(180deg);
}
.bn-scope .bn-news-next {
  right: 4.7%;
}
.bn-scope .bn-news-grid.bn-is-changing {
  animation: bn-products-in 0.4s var(--ease);
}
.bn-scope .bn-partners-section {
  height: 175px;
  margin: 0 37px;
  border-bottom: 3px solid #365b9d;
  padding-top: 42px;
}
.bn-scope .bn-partners-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  height: 130px;
}
.bn-scope .bn-partners-inner h2 {
  align-self: stretch;
  flex-shrink: 0;
  width: 56px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: #34589d;
  color: white;
  text-align: left;
  padding: 15px 14px;
  border-radius: 0 0 32px 32px;
  font: 700 20px var(--body-font);
}
.bn-scope .bn-partners-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding: 0 33px;
}
.bn-scope .bn-partners-track > a,.bn-scope 
.bn-partners-track > button {
  flex: 0 0 auto;
  max-width: 20%;
  padding: 0;
  display: grid;
  place-items: center;
  height: 106px;
  transition:
    opacity 0.25s,
    transform 0.3s var(--ease);
}
.bn-scope .bn-partners-track img {
  max-height: 106px;
  max-width: 198px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.bn-scope .bn-partners-track > a:hover,.bn-scope 
.bn-partners-track > button:hover {
  transform: translateY(-4px);
}
.bn-scope .bn-partner-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  padding: 0;
  line-height: 1;
  color: #888;
}
.bn-scope .bn-partner-prev {
  left: 88px;
}
.bn-scope .bn-partner-next {
  right: -14px;
}
.bn-scope .bn-back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  width: 42px;
  height: 42px;
  background: var(--blue);
  color: white;
  border: 1px solid #ffffff70;
  border-radius: 50%;
  box-shadow: 0 4px 15px #003c7b30;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition:
    opacity 0.3s,
    transform 0.3s,
    visibility 0.3s;
}
.bn-scope .bn-back-to-top.bn-is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bn-scope .bn-back-to-top .bn-icon {
  transform: rotate(-90deg);
}
.bn-scope .bn-site-dialog {
  border: 0;
  border-radius: 12px;
  padding: 36px;
  max-width: 850px;
  width: calc(100% - 32px);
  max-height: 88dvh;
  color: var(--ink);
  overflow-y: auto;
  box-shadow: 0 24px 100px #00193450;
}
.bn-scope .bn-site-dialog[open] {
  animation: bn-dialog-in 0.35s var(--ease);
}
.bn-scope .bn-site-dialog::backdrop {
  background: #061c39a6;
  backdrop-filter: blur(4px);
}
.bn-scope .bn-dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: #f1f4f8;
  border-radius: 50%;
  transition: background 0.2s;
}
.bn-scope .bn-dialog-close:hover {
  background: #dce8f5;
}
.bn-scope .bn-dialog-eyebrow {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bn-scope .bn-site-dialog h2 {
  font: 700 29px/1.25 var(--display-font);
  margin: 8px 0 18px;
  color: var(--blue);
}
.bn-scope .bn-site-dialog p {
  line-height: 1.8;
}
.bn-scope .bn-product-detail-layout {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 30px;
  align-items: center;
}
.bn-scope .bn-dialog-product-image {
  width: 100%;
  object-fit: contain;
}
.bn-scope .bn-detail-meta {
  display: flex;
  gap: 8px;
  margin: 12px 0 20px;
  flex-wrap: wrap;
}
.bn-scope .bn-detail-meta span {
  background: #eef4fa;
  color: var(--blue);
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
}
.bn-scope .bn-detail-price {
  font-size: 21px;
  color: var(--red);
  font-weight: 700;
  margin: 12px 0;
}
.bn-scope .bn-contact-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.bn-scope .bn-primary-button,.bn-scope 
.bn-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 5px;
  padding: 10px 20px;
  background: var(--blue);
  color: white;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s;
}
.bn-scope .bn-primary-button:hover {
  background: #073b72;
  transform: translateY(-1px);
}
.bn-scope .bn-secondary-button {
  border: 1px solid var(--blue);
  background: white;
  color: var(--blue);
}
.bn-scope .bn-secondary-button:hover {
  background: #edf4fb;
}
.bn-scope .bn-contact-number {
  font: 700 32px var(--display-font);
  color: var(--red);
  display: inline-block;
  margin: 18px 0;
}
.bn-scope .bn-contact-email {
  overflow-wrap: anywhere;
  color: var(--blue);
}
.bn-scope .bn-contact-information {
  padding: 20px;
  background: #f3f7fb;
  border-radius: 6px;
  margin-top: 22px;
}
.bn-scope .bn-search-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 15px;
  margin-top: 25px;
}
.bn-scope .bn-search-results .bn-product-title {
  font-size: 14px;
}
.bn-scope .bn-dialog-search {
  display: flex;
  margin: 16px 0;
  gap: 8px;
}
.bn-scope .bn-dialog-search input {
  min-width: 0;
  flex: 1;
  border: 1px solid #b9c5d3;
  border-radius: 5px;
  padding: 10px;
}
.bn-scope .bn-article-image {
  width: 100%;
  max-height: 290px;
  object-fit: cover;
  border-radius: 6px;
  margin: 20px 0;
}
.bn-scope .bn-article-date {
  color: var(--muted);
  font-size: 13px;
}
.bn-scope .bn-article-body p {
  margin-bottom: 15px;
}
.bn-scope .bn-article-body h3 {
  margin: 18px 0 8px;
  color: var(--blue);
}
.bn-scope .bn-color-preview {
  height: 200px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #e9dfce;
  margin-top: 20px;
  transition: background 0.4s;
}
.bn-scope .bn-color-preview:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  background: #b69773;
  box-shadow: 0 -4px 0 white;
}
.bn-scope .bn-color-preview:after {
  content: "";
  width: 120px;
  height: 70px;
  background: #f8f6ef;
  border-radius: 15px 15px 3px 3px;
  position: absolute;
  bottom: 20px;
  box-shadow:
    0 10px 15px #00000016,
    0 9px 0 -5px #6f563e;
}
.bn-scope .bn-palette-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 20px 0;
}
.bn-scope .bn-color-swatch {
  height: 43px;
  border-radius: 4px;
  border: 3px solid transparent;
  box-shadow: 0 0 0 1px #ddd;
}
.bn-scope .bn-color-swatch[aria-pressed="true"] {
  border-color: white;
  box-shadow: 0 0 0 2px var(--blue);
}
.bn-scope .bn-palette-caption {
  font-size: 13px;
  color: var(--muted);
}
.bn-scope .bn-toast {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: 30px;
  max-width: calc(100% - 32px);
  transform: translate(-50%, 15px);
  border-radius: 6px;
  background: #102c4e;
  color: white;
  padding: 12px 22px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}
.bn-scope .bn-toast.bn-is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.bn-scope .bn-noscript-message {
  padding: 24px;
  text-align: center;
  background: #fff2d5;
}
.bn-scope .bn-reveal {
  transition:
    opacity 0.75s var(--ease),
    transform 0.75s var(--ease);
}
.bn-scope .bn-reveal.bn-is-pending {
  opacity: 0;
  transform: translateY(22px);
}
@keyframes bn-products-in {
  from {
    opacity: 0.25;
    transform: translateY(9px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bn-dialog-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.bn-scope .bn-product-title button {
  text-transform: inherit;
}
.bn-scope .bn-criterion {
  gap: 10px;
  padding-right: 10px;
}
.bn-scope .bn-criterion > div {
  min-width: 0;
}
.bn-scope .bn-criterion p {
  font-size: 15px;
}
.bn-scope .bn-featured-section h1 {
  font-size: 40px;
  line-height: 1.235;
}
.bn-scope .bn-category-banner {
  padding: 0;
}
.bn-scope .bn-catalog-navitex {
  padding-bottom: 65px;
}
.bn-scope .bn-catalog-navitex .bn-category-layout {
  grid-template-columns: 32.45% 1fr;
}
.bn-scope .bn-catalog-jotun {
  padding-bottom: 30px;
}
.bn-scope .bn-news-section .bn-ornament > span {
  background: #f6f6f4;
}
.bn-scope .bn-why-grid {
  column-gap: 56px;
  grid-template-columns: 419px 371px 1fr;
}
.bn-scope .bn-why-image {
  width: min(100%, 371px);
}
.bn-scope .bn-reason-delivery,.bn-scope 
.bn-reason-price {
  margin-left: 33px;
}
.bn-scope .bn-partners-track {
  gap: 44px;
}
@media (min-width: 1301px) {
  .bn-scope .bn-brand {
    transform: translateX(24px);
  }
  .bn-scope .bn-topbar {
    font-size: 15.5px;
  }
  .bn-scope .bn-hotline {
    gap: 24px;
  }
  .bn-scope .bn-category-heading,.bn-scope 
  .bn-catalog-navitex .bn-category-heading {
    font-size: 32px;
  }
  .bn-scope .bn-featured-grid .bn-product-title {
    font-family: "BN Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
  }
  .bn-scope .bn-product-grid .bn-product-title {
    font-family: "BN Sans", sans-serif;
    font-size: 15px;
    line-height: 1.45;
  }
  .bn-scope .bn-why-grid {
    max-width: 1320px;
  }
  .bn-scope .bn-why-heading h2 {
    font-size: 44px;
  }
  .bn-scope .bn-why-heading > p {
    line-height: 1.16;
  }
  .bn-scope .bn-why-grid {
    margin-top: 16px;
  }
  .bn-scope .bn-reason p {
    font-family: "BN Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
  .bn-scope .bn-reason h3 {
    font-size: 22px;
  }
  .bn-scope .bn-reason-delivery,.bn-scope 
  .bn-reason-price {
    gap: 14px;
  }
  .bn-scope .bn-reason-delivery p,.bn-scope 
  .bn-reason-price p {
    max-width: 270px;
  }
}
.bn-scope .bn-why-section,.bn-scope 
.bn-ornament-gold > span {
  background-color: var(--deep-blue);
}
.bn-scope .bn-category-heading {
  border-radius: 0 32px 32px 0;
  padding-right: 0;
}
.bn-scope .bn-paint-badge {
  margin-right: 0;
  border: 0;
  background: var(--blue) url("images/category-paint.webp") center/100%
    no-repeat;
}
.bn-scope .bn-paint-badge svg {
  visibility: hidden;
}
@media (min-width: 1600px) {
  .bn-scope .bn-masthead {
    padding-inline: 70px;
    grid-template-columns: 350px 500px 1fr;
    gap: 65px;
  }
  .bn-scope .bn-hero-slider {
    aspect-ratio: auto;
    height: calc((100vw - 166px) * 462 / 1274);
  }
  .bn-scope .bn-category-layout {
    max-width: 1600px;
    margin: auto;
  }
  .bn-scope .bn-featured-grid {
    max-width: 1570px;
    margin: auto;
  }
  .bn-scope .bn-why-grid {
    column-gap: 56px;
  }
}
@media (max-width: 1300px) {
  .bn-scope .bn-topbar-email {
    margin-right: 40px;
  }
  .bn-scope .bn-socials {
    padding-right: 0;
  }
  .bn-scope .bn-masthead {
    grid-template-columns: 260px minmax(260px, 448px) 1fr;
    gap: 35px;
    padding-inline: 30px;
  }
  .bn-scope .bn-hotline {
    gap: 14px;
  }
  .bn-scope .bn-hotline a {
    font-size: 23px;
  }
  .bn-scope .bn-hotline img {
    width: 65px;
    height: 65px;
  }
  .bn-scope .bn-brand-menu-item > a {
    font-size: 15px;
    padding-inline: 8px;
  }
  .bn-scope .bn-criterion {
    padding: 12px 14px;
    gap: 12px;
  }
  .bn-scope .bn-criterion img {
    width: 50px;
    height: 56px;
  }
  .bn-scope .bn-criterion h2 {
    font-size: 14px;
  }
  .bn-scope .bn-criterion p {
    font-size: 14px;
  }
  .bn-scope .bn-category-heading,.bn-scope 
  .bn-catalog-navitex .bn-category-heading {
    font-size: 24px;
    padding-left: 22px;
  }
  .bn-scope .bn-category-actions {
    gap: 22px;
    padding-right: 20px;
    padding-left: 42px;
  }
  .bn-scope .bn-category-tabs {
    max-width: 330px;
    gap: 13px;
  }
  .bn-scope .bn-catalog-navitex .bn-category-actions {
    gap: 17px;
    padding-left: 40px;
  }
  .bn-scope .bn-catalog-navitex .bn-category-tabs {
    max-width: 240px;
  }
  .bn-scope .bn-why-grid {
    padding-inline: 30px;
    grid-template-columns: 1fr 30% 1fr;
    column-gap: 30px;
  }
  .bn-scope .bn-why-image img {
    width: 100%;
    height: auto;
  }
  .bn-scope .bn-reason {
    gap: 13px;
  }
  .bn-scope .bn-reason > img {
    width: 85px;
    height: 87px;
  }
  .bn-scope .bn-reason h3 {
    font-size: 19px;
    white-space: normal;
  }
  .bn-scope .bn-reason p {
    font-size: 14px;
  }
  .bn-scope .bn-reason-delivery,.bn-scope 
  .bn-reason-price {
    margin-left: 5px;
  }
  .bn-scope .bn-reason-arrow {
    width: 40px;
    right: -34px;
  }
  .bn-scope .bn-reason-delivery .bn-reason-arrow,.bn-scope 
  .bn-reason-price .bn-reason-arrow {
    left: -41px;
  }
  .bn-scope .bn-news-card {
    grid-template-columns: 39% 1fr;
    gap: 18px;
  }
  .bn-scope .bn-news-card:nth-child(n + 3) {
    grid-template-columns: 1fr 39%;
  }
  .bn-scope .bn-news-image img {
    width: 100%;
    height: 170px;
  }
  .bn-scope .bn-news-copy h3 {
    font-size: 14px;
  }
  .bn-scope .bn-news-copy p {
    font-size: 12px;
  }
  .bn-scope .bn-partners-track {
    gap: 28px;
    padding-inline: 25px;
  }
  .bn-scope .bn-partners-track img {
    max-width: 160px;
    max-height: 95px;
  }
  .bn-scope .bn-partners-track > a,.bn-scope 
  .bn-partners-track > button {
    flex: 1 0 15%;
  }
  .bn-scope .bn-category-layout .bn-product-title {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .bn-scope .bn-topbar {
    padding-inline: 24px;
    font-size: 12px;
  }
  .bn-scope .bn-topbar-email {
    margin-right: 0;
  }
  .bn-scope .bn-socials {
    display: none;
  }
  .bn-scope .bn-masthead {
    grid-template-columns: 180px 1fr auto;
    gap: 28px;
    height: 115px;
    padding-inline: 24px;
  }
  .bn-scope .bn-brand img {
    width: 155px;
    height: 103px;
  }
  .bn-scope .bn-hotline a {
    font-size: 20px;
  }
  .bn-scope .bn-hotline img {
    width: 50px;
    height: 50px;
  }
  .bn-scope .bn-brand-links > .bn-brand-menu-item {
    flex: 1 1 125px;
    position: static;
  }
  .bn-scope .bn-brand-menu-item > .bn-brand-submenu {
    left: 0;
    right: 0;
    width: auto;
  }
  .bn-scope .bn-home-link,.bn-scope 
  .bn-side-navigation {
    width: 140px;
  }
  .bn-scope .bn-brand-links,.bn-scope 
  .bn-hero-slider {
    width: calc(100% - 140px);
  }
  .bn-scope .bn-brand-navigation {
    font-size: 15px;
  }
  .bn-scope .bn-side-navigation > a,.bn-scope 
  .bn-side-navigation > button {
    padding: 8px 0 8px 23px;
    min-height: 38px;
    font-size: 15px;
  }
  .bn-scope .bn-side-navigation {
    padding-top: 5px;
  }
  .bn-scope .bn-language-links {
    padding: 12px 0 8px 20px;
  }
  .bn-scope .bn-hero-slider {
    aspect-ratio: 1274/462;
    min-height: 310px;
  }
  .bn-scope .bn-hero-slider .bn-slide img {
    object-fit: cover;
  }
  .bn-scope .bn-criteria {
    height: auto;
    padding: 22px 0 28px;
  }
  .bn-scope .bn-criteria-grid {
    gap: 12px;
  }
  .bn-scope .bn-criterion {
    height: 90px;
    padding: 12px 10px;
    gap: 7px;
  }
  .bn-scope .bn-criterion img {
    width: 38px;
    height: 46px;
  }
  .bn-scope .bn-criterion h2 {
    font-size: 12px;
  }
  .bn-scope .bn-criterion p {
    font-size: 13px;
  }
  .bn-scope .bn-featured-section {
    padding: 36px 20px 55px;
  }
  .bn-scope .bn-featured-section h1 {
    font-size: 32px;
  }
  .bn-scope .bn-featured-grid {
    gap: 16px;
  }
  .bn-scope .bn-featured-grid .bn-product-card {
    padding-bottom: 22px;
  }
  .bn-scope .bn-featured-grid .bn-product-title {
    font-size: 15px;
    min-height: 61px;
  }
  .bn-scope .bn-category-header {
    height: auto;
    min-height: 61px;
    flex-wrap: wrap;
  }
  .bn-scope .bn-category-heading,.bn-scope 
  .bn-catalog-navitex .bn-category-heading {
    font-size: 23px;
  }
  .bn-scope .bn-category-actions,.bn-scope 
  .bn-catalog-navitex .bn-category-actions {
    padding: 12px 18px 12px 40px;
    flex: 1;
    justify-content: flex-end;
  }
  .bn-scope .bn-category-tabs,.bn-scope 
  .bn-catalog-navitex .bn-category-tabs {
    max-width: 310px;
  }
  .bn-scope .bn-category-tabs button {
    font-size: 13px;
  }
  .bn-scope .bn-view-all {
    font-size: 13px;
    min-width: 74px;
  }
  .bn-scope .bn-catalog-navitex .bn-category-heading {
    width: auto;
  }
  .bn-scope .bn-catalog-navitex .bn-category-actions {
    width: 100%;
    justify-content: space-between;
    padding-left: 18px;
    border-top: 1px solid var(--line);
  }
  .bn-scope .bn-catalog-navitex .bn-category-tabs {
    max-width: none;
  }
  .bn-scope .bn-catalog-navitex .bn-view-all {
    white-space: nowrap;
    width: auto;
  }
  .bn-scope .bn-category-layout,.bn-scope 
  .bn-catalog-navitex .bn-category-layout,.bn-scope 
  .bn-catalog-dulux .bn-category-layout,.bn-scope 
  .bn-catalog-jotun .bn-category-layout,.bn-scope 
  .bn-catalog-nippon .bn-category-layout {
    height: auto;
    grid-template-columns: 28% 1fr;
    padding: 24px 20px 0;
    gap: 16px;
  }
  .bn-scope .bn-catalog-dulux .bn-category-layout,.bn-scope 
  .bn-catalog-nippon .bn-category-layout {
    grid-template-columns: 1fr 28%;
  }
  .bn-scope .bn-category-layout .bn-category-banner {
    height: 100%;
    max-height: 710px;
  }
  .bn-scope .bn-category-layout .bn-category-banner img {
    object-fit: cover;
  }
  .bn-scope .bn-category-layout .bn-product-grid {
    gap: 20px 12px;
  }
  .bn-scope .bn-category-layout .bn-product-card,.bn-scope 
  .bn-catalog-dulux .bn-product-card:nth-child(n + 4),.bn-scope 
  .bn-catalog-nippon .bn-product-card:nth-child(n + 4) {
    padding-bottom: 12px;
  }
  .bn-scope .bn-category-layout .bn-product-title {
    font-size: 13px;
    min-height: 54px;
    margin: 7px 3px 4px;
  }
  .bn-scope .bn-category-layout .bn-product-card:nth-child(n + 4) .bn-product-title {
    min-height: 54px;
  }
  .bn-scope .bn-product-price,.bn-scope 
  .bn-product-price button {
    font-size: 14px;
  }
  .bn-scope .bn-catalog-section {
    padding-bottom: 34px;
  }
  .bn-scope .bn-pagination,.bn-scope 
  .bn-catalog-dulux .bn-pagination,.bn-scope 
  .bn-catalog-nippon .bn-pagination {
    padding-top: 22px;
  }
  .bn-scope .bn-pagination button {
    width: 34px;
    height: 34px;
  }
  .bn-scope .bn-why-section {
    height: auto;
    padding: 25px 0 40px;
  }
  .bn-scope .bn-why-heading h2 {
    font-size: 37px;
  }
  .bn-scope .bn-why-heading > p {
    font-size: 35px;
  }
  .bn-scope .bn-why-grid {
    grid-template-columns: 1fr 28% 1fr;
    column-gap: 25px;
    grid-template-rows: auto auto;
    row-gap: 20px;
  }
  .bn-scope .bn-reason {
    padding-top: 5px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .bn-scope .bn-reason > img {
    width: 64px;
    height: 65px;
  }
  .bn-scope .bn-reason h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .bn-scope .bn-reason p {
    font-size: 14px;
  }
  .bn-scope .bn-reason-arrow {
    display: none;
  }
  .bn-scope .bn-reason-delivery,.bn-scope 
  .bn-reason-price {
    margin: 0;
  }
  .bn-scope .bn-why-image {
    align-self: center;
  }
  .bn-scope .bn-news-section {
    height: auto;
    padding: 40px 0;
    margin-inline: 20px;
  }
  .bn-scope .bn-news-grid {
    gap: 25px 22px;
    margin-top: 15px;
  }
  .bn-scope .bn-news-card,.bn-scope 
  .bn-news-card:nth-child(n + 3) {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .bn-scope .bn-news-card:nth-child(n + 3) .bn-news-image,.bn-scope 
  .bn-news-card:nth-child(n + 3) .bn-news-copy {
    grid-column: auto;
    grid-row: auto;
  }
  .bn-scope .bn-news-image img {
    height: 190px;
  }
  .bn-scope .bn-news-copy h3 {
    font-size: 16px;
  }
  .bn-scope .bn-news-copy p {
    font-size: 13px;
  }
  .bn-scope .bn-news-arrow {
    top: 50%;
  }
  .bn-scope .bn-news-prev {
    left: -17px;
  }
  .bn-scope .bn-news-next {
    right: -17px;
  }
  .bn-scope .bn-partners-section {
    margin-inline: 20px;
    height: 150px;
    padding-top: 28px;
  }
  .bn-scope .bn-partners-inner {
    height: 119px;
    gap: 20px;
  }
  .bn-scope .bn-partners-track {
    gap: 24px;
    padding-inline: 22px;
  }
  .bn-scope .bn-partners-track img {
    max-width: 130px;
    max-height: 80px;
  }
  .bn-scope .bn-partners-track > a,.bn-scope 
  .bn-partners-track > button {
    min-width: 130px;
    max-width: none;
  }
  .bn-scope .bn-partner-prev {
    left: 73px;
  }
  .bn-scope .bn-partner-next {
    right: -18px;
  }
}
@media (max-width: 700px) {
  .bn-scope {
    scroll-padding-top: 16px;
  }
  .bn-scope .bn-container {
    width: calc(100% - 32px);
  }
  .bn-scope .bn-topbar {
    height: 32px;
    padding: 0 16px;
    font-size: 10px;
    justify-content: center;
  }
  .bn-scope .bn-topbar-email {
    display: none;
  }
  .bn-scope .bn-masthead {
    height: 145px;
    padding: 7px 16px 12px;
    grid-template-columns: 1fr auto 36px;
    grid-template-rows: 75px 42px;
    gap: 8px 12px;
  }
  .bn-scope .bn-brand {
    justify-self: start;
  }
  .bn-scope .bn-brand img {
    width: 113px;
    height: 74px;
  }
  .bn-scope .bn-hotline {
    grid-column: 2;
    grid-row: 1;
    gap: 5px;
  }
  .bn-scope .bn-hotline img {
    width: 35px;
    height: 35px;
  }
  .bn-scope .bn-hotline a {
    font-size: 18px;
  }
  .bn-scope .bn-search-form {
    grid-column: 1/-1;
    grid-row: 2;
    height: 42px;
  }
  .bn-scope .bn-search-form button {
    width: 95px;
    font-size: 13px;
  }
  .bn-scope .bn-search-form input {
    font-size: 14px;
    padding-left: 13px;
  }
  .bn-scope .bn-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 42px;
    padding: 7px;
    grid-column: 3;
    grid-row: 1;
    color: var(--blue);
  }
  .bn-scope .bn-menu-toggle span {
    display: block;
    height: 2px;
    width: 22px;
    background: currentColor;
    transition:
      transform 0.25s,
      opacity 0.25s;
  }
  .bn-scope .bn-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .bn-scope .bn-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .bn-scope .bn-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .bn-scope .bn-brand-navigation {
    min-height: 43px;
  }
  .bn-scope .bn-home-link {
    width: 103px;
    font-size: 13px;
  }
  .bn-scope .bn-brand-links {
    width: calc(100% - 103px);
  }
  .bn-scope .bn-brand-links > .bn-brand-menu-item {
    flex-basis: 111px;
  }
  .bn-scope .bn-brand-menu-item > a {
    font-size: 13px;
    min-height: 43px;
    padding-inline: 15px;
  }
  .bn-scope .bn-hero {
    position: relative;
    display: block;
  }
  .bn-scope .bn-side-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    padding: 10px 0 18px;
    box-shadow: 8px 15px 30px #10264430;
    transform: translateX(-105%);
    visibility: hidden;
    transition:
      transform 0.35s var(--ease),
      visibility 0.35s;
  }
  .bn-scope .bn-side-navigation.bn-is-open {
    visibility: visible;
    transform: translateX(0);
  }
  .bn-scope .bn-side-navigation > a,.bn-scope 
  .bn-side-navigation > button {
    font-size: 15px;
    min-height: 42px;
    padding-left: 26px;
  }
  .bn-scope .bn-language-links {
    padding: 14px 0 0 26px;
  }
  .bn-scope .bn-hero-slider {
    width: 100%;
    aspect-ratio: 1274/462;
    min-height: 0;
  }
  .bn-scope .bn-hero-slider .bn-slide img {
    object-fit: fill;
  }
  .bn-scope .bn-slider-arrow {
    width: 26px;
    height: 36px;
    opacity: 0.65;
  }
  .bn-scope .bn-slider-arrow .bn-icon {
    width: 18px;
  }
  .bn-scope .bn-slider-prev {
    left: 6px;
  }
  .bn-scope .bn-slider-next {
    right: 6px;
  }
  .bn-scope .bn-slider-controls {
    bottom: 5px;
    padding: 3px 7px;
    gap: 6px;
  }
  .bn-scope .bn-slider-dots {
    gap: 5px;
  }
  .bn-scope .bn-slider-dots button {
    width: 6px;
    height: 6px;
  }
  .bn-scope .bn-slider-dots button.bn-is-active {
    width: 16px;
  }
  .bn-scope .bn-slider-pause {
    font-size: 10px;
    height: 12px;
    line-height: 12px;
  }
  .bn-scope .bn-criteria {
    padding: 16px 0;
  }
  .bn-scope .bn-criteria-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .bn-scope .bn-criterion {
    height: 83px;
    gap: 9px;
    padding: 10px;
    border-radius: 4px;
  }
  .bn-scope .bn-criterion img {
    width: 36px;
    height: 45px;
  }
  .bn-scope .bn-criterion h2 {
    font-size: 12px;
    white-space: normal;
    line-height: 1.3;
  }
  .bn-scope .bn-criterion p {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 4px;
  }
  .bn-scope .bn-featured-section {
    padding: 27px 16px 32px;
  }
  .bn-scope .bn-featured-section h1 {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 21px;
  }
  .bn-scope .bn-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }
  .bn-scope .bn-featured-grid .bn-product-card {
    padding-bottom: 17px;
  }
  .bn-scope .bn-featured-grid .bn-product-title {
    font-size: 13px;
    line-height: 1.4;
    min-height: 55px;
    margin: 7px 7px 3px;
  }
  .bn-scope .bn-featured-grid .bn-product-price,.bn-scope 
  .bn-featured-grid .bn-product-price button {
    font-size: 14px;
  }
  .bn-scope .bn-quick-view {
    display: none;
  }
  .bn-scope .bn-category-header {
    width: calc(100% - 32px);
    border-width: 3px;
    min-height: 48px;
  }
  .bn-scope .bn-category-heading,.bn-scope 
  .bn-catalog-navitex .bn-category-heading {
    font-size: 21px;
    line-height: 1.2;
    height: 46px;
    padding: 0 17px;
    gap: 12px;
  }
  .bn-scope .bn-catalog-navitex .bn-category-heading {
    font-size: 17px;
    max-width: calc(100% - 22px);
    white-space: normal;
  }
  .bn-scope .bn-paint-badge {
    width: 47px;
    height: 47px;
    border-width: 3px;
    margin-right: -26px;
  }
  .bn-scope .bn-paint-badge svg {
    width: 35px;
    height: 35px;
  }
  .bn-scope .bn-category-actions,.bn-scope 
  .bn-catalog-navitex .bn-category-actions {
    width: 100%;
    flex: 0 0 100%;
    padding: 10px 12px;
    gap: 12px;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
  }
  .bn-scope .bn-category-tabs,.bn-scope 
  .bn-catalog-navitex .bn-category-tabs {
    flex: 1;
    min-width: 0;
    max-width: none;
    gap: 15px;
    padding-bottom: 3px;
  }
  .bn-scope .bn-category-tabs button {
    font-size: 12px;
    line-height: 2.1;
  }
  .bn-scope .bn-view-all,.bn-scope 
  .bn-catalog-navitex .bn-view-all {
    font-size: 11px;
    flex-shrink: 0;
    min-width: 60px;
    width: auto;
    white-space: nowrap;
  }
  .bn-scope .bn-category-layout,.bn-scope 
  .bn-catalog-navitex .bn-category-layout,.bn-scope 
  .bn-catalog-dulux .bn-category-layout,.bn-scope 
  .bn-catalog-jotun .bn-category-layout,.bn-scope 
  .bn-catalog-nippon .bn-category-layout {
    display: flex;
    flex-direction: column;
    padding: 16px 16px 0;
    gap: 17px;
  }
  .bn-scope .bn-category-layout .bn-category-banner {
    width: 100%;
    height: 200px;
    max-height: none;
  }
  .bn-scope .bn-category-layout .bn-category-banner img {
    height: 100%;
    object-fit: cover;
    object-position: center 65%;
  }
  .bn-scope .bn-catalog-navitex .bn-category-banner img {
    object-position: center 62%;
  }
  .bn-scope .bn-catalog-dulux .bn-category-banner img {
    object-position: center 25%;
  }
  .bn-scope .bn-catalog-jotun .bn-category-banner img {
    object-position: center 33%;
  }
  .bn-scope .bn-catalog-nippon .bn-category-banner img {
    object-position: center 36%;
  }
  .bn-scope .bn-category-products {
    width: 100%;
  }
  .bn-scope .bn-category-layout .bn-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }
  .bn-scope .bn-category-layout .bn-product-title {
    font-size: 13px;
    min-height: 54px;
    margin: 8px 4px 4px;
  }
  .bn-scope .bn-category-layout .bn-product-card:nth-child(n + 4) .bn-product-title {
    min-height: 54px;
  }
  .bn-scope .bn-category-layout .bn-product-card,.bn-scope 
  .bn-catalog-dulux .bn-product-card:nth-child(n + 4),.bn-scope 
  .bn-catalog-nippon .bn-product-card:nth-child(n + 4) {
    padding-bottom: 10px;
  }
  .bn-scope .bn-product-price,.bn-scope 
  .bn-product-price button {
    font-size: 14px;
  }
  .bn-scope .bn-pagination,.bn-scope 
  .bn-catalog-dulux .bn-pagination,.bn-scope 
  .bn-catalog-nippon .bn-pagination {
    margin-top: 0;
    padding-top: 19px;
  }
  .bn-scope .bn-pagination button {
    width: 34px;
    height: 34px;
  }
  .bn-scope .bn-catalog-section {
    padding-bottom: 30px;
  }
  .bn-scope .bn-promotion-banner {
    margin-bottom: 24px;
  }
  .bn-scope .bn-promotion-banner img {
    min-height: 125px;
    object-fit: fill;
  }
  .bn-scope .bn-why-section {
    padding: 24px 0 30px;
  }
  .bn-scope .bn-why-heading > p {
    font-size: 30px;
  }
  .bn-scope .bn-why-heading h2 {
    font-size: 31px;
    margin-top: 3px;
  }
  .bn-scope .bn-ornament-gold {
    width: calc(100% - 36px);
    margin-top: 18px;
  }
  .bn-scope .bn-why-grid {
    padding: 0 20px;
    grid-template-columns: 1fr 1fr;
    gap: 25px 20px;
    margin-top: 12px;
  }
  .bn-scope .bn-why-image {
    grid-column: 1/-1;
    grid-row: 1;
    width: 260px;
    max-width: 80%;
    justify-self: center;
  }
  .bn-scope .bn-why-image img {
    width: 100%;
    height: auto;
  }
  .bn-scope .bn-reason {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    gap: 8px;
  }
  .bn-scope .bn-reason > img {
    width: 64px;
    height: 65px;
  }
  .bn-scope .bn-reason h3 {
    font-size: 18px;
    line-height: 1.25;
    min-height: 45px;
    margin-bottom: 5px;
  }
  .bn-scope .bn-reason p {
    font-size: 14px;
    line-height: 1.6;
  }
  .bn-scope .bn-reason-offer {
    grid-column: 1;
    grid-row: 2;
  }
  .bn-scope .bn-reason-delivery {
    grid-column: 2;
    grid-row: 2;
  }
  .bn-scope .bn-reason-quality {
    grid-column: 1;
    grid-row: 3;
  }
  .bn-scope .bn-reason-price {
    grid-column: 2;
    grid-row: 3;
  }
  .bn-scope .bn-news-section {
    margin: 0 12px;
    padding: 30px 0;
  }
  .bn-scope .bn-news-section > h2 {
    font-size: 27px;
  }
  .bn-scope .bn-news-section .bn-ornament {
    width: calc(100% - 30px);
  }
  .bn-scope .bn-news-grid {
    /* width: calc(100% - 30px); */
    /* gap: 23px 16px; */
    /* margin-top: 17px; */
  }
  .bn-scope .bn-news-card,.bn-scope 
  .bn-news-card:nth-child(n + 3) {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .bn-scope .bn-news-image img {
    height: auto;
    aspect-ratio: 230/170;
    object-fit: cover;
  }
  .bn-scope .bn-news-copy h3 {
    font-size: 13px;
    line-height: 1.5;
    min-height: 59px;
  }
  .bn-scope .bn-news-copy time {
    font-size: 11px;
  }
  .bn-scope .bn-news-copy p {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
  .bn-scope .bn-news-detail {
    font-size: 12px;
    padding: 4px 16px;
    margin-top: 10px;
  }
  .bn-scope .bn-news-arrow {
    display: none;
  }
  .bn-scope .bn-partners-section {
    height: 124px;
    margin: 0 16px;
    padding-top: 23px;
  }
  .bn-scope .bn-partners-inner {
    width: 100%;
    height: 98px;
    gap: 12px;
  }
  .bn-scope .bn-partners-inner h2 {
    width: 39px;
    font-size: 15px;
    padding: 10px;
    line-height: 1.25;
  }
  .bn-scope .bn-partners-track {
    gap: 26px;
    padding: 0 22px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
  }
  .bn-scope .bn-partners-track > a,.bn-scope 
  .bn-partners-track > button {
    height: 72px;
    min-width: 112px;
    flex: 0 0 112px;
  }
  .bn-scope .bn-partners-track img {
    max-height: 67px;
    max-width: 112px;
  }
  .bn-scope .bn-partner-prev {
    left: 45px;
  }
  .bn-scope .bn-partner-next {
    right: 0;
  }
  .bn-scope .bn-back-to-top {
    bottom: 16px;
    right: 14px;
    width: 37px;
    height: 37px;
  }
  .bn-scope .bn-site-dialog {
    padding: 32px 20px 24px;
    border-radius: 9px;
  }
  .bn-scope .bn-site-dialog h2 {
    font-size: 25px;
    padding-right: 13px;
  }
  .bn-scope .bn-product-detail-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .bn-scope .bn-dialog-product-image {
    width: 100%;
  }
  .bn-scope .bn-contact-actions {
    flex-direction: column;
    margin-top: 18px;
  }
  .bn-scope .bn-contact-information {
    padding: 16px;
  }
  .bn-scope .bn-contact-number {
    font-size: 29px;
  }
  .bn-scope .bn-search-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }
  .bn-scope .bn-search-results .bn-product-title {
    font-size: 12px;
  }
  .bn-scope .bn-dialog-search input {
    width: 0;
    font-size: 14px;
  }
  .bn-scope .bn-dialog-search .bn-primary-button {
    font-size: 12px;
    padding: 10px;
  }
  .bn-scope .bn-palette-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bn-scope {
    scroll-behavior: auto;
  }
  .bn-scope *,.bn-scope 
  *:before,.bn-scope 
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .bn-scope .bn-reveal.bn-is-pending {
    opacity: 1;
    transform: none;
  }
}
