:root {
  --b2d-ink: #2a2a2a;
  --b2d-muted: #6b7280;
  --b2d-accent: #d99632;
  --b2d-accent-dark: #b8751f;
  --b2d-warm: #fbf8f3;
  --b2d-line: #eadfce;
  --b2d-white: #fff;
  --b2d-shadow: 0 18px 50px rgba(49, 38, 23, 0.1);
  --b2d-radius: 14px;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #fff;
  color: var(--b2d-ink);
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.header-section,
.footer-bottom,
footer.fotblin2way {
  display: none !important;
}
body a {
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
body img {
  max-width: 100%;
  height: auto;
}
.b2d-shell {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}
.b2d-topbar {
  background: var(--b2d-warm);
  border-block: 1px solid var(--b2d-line);
  font-size: 13px;
}
.b2d-topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.b2d-topbar i {
  color: var(--b2d-accent);
  margin-right: 6px;
}
.b2d-topbar a {
  color: var(--b2d-ink);
  text-decoration: none;
}
.b2d-contact-links {
  display: flex;
  gap: 28px;
}
.b2d-rating i {
  margin-right: 1px;
}
.b2d-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 6px 24px rgba(42, 42, 42, 0.04);
  backdrop-filter: blur(12px);
}
.b2d-header__main {
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.b2d-logo {
  width: 215px;
  flex: 0 0 auto;
}
.b2d-logo img {
  display: block;
  max-height: 52px;
}
.b2d-search {
  position: relative;
  flex: 1;
  max-width: 580px;
  margin-inline: auto;
}
.b2d-search i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--b2d-accent);
  z-index: 2;
}
.b2d-search input {
  width: 100%;
  height: 49px;
  border: 1px solid #d8c8b3 !important;
  border-radius: 999px !important;
  background: var(--b2d-warm) !important;
  padding: 0 22px 0 50px !important;
  color: var(--b2d-ink) !important;
  font:
    500 14px Inter,
    sans-serif !important;
  box-shadow: none !important;
}
.b2d-search input:focus {
  border-color: var(--b2d-accent) !important;
  outline: 3px solid rgba(217, 150, 50, 0.14);
}
.b2d-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.b2d-actions > a {
  position: relative;
  min-width: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: var(--b2d-ink);
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.b2d-actions > a:hover {
  color: var(--b2d-accent);
}
.b2d-actions i {
  font-size: 18px;
}
.b2d-cart-link b {
  position: absolute;
  top: -8px;
  right: 4px;
  min-width: 19px;
  height: 19px;
  border-radius: 20px;
  background: #db2777;
  color: #fff;
  text-align: center;
  font: 700 11px/19px Inter;
}
.b2d-nav {
  border-top: 1px solid #eee;
}
.b2d-nav__inner {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.b2d-nav a {
  color: var(--b2d-ink);
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.b2d-nav a:hover,
.b2d-nav a.is-current {
  color: var(--b2d-accent);
}
.b2d-nav-group {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.b2d-nav-group > a i {
  margin-left: 4px;
}
.b2d-megamenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: min(820px, 85vw);
  max-height: 68vh;
  overflow: auto;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  background: #fff;
  border: 1px solid #eee;
  padding: 25px;
  box-shadow: var(--b2d-shadow);
}
.b2d-nav-group:hover .b2d-megamenu,
.b2d-nav-group:focus-within .b2d-megamenu {
  display: grid;
}
.b2d-megamenu__group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.b2d-megamenu .b2d-megamenu__heading {
  font:
    700 15px "Playfair Display",
    serif;
  color: var(--b2d-ink);
  border-bottom: 1px solid var(--b2d-line);
  padding-bottom: 7px;
  margin-bottom: 3px;
}
.b2d-megamenu a {
  font-size: 13px;
  color: var(--b2d-muted);
  white-space: normal;
}
.b2d-menu-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: var(--b2d-ink);
}
body.b2d-page {
  padding-top: 0 !important;
  overflow-x: hidden;
}
/* Shared page language */
body h1,
body h2,
body h3,
body h4 {
  color: var(--b2d-ink);
  font-family: "Playfair Display", serif;
  line-height: 1.18;
}
body h1 {
  font-size: clamp(32px, 4vw, 52px);
}
body h2 {
  font-size: clamp(26px, 3vw, 40px);
}
body .container {
  max-width: 1280px;
  width: calc(100% - 48px);
}
body .main-container > .main {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}
.page-title {
  margin: 30px 0 24px;
}
.page-title h1 {
  margin: 0;
}
.col-main {
  float: none !important;
  width: 100% !important;
}
body .breadcrumb,
body .breadcrumbs,
body .breadcrum {
  background: var(--b2d-warm) !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 12px 18px !important;
  margin-block: 22px !important;
}
body .breadcrumbs ul,
body .breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .breadcrumbs li,
body .breadcrumb li {
  margin: 0;
}
body .breadcrumbs li + li:before,
body .breadcrumb li + li:before {
  content: "/";
  color: #b8a992;
  margin-right: 8px;
}
body .form-control,
body input[type="text"],
body input[type="email"],
body input[type="password"],
body input[type="tel"],
body input[type="number"],
body select,
body textarea {
  min-height: 46px;
  border: 1px solid #d9d2c8;
  border-radius: 8px;
  background: #fff;
  padding: 10px 13px;
  box-shadow: none;
  color: var(--b2d-ink);
}
body textarea {
  min-height: 120px;
}
body .form-control:focus,
body input:focus,
body select:focus,
body textarea:focus {
  border-color: var(--b2d-accent);
  box-shadow: 0 0 0 3px rgba(217, 150, 50, 0.12);
  outline: none;
}
body .btn,
body button[type="submit"],
body input[type="submit"],
body .button {
  border: 1px solid var(--b2d-accent) !important;
  border-radius: 7px !important;
  background: var(--b2d-accent) !important;
  color: #fff !important;
  font:
    600 14px Inter,
    sans-serif !important;
  padding: 11px 20px !important;
  text-transform: none !important;
  box-shadow: 0 7px 18px rgba(217, 150, 50, 0.2) !important;
}
body .btn:hover,
body button[type="submit"]:hover,
body input[type="submit"]:hover,
body .button:hover {
  background: var(--b2d-accent-dark) !important;
  border-color: var(--b2d-accent-dark) !important;
  transform: translateY(-1px);
}
body table {
  width: 100%;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e6e1da;
  border-radius: 10px;
  overflow: hidden;
}
body table th {
  background: var(--b2d-warm);
  color: var(--b2d-ink);
  font-weight: 700;
}
body table th,
body table td {
  padding: 13px;
  border-color: #eee !important;
}
.product-item,
.item.product,
.product-box,
.category-box,
.box,
.panel {
  border: 1px solid #eee !important;
  border-radius: var(--b2d-radius) !important;
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(42, 42, 42, 0.06) !important;
  overflow: hidden;
}
.product-item:hover,
.item.product:hover,
.product-box:hover,
.category-box:hover {
  transform: translateY(-4px);
  box-shadow: var(--b2d-shadow) !important;
}
.pagination > li > a,
.pagination > li > span {
  color: var(--b2d-ink);
  border-color: #e7dfd4;
}
.pagination > .active > a,
.pagination > .active > span {
  background: var(--b2d-accent);
  border-color: var(--b2d-accent);
}
.b2d-newsletter {
  margin-top: 72px;
  background: var(--b2d-warm);
  border-block: 1px solid var(--b2d-line);
}
.b2d-newsletter__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
  padding-block: 45px;
}
.b2d-eyebrow {
  display: block;
  color: var(--b2d-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.b2d-newsletter h2 {
  font-size: 27px;
  margin: 5px 0 7px;
}
.b2d-newsletter p {
  margin: 0;
  color: var(--b2d-muted);
}
.b2d-newsletter form {
  display: flex;
}
.b2d-newsletter input {
  flex: 1;
  height: 50px;
  border: 1px solid #d8c8b3;
  border-radius: 8px 0 0 8px;
  padding: 0 16px;
}
.b2d-newsletter button {
  border-radius: 0 8px 8px 0 !important;
  box-shadow: none !important;
  white-space: nowrap;
}
.b2d-footer {
  background: #fff;
  padding: 58px 0 24px;
}
.b2d-footer__grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(5, 1fr);
  gap: 36px;
}
.b2d-footer__brand img {
  max-width: 190px;
  margin-bottom: 18px;
}
.b2d-footer__brand p {
  max-width: 270px;
  color: var(--b2d-muted);
  font-size: 13px;
}
.b2d-socials {
  display: flex;
  gap: 9px;
  margin-top: 20px;
}
.b2d-socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0eee9;
  color: #666;
}
.b2d-socials a:hover {
  background: var(--b2d-accent);
  color: #fff;
}
.b2d-footer h3 {
  font:
    800 12px Inter,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 5px 0 17px;
}
.b2d-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b2d-footer li {
  margin-bottom: 9px;
}
.b2d-footer li a,
.b2d-footer li span {
  color: #4b4b4b;
  font-size: 13px;
  text-decoration: none;
}
.b2d-footer li a:hover {
  color: var(--b2d-accent);
}
.b2d-footer__contact li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 7px;
}
.b2d-footer__contact i {
  color: var(--b2d-accent);
  margin-top: 4px;
}
.b2d-footer__bottom {
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--b2d-muted);
  font-size: 12px;
}
.b2d-footer__bottom p {
  margin: 0;
}
.b2d-footer__bottom div {
  display: flex;
  gap: 24px;
}
.b2d-footer__bottom a {
  color: var(--b2d-muted);
}
@media (max-width: 1199px) {
  .b2d-header__main {
    min-height: 78px;
  }
  .b2d-actions,
  .b2d-search {
    display: none;
  }
  .b2d-menu-toggle {
    display: block;
  }
  .b2d-nav {
    display: none;
    max-height: calc(100vh - 116px);
    overflow: auto;
  }
  .b2d-nav.is-open {
    display: block;
  }
  .b2d-nav__inner {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-block: 14px;
  }
  .b2d-nav__inner > a,
  .b2d-nav-group > a {
    padding: 10px 0;
  }
  .b2d-nav-group {
    height: auto;
    display: block;
  }
  .b2d-megamenu {
    position: static;
    width: 100%;
    max-height: none;
    display: grid;
    box-shadow: none;
    border: 0;
    border-left: 2px solid var(--b2d-line);
    padding: 12px 18px;
    margin-bottom: 8px;
  }
  .b2d-footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .b2d-footer__brand {
    grid-column: span 3;
  }
}
@media (max-width: 767px) {
  .b2d-shell {
    width: min(100% - 28px, 1280px);
  }
  .b2d-topbar__inner {
    min-height: 44px;
  }
  .b2d-rating {
    display: none;
  }
  .b2d-contact-links {
    gap: 14px;
  }
  .b2d-contact-links a:last-child {
    display: none;
  }
  .b2d-logo {
    width: 170px;
  }
  .b2d-megamenu {
    grid-template-columns: 1fr;
  }
  .b2d-newsletter__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-block: 34px;
  }
  .b2d-newsletter form {
    display: grid;
    gap: 8px;
  }
  .b2d-newsletter input,
  .b2d-newsletter button {
    border-radius: 7px !important;
  }
  .b2d-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
  }
  .b2d-footer__brand {
    grid-column: span 2;
  }
  .b2d-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .b2d-footer__bottom div {
    gap: 16px;
  }
  body .container {
    width: calc(100% - 24px);
  }
  body table {
    display: block;
    overflow-x: auto;
  }
}

/* Product category pages -------------------------------------------------- */
.b2d-page--category {
  background: #fff;
}
.b2d-page--category .full-img {
  height: clamp(260px, 31vw, 440px);
  overflow: hidden;
  background: #e9e3da;
  position: relative;
}
.b2d-page--category .full-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(26, 24, 20, 0.12),
    transparent 45%,
    rgba(26, 24, 20, 0.08)
  );
  pointer-events: none;
}
.b2d-page--category .full-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.b2d-page--category .cat-heading {
  margin: 42px 0 26px;
  border: 0 !important;
  padding: 0 !important;
}
.b2d-page--category .cat-heading:before {
  content: "Custom made for your space";
  display: block;
  color: var(--b2d-accent);
  font:
    700 11px/1.4 Inter,
    sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.b2d-page--category .cat-heading h1 {
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 600;
  letter-spacing: -0.025em;
  text-transform: none !important;
}
.b2d-page--category .col12-layout > .main,
.b2d-page--category .productinner_wrap {
  width: 100%;
  max-width: none;
}
.b2d-page--category .comparison_wrap {
  display: grid;
  grid-template-columns: 170px 1fr;
  overflow: hidden;
  margin: 0 0 38px;
  border: 1px solid var(--b2d-line);
  border-radius: 16px;
  background: var(--b2d-warm);
  box-shadow: 0 12px 35px rgba(65, 50, 30, 0.07);
}
.b2d-page--category .sizefinder_wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 22px 24px;
  background: var(--b2d-ink) !important;
  color: #fff !important;
  font:
    700 14px/1.25 Inter,
    sans-serif !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.b2d-page--category .sizefinder_wrap:before {
  content: "\f1ec";
  font-family: FontAwesome;
  color: var(--b2d-accent);
  font-size: 19px;
  margin-right: 12px;
}
.b2d-page--category .sizefinder_wrap small {
  display: block;
  width: 100%;
  margin: 4px 0 0 31px;
  color: #cfc9c0;
  font:
    500 10px/1.3 Inter,
    sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
.b2d-page--category .sizefind_wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 20px 28px;
  background: #fff !important;
}
.b2d-page--category .woodblindwidth {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  float: none !important;
  width: auto !important;
}
.b2d-page--category .woodblindtxt {
  margin: 0 4px 0 0 !important;
  color: var(--b2d-ink);
  font-weight: 700;
  min-width: auto !important;
}
.b2d-page--category .width-style {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.b2d-page--category .comparison_wrap select {
  width: 100px !important;
  min-width: 100px;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  border-color: #d8c8b3 !important;
  background-color: #fff !important;
  font-weight: 600;
}
.b2d-page--category .comparison_wrap .size-chart {
  width: 92px !important;
  min-width: 92px;
}
.b2d-page--category .b2d-dimension-unit {
  color: var(--b2d-muted);
  font-size: 12px;
  font-weight: 700;
}
.b2d-page--category .paypal-icon {
  margin-left: auto !important;
}
.b2d-page--category .productinner_wrap > .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin: 0 0 60px;
}
.b2d-page--category .productinner_wrap > .row:before,
.b2d-page--category .productinner_wrap > .row:after {
  content: none !important;
  display: none !important;
}
.b2d-page--category .grip-productblind,
.b2d-page--category .productinner_wrap > .row > [class*="col-"] {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0;
}
.b2d-page--category .productinner_wrap > .row > input[type="hidden"],
.b2d-page--category .productinner_wrap > .row > .toolbar-bottom {
  display: none;
}
.b2d-page--category .products-img {
  position: relative;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  min-height: 250px;
  padding: 0 0 20px !important;
  border: 1px solid #ebe5dc !important;
  border-radius: 16px !important;
  background: #fff !important;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(48, 38, 24, 0.08) !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}
.b2d-page--category .products-img:hover {
  transform: translateY(-7px);
  border-color: #dcc6a8 !important;
  box-shadow: 0 22px 52px rgba(48, 38, 24, 0.14) !important;
}
.b2d-page--category .products-img > .hover-img {
  display: block;
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #f2eee8;
}
.b2d-page--category .products-img > .hover-img:after {
  content: "View product";
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--b2d-ink);
  font:
    700 11px Inter,
    sans-serif;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(8px);
  transition: 0.25s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.b2d-page--category .products-img:hover > .hover-img:after {
  opacity: 1;
  transform: none;
}
.b2d-page--category .products-img > .hover-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.b2d-page--category .products-img > a.hover-img > img {
  height: 250px !important;
  min-height: 250px !important;
  max-height: none !important;
}
.b2d-page--category .products-img:hover > .hover-img img {
  transform: scale(1.035);
}
.b2d-page--category .products-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 20px 0 !important;
}
.b2d-page--category .products-info h5,
.b2d-page--category .products-img > h5 {
  min-height: 44px;
  margin: 0 0 14px !important;
  color: var(--b2d-ink) !important;
  font:
    700 16px/1.4 Inter,
    sans-serif !important;
  letter-spacing: -0.01em;
  text-transform: none !important;
}
.b2d-page--category .products-info h5 a,
.b2d-page--category .products-info h5 b {
  color: inherit;
  font: inherit;
}
.b2d-page--category .img-sample {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  min-height: 31px;
  margin: 0 0 15px !important;
}
.b2d-page--category .img-sample img {
  width: 25px !important;
  height: 25px !important;
  border: 2px solid #fff !important;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px #d6cec2;
}
.b2d-page--category .sales {
  position: absolute !important;
  z-index: 4;
  top: 16px !important;
  right: 16px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
.b2d-page--category .sales span {
  display: block;
  padding: 7px 12px;
  border-radius: 999px;
  background: #d64b36 !important;
  color: #fff;
  font:
    700 11px Inter,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  box-shadow: 0 6px 16px rgba(168, 48, 31, 0.28);
}
.b2d-page--category .strip {
  position: absolute !important;
  z-index: 3;
  top: 16px;
  left: 16px;
  max-width: 165px;
  padding: 7px 10px !important;
  background: rgba(42, 42, 42, 0.9) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 5px;
  font:
    700 10px/1.3 Inter,
    sans-serif !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.b2d-page--category .rate-box {
  /* margin-top: auto !important; */
  padding: 14px 0 0 !important;
  border-top: 1px solid #eee6db;
  background: transparent !important;
}
.b2d-page--category .rate-box h6 {
  margin: 0 0 12px !important;
  padding: 9px 11px !important;
  border-radius: 7px;
  background: #fff2df !important;
  color: #9a5711 !important;
  font:
    700 11px/1.35 Inter,
    sans-serif !important;
  text-transform: none !important;
}
.b2d-page--category .rate-box .pflex {
  display: flex !important;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.b2d-page--category .rate-box .pflex > span {
  color: var(--b2d-muted);
  font-size: 12px;
  line-height: 1.35;
}
.b2d-page--category .rate-box .regularprice_right > div[id^="static_price"] {
  color: var(--b2d-ink);
  font-size: 23px !important;
  line-height: 1 !important;
}
.b2d-page--category .featured-hover {
  display: none !important;
}
.b2d-page--category .featured-inner {
  display: block !important;
  padding: 0 !important;
  text-align: left !important;
}
.b2d-page--category .featured-hover .featured-inner {
  position: static !important;
  height: auto !important;
}
.b2d-page--category .featured-inner a:first-child {
  display: none !important;
}
.b2d-page--category .featured-inner a:last-child {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  border: 1px solid var(--b2d-accent);
  border-radius: 7px;
  color: var(--b2d-accent) !important;
  font-weight: 700;
  text-decoration: none !important;
}
.b2d-page--category .featured-inner a:last-child:after {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 11px;
  margin-left: 9px;
}
.b2d-page--category .featured-inner a:last-child:hover {
  background: var(--b2d-accent);
  color: #fff !important;
}

/* Product detail and configurator pages --------------------------------- */
.b2d-page--product {
  background: #f7f4ef;
}
.b2d-page--product .main-container {
  padding: 18px 0 70px;
}
.b2d-page--product .main-container > .mains {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}
.b2d-page--product .container-fluid {
  padding: 0;
}
.b2d-page--product .breadcrumbs {
  margin: 0 0 20px !important;
  background: transparent !important;
  padding: 8px 0 !important;
}
.b2d-page--product .breadcrumbs li span {
  display: none;
}
.b2d-page--product .breadcrumbs a,
.b2d-page--product .breadcrumbs strong {
  display: inline !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #5c574f !important;
  font-size: 13px !important;
}
.b2d-page--product .pro-Collection-sec,
.b2d-page--product .full_wrapper,
.b2d-page--product .site_box {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}
.b2d-page--product .site_box {
  min-height: 0 !important;
}
.b2d-page--product .site_box .container,
.b2d-page--product .pro-Collection-sec .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.b2d-page--product .fixed-cont-warp {
  display: grid !important;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr) minmax(
      270px,
      310px
    );
  gap: 28px;
  align-items: start;
  margin: 0 !important;
}
.b2d-page--product .fixed-cont-warp > [class*="col-"] {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0;
}
.b2d-page--product .left-sidebarcont,
.b2d-page--product .prod_centercont,
.b2d-page--product .right-sidebarcont {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  height: auto !important;
}
/* Neutralise the legacy scroll-sticky script that forces position:fixed/absolute
   (and a pixel height) onto these columns — it predates the grid layout and
   yanks them out of flow, causing the overlap. */
.b2d-page--product .left-sidebarcont,
.b2d-page--product .right-sidebarcont .priceadd_cart,
.b2d-page--product .right-sidebarcont .leftbox-sec {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  height: auto !important;
}
.b2d-page--product .left-sidebarcont {
  grid-column: 1 !important;
  grid-row: 1 !important;
  order: 0 !important;
}
.b2d-page--product .prod_centercont {
  grid-column: 2 !important;
  grid-row: 1 !important;
  order: 0 !important;
}
.b2d-page--product .right-sidebarcont {
  grid-column: 3 !important;
  grid-row: 1 !important;
  order: 0 !important;
}
.b2d-page--product .left-box,
.b2d-page--product .right-box,
.b2d-page--product .leftbox-sec {
  width: 100% !important;
}
.b2d-page--product .product-gallery {
  padding: 18px !important;
  border: 1px solid #e7dfd3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(58, 44, 25, 0.08);
}
.b2d-page--product .product-details {
  width: 100% !important;
  padding: 0 !important;
}
.b2d-page--product .proDec_zoomimageSec,
.b2d-page--product .bzoom_wrap {
  width: 100% !important;
  min-height: 315px;
  text-align: center;
}
.b2d-page--product .gallery-img-custom {
  margin: 0 auto !important;
  max-width: 100%;
}
.b2d-page--product #bzoom {
  position: relative !important;
  width: 100% !important;
  height: 330px !important;
  padding: 0 !important;
  overflow: visible !important;
}
.b2d-page--product #bzoom > .bzoom_thumb {
  width: 100% !important;
  height: 300px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.b2d-page--product .gallery-img-custom .bzoom_thumb_image {
  max-width: 100% !important;
  border-radius: 9px;
  object-fit: cover;
}
.b2d-page--product #bzoom > .bzoom_thumb > .bzoom_thumb_image {
  width: 100% !important;
  height: 300px !important;
  max-height: none !important;
  object-fit: cover !important;
}
.b2d-page--product .bzoom_small_thumbs {
  max-width: 100%;
  overflow: hidden;
}
.b2d-page--product .bzoom_small_thumbs li {
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #e1d8ca;
}
.b2d-page--product .left-sidebarcont > .left-box > .lets_make_deal {
  margin-top: 18px !important;
  padding: 18px !important;
  border: 1px solid #e7dfd3;
  border-radius: 14px;
  background: #fff !important;
  text-align: left;
}
.b2d-page--product .left-sidebarcont .section-make p {
  margin: 0 0 12px;
  color: var(--b2d-muted);
}
.b2d-page--product .left-sidebarcont .make_dealbtn {
  display: block;
  margin: 8px 0 0 !important;
  padding: 11px 14px !important;
  border: 1px solid #dbc8ad;
  border-radius: 7px;
  background: var(--b2d-warm) !important;
  color: var(--b2d-ink) !important;
  text-align: center;
  font-weight: 700;
}
.b2d-page--product .left-sidebarcont > a > img {
  width: 100% !important;
  height: auto !important;
  margin: 18px 0 0 !important;
  border-radius: 8px;
}
.b2d-page--product .prod_details_container {
  width: 100% !important;
  padding: 28px !important;
  border: 1px solid #e7dfd3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(58, 44, 25, 0.08);
}
.b2d-page--product .details-heading {
  margin: 0 0 13px !important;
  color: var(--b2d-ink) !important;
  font:
    600 clamp(27px, 2.6vw, 40px)/1.14 "Playfair Display",
    serif !important;
  letter-spacing: -0.02em;
}
.b2d-page--product .customize_wrap > p {
  color: #625f59;
  font-size: 14px;
  line-height: 1.75 !important;
}
.b2d-page--product .customizenew-wrap {
  margin-top: 25px !important;
  padding-top: 22px !important;
  border-top: 1px solid #ece4d9;
}
.b2d-page--product .custompg-cont > div:not(.clear_fix) {
  min-width: 0;
}
.b2d-page--product .custompg-cont > div > h4,
.b2d-page--product .roman-wrap-sec > h4,
.b2d-page--product .hold_down_imgs > h4 {
  display: flex !important;
  align-items: center;
  position: relative !important;
  min-height: 46px;
  margin: 30px 0 16px !important;
  padding: 10px 18px !important;
  border: 0 !important;
  border-radius: 9px;
  background: #eef7f6 !important;
  color: #246b6d !important;
  font:
    700 14px/1.3 Inter,
    sans-serif !important;
  clip-path: none !important;
}
/* Kill the legacy white circle + arrow pseudo-elements on the old teal step bars. */
.b2d-page--product .custompg-cont h4::before,
.b2d-page--product .custompg-cont h4::after,
.b2d-page--product .roman-wrap-sec h4::before,
.b2d-page--product .roman-wrap-sec h4::after,
.b2d-page--product .hold_down_imgs > h4::before,
.b2d-page--product .hold_down_imgs > h4::after {
  content: none !important;
  display: none !important;
}
.b2d-page--product .custompg-cont h4 > span,
.b2d-page--product .roman-wrap-sec h4 > span,
.b2d-page--product .hold_down_imgs > h4 > span {
  display: grid !important;
  place-items: center;
  /* Reset the legacy position:absolute that made the badge overlap the text. */
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: 25px !important;
  height: 25px !important;
  min-width: 25px;
  margin-right: 10px !important;
  border: 2px solid #45989a !important;
  border-radius: 50%;
  background: #fff !important;
  color: #24777a !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
.b2d-page--product .custompg-cont > h2,
.b2d-page--product .custompg-cont > h3,
.b2d-page--product .custompg-cont > h4 {
  margin: 28px 0 15px !important;
  font-family: "Playfair Display", serif !important;
}
.b2d-page--product .custompg-cont select,
.b2d-page--product .custompg-cont input[type="text"],
.b2d-page--product .custompg-cont input[type="number"],
.b2d-page--product .custompg-cont textarea {
  width: 100%;
  height: 46px !important;
  margin: 5px 0 12px !important;
  background: #fff !important;
}
.b2d-page--product .display_image {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100% !important;
  margin: 12px 0 22px !important;
}
.b2d-page--product .color_boxes {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid #e4ddd2;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}
.b2d-page--product .color_boxes:hover {
  border-color: var(--b2d-accent);
  transform: translateY(-2px);
}
.b2d-page--product .color_boxes img {
  width: 100% !important;
  height: 66px !important;
  object-fit: cover;
  border-radius: 5px;
}
.b2d-page--product .mounttype-list,
.b2d-page--product .hold_down_imgs,
.b2d-page--product .room_textconts {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  width: 100% !important;
  margin: 12px 0 22px !important;
}
.b2d-page--product .mounttype-list:before,
.b2d-page--product .mounttype-list:after {
  content: none !important;
  display: none !important;
}
.b2d-page--product .mounttype-list > .clear_fix,
.b2d-page--product .hold_down_imgs > .clear_fix {
  display: none !important;
}
.b2d-page--product .mounttype-list > li,
.b2d-page--product .mounttype-list > div:not(.clear_fix) {
  display: flex !important;
  flex: 1 1 calc(50% - 8px) !important;
  width: auto !important;
  min-width: 0 !important;
  gap: 12px;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  list-style: none !important;
}
.b2d-page--product .mountimg-wrap,
.b2d-page--product .inside-selcts,
.b2d-page--product .nonimagediv,
.b2d-page--product .imagediv {
  float: none !important;
  margin: 0 !important;
  border-radius: 10px;
}
.b2d-page--product .mountimg-wrap {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 13px;
  border: 1px solid #e4ddd2;
  background: var(--b2d-warm);
  text-align: center;
}
.b2d-page--product .mountimg-wrap img {
  display: block;
  max-width: 100% !important;
  height: 150px !important;
  margin: 0 auto 9px !important;
  object-fit: contain;
}
.b2d-page--product .mountdisc-wrap {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 13px !important;
  border-radius: 9px;
  background: #faf8f4;
}
/* Mount type: lay the two image cards over their two description cards as a
   2-column grid (Inside | Outside), so the description column is no longer
   stranded blank to the right. */
.b2d-page--product #mount_type .mounttype-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}
.b2d-page--product #mount_type .mounttype-list > li {
  display: contents !important;
}
.b2d-page--product #mount_type .mountimg-wrap,
.b2d-page--product #mount_type .inside-selcts {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.b2d-page--product #mount_type .inside-selcts img {
  max-width: 100% !important;
  height: 132px !important;
  object-fit: contain;
}
.b2d-page--product #mount_type .mountimg-wrap h6 {
  margin: 8px 0 0 !important;
  color: var(--b2d-ink) !important;
  font-weight: 700 !important;
}
/* The description cards only hold .inside-text-sec, which the base theme keeps
   hidden until a mount is picked, so drop the empty disc row entirely. */
.b2d-page--product #mount_type .mountdisc-wrap {
  display: none !important;
}
.b2d-page--product #mount_type .mountimgradio-select {
  margin-top: 6px;
}
/* Measurements: two clean Width | Height columns; drop the decorative ruler
   images that left empty boxes beside the selects. */
.b2d-page--product #measurements .mounttype-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  align-items: start;
}
.b2d-page--product #measurements .mounttype-list > li {
  display: flex !important;
  flex: none !important;
  flex-direction: column;
  width: auto !important;
}
.b2d-page--product #measurements .mountimg-wrap {
  display: none !important;
}
.b2d-page--product #measurements .mountdisc-wrap {
  padding: 0 !important;
  background: transparent !important;
}
.b2d-page--product #measurements .mountdisc-wrap h6 {
  margin: 0 0 4px !important;
  color: var(--b2d-ink) !important;
  font-weight: 700 !important;
}
.b2d-page--product #measurements .selectinch-style {
  display: flex;
  gap: 8px;
}
.b2d-page--product #measurements .selectinch-style select {
  flex: 1 1 0;
  min-width: 0;
  width: 100% !important;
  margin: 5px 0 0 !important;
}
.b2d-page--product .tilt-type-sec {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.b2d-page--product .tilt-img-selects {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid #e4ddd2;
  border-radius: 10px;
  background: var(--b2d-warm);
  text-align: center;
}
.b2d-page--product .tilt-img-selects img,
.b2d-page--product .selects-inputs img {
  display: block;
  max-width: 100% !important;
  height: 150px !important;
  margin: 0 auto 10px !important;
  object-fit: contain;
}
.b2d-page--product .roman-wrap-sec > .hold_down_imgs > .nonimagediv {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100% !important;
}
.b2d-page--product .roman-wrap-sec .selects-inputs {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid #e4ddd2;
  border-radius: 10px;
  background: var(--b2d-warm);
  text-align: center;
}
.b2d-page--product input[type="radio"],
.b2d-page--product input[type="checkbox"] {
  accent-color: var(--b2d-accent);
}
.b2d-page--product .right-sidebarcont {
  position: static !important;
  top: auto !important;
  align-self: start !important;
}
.b2d-page--product .priceadd_cart {
  padding: 24px !important;
  border: 1px solid #dfd3c2 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 16px 42px rgba(58, 44, 25, 0.11) !important;
}
.b2d-page--product .regularprice {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.b2d-page--product .regularprice_left,
.b2d-page--product .regularprice_right {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.b2d-page--product .price-cros {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
  color: var(--b2d-muted);
}
.b2d-page--product .price-on {
  padding: 12px;
  border-radius: 9px;
  background: #fff2df;
  margin-bottom: 18px;
}
.b2d-page--product .price-on .price-text {
  color: #9a5711 !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.b2d-page--product .price-on .price-numb {
  color: #9a5711 !important;
  font-size: 18px;
}
.b2d-page--product .regularprice_right {
  padding: 18px 0 !important;
  border-top: 1px solid #eee5d9;
  text-align: left !important;
}
.b2d-page--product .regularprice_right > div[style*="font-size:20px"] {
  font-family: "Playfair Display", serif !important;
}
.b2d-page--product #static_price,
.b2d-page--product #price {
  color: var(--b2d-ink);
  font-size: 34px !important;
  line-height: 1.1;
}
.b2d-page--product .sale-button {
  float: none !important;
  position: static !important;
  width: max-content !important;
  height: auto !important;
  margin: 10px 0 0 !important;
  padding: 5px 9px;
  border: 0 !important;
  border-radius: 999px;
  background: #d64b36 !important;
  font-size: 10px;
}
.b2d-page--product .addtocat-btn {
  margin: 0 !important;
}
.b2d-page--product .getCustomCard {
  width: 100% !important;
  min-height: 52px !important;
  font-size: 15px !important;
  letter-spacing: 0.04em;
}
.b2d-page--product .right-sidebarcont .section-make {
  margin: 18px 0 0 !important;
  padding: 17px 0 0 !important;
  border-top: 1px solid #eee5d9;
  background: transparent !important;
}
.b2d-page--product .right-sidebarcont .rating i {
  color: var(--b2d-accent);
}
.b2d-page--product .customright-wrap img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 9px;
}
.b2d-page--product .right-sidebarcont .customright-wrap {
  display: none !important;
}
.b2d-page--product .b2d-newsletter {
  margin-top: 0;
}

/* Account access --------------------------------------------------------- */
.b2d-page--auth {
  background: #f7f4ef;
}
.b2d-page--auth .cartform_wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  width: min(1050px, calc(100% - 32px)) !important;
  margin: 55px auto 80px !important;
}
.b2d-page--auth .cartformleft,
.b2d-page--auth .cartformright {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.b2d-page--auth .cart_method {
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 20px !important;
  padding: 30px !important;
  border: 1px solid #e5dccf !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 12px 36px rgba(58, 44, 25, 0.08) !important;
}
.b2d-page--auth .cart_method h2 {
  margin: 0 0 22px !important;
  font-size: 30px !important;
}
.b2d-page--auth .check_left {
  width: 100% !important;
  margin: 0 !important;
}
.b2d-page--auth .checkleft_text {
  float: none !important;
  width: auto !important;
  margin: 14px 0 6px !important;
  color: var(--b2d-ink);
  font-weight: 700;
}
.b2d-page--auth .checkleft_btn,
.b2d-page--auth .checkleft_btn1 {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.b2d-page--auth .checkleft_btn input,
.b2d-page--auth .checkleft_btn1 input {
  width: 100% !important;
}
.b2d-page--auth .forgot_pwd {
  float: none !important;
  margin: 15px 0 !important;
}
.b2d-page--auth .submit_btn,
.b2d-page--auth .submit_btn1 {
  float: none !important;
  margin: 18px 0 0 !important;
}
.b2d-page--auth .submit_btn input,
.b2d-page--auth .submit_btn1 a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px !important;
  border-radius: 7px !important;
  background: var(--b2d-accent) !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.b2d-page--auth .b2d-newsletter {
  margin-top: 0;
}

@media (max-width: 1050px) {
  .b2d-page--category .productinner_wrap > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .b2d-page--product .fixed-cont-warp {
    grid-template-columns: minmax(260px, 0.8fr) minmax(400px, 1.2fr);
  }
  .b2d-page--product .left-sidebarcont {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .b2d-page--product .prod_centercont {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  .b2d-page--product .right-sidebarcont {
    grid-column: 2 !important;
    grid-row: 2 !important;
    position: static !important;
  }
}
@media (max-width: 767px) {
  .b2d-page--category .full-img {
    height: 220px;
  }
  .b2d-page--category .cat-heading {
    margin-top: 28px;
  }
  .b2d-page--category .comparison_wrap {
    grid-template-columns: 1fr;
  }
  .b2d-page--category .sizefinder_wrap {
    padding: 16px 20px;
  }
  .b2d-page--category .sizefind_wrap {
    display: grid;
    gap: 14px;
    padding: 18px;
  }
  .b2d-page--category .woodblindwidth {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) minmax(0, 1fr) 20px;
    width: 100% !important;
  }
  .b2d-page--category .comparison_wrap select,
  .b2d-page--category .comparison_wrap .size-chart {
    width: 100% !important;
    min-width: 0;
  }
  .b2d-page--category .paypal-icon {
    display: none !important;
  }
  .b2d-page--category .productinner_wrap > .row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .b2d-page--category .products-img {
    min-height: 0;
  }
  .b2d-page--category .products-img > .hover-img {
    height: 245px;
  }
  .b2d-page--product .main-container > .mains {
    width: calc(100% - 24px);
  }
  .b2d-page--product .fixed-cont-warp {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .b2d-page--product .left-sidebarcont,
  .b2d-page--product .prod_centercont,
  .b2d-page--product .right-sidebarcont {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
  .b2d-page--product .prod_details_container {
    padding: 21px !important;
  }
  .b2d-page--product .display_image {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .b2d-page--auth .cartform_wrap {
    grid-template-columns: 1fr;
    margin: 30px auto 55px !important;
  }
  .b2d-page--auth .cart_method {
    padding: 22px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
