:root {
  --bt-ink: #0f172a;
  --bt-ink-2: #1f2a3d;
  --bt-text: #334155;
  --bt-muted: #94a3b8;
  --bt-bg: #f4f7fb;
  --bt-surface: #ffffff;
  --bt-line: #dbe4f0;
  --bt-border: var(--bt-line);
  --bt-navy: var(--bt-ink);
  --bt-red: #ef3349;
  --bt-red-dark: #d9253a;
  --bt-red-soft: #ffe9ed;
  --bt-green: #0f9f6e;
  --bt-orange: #f59e0b;
  --bt-purple: #7c3aed;
  --bt-radius: 8px;
  --bt-radius-lg: 12px;
  --bt-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

body {
  background: var(--bt-bg);
  color: var(--bt-ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  transition: color .16s ease, background .16s ease, border-color .16s ease, transform .16s ease;
}

.container {
  max-width: 1280px;
  width: 100%;
}

.bt-site-header {
  position: relative;
  z-index: 20;
  background: var(--bt-surface);
  box-shadow: 0 1px 0 var(--bt-line);
}

.bt-topbar {
  background: var(--bt-ink);
  color: #e2e8f0;
  font-size: 12px;
}

.bt-topbar-inner,
.bt-mainbar-inner,
.bt-catnav-inner {
  display: flex;
  align-items: center;
}

.bt-topbar-inner {
  min-height: 36px;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
  overflow: visible;
}

.bt-topbar-left,
.bt-topbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  min-width: 0;
}

.bt-topbar span,
.bt-topbar a {
  color: #e2e8f0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  margin: 0;
}

.bt-topbar .material-icons {
  color: var(--bt-orange);
  font-size: 15px;
}

.bt-topbar .fa,
.bt-topbar i.fa {
  color: var(--bt-orange);
}

.bt-topbar #_desktop_user_info,
.bt-topbar .user-info,
.bt-topbar .toggle_user_mobile,
.bt-topbar .language-selector,
.bt-topbar .currency-selector {
  display: inline-flex !important;
  align-items: center;
  gap: 14px;
  margin: 0;
  white-space: nowrap;
}

.bt-topbar .show_on_mobile {
  display: inline-flex !important;
}

.bt-topbar .toggle_user_mobile a,
.bt-topbar .user-info a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.bt-topbar .bt-user-greeting {
  color: #fff;
  font-weight: 700;
}

.bt-language-button {
  border: 0;
  background: transparent;
  color: #e2e8f0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
}

.bt-language-button .material-icons {
  font-size: 15px;
}

.bt-topbar .dropdown-menu {
  min-width: 64px;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  box-shadow: var(--bt-shadow);
  padding: 6px;
}

.bt-topbar .dropdown-menu a {
  color: var(--bt-ink);
  margin: 0;
  padding: 7px 9px;
  border-radius: 5px;
}

.bt-topbar .dropdown-menu a:hover {
  background: #f1f5f9;
  color: var(--bt-red);
}

.bt-mainbar {
  border-bottom: 1px solid var(--bt-line);
}

.bt-mainbar-inner {
  box-sizing: border-box;
  min-height: 92px;
  display: grid;
  grid-template-columns: 220px minmax(360px, 1fr) 250px;
  gap: 22px;
  justify-content: center;
  padding-top: 8px;
}

.bt-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--bt-ink);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.bt-logo:hover {
  color: var(--bt-ink);
}

.bt-logo-image {
  display: block;
  height: 46px;
  max-width: 190px;
  width: auto;
}

.bt-logo-mark {
  width: 36px;
  height: 36px;
  border-radius: var(--bt-radius);
  background: var(--bt-red);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
}

.bt-logo-text {
  font-size: 28px;
  letter-spacing: 0;
}

.bt-search {
  width: 100%;
  min-width: 280px;
}

.bt-search-widget {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}

#search_widget.bt-search-widget form {
  display: flex;
  align-items: stretch;
  height: 48px;
  border: 2px solid var(--bt-ink);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(15, 23, 42, .04);
  padding: 0;
  position: relative;
}

.bt-search-category {
  display: none;
}

.bt-search-category .material-icons {
  color: var(--bt-muted);
  font-size: 18px;
}

#search_widget.bt-search-widget input[type="text"] {
  min-width: 0;
  flex: 1;
  width: 100%;
  height: 100%;
  border: 0 !important;
  outline: 0;
  padding: 0 58px 0 22px;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--bt-ink);
  font-size: 15px;
  text-align: center;
}

#search_widget.bt-search-widget button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  bottom: 5px;
  height: 34px;
  min-width: 34px;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 5px;
  width: 34px;
  border: 0;
  background: transparent;
  color: var(--bt-red);
  font-weight: 700;
  margin: 0;
  border-radius: 50%;
  box-shadow: none;
}

#search_widget.bt-search-widget button .material-icons {
  font-size: 21px;
}

.bt-search-widget button:hover {
  background: var(--bt-red-soft);
  color: var(--bt-red);
}

.bt-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.bt-action {
  min-width: 62px;
  min-height: 54px;
  border-radius: var(--bt-radius);
  color: var(--bt-ink);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 12px;
  text-decoration: none;
}

.bt-action:hover {
  background: #f1f5f9;
  color: var(--bt-red);
}

.bt-action .material-icons {
  font-size: 24px;
}

.bt-action-cart {
  background: var(--bt-red-soft);
  color: var(--bt-red);
  padding: 0 12px;
  position: relative;
  z-index: 10080;
}

.bt-action-cart .blockcart {
  margin: 0;
}

.bt-action-cart .blockcart > a {
  color: var(--bt-red);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.bt-action-cart .cart-products-count {
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--bt-red);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.bt-mobile-menu {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bt-line);
  background: #fff;
  border-radius: var(--bt-radius);
}

.bt-catnav {
  background: #fff;
  border-bottom: 1px solid var(--bt-line);
}

.bt-catnav-inner {
  min-height: 56px;
  gap: 4px;
  overflow: visible;
  justify-content: center;
  flex-wrap: wrap;
}

.bt-catnav a,
.bt-all-categories {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: var(--bt-ink);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}

.bt-all-categories {
  height: 42px;
  min-height: 0;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--bt-red);
  box-shadow: 0 8px 18px rgba(245, 50, 79, .24);
  color: #fff;
  justify-content: center;
}

.bt-catnav a:hover {
  color: var(--bt-red);
}

.bt-sale-link {
  color: var(--bt-red) !important;
  margin-left: 8px;
}

.bt-hot {
  position: absolute;
  top: 6px;
  right: 4px;
  background: var(--bt-red);
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .bt-catnav .bt-custom-menu-bar > .bt-all-categories,
  .bt-catnav .bt-catnav-inner > .bt-all-categories {
    align-self: center !important;
    border-radius: 999px !important;
    height: 42px !important;
    min-height: 0 !important;
    padding: 0 20px !important;
    width: auto !important;
  }
}

.bt-category-panel {
  background: #fff;
  border: 1px solid var(--bt-line);
  border-top: 0;
  border-radius: 0 0 var(--bt-radius-lg) var(--bt-radius-lg);
  box-shadow: var(--bt-shadow);
  padding: 18px 24px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.bt-category-panel > a {
  min-height: 72px;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: #fff;
  color: var(--bt-ink);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  font-weight: 700;
  text-decoration: none;
}

.bt-category-panel > a:hover {
  border-color: #bdcce0;
  color: var(--bt-red);
  transform: translateY(-1px);
}

.bt-category-panel > a > .material-icons {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #355070;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.bt-category-panel[hidden] {
  display: none !important;
}

.bt-megamenu-nav {
  background: #fff;
  border-bottom: 1px solid var(--bt-line);
}

.bt-megamenu-nav .ets_mm_megamenu,
.bt-megamenu-nav .ets_mm_megamenu_content {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  width: 100%;
}

.bt-megamenu-nav .ets_mm_megamenu_content > .container {
  display: flex;
  align-items: center;
  min-height: 56px;
}

.bt-megamenu-nav .mm_menus_ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.bt-megamenu-nav .mm_menus_li {
  margin: 0;
  position: relative;
}

.bt-megamenu-nav .mm_menus_li > a {
  align-items: center;
  color: var(--bt-ink) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  min-height: 56px;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

.bt-megamenu-nav .mm_menus_li:hover > a,
.bt-megamenu-nav .mm_menus_li.active > a {
  color: var(--bt-red) !important;
}

.bt-megamenu-nav .mm_columns_ul {
  border: 1px solid var(--bt-line);
  border-radius: 0 0 var(--bt-radius-lg) var(--bt-radius-lg);
  box-shadow: var(--bt-shadow);
}

.bt-megamenu-nav .bt-mm-megamenu,
.bt-megamenu-nav .bt-mm,
.bt-custom-menu {
  background: #fff;
  border: 0;
  margin: 0;
  position: relative;
  width: 100%;
}

.bt-mm-bar,
.bt-custom-menu-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  gap: 4px;
  position: relative;
}

.bt-mm-menu,
.bt-custom-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bt-mm-item,
.bt-custom-tabs li {
  margin: 0;
  position: relative;
}

.bt-mm-item > a,
.bt-custom-tabs a {
  min-height: 56px;
  padding: 0 12px;
  color: var(--bt-ink) !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.bt-mm-item > a:hover,
.bt-mm-item:hover > a,
.bt-custom-tabs a:hover {
  color: var(--bt-red) !important;
}

.bt-mm-item > a .material-icons {
  font-size: 17px;
}

.bt-mm-item.has-dropdown > a {
  cursor: pointer;
}

.bt-mm-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 80;
  min-width: 320px;
  max-width: min(900px, calc(100vw - 32px));
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.bt-mm-item:hover .bt-mm-dropdown,
.bt-mm-item:focus-within .bt-mm-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bt-mm-dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 14px;
  border: 1px solid var(--bt-line);
  border-radius: 0 0 var(--bt-radius-lg) var(--bt-radius-lg);
  background: #fff;
  box-shadow: var(--bt-shadow);
  padding: 18px;
}

.bt-mm-block {
  min-width: 0;
}

.bt-mm-block .ets_mm_block {
  margin: 0;
}

.bt-mm-block .ets_mm_block > h4,
.bt-mm-all-block .ets_mm_block > h4 {
  margin: 0 0 10px;
  color: var(--bt-ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.bt-mm-block .ets_mm_block_content,
.bt-mm-all-block .ets_mm_block_content {
  color: var(--bt-text);
}

.bt-mm-category-list,
.bt-mm-block .ets_mm_block_content ul,
.bt-mm-all-block .ets_mm_block_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bt-mm-category-list li,
.bt-mm-block .ets_mm_block_content li,
.bt-mm-all-block .ets_mm_block_content li {
  margin: 0;
  position: relative;
}

.bt-mm-category-list a,
.bt-mm-block .ets_mm_block_content li > a,
.bt-mm-all-block .ets_mm_block_content li > a {
  min-height: 38px;
  border-radius: 6px;
  color: var(--bt-ink);
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.bt-mm-category-list a:hover,
.bt-mm-block .ets_mm_block_content li > a:hover,
.bt-mm-all-block .ets_mm_block_content li > a:hover {
  background: #f1f5f9;
  color: var(--bt-red);
}

.bt-mm-icon,
.bt-mm-category-list .material-icons {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #355070;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 17px;
}

.bt-mm-icon:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #355070;
  border-radius: 3px;
}

.bt-mm-all-panel {
  position: relative;
  z-index: 70;
}

.bt-mm-all-panel .bt-mm-all-block {
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: #fff;
  padding: 16px;
  min-width: 0;
}

.bt-mm-all-panel .bt-mm-all-block:empty {
  display: none;
}

.bt-mm-all-panel .bt-mm-category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 10px;
}

.bt-mm-all-panel .bt-mm-category-list li {
  min-width: 0;
}

.bt-mm-all-panel .bt-mm-category-list a {
  min-height: 56px;
  border: 1px solid var(--bt-line);
  background: #fff;
  padding: 10px 12px;
}

.bt-mm-all-panel .bt-mm-category-list ul {
  grid-column: 1 / -1;
  padding-left: 18px;
}

.bt-hero {
  padding: 24px 0 16px;
}

.bt-hero-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 1fr);
  gap: 16px;
}

.bt-hero-main,
.bt-hero-tile {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: var(--bt-radius-lg);
  color: #fff;
  text-decoration: none;
}

.bt-hero-main.has-bt-hero-border,
.bt-hero-tile.has-bt-hero-border {
  border: 1px solid rgba(15, 23, 42, .16);
}

.bt-hero-main {
  aspect-ratio: 1560 / 760;
  min-height: 0;
  padding: 42px 48px;
  background-color: var(--bt-hero-bg, var(--bt-ink-2));
  background-image: var(--bt-banner-image);
  background-size: var(--bt-hero-image-fit, cover);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 0 0 9999px var(--bt-hero-overlay, transparent);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bt-hero-main:before,
.bt-hero-main:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.bt-hero-main:before {
  width: 360px;
  height: 360px;
  top: -92px;
  right: -58px;
  background: var(--bt-hero-accent, var(--bt-red));
}

.bt-hero-main:after {
  width: 220px;
  height: 220px;
  bottom: -92px;
  right: 80px;
  background: #7c5a1f;
}

.bt-hero-main.has-bt-hero-image:before,
.bt-hero-main.has-bt-hero-image:after {
  display: none;
}

.bt-hero-main > *,
.bt-hero-tile > * {
  position: relative;
  z-index: 1;
}

.bt-hero-fade-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background-image: var(--bt-banner-next-image);
  background-position: var(--bt-hero-image-position, center);
  background-repeat: no-repeat;
  background-size: var(--bt-hero-image-fit, cover);
  opacity: 0;
  transition: opacity .65s ease;
}

.bt-hero-main.is-changing .bt-hero-fade-layer,
.bt-hero-tile.is-changing .bt-hero-fade-layer {
  opacity: 1;
}

.bt-eyebrow {
  align-self: flex-start;
  margin-bottom: 22px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffe9ed;
  color: var(--bt-hero-accent, var(--bt-red));
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}

.bt-hero-main strong {
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.bt-hero-main strong span {
  color: var(--bt-hero-accent, var(--bt-red));
}

.bt-hero-main em {
  max-width: 430px;
  color: #e2e8f0;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 28px;
}

.bt-hero-main b,
.bt-hero-tile b {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--bt-radius);
  background: var(--bt-hero-button-bg, var(--bt-hero-accent, var(--bt-red)));
  color: #fff;
  padding: 14px 24px;
  font-size: 15px;
}

.bt-hero-side {
  display: grid;
  align-content: start;
  align-self: start;
  gap: 16px;
}

.bt-hero-tile {
  aspect-ratio: 972 / 360;
  min-height: 0;
  padding: 28px;
  background-color: var(--bt-hero-bg, #159b8d);
  background-image: var(--bt-banner-image);
  background-size: var(--bt-hero-image-fit, cover);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 0 0 9999px var(--bt-hero-overlay, transparent);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bt-hero-tile.has-bt-hero-image {
  background-size: var(--bt-hero-image-fit, cover);
  padding: 0;
}

.bt-hero-teal {
  background-color: var(--bt-hero-bg, #159b8d);
}

.bt-hero-purple {
  background-color: var(--bt-hero-bg, var(--bt-purple));
}

.bt-hero-tile.has-bt-hero-image {
  background-color: transparent;
}

.bt-hero-tile span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}

.bt-hero-tile strong {
  font-size: 25px;
  line-height: 1.15;
  margin-bottom: 22px;
}

.bt-hero-tile b {
  background: rgba(255, 255, 255, .18);
  padding: 10px 15px;
}

.featured-products,
.new-products,
.special-products,
.best-sellers,
.product-accessories,
.bt-popular-categories,
.bt-brands {
  padding: 42px 0;
}

.bt-section-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.products-section-title,
.bt-section-head h2 {
  margin: 0;
  color: var(--bt-ink);
  font-size: 28px;
  line-height: 1.2;
  text-transform: none !important;
  font-weight: 800;
}

.bt-section-head p,
.featured-products .all-product-link,
.new-products .all-product-link,
.special-products .all-product-link,
.best-sellers .all-product-link {
  margin: 8px 0 0;
  color: var(--bt-muted);
}

.bt-section-link {
  border: 0;
  background: transparent;
  color: var(--bt-red);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
}

.bt-category-tiles {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}

.bt-category-tiles a {
  min-height: 126px;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: #fff;
  color: var(--bt-ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}

.bt-category-tiles a:hover {
  border-color: #bdcce0;
  transform: translateY(-2px);
  box-shadow: var(--bt-shadow);
}

.bt-category-tiles .material-icons {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #355070;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.products,
.featured-products .products,
.new-products .products,
.special-products .products,
.best-sellers .products,
.product-accessories .products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.page-home .special-products.home-block-section {
  background: #fff;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius-lg);
  box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
  overflow: visible;
  padding: 0 !important;
}

.bt-special-head {
  align-items: center;
  background: linear-gradient(135deg, #0b1428 0%, #111c36 100%);
  border-radius: var(--bt-radius-lg) var(--bt-radius-lg) 0 0;
  color: #fff;
  display: flex;
  gap: 14px;
  min-height: 96px;
  padding: 24px 26px;
  position: relative;
}

.bt-special-icon {
  align-items: center;
  background: var(--bt-red);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(244, 47, 77, .28);
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.bt-special-icon::before {
  background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20stroke%3D%27%23fff%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20stroke-width%3D%272.6%27%3E%3Cpath%20d%3D%27M8.5%2014.5A2.5%202.5%200%200%200%2011%2012c0-1.38-.5-2-1-3-1.07-2.14-.22-4.05%202-6%20.5%202.5%202%204.9%204%206.5%202%201.6%203%203.5%203%205.5a7%207%200%201%201-14%200c0-1.15.43-2.29%201-3a2.5%202.5%200%200%200%202.5%202.5z%27/%3E%3C/svg%3E") center / contain no-repeat;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
}

.bt-special-copy {
  min-width: 0;
}

.bt-special-head .products-section-title {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
  padding: 0;
}

.special-products .bt-home-products {
  padding-top: 26px;
  padding-bottom: 24px;
}

.page-home .special-products .bt-product-card {
  min-height: 432px;
}

.page-home .special-products .bt-product-media {
  aspect-ratio: 4 / 3.3;
}

.page-home .special-products .bt-product-image img {
  padding: 14px;
}

.page-home .special-products .bt-local-badge {
  bottom: 10px !important;
  right: 10px !important;
}

.page-home .special-products .bt-local-badge img {
  max-width: 46px;
  width: 46px;
}

.page-home .special-products .bt-wishlist {
  height: 30px;
  right: 7px;
  top: 7px;
  width: 30px;
}

.page-home .special-products .bt-product-flags {
  left: 8px;
  top: 8px;
}

.page-home .special-products .bt-product-flags li {
  font-size: 11px;
  min-height: 24px;
  padding: 0 8px;
}

.page-home .special-products .bt-product-body {
  min-height: 256px;
  padding: 11px 14px 14px;
}

.page-home .special-products .bt-product-brand {
  font-size: 10px;
  height: 13px;
  line-height: 13px;
  margin-bottom: 5px;
}

.page-home .special-products .bt-product-body:not(:has(.bt-product-brand))::before {
  flex-basis: 13px;
  height: 13px;
  margin-bottom: 5px;
}

.page-home .special-products .bt-product-title {
  font-size: 10.5px;
  height: 42px;
  line-height: 1.35;
  margin-bottom: 2px;
}

.page-home .special-products .bt-product-title a {
  display: -webkit-box !important;
  max-height: 42px;
  overflow: hidden;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.page-home .special-products .bt-product-rating {
  display: none;
}

.page-home .special-products .bt-product-prices {
  height: 56px;
  margin-bottom: 5px;
  overflow: visible;
}

.page-home .special-products .bt-product-old-price {
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 1px;
}

.page-home .special-products .bt-product-price {
  font-size: 18px;
  min-height: 34px;
  padding-left: 11px;
  padding-right: 16px;
}

.page-home .special-products .bt-card-extra-info {
  height: 50px;
  margin-bottom: 8px;
}

.page-home .special-products .bt-card-extra-info .extra-product-info > div {
  font-size: 10px;
  min-height: 13px;
}

.page-home .special-products .bt-card-extra-info .extra-product-info img {
  height: 13px;
  width: 13px;
}

.page-home .special-products .bt-add-to-cart .btn {
  font-size: 12.5px;
  min-height: 38px;
}

.bt-product-card {
  background: #fff;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius-lg);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 416px;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.bt-product-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .1);
  transform: translateY(-3px);
}

.bt-product-media {
  aspect-ratio: 4 / 3.35;
  background: linear-gradient(180deg, #fbfcfe 0%, #eef3f9 100%);
  border-radius: var(--bt-radius-lg) var(--bt-radius-lg) 0 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.bt-product-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bt-product-image img {
  color: transparent;
  font-size: 0;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  width: 100%;
}

.bt-product-flags {
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bt-product-flags li {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 5px;
  background: var(--bt-red);
  color: #fff;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 800;
}

.bt-product-flags .new {
  background: #16a34a;
}

.bt-local-badge {
  position: absolute;
  bottom: 12px !important;
  left: auto !important;
  right: 12px !important;
  top: auto !important;
  z-index: 4;
}

.bt-local-badge img {
  display: block;
  max-width: 58px;
  width: 58px;
  height: auto;
}

.bt-wishlist {
  position: absolute;
  z-index: 4;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
}

.bt-wishlist a,
.bt-wishlist button {
  color: #9fb0c6 !important;
}

.bt-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 292px;
  padding: 14px 16px 16px;
}

.bt-product-brand {
  color: #8090a7;
  font-size: 11px;
  letter-spacing: .02em;
  margin-bottom: 6px;
  font-weight: 800;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.bt-product-body:not(:has(.bt-product-brand))::before {
  content: "";
  display: block;
  flex: 0 0 14px;
  height: 14px;
  margin-bottom: 6px;
}

.bt-product-title {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.38;
  font-weight: 750;
  height: 39px;
  overflow: hidden;
  text-align: center;
}

.bt-product-title a {
  color: var(--bt-ink);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.bt-product-title a:hover {
  color: var(--bt-red);
}

.bt-product-rating {
  min-height: 22px;
  margin-bottom: 10px;
  color: var(--bt-orange);
  font-size: 13px;
}

.bt-product-prices {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  height: 66px;
  margin: 0 0 9px;
  overflow: hidden;
}

.bt-product-old-price {
  flex-basis: 100%;
  margin-bottom: 4px;
  color: var(--bt-muted);
  font-size: 13px;
  text-decoration: line-through;
}

.bt-product-price {
  align-items: center;
  background: #e5ff3d;
  border-radius: 7px 3px 3px 7px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
  color: #071226;
  display: inline-flex;
  font-size: 20px;
  font-weight: 800;
  min-height: 38px;
  padding: 0 18px 0 12px;
}

.bt-product-price.is-discounted {
  background: var(--bt-red);
  color: #fff;
}

.bt-card-extra-info {
  border-top: 0;
  height: 54px;
  margin: 0 0 12px;
  overflow: hidden;
  padding-top: 0;
  width: 100%;
}

.bt-card-extra-info .extra-product-info {
  border: 0;
  display: grid;
  gap: 4px;
  justify-items: start;
  margin: 0;
  min-height: 44px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.bt-card-extra-info .extra-product-info > div {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #172033;
  display: inline-flex;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.22;
  min-height: 16px;
  padding: 0;
  width: auto;
}

.bt-card-extra-info .extra-product-info img {
  flex: 0 0 auto;
  height: 15px;
  margin-top: 1px;
  width: 15px;
}

.bt-card-extra-info .extra-product-info span {
  display: inline-block;
  min-width: 0;
}

.bt-card-extra-info .extra-product-info .stock-info {
  color: #008f2d;
}

.bt-stock {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
  color: #059669;
  font-size: 12px;
  font-weight: 600;
}

.bt-stock .material-icons {
  font-size: 15px;
}

.bt-add-to-cart {
  margin-top: auto;
  width: 100%;
}

.bt-add-to-cart .btn {
  background: var(--bt-ink);
  border: 0;
  border-radius: 7px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  min-height: 42px;
  overflow: hidden;
  padding: 0 10px;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  width: 100%;
  font-size: 14px;
  font-weight: 800;
}

.bt-add-to-cart .btn .material-icons {
  flex: 0 0 auto;
  font-size: 18px;
}

.bt-add-to-cart .btn span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bt-add-to-cart .btn:hover {
  background: var(--bt-red);
}

/* Category and product listing */
#category #wrapper,
#search #wrapper,
#prices-drop #wrapper,
#new-products #wrapper,
#best-sales #wrapper,
#manufacturer #wrapper,
#supplier #wrapper {
  background: #f5f7fb;
}

#category #content-wrapper,
#search #content-wrapper,
#prices-drop #content-wrapper,
#new-products #content-wrapper,
#best-sales #content-wrapper,
#manufacturer #content-wrapper,
#supplier #content-wrapper {
  padding-left: 24px;
}

#category .breadcrumb,
#search .breadcrumb,
#prices-drop .breadcrumb,
#new-products .breadcrumb,
#best-sales .breadcrumb,
#manufacturer .breadcrumb,
#supplier .breadcrumb {
  background: transparent;
  color: var(--bt-muted);
  font-size: 12px;
  font-weight: 800;
  margin: 14px 0 22px;
  padding: 0;
}

#category .breadcrumb ol,
#search .breadcrumb ol,
#prices-drop .breadcrumb ol,
#new-products .breadcrumb ol,
#best-sales .breadcrumb ol,
#manufacturer .breadcrumb ol,
#supplier .breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
}

#category .breadcrumb li,
#search .breadcrumb li,
#prices-drop .breadcrumb li,
#new-products .breadcrumb li,
#best-sales .breadcrumb li,
#manufacturer .breadcrumb li,
#supplier .breadcrumb li {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  line-height: 1.2;
  margin: 0;
}

#category .breadcrumb li:not(:last-child)::after,
#search .breadcrumb li:not(:last-child)::after,
#prices-drop .breadcrumb li:not(:last-child)::after,
#new-products .breadcrumb li:not(:last-child)::after,
#best-sales .breadcrumb li:not(:last-child)::after,
#manufacturer .breadcrumb li:not(:last-child)::after,
#supplier .breadcrumb li:not(:last-child)::after {
  color: #cbd5e1;
  content: "chevron_right";
  font-family: "Material Icons";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

#category .breadcrumb li:last-child::after,
#search .breadcrumb li:last-child::after,
#prices-drop .breadcrumb li:last-child::after,
#new-products .breadcrumb li:last-child::after,
#best-sales .breadcrumb li:last-child::after,
#manufacturer .breadcrumb li:last-child::after,
#supplier .breadcrumb li:last-child::after {
  content: "";
  margin: 0;
}

#category .breadcrumb a,
#search .breadcrumb a,
#prices-drop .breadcrumb a,
#new-products .breadcrumb a,
#best-sales .breadcrumb a,
#manufacturer .breadcrumb a,
#supplier .breadcrumb a {
  color: #64748b;
  text-decoration: none;
}

#category .breadcrumb a:hover,
#search .breadcrumb a:hover,
#prices-drop .breadcrumb a:hover,
#new-products .breadcrumb a:hover,
#best-sales .breadcrumb a:hover,
#manufacturer .breadcrumb a:hover,
#supplier .breadcrumb a:hover {
  color: var(--bt-red);
}

#category .breadcrumb li:last-child a,
#search .breadcrumb li:last-child a,
#prices-drop .breadcrumb li:last-child a,
#new-products .breadcrumb li:last-child a,
#best-sales .breadcrumb li:last-child a,
#manufacturer .breadcrumb li:last-child a,
#supplier .breadcrumb li:last-child a {
  color: var(--bt-ink);
  font-weight: 900;
}

.title_category,
#main > h2.h2 {
  color: var(--bt-ink);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 22px;
  text-transform: none;
}

#products.sang {
  max-width: 100%;
}

#products .products-selection {
  align-items: center;
  background: #fff;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius-lg);
  box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
  margin: 0 0 22px;
  min-height: 58px;
  padding: 10px 14px;
}

#products .products-selection > .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

#products .products-selection .sort-by-row {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  width: 100%;
}

#products .products-selection .sort-by {
  color: var(--bt-muted);
  display: inline-flex;
  font-size: 13px;
  margin-right: 8px;
  white-space: nowrap;
}

#products .products-sort-order {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: auto;
}

#products .products-sort-order .select-title {
  align-items: center;
  background: #fff;
  border: 1px solid var(--bt-line);
  border-radius: 7px;
  color: var(--bt-text);
  display: inline-flex;
  font-weight: 700;
  min-height: 38px;
  min-width: 260px;
  padding: 0 12px;
  text-decoration: none;
}

#products .products-sort-order .dropdown-menu {
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  box-shadow: var(--bt-shadow);
  margin-top: 8px;
  min-width: 260px;
  overflow: hidden;
}

#products .products-sort-order .select-list {
  white-space: nowrap;
}

#products #js-product-list .products {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  margin: 0;
}

#products #js-product-list .product-miniature,
#products #js-product-list .js-product-miniature {
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0;
  padding: 0 !important;
  width: 100% !important;
}

#products #js-product-list .bt-product-card {
  border-color: #e2e8f0;
  border-radius: var(--bt-radius-lg);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
  display: flex !important;
  min-height: 416px;
  padding: 0;
}

#products #js-product-list .bt-product-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .1);
  transform: translateY(-3px);
}

#products #js-product-list .bt-product-media {
  aspect-ratio: 4 / 3.35;
  background: linear-gradient(180deg, #fbfcfe 0%, #eef3f9 100%);
  border-radius: var(--bt-radius-lg) var(--bt-radius-lg) 0 0;
  margin: 0;
}

#products #js-product-list .bt-product-image img {
  padding: 20px;
}

#products #js-product-list .bt-product-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 14px 16px 16px;
}

#products #js-product-list .bt-product-brand {
  color: #8090a7;
  font-size: 11px;
  letter-spacing: .02em;
  margin-bottom: 7px;
}

#products #js-product-list .bt-product-title {
  font-size: 14px;
  font-weight: 750;
  line-height: 1.38;
  margin-bottom: 10px;
  min-height: 58px;
}

#products #js-product-list .bt-product-title a {
  -webkit-line-clamp: 3;
}

#products #js-product-list .bt-card-extra-info {
  border-top: 0;
  margin: 0 0 12px;
  min-height: 50px;
  padding-top: 0;
  width: 100%;
}

#products #js-product-list .extra-product-info {
  border: 0;
  display: grid;
  gap: 4px;
  justify-items: start;
  margin: 0;
  min-height: 44px;
  padding: 0;
  text-align: left;
  width: 100%;
}

#products #js-product-list .extra-product-info > div {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #172033;
  display: inline-flex;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.22;
  min-height: 16px;
  padding: 0;
  width: auto;
}

#products #js-product-list .extra-product-info img {
  flex: 0 0 auto;
  height: 15px;
  margin-top: 1px;
  width: 15px;
}

#products #js-product-list .extra-product-info span {
  display: inline-block;
  min-width: 0;
}

#products #js-product-list .extra-product-info .stock-info {
  color: #008f2d;
}

#products #js-product-list .bt-product-prices {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: auto 0 9px;
  min-height: 42px;
}

#products #js-product-list .bt-product-old-price {
  flex-basis: 100%;
  margin: 0;
}

#products #js-product-list .bt-product-price {
  align-items: center;
  background: #e5ff3d;
  border-radius: 7px 3px 3px 7px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
  color: #071226;
  display: inline-flex;
  font-size: 20px;
  min-height: 38px;
  padding: 0 18px 0 12px;
}

#products #js-product-list .bt-product-price.is-discounted {
  background: var(--bt-red);
  color: #fff;
}

#products #js-product-list .bt-add-to-cart {
  margin-top: 0;
  width: 100%;
}

#products #js-product-list .bt-add-to-cart .btn {
  background: var(--bt-ink);
  border-radius: 7px;
  min-height: 42px;
}

#products #js-product-list .bt-add-to-cart .btn:hover {
  background: var(--bt-red);
}

#left-column #search_filters,
#left-column .block-categories,
#left-column .block-categories-custom {
  background: #fff;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius-lg);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
  margin-bottom: 24px;
  overflow: hidden;
}

#left-column #search_filters h4,
#left-column #search_filters .facet-title,
#left-column .block-categories .h6,
#left-column .block-categories-custom h3 {
  color: var(--bt-ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}

#left-column #search_filters h4 {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--bt-line);
  display: flex;
  gap: 9px;
  min-height: 48px;
  padding: 14px 18px;
}

#left-column #search_filters h4::before {
  align-items: center;
  background: #fff0f3;
  border-radius: 8px;
  color: var(--bt-red);
  content: "tune";
  display: inline-flex;
  flex: 0 0 28px;
  font-family: "Material Icons";
  font-size: 18px;
  height: 28px;
  justify-content: center;
  line-height: 1;
  text-transform: none;
  width: 28px;
}

#left-column #search_filters .facet {
  border-bottom: 1px solid #eef2f7;
  padding: 18px;
}

#left-column #search_filters .facet:last-child {
  border-bottom: 0;
}

#left-column #search_filters .facet-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
}

#left-column #search_filters ul {
  margin: 14px 0 0;
  padding: 0;
}

#left-column #search_filters li {
  list-style: none;
  margin-bottom: 8px;
}

#left-column #search_filters li:last-child {
  margin-bottom: 0;
}

#left-column #search_filters .facet-label {
  align-items: flex-start;
  border-radius: 8px;
  display: flex;
  font-size: 13px;
  gap: 10px;
  margin: 0;
  min-height: 34px;
  padding: 5px 8px;
  transition: background .18s ease, color .18s ease;
}

#left-column #search_filters .facet-label:hover,
#left-column #search_filters .facet-label.active {
  background: #f8fafc;
}

#left-column #search_filters .facet-label a {
  color: var(--bt-text);
  flex: 1 1 auto;
  line-height: 1.25;
  min-width: 0;
  padding-top: 1px;
  text-decoration: none;
}

#left-column #search_filters .facet-label a:hover {
  color: var(--bt-red);
}

#left-column #search_filters .custom-checkbox,
#left-column #search_filters .custom-radio {
  flex: 0 0 auto;
  margin: 0;
  position: relative;
  top: 2px;
}

#left-column #search_filters .custom-checkbox input,
#left-column #search_filters .custom-radio input {
  cursor: pointer;
  height: 18px;
  opacity: 0;
  position: absolute;
  width: 18px;
  z-index: 2;
}

#left-column #search_filters .custom-checkbox > span:not(.color),
#left-column #search_filters .custom-radio > span:not(.color) {
  align-items: center;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px #fff;
  display: inline-flex;
  height: 18px;
  justify-content: center;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
  width: 18px;
}

#left-column #search_filters .custom-radio > span:not(.color) {
  border-radius: 999px;
}

#left-column #search_filters .custom-checkbox input:checked + span,
#left-column #search_filters .custom-radio input:checked + span {
  background: var(--bt-red);
  border-color: var(--bt-red);
  box-shadow: inset 0 0 0 3px #fff;
}

#left-column #search_filters .checkbox-checked {
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

#left-column #search_filters .magnitude {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 700;
  margin-left: 3px;
}

#left-column #search_filters .clear-all-wrapper {
  padding: 12px 18px 0;
}

#left-column #search_filters .js-search-filters-clear-all {
  align-items: center;
  background: #fff0f3;
  border: 0;
  border-radius: 8px;
  color: var(--bt-red);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 5px;
  min-height: 32px;
  padding: 0 10px;
}

#left-column #search_filters .faceted-slider {
  margin-top: 13px;
  padding: 0 12px;
}

#left-column #search_filters .faceted-slider p {
  color: var(--bt-text);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 0 auto 16px;
  max-width: calc(100% - 24px);
  text-align: center;
}

#left-column #search_filters .ui-slider-horizontal {
  background: #e2e8f0;
  border: 0;
  border-radius: 999px;
  height: 7px;
  margin: 0 8px 2px;
}

#left-column #search_filters .ui-widget-header {
  background: var(--bt-red);
  border-radius: 999px;
}

#left-column #search_filters .ui-slider .ui-slider-handle {
  background: #fff;
  border: 3px solid var(--bt-red);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(244, 47, 77, .24);
  cursor: pointer;
  height: 18px;
  top: -6px;
  width: 18px;
}

#left-column .block-categories .h6,
#left-column .block-categories-custom h3 {
  background: #fff;
  border-bottom: 1px solid var(--bt-line);
  padding: 16px 18px;
}

#left-column .block-categories ul,
#left-column .block-categories-custom ul {
  margin: 0;
  padding: 0;
}

#left-column .block-categories li,
#left-column .block-categories-custom li {
  border-bottom: 1px solid #eef2f7;
  list-style: none;
}

#left-column .block-categories li:last-child,
#left-column .block-categories-custom li:last-child {
  border-bottom: 0;
}

#left-column .block-categories a,
#left-column .block-categories-custom a {
  align-items: center;
  color: var(--bt-text);
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  min-height: 38px;
  padding: 0 18px;
  text-decoration: none;
}

#left-column .block-categories a:hover,
#left-column .block-categories-custom a:hover {
  color: var(--bt-red);
}

#left-column .block-categories,
#left-column .block-categories-custom {
  display: none;
}

.bt-brand-strip {
  margin-top: 24px;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius-lg);
  background: #fff;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  min-height: 96px;
  overflow: hidden;
}

.bt-brand-strip a {
  color: #94a3b8;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.bt-brand-strip a:hover {
  color: var(--bt-red);
}

.bt-footer {
  margin-top: 38px;
  background: var(--bt-ink);
  color: #dbeafe;
  padding: 48px 0 0;
}

.bt-footer-grid {
  display: grid;
  grid-template-columns: 1.55fr repeat(4, 1fr);
  gap: 48px;
  padding-bottom: 36px;
}

.bt-footer h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.bt-footer p {
  color: #9fb3d1;
  line-height: 1.55;
  margin: 18px 0 22px;
}

.bt-footer a,
.bt-footer span {
  color: #dbeafe;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  text-decoration: none;
}

.bt-footer a:hover {
  color: #fff;
}

.bt-footer .material-icons {
  color: var(--bt-red);
  font-size: 17px;
}

.bt-footer-hours {
  align-items: flex-start !important;
}

.bt-footer-hours > span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.bt-footer-hours > span > span {
  margin: 0;
}

.bt-logo-footer {
  color: #fff !important;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: inline-flex;
  padding: 8px 12px;
}

.bt-footer-logo-image {
  height: 36px;
  max-width: 160px;
}

.bt-footer-bottom {
  min-height: 66px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #9fb3d1;
  font-size: 14px;
}

.bt-footer-bottom span {
  margin: 0;
  color: #9fb3d1;
}

.bt-payments {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.bt-payments b {
  background: #fff;
  color: var(--bt-ink);
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 12px;
}

.bt-scroll-top {
  position: fixed;
  right: 22px;
  bottom: 82px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: var(--bt-radius);
  background: var(--bt-red);
  color: #fff;
  z-index: 50;
}

#block-reassurance,
.home_widget_top_column,
.ybc-widget-display-top-column,
.ybc-widget-ybc-custom-5 {
  display: none !important;
}

#product #main {
  color: var(--bt-navy);
}

#product #content-wrapper {
  width: 100%;
}

#product #main > .col-md-6,
#product #main > .right_pb_product {
  margin-top: 26px;
}

#product .custom-product-cover-wrapper {
  background: #fff;
  border: 1px solid var(--bt-border);
  border-radius: var(--bt-radius);
  min-height: 520px;
  padding: 22px;
}

#product .bt-product-panel {
  padding-left: 22px;
}

#product .page-heading-product {
  color: var(--bt-navy);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 12px;
  text-transform: none;
}

#product .product-information {
  color: var(--bt-text);
}

#product .product-information #product-description-short {
  color: var(--bt-muted);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 16px;
}

#product .bt-product-buybox {
  background: #fff;
  border: 1px solid var(--bt-border);
  border-radius: var(--bt-radius);
  box-shadow: 0 18px 45px rgba(11, 19, 43, .08);
  overflow: hidden;
}

#product .bt-product-buybox .line {
  display: none;
}

#product .product-prices {
  border-bottom: 1px solid var(--bt-border);
  margin: 0;
  padding: 20px 20px 14px;
}

#product .product-prices div {
  color: inherit;
  display: block;
  font-size: inherit;
  margin: 0;
}

#product .product-prices .product-price {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0;
}

#product .product-prices .current-price {
  align-items: center;
  background: #d9f43f;
  border-radius: 7px;
  color: #061021;
  display: inline-flex;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  min-height: 52px;
  padding: 0 18px;
}

#product .product-prices .regular-price {
  color: #8c97aa;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 2px;
  text-decoration: line-through;
}

#product .product-prices .discount {
  color: var(--bt-red);
  display: block;
  font-size: 14px;
  font-weight: 800;
}

#product .product-prices .tax-shipping-delivery-label,
#product .product-prices .product-unit-price,
#product .product-prices .price-ecotax {
  color: var(--bt-muted);
  font-size: 12px;
  margin: 10px 0 0;
}

#product .bt-klix-panel {
  border-bottom: 1px solid var(--bt-border);
  padding: 14px 20px;
}

#product .bt-klix-panel:empty {
  display: none;
}

#product .bt-klix-fallback {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

#product .bt-klix-option {
  align-items: flex-start;
  display: grid;
  gap: 8px;
  grid-template-columns: 24px minmax(0, 1fr);
}

#product .bt-klix-logo {
  align-items: center;
  background: #1683ff;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 9px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  line-height: 1;
  margin-top: 2px;
  text-transform: lowercase;
  width: 18px;
}

#product .bt-klix-option strong {
  color: #0877f2;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
}

#product .bt-klix-option small,
#product .bt-klix-option em {
  color: var(--bt-navy);
  display: block;
  font-size: 11px;
  font-style: normal;
  line-height: 1.25;
  margin-top: 4px;
}

#product .bt-klix-option em {
  color: var(--bt-muted);
}

#product .bt-klix-or {
  align-items: center;
  color: var(--bt-navy);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  padding: 0 3px;
}

#product .bt-klix-native {
  margin-top: 10px;
}

#product .product-actions {
  padding: 18px 20px 20px;
}

#product .product-actions form {
  margin: 0;
}

#product .product-add-to-cart {
  display: grid;
  gap: 8px 14px;
  grid-template-columns: 118px minmax(0, 1fr);
  margin: 0;
}

#product .product-add-to-cart > .control-label {
  color: var(--bt-navy);
  display: block;
  font-size: 14px;
  font-weight: 800;
  grid-column: 1;
  margin: 0;
  text-transform: uppercase;
}

#product .product-quantity {
  display: contents;
  margin: 0;
}

#product .product-quantity .qty {
  float: none;
  grid-column: 1;
  margin: 0;
  width: 118px !important;
}

#product .product-quantity .bootstrap-touchspin {
  align-items: stretch;
  display: flex !important;
  width: 118px !important;
}

#product .product-quantity .bootstrap-touchspin .input-group-btn-vertical {
  display: flex !important;
  flex-direction: column;
  float: none;
  width: 34px;
}

#product .product-quantity #quantity_wanted {
  border: 1px solid var(--bt-border);
  border-radius: 6px 0 0 6px;
  color: var(--bt-navy);
  font-weight: 800;
  height: 44px;
  text-align: center;
  width: 84px !important;
}

#product .product-quantity .btn-touchspin {
  align-items: center;
  background: #fff;
  border-color: var(--bt-border);
  color: var(--bt-navy);
  display: inline-flex;
  flex: 1 1 50%;
  height: 22px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 34px;
}

#product .product-quantity .add {
  float: none;
  grid-column: 2;
  margin: 0;
  max-width: none !important;
  min-width: 0;
  width: 100%;
}

#product .product-quantity .add-to-cart {
  align-items: center;
  background: var(--bt-red);
  border: 0;
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  gap: 8px;
  height: 44px;
  justify-content: center;
  margin: 0;
  max-width: none !important;
  min-width: 0;
  overflow: hidden;
  padding: 0 14px;
  text-transform: none;
  white-space: nowrap;
  width: 100%;
}

#product .product-quantity .add-to-cart:hover {
  background: #d91f35;
}

#product .product-quantity .add-to-cart .bt-add-price {
  font-weight: 900;
}

#product #product-availability {
  color: #0a9f54;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
}

#product .product-additional-info {
  display: none;
}

#product .bt-delivery-panel {
  border-top: 1px solid var(--bt-border);
}

#product .bt-delivery-option {
  border-bottom: 1px solid var(--bt-border);
}

#product .bt-delivery-option summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 24px minmax(0, 1fr) auto 22px;
  list-style: none;
  min-height: 54px;
  padding: 0 20px;
}

#product .bt-delivery-option summary::-webkit-details-marker {
  display: none;
}

#product .bt-delivery-icon {
  color: var(--bt-navy);
  font-size: 21px;
}

#product .bt-delivery-title {
  color: var(--bt-navy);
  font-size: 14px;
  font-weight: 850;
}

#product .bt-delivery-price {
  color: var(--bt-navy);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

#product .bt-delivery-chevron {
  color: var(--bt-muted);
  font-size: 20px;
  transition: transform .2s ease;
}

#product .bt-delivery-option[open] .bt-delivery-chevron {
  transform: rotate(180deg);
}

#product .bt-delivery-details {
  color: var(--bt-text);
  font-size: 13px;
  line-height: 1.45;
  padding: 0 20px 16px 54px;
}

#product .bt-delivery-note {
  color: var(--bt-red);
  font-size: 11px;
  margin: 0;
  padding: 12px 20px 16px;
}

#product .tabs {
  margin-top: 34px;
}

@media (max-width: 1199px) {
  .products,
  .featured-products .products,
  .new-products .products,
  .special-products .products,
  .best-sellers .products,
  .product-accessories .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bt-footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #products #js-product-list .products {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 991px) {
  .bt-topbar-left {
    display: none;
  }

  .bt-mainbar-inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .bt-search {
    order: 4;
    flex-basis: 100%;
  }

  .bt-mobile-menu {
    display: inline-flex;
    margin-left: auto;
  }

  .bt-actions {
    margin-left: auto;
  }

  .bt-catnav-inner {
    display: none;
    align-items: stretch;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bt-catnav.is-open .bt-catnav-inner {
    display: flex;
  }

  .bt-megamenu-nav .ets_mm_megamenu_content > .container {
    align-items: stretch;
    min-height: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .bt-megamenu-nav .mm_menus_ul {
    align-items: stretch;
    display: none;
    flex-direction: column;
  }

  .bt-megamenu-nav.is-open .mm_menus_ul {
    display: flex;
  }

  .bt-megamenu-nav .mm_menus_li > a {
    min-height: 42px;
    width: 100%;
    justify-content: flex-start;
    border-radius: 6px;
  }

  .bt-mm-bar,
  .bt-custom-menu-bar {
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .bt-mm-menu,
  .bt-custom-tabs {
    align-items: stretch;
    display: none;
    flex-direction: column;
  }

  .bt-megamenu-nav.is-open .bt-mm-menu,
  .bt-custom-menu.is-open .bt-custom-tabs {
    display: flex;
  }

  .bt-mm-item > a,
  .bt-custom-tabs a {
    justify-content: flex-start;
    min-height: 42px;
    width: 100%;
  }

  .bt-mm-dropdown {
    max-width: 100%;
    min-width: 0;
    position: static;
    opacity: 1;
    transform: none;
    visibility: visible;
  }

  .bt-mm-dropdown-grid {
    grid-template-columns: 1fr;
    box-shadow: none;
    border-radius: var(--bt-radius);
    padding: 12px;
  }

  .bt-catnav a,
  .bt-all-categories {
    min-height: 42px;
    width: 100%;
    justify-content: flex-start;
    border-radius: 6px;
  }

  .bt-category-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px;
  }

  #category #content-wrapper,
  #search #content-wrapper,
  #prices-drop #content-wrapper,
  #new-products #content-wrapper,
  #best-sales #content-wrapper,
  #manufacturer #content-wrapper,
  #supplier #content-wrapper {
    padding-left: 15px;
  }

  #products #js-product-list .products {
    gap: 18px;
  }

  #product .bt-product-panel {
    padding-left: 15px;
  }

  #product .custom-product-cover-wrapper {
    min-height: 420px;
  }

  .bt-sale-link {
    margin-left: 0;
  }

  .bt-hero-grid {
    grid-template-columns: 1fr;
  }

  .bt-hero-main {
    min-height: 320px;
  }

  .bt-hero-main strong {
    font-size: 40px;
  }

  .bt-brand-strip {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    padding: 22px 0;
  }

  .bt-category-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bt-topbar-right {
    gap: 12px;
  }

  .bt-logo-text {
    font-size: 24px;
  }

  .bt-logo-image {
    height: 40px;
    max-width: 170px;
  }

  .bt-actions {
    width: 100%;
    justify-content: space-between;
  }

  .bt-search-widget form {
    height: 48px;
    flex-wrap: nowrap;
  }

  .bt-search-widget button {
    min-width: 52px;
    padding: 0 16px;
  }

  .bt-search-widget button span {
    display: none;
  }

  .bt-hero-main {
    padding: 30px 24px;
  }

  .bt-hero-main strong {
    font-size: 34px;
  }

  .products,
  .featured-products .products,
  .new-products .products,
  .special-products .products,
  .best-sellers .products,
  .product-accessories .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #products .products-selection {
    align-items: flex-start;
    gap: 10px;
  }

  #products .products-selection .sort-by-row {
    align-items: stretch;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    margin: 0;
  }

  #products .products-selection .sort-by {
    align-items: center;
    margin-right: 0;
  }

  #products .products-sort-order {
    flex: 1 1 auto;
    justify-content: flex-start;
  }

  #products .products-sort-order .select-title {
    justify-content: space-between;
    min-width: 0;
    width: 100%;
  }

  #products .products-sort-order .dropdown-menu {
    min-width: 100%;
  }

  #products #js-product-list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bt-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bt-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .bt-section-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .bt-category-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #product #main > .col-md-6,
  #product #main > .right_pb_product {
    margin-top: 18px;
  }

  #product .page-heading-product {
    font-size: 22px;
  }

  #product .product-quantity {
    grid-template-columns: 1fr;
  }

  #product .product-prices,
  #product .bt-klix-panel,
  #product .product-actions {
    padding-left: 16px;
    padding-right: 16px;
  }

  #product .bt-delivery-option summary {
    padding-left: 16px;
    padding-right: 16px;
  }

  #product .bt-delivery-details {
    padding-left: 50px;
    padding-right: 16px;
  }

  .bt-category-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .products,
  .featured-products .products,
  .new-products .products,
  .special-products .products,
  .best-sellers .products,
  .product-accessories .products {
    grid-template-columns: 1fr;
  }

  #products #js-product-list .products {
    grid-template-columns: 1fr;
  }

  .bt-brand-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Final card override: older theme CSS also targets this module output. */
.bt-product-card.product-miniature,
.products .bt-product-card.product-miniature,
.featured-products .bt-product-card.product-miniature,
.new-products .bt-product-card.product-miniature,
.special-products .bt-product-card.product-miniature,
.best-sellers .bt-product-card.product-miniature,
.product-accessories .bt-product-card.product-miniature,
.home_block_col .bt-product-card.product-miniature,
.categoryproducts_content .bt-product-card.product-miniature,
.owl-item .bt-product-card.product-miniature {
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.products,
.featured-products .products,
.new-products .products,
.special-products .products,
.best-sellers .products,
.product-accessories .products,
.categoryproducts_content:not(.owl-loaded) {
  align-items: stretch !important;
}

.products .bt-product-card,
.featured-products .bt-product-card,
.new-products .bt-product-card,
.special-products .bt-product-card,
.best-sellers .bt-product-card,
.product-accessories .bt-product-card,
.categoryproducts_content .bt-product-card,
.owl-item .bt-product-card {
  min-width: 0 !important;
}

.home_block_col .bt-product-card .bt-product-media,
.home_block_col .bt-product-card .bt-product-body,
.home_block_col .bt-product-card .bt-card-extra-info {
  float: none !important;
  width: 100% !important;
}

.bt-product-card .bt-card-extra-info,
.bt-product-card .bt-card-extra-info .extra-product-info {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  justify-items: flex-start !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
  width: 100% !important;
}

.bt-product-card .bt-card-extra-info .extra-product-info > div {
  align-self: flex-start !important;
  justify-self: flex-start !important;
  margin-left: 0 !important;
  text-align: left !important;
}

.bt-product-card .bt-card-extra-info .extra-product-info > div::before {
  content: none !important;
  display: none !important;
}

/* Product page accessory carousel arrows. */
body#product .product-accessories,
body#product .bt-accessory-products,
body#product .bt-accessory-products .owl-stage-outer {
  overflow: visible !important;
}

body#product .bt-accessory-products.owl-carousel {
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

body#product .bt-accessory-products .owl-controls,
body#product .bt-accessory-products .owl-nav {
  display: block !important;
  height: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  pointer-events: none;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  visibility: visible !important;
  width: 100% !important;
  z-index: 20 !important;
}

body#product .bt-accessory-products .owl-controls .owl-nav {
  position: static !important;
  transform: none !important;
}

body#product .bt-accessory-products .owl-prev,
body#product .bt-accessory-products .owl-next {
  align-items: center;
  background: var(--bt-red) !important;
  border: 1px solid var(--bt-red) !important;
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 0 !important;
  height: 40px;
  justify-content: center;
  margin: 0 !important;
  opacity: 1 !important;
  pointer-events: auto;
  position: absolute !important;
  top: 0 !important;
  width: 40px;
}

body#product .bt-accessory-products .owl-prev {
  left: 0 !important;
}

body#product .bt-accessory-products .owl-next {
  right: 0 !important;
}

body#product .bt-accessory-products .owl-prev::before,
body#product .bt-accessory-products .owl-next::before {
  color: #fff !important;
  display: block;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

body#product .bt-accessory-products .owl-prev::before {
  content: "\2039";
}

body#product .bt-accessory-products .owl-next::before {
  content: "\203A";
}

body#product .bt-accessory-products .owl-prev.disabled,
body#product .bt-accessory-products .owl-next.disabled {
  display: inline-flex !important;
  opacity: .45 !important;
  pointer-events: none;
}

/* Homepage modules often have only 1-2 products, so a fixed 5-column grid squeezes cards. */
.page-home .home-block-section {
  clear: both !important;
  float: none !important;
  margin: 0 auto 46px !important;
  max-width: 1170px;
  padding: 42px 15px !important;
  width: 100% !important;
}

.page-home .bt-home-products {
  align-items: stretch !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  justify-content: flex-start !important;
}

.page-home .bt-home-products.owl-loaded,
.page-home .bt-home-products.owl-carousel {
  display: block !important;
}

.page-home .bt-home-products.owl-carousel {
  padding: 0 48px;
  position: relative;
}

.page-home .special-products .bt-home-products.owl-carousel {
  box-sizing: border-box;
  padding: 24px 24px 24px;
}

.page-home .special-products .bt-home-products .owl-nav .owl-prev {
  left: -16px;
}

.page-home .special-products .bt-home-products .owl-nav .owl-next {
  right: -16px;
}

.page-home .bt-home-products .owl-stage {
  display: flex;
}

.page-home .bt-home-products .owl-item {
  display: flex;
  align-items: stretch;
}

.page-home .bt-home-products .owl-item .bt-product-card {
  align-self: stretch;
  width: 100% !important;
}

.page-home .bt-home-products .owl-nav {
  display: block !important;
  height: 0 !important;
  left: 0 !important;
  margin: 0;
  opacity: 1 !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
  visibility: visible !important;
  width: auto !important;
}

.page-home .bt-home-products .owl-nav > div {
  align-items: center;
  background: var(--bt-red) !important;
  border: 1px solid var(--bt-red) !important;
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 3;
}

.page-home .bt-home-products .owl-nav > div:hover {
  background: #d91f35 !important;
  color: #fff !important;
}

.page-home .bt-home-products .owl-nav .owl-prev {
  left: 0;
}

.page-home .bt-home-products .owl-nav .owl-next {
  right: 0;
}

.page-home .bt-home-products .owl-nav > div:before {
  border: 0 !important;
  color: #fff !important;
  display: block;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 30px;
  font-weight: 400;
  height: auto;
  line-height: 34px;
  text-align: center;
  width: auto;
}

.page-home .bt-home-products .owl-nav > div:after {
  content: none !important;
  display: none !important;
}

.page-home .bt-home-products .owl-nav .owl-prev:before {
  content: "\2039" !important;
  transform: translateY(-1px);
}

.page-home .bt-home-products .owl-nav .owl-next:before {
  content: "\203A" !important;
  transform: translateY(-1px);
}

.page-home .bt-home-products .owl-nav .disabled {
  opacity: .35;
  pointer-events: none;
}

.page-home .home-block-section .bt-product-card {
  width: 100% !important;
}

@media (max-width: 991px) {
  .page-home .bt-home-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .page-home .bt-home-products {
    grid-template-columns: 1fr !important;
  }

  .page-home .bt-home-products.owl-carousel {
    overflow: visible;
    padding: 0 !important;
  }

  .page-home .special-products .bt-home-products.owl-carousel {
    padding: 20px 18px 22px !important;
  }

  .bt-special-head {
    align-items: flex-start;
    gap: 12px;
    min-height: 78px;
    padding: 20px 18px;
  }

  .bt-special-head .products-section-title {
    font-size: 21px;
  }

  .page-home .special-products .bt-home-products .owl-nav .owl-prev {
    left: -2px !important;
  }

  .page-home .special-products .bt-home-products .owl-nav .owl-next {
    right: -2px !important;
  }

  .page-home .bt-home-products .owl-stage-outer {
    position: relative;
    z-index: 1;
  }

  .page-home .bt-home-products .owl-nav {
    bottom: auto !important;
    box-sizing: border-box !important;
    display: block !important;
    height: 0 !important;
    inset: 365px 0 auto 0 !important;
    left: 0 !important;
    max-width: none !important;
    min-width: 100% !important;
    pointer-events: none;
    position: absolute !important;
    right: 0 !important;
    top: 365px !important;
    transform: none !important;
    width: 100% !important;
    z-index: 5;
  }

  .page-home .bt-home-products .owl-nav > div {
    height: 34px;
    pointer-events: auto;
    position: absolute !important;
    top: auto !important;
    transform: none !important;
    width: 34px;
  }

  .page-home .bt-home-products .owl-nav .owl-prev {
    display: inline-flex !important;
    left: 3px !important;
    right: auto !important;
  }

  .page-home .bt-home-products .owl-nav .owl-next {
    left: auto !important;
    right: 3px !important;
  }

  .page-home .bt-home-products .owl-nav .disabled {
    display: inline-flex !important;
    opacity: .5;
    pointer-events: none;
  }
}

@media (max-width: 420px) {
  .page-home .bt-home-products .owl-nav {
    inset: 350px 0 auto 0 !important;
    top: 350px !important;
  }

  .page-home .bt-home-products .owl-nav .owl-next {
    right: 3px !important;
  }

  .page-home .bt-home-products .owl-nav .owl-prev {
    left: 3px !important;
  }
}

@media (max-width: 480px) {
  .page-home .bt-home-products {
    grid-template-columns: 1fr !important;
  }
}

/* Cart, search, and language polish */
.bt-topbar #_desktop_language_selector,
.bt-topbar .language-selector-wrapper,
.bt-topbar .language-selector {
  position: relative;
  z-index: 80;
}

.bt-topbar .bt-language-menu,
.bt-topbar .language-selector .dropdown-menu {
  background: #fff;
  display: block;
  left: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  transform: translateY(-4px);
  transition: opacity .16s ease, transform .16s ease;
  visibility: hidden;
  z-index: 9999;
}

.bt-topbar .language-selector:hover .bt-language-menu,
.bt-topbar .language-selector:focus-within .bt-language-menu,
.bt-topbar .language-selector.open .bt-language-menu,
.bt-topbar .language-selector:hover .dropdown-menu,
.bt-topbar .language-selector:focus-within .dropdown-menu,
.bt-topbar .language-selector.open .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.bt-topbar .bt-language-menu li {
  list-style: none;
}

.bt-topbar .bt-language-menu li.current a {
  background: var(--bt-red-soft);
  color: var(--bt-red);
  font-weight: 800;
}

@media (min-width: 992px) {
  .bt-topbar-inner {
    position: relative;
  }

  .bt-topbar-right {
    padding-right: 154px;
  }

  .bt-topbar #_desktop_language_selector {
    align-items: center;
    display: inline-flex !important;
    justify-content: center;
    margin: 0 !important;
    position: absolute !important;
    right: 132px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 120;
  }

  .bt-topbar #_desktop_language_selector .language-selector-wrapper,
  .bt-topbar #_desktop_language_selector .language-selector {
    display: inline-flex !important;
    margin: 0 !important;
  }
}

#blockcart-modal.bt-cart-modal .modal-dialog {
  max-width: 880px;
  width: calc(100% - 32px);
}

#blockcart-modal.bt-cart-modal .modal-content {
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .24);
  overflow: hidden;
}

#blockcart-modal.bt-cart-modal .modal-header {
  align-items: center;
  background: var(--bt-ink);
  border: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 72px;
  padding: 18px 56px;
  position: relative;
}

#blockcart-modal.bt-cart-modal .modal-header .close {
  color: #fff;
  opacity: .75;
  position: absolute;
  right: 20px;
  top: 18px;
}

#blockcart-modal.bt-cart-modal .modal-title {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.25;
  margin: 0;
  text-transform: none;
}

#blockcart-modal.bt-cart-modal .bt-modal-check {
  align-items: center;
  background: var(--bt-red);
  border-radius: 50%;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

#blockcart-modal.bt-cart-modal .modal-body {
  background: #f5f7fb;
  padding: 24px;
}

#blockcart-modal.bt-cart-modal .bt-cart-modal-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
}

#blockcart-modal.bt-cart-modal .bt-added-product,
#blockcart-modal.bt-cart-modal .bt-cart-modal-summary {
  background: #fff;
  border: 1px solid var(--bt-line);
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
}

#blockcart-modal.bt-cart-modal .bt-added-product-inner {
  display: grid;
  gap: 18px;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 18px;
}

#blockcart-modal.bt-cart-modal .bt-added-product-image {
  align-items: center;
  background: #f1f5f9;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  min-height: 150px;
}

#blockcart-modal.bt-cart-modal .product-image {
  height: auto;
  max-height: 138px;
  max-width: 100%;
  object-fit: contain;
}

#blockcart-modal.bt-cart-modal .product-name {
  color: var(--bt-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 10px;
}

#blockcart-modal.bt-cart-modal .bt-added-price {
  color: var(--bt-red);
  font-size: 20px;
  font-weight: 850;
  margin: 0 0 10px;
}

#blockcart-modal.bt-cart-modal .bt-added-attribute,
#blockcart-modal.bt-cart-modal .bt-added-qty {
  color: #475569;
  display: block;
  font-size: 13px;
  margin: 6px 0 0;
}

#blockcart-modal.bt-cart-modal .cart-content {
  padding: 18px;
}

#blockcart-modal.bt-cart-modal .cart-products-count {
  color: var(--bt-ink);
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 14px;
}

#blockcart-modal.bt-cart-modal .bt-modal-line {
  align-items: center;
  border-top: 1px solid var(--bt-line);
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 10px 0;
}

#blockcart-modal.bt-cart-modal .bt-modal-line strong {
  color: #475569;
}

#blockcart-modal.bt-cart-modal .bt-modal-line span {
  color: var(--bt-ink);
  font-weight: 800;
  text-align: right;
}

#blockcart-modal.bt-cart-modal .bt-modal-total span {
  color: var(--bt-red);
  font-size: 18px;
}

#blockcart-modal.bt-cart-modal .bt-modal-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
}

#blockcart-modal.bt-cart-modal .btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 44px;
  text-transform: none;
}

#blockcart-modal.bt-cart-modal .btn-secondary {
  background: #fff;
  border: 1px solid var(--bt-line);
  color: var(--bt-ink);
}

#blockcart-modal.bt-cart-modal .btn-primary {
  background: var(--bt-red);
  border: 0;
  color: #fff;
}

.bt-action-cart .cart-hover-content,
.blockcart .cart-hover-content {
  background: #fff;
  border: 1px solid var(--bt-line);
  border-radius: 12px;
  box-shadow: 0 18px 54px rgba(15, 23, 42, .16);
  padding: 14px;
}

#_desktop_cart .body.cart-hover-content {
  border-color: var(--bt-line);
  border-radius: 12px;
  box-shadow: 0 18px 54px rgba(15, 23, 42, .16);
  margin-top: 8px;
  padding: 16px;
  right: 0;
  width: 340px;
  z-index: 10090;
}

#_desktop_cart:hover .body.cart-hover-content {
  margin-top: 6px;
}

.bt-action-cart.is-open #_desktop_cart .body.cart-hover-content,
.bt-action-cart.is-open .cart-hover-content {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}

#_desktop_cart .body.cart-hover-content > ul {
  float: none;
  list-style: none;
  margin: 0;
  max-height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}

.bt-action-cart .cart-wishlist-item,
.blockcart .cart-wishlist-item {
  border-bottom: 1px solid #eef2f7;
  gap: 10px;
  padding: 10px 0;
}

#_desktop_cart .cart-wishlist-item {
  align-items: flex-start;
  border-bottom: 1px solid #eef2f7;
  display: grid;
  float: none;
  gap: 12px;
  grid-template-columns: 64px minmax(0, 1fr) 28px;
  min-height: 82px;
  padding: 12px 0;
  position: relative;
  text-align: left;
  width: 100%;
}

#_desktop_cart .cart-wishlist-item:first-child {
  padding-top: 0;
}

#_desktop_cart .cart-wishlist-item .shoppingcart_img {
  align-items: center;
  background: #f1f5f9;
  border-radius: 8px;
  display: flex;
  float: none;
  height: 64px;
  justify-content: center;
  max-width: none;
  overflow: hidden;
  padding: 6px;
  width: 64px;
}

#_desktop_cart .cart-wishlist-item .shoppingcart_img img {
  display: block;
  height: auto;
  max-height: 52px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

#_desktop_cart .shoppingcart_des,
#_desktop_cart .shoppingcart_des_c,
#_desktop_cart .shoppingcart_des_c_c {
  display: block;
  float: none;
  height: auto;
  margin: 0;
  min-width: 0;
  vertical-align: top;
  width: auto;
}

#_desktop_cart .cart_productname {
  color: var(--bt-ink);
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 6px;
  overflow: visible;
  padding: 0;
  white-space: normal;
}

#_desktop_cart .cart_productname .product-quantity {
  color: #64748b;
  font-weight: 700;
}

#_desktop_cart .cart_productname .product-name {
  color: var(--bt-ink);
  display: inline;
  float: none;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

#_desktop_cart .shoppingcart_des .product-price {
  color: var(--bt-red);
  display: block;
  float: none;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  margin: 0;
}

#_desktop_cart .customizations {
  color: #475569;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 8px;
}

#_desktop_cart .customizations ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#_desktop_cart .customizations li {
  margin: 4px 0 0;
}

#_desktop_cart .customizations li li {
  color: #64748b;
}

#_desktop_cart .body.cart-hover-content .remove-from-cart {
  align-items: center;
  background: #fff1f2;
  border-radius: 50%;
  color: var(--bt-red);
  display: inline-flex;
  float: none;
  height: 28px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  position: relative;
  right: auto;
  text-decoration: none;
  top: auto;
  transform: none;
  width: 28px;
}

#_desktop_cart .body.cart-hover-content .remove-from-cart:hover {
  background: var(--bt-red);
  color: #fff;
}

#_desktop_cart .body.cart-hover-content .remove-from-cart i {
  color: inherit;
  display: block;
  float: none;
  font-size: 16px;
  height: auto;
  left: 50%;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

#_desktop_cart .customizations .remove-from-cart {
  height: 22px;
  margin-left: 6px;
  vertical-align: middle;
  width: 22px;
}

#_desktop_cart .customizations .remove-from-cart i {
  font-size: 13px;
}

#_desktop_cart .cart-subtotals {
  border-bottom: 1px solid var(--bt-line);
  clear: none;
  float: none;
  margin: 0;
  padding: 12px 0 8px;
  width: 100%;
}

#_desktop_cart .cart-subtotals > div {
  align-items: center;
  clear: none;
  display: flex;
  float: none;
  gap: 12px;
  justify-content: space-between;
  line-height: 1.35;
  margin: 0;
  padding: 4px 0;
  width: 100%;
}

#_desktop_cart .cart-subtotals .label,
#_desktop_cart .cart-total .label {
  color: #475569;
  float: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
}

#_desktop_cart .cart-subtotals .value {
  color: var(--bt-ink);
  float: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

.bt-action-cart .cart-total,
.blockcart .cart-total {
  align-items: center;
  border-top: 1px solid var(--bt-line);
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 12px;
}

#_desktop_cart .cart-total {
  align-items: center;
  border: 0;
  clear: none;
  display: flex;
  float: none;
  gap: 12px;
  justify-content: space-between;
  line-height: 1.35;
  margin: 0;
  padding: 12px 0 14px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

#_desktop_cart .cart-total .value {
  color: var(--bt-red);
  float: none;
  font-size: 15px;
  font-weight: 900;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

#_desktop_cart .cart-wishlist-action {
  clear: none;
  margin: 0;
  width: 100%;
}

.bt-action-cart .cart-wishlist-checkout,
.blockcart .cart-wishlist-checkout {
  align-items: center;
  background: var(--bt-red);
  border-radius: 8px;
  color: #fff !important;
  display: flex;
  font-weight: 850;
  justify-content: center;
  min-height: 40px;
  text-decoration: none;
  width: 100%;
}

#_desktop_cart .cart-wishlist-checkout {
  align-items: center;
  background: var(--bt-red);
  border-radius: 8px;
  color: #fff !important;
  display: flex;
  float: none;
  font-weight: 850;
  justify-content: center;
  line-height: 1;
  margin: 0;
  min-height: 44px;
  padding: 0 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

#_desktop_cart .cart-wishlist-checkout:hover {
  background: #d9253b;
}

.bt-cart-page {
  padding-bottom: 48px;
}

.bt-cart-page .cart-grid {
  align-items: flex-start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.bt-cart-page .cart-grid-body,
.bt-cart-page .cart-grid-right {
  float: none;
  max-width: none;
  padding: 0;
  width: auto;
}

.bt-cart-page .cart-container,
.bt-cart-page .cart-summary {
  background: #fff;
  border: 1px solid var(--bt-line);
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .05);
  overflow: hidden;
}

.bt-cart-page .cart-container > .card-block {
  border-bottom: 1px solid var(--bt-line);
  padding: 24px;
}

.bt-cart-page h1 {
  color: var(--bt-ink);
  font-size: 28px;
  font-weight: 900;
  margin: 0;
  text-transform: none;
}

.bt-cart-page-subtitle {
  color: var(--bt-muted);
  margin: 8px 0 0;
}

.bt-cart-page .cart-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bt-cart-page .cart-item {
  border: 0;
  margin: 0;
  padding: 0;
}

.bt-cart-page .product-line-grid {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 108px minmax(0, 1fr) 260px;
  padding: 20px 24px;
}

.bt-cart-page .cart-item + .cart-item .product-line-grid {
  border-top: 1px solid var(--bt-line);
}

.bt-cart-page .product-line-grid-left,
.bt-cart-page .product-line-grid-body,
.bt-cart-page .product-line-grid-right {
  float: none;
  padding: 0;
  width: auto;
}

.bt-cart-page .product-image {
  align-items: center;
  background: #f1f5f9;
  border-radius: 10px;
  display: flex;
  min-height: 104px;
  padding: 8px;
}

.bt-cart-page .product-image img {
  height: auto;
  max-height: 92px;
  object-fit: contain;
  width: 100%;
}

.bt-cart-page .product-line-info .label {
  color: var(--bt-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.bt-cart-page .product-line-info .value {
  color: #475569;
  font-weight: 700;
}

.bt-cart-page .product-line-actions > .row,
.bt-cart-page .product-line-actions .row {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  margin: 0;
}

.bt-cart-page .product-line-actions [class*="col-"] {
  align-items: center;
  display: flex;
  float: none;
  justify-content: flex-end;
  padding: 0;
  width: auto;
}

.bt-cart-page .product-line-actions .qty {
  width: 100px;
}

.bt-cart-page .product-line-actions .price {
  min-width: 82px;
}

.bt-cart-page .product-line-grid-right .bootstrap-touchspin {
  align-items: stretch;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
  box-shadow: none;
  display: flex !important;
  float: none !important;
  height: 38px;
  overflow: hidden;
  width: 86px;
}

.bt-cart-page .js-cart-line-product-quantity {
  border: 0 !important;
  border-radius: 0;
  color: var(--bt-ink);
  flex: 1 1 auto;
  font-weight: 800;
  height: 36px !important;
  min-height: 36px;
  padding: 0;
  text-align: center;
  width: 50px !important;
}

.bt-cart-page .product-line-grid-right .bootstrap-touchspin .input-group-btn-vertical {
  border-left: 1px solid #d8e0ea;
  display: flex !important;
  flex: 0 0 34px;
  flex-direction: column;
  position: static;
  width: 34px;
}

.bt-cart-page .product-line-grid-right .bootstrap-touchspin .btn-touchspin {
  align-items: center;
  background: #f8fafc;
  border: 0;
  border-radius: 0;
  color: #334155;
  display: flex;
  flex: 1 1 50%;
  height: 18px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 34px;
}

.bt-cart-page .product-line-grid-right .bootstrap-touchspin .btn-touchspin:hover {
  background: #eef2f7;
  color: var(--bt-red);
}

.bt-cart-page .product-line-grid-right .bootstrap-touchspin .bootstrap-touchspin-up {
  border-bottom: 1px solid #d8e0ea;
}

.bt-cart-page .product-line-grid-right .bootstrap-touchspin .input-group-btn-vertical i {
  align-items: center;
  display: flex;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  left: auto;
  line-height: 1;
  position: static;
  top: auto;
  width: 100%;
}

.bt-cart-page .product-price strong {
  color: var(--bt-red);
  display: block;
  font-size: 17px;
  line-height: 1.2;
}

.bt-cart-page .remove-from-cart {
  align-items: center;
  background: #fff1f2;
  border-radius: 50%;
  color: var(--bt-red);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: none;
  width: 34px;
}

.bt-cart-page .remove-from-cart:hover {
  background: var(--bt-red);
  color: #fff;
}

.bt-cart-page .remove-from-cart i {
  color: inherit;
  display: block;
  float: none;
  font-size: 18px;
  height: auto;
  left: 50%;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.bt-cart-page .cart-summary {
  padding: 16px;
  position: sticky;
  top: 18px;
}

.bt-cart-page .cart-summary .card-block {
  padding: 0;
}

.bt-cart-page .cart-detailed-totals .card-block {
  padding: 0;
}

.bt-cart-page .cart-summary-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  line-height: 1.35;
  padding: 10px 0;
}

.bt-cart-page .cart-summary-line::after {
  display: none;
}

.bt-cart-page .cart-summary-line .label {
  color: #475569;
  float: none;
  line-height: 1.35;
  padding: 0;
  text-align: left;
}

.bt-cart-page .cart-summary-line .value {
  color: var(--bt-ink);
  float: none !important;
  font-weight: 800;
  line-height: 1.35;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

.bt-cart-page .cart-detailed-totals #cart-subtotal-shipping > div {
  flex: 0 0 100%;
}

.bt-cart-page .cart-summary hr {
  border-color: var(--bt-line);
  margin: 12px 0;
}

.bt-cart-page .cart-detailed-totals {
  border: 1px solid var(--bt-line);
  border-radius: 8px;
  padding: 12px 16px;
}

.bt-cart-page .cart-detailed-totals > hr:last-child {
  display: none;
}

.bt-cart-page .cart-detailed-totals .block-promo {
  border-top: 1px solid var(--bt-line);
  margin: 4px -16px 0;
  padding: 12px 16px 0;
}

.bt-cart-page .cart-detailed-totals .block-promo p {
  margin: 0;
}

.bt-cart-page .cart-detailed-totals .block-promo .promo-code-button {
  color: #334155;
  display: inline-flex;
  font-weight: 650;
  margin: 0;
  padding: 0;
}

.bt-cart-page .cart-detailed-totals .block-promo .promo-code {
  background: #f8fafc;
  border: 1px solid var(--bt-line);
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
}

.bt-cart-page .cart-detailed-totals .block-promo .promo-code.collapse:not(.in) {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.bt-cart-page .cart-detailed-totals .block-promo .promo-code form {
  display: flex;
  gap: 8px;
}

.bt-cart-page .cart-detailed-totals .block-promo .promo-input {
  border: 1px solid #d8e0ea;
  border-radius: 7px;
  height: 38px;
  min-width: 0;
  text-indent: 0;
  width: 100%;
}

.bt-cart-page .cart-detailed-totals .block-promo .promo-input + button {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  margin: 0;
  min-width: 72px;
  padding: 0 14px;
}

.bt-cart-page .cart-summary-line.cart-total,
.bt-cart-page .cart-total {
  border: 0;
  clear: none;
  float: none;
  line-height: 1.35;
  padding: 10px 0 4px;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}

.bt-cart-page .cart-total .value {
  color: var(--bt-red);
  font-size: 20px;
}

.bt-cart-page .cart-total .label {
  font-weight: 800;
}

.bt-cart-page .cart-detailed-actions {
  margin-top: 14px;
}

.bt-cart-page .cart-detailed-actions .btn-primary {
  align-items: center;
  background: var(--bt-red);
  border: 0;
  border-radius: 8px;
  display: flex;
  font-weight: 850;
  justify-content: center;
  min-height: 44px;
  width: 100%;
}

.bt-cart-page > .label,
.bt-cart-page .cart-grid-body > .label {
  color: var(--bt-ink);
  display: inline-flex;
  font-weight: 700;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .bt-cart-page .cart-grid {
    grid-template-columns: 1fr;
  }

  .bt-cart-page .cart-summary {
    position: static;
  }
}

@media (max-width: 767px) {
  #blockcart-modal.bt-cart-modal .bt-cart-modal-grid,
  #blockcart-modal.bt-cart-modal .bt-added-product-inner,
  .bt-cart-page .product-line-grid {
    grid-template-columns: 1fr;
  }

  #blockcart-modal.bt-cart-modal .bt-modal-actions {
    grid-template-columns: 1fr;
  }

  .bt-cart-page .product-line-actions > .row,
  .bt-cart-page .product-line-actions .row {
    justify-content: space-between;
  }

  .bt-cart-page .product-line-actions [class*="col-"] {
    justify-content: flex-start;
  }
}

/* Final mobile header polish. */
@media (max-width: 991px) {
  .bt-topbar-inner {
    min-height: auto;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-top: 6px;
  }

  .bt-topbar-right {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 14px;
    row-gap: 6px;
  }

  .bt-mainbar-inner {
    display: grid;
    gap: 10px 12px;
    grid-template-columns: auto 1fr auto;
    min-height: 0;
    padding: 18px 15px 12px;
  }

  .bt-logo {
    grid-column: 1 / 2;
  }

  .bt-logo-image {
    height: 40px;
    max-width: 168px;
  }

  .bt-mobile-menu {
    grid-column: 3 / 4;
    grid-row: 1;
    margin-left: 0;
  }

  .bt-actions {
    grid-column: 2 / 3;
    grid-row: 1;
    justify-content: flex-end;
    margin-left: 0;
    min-width: 0;
  }

  .bt-search {
    flex-basis: auto;
    grid-column: 1 / -1;
    grid-row: 2;
    min-width: 0;
    order: initial;
    width: 100%;
  }

  .bt-search-widget {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .bt-topbar {
    font-size: 11px;
  }

  .bt-topbar-right > a[href*="stores"] {
    display: none;
  }

  .bt-topbar #_desktop_user_info,
  .bt-topbar .user-info,
  .bt-topbar .toggle_user_mobile {
    display: none !important;
  }

  .bt-topbar .language-selector,
  .bt-topbar .currency-selector {
    gap: 6px;
  }

  .bt-logo-mark {
    height: 32px;
    width: 32px;
  }

  .bt-logo-text {
    font-size: 22px;
  }

  .bt-logo-image {
    height: 36px;
    max-width: 150px;
  }

  .bt-actions {
    gap: 4px;
  }

  .bt-action {
    min-height: 44px;
    min-width: 46px;
    padding: 0 4px;
  }

  .bt-action span {
    font-size: 11px;
  }

  .bt-action-cart {
    padding: 0 8px;
  }

  .bt-action-cart.is-open #_desktop_cart .body.cart-hover-content,
  .bt-action-cart.is-open .cart-hover-content {
    position: fixed !important;
    top: 240px !important;
    left: 50% !important;
    right: auto !important;
    width: calc(100vw - 32px) !important;
    max-width: 360px !important;
    min-width: 0 !important;
    transform: translateX(-50%) !important;
    z-index: 10090 !important;
    box-sizing: border-box !important;
  }

  .bt-scroll-top {
    display: none !important;
  }

  .bt-checkout-header .bt-action-cart {
    display: none !important;
  }

  #search_widget.bt-search-widget form,
  .bt-search-widget form {
    height: 44px;
  }

  #search_widget.bt-search-widget input[type="text"] {
    padding-left: 18px;
    padding-right: 52px;
    text-align: left;
  }

  #search_widget.bt-search-widget button,
  .bt-search-widget button {
    bottom: 5px;
    height: 34px;
    min-width: 34px;
    padding: 0;
    right: 7px;
    top: 5px;
    width: 34px;
  }

  .bt-catnav {
    position: relative;
  }

  .bt-catnav-inner,
  .bt-megamenu-nav .ets_mm_megamenu_content > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bt-hero,
  .bt-popular-categories,
  .home-block-section,
  .bt-brands {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 420px) {
  .bt-mainbar-inner {
    grid-template-columns: 1fr auto;
    padding-top: 16px;
  }

  .bt-logo {
    grid-column: 1 / 2;
  }

  .bt-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: space-between;
  }

  .bt-search {
    grid-row: 3;
  }

  .bt-mobile-menu {
    grid-column: 2 / 3;
  }
}

/* Baitera order confirmation */
body#order-confirmation #wrapper,
body#order-confirmation #content-wrapper,
body#order-confirmation #main {
  background: #f4f7fb;
}

body#order-confirmation #main > .container,
body#order-confirmation #content-wrapper > .container,
body#order-confirmation .page-content.page-order-confirmation,
body#order-confirmation #content-hook_order_confirmation,
body#order-confirmation #content-hook_payment_return,
body#order-confirmation #registration-form,
body#order-confirmation #content-hook-order-confirmation-footer {
  float: none !important;
  width: 100% !important;
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

body#order-confirmation #content-hook_order_confirmation,
body#order-confirmation .page-order-confirmation,
body#order-confirmation #content-hook_payment_return,
body#order-confirmation #registration-form {
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08) !important;
  overflow: hidden;
}

body#order-confirmation #content-hook_order_confirmation {
  margin-top: 24px !important;
  margin-bottom: 18px !important;
}

body#order-confirmation #content-hook_order_confirmation .card-block,
body#order-confirmation .page-order-confirmation .card-block,
body#order-confirmation #content-hook_payment_return .card-block,
body#order-confirmation #registration-form .card-block {
  padding: 26px 28px !important;
}

body#order-confirmation #content-hook_order_confirmation .card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body#order-confirmation #content-hook_order_confirmation .done {
  color: #16a34a;
  font-size: 26px;
}

body#order-confirmation .page-order-confirmation > .card-block > .row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 24px;
  margin: 0;
}

body#order-confirmation #order-items,
body#order-confirmation #order-details {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body#order-confirmation #order-items .card-title,
body#order-confirmation #order-details .card-title {
  display: flex;
  align-items: center;
  min-height: 52px;
  margin: 0 !important;
  padding: 16px 20px !important;
  background: #f3f4f6 !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body#order-confirmation .order-confirmation-table,
body#order-confirmation .order-details-box {
  border: 1px solid #e5e7eb !important;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

body#order-confirmation .order-confirmation-table {
  padding-bottom: 0 !important;
}

body#order-confirmation #order-items .order-line {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 220px;
  gap: 20px;
  align-items: center;
  margin: 0 !important;
  padding: 22px 20px !important;
  border-bottom: 1px solid #e5e7eb !important;
}

body#order-confirmation #order-items .order-line > [class*="col-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

body#order-confirmation #order-items .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
}

body#order-confirmation #order-items .image img {
  width: 72px !important;
  max-width: 72px;
  max-height: 72px;
  object-fit: contain;
}

body#order-confirmation #order-items .details,
body#order-confirmation #order-items .qty {
  margin: 0 !important;
}

body#order-confirmation #order-items .qty .row {
  display: grid;
  grid-template-columns: 1fr 44px 1fr;
  gap: 12px;
  align-items: center;
  margin: 0;
}

body#order-confirmation #order-items .qty [class*="col-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

body#order-confirmation .order-confirmation-table table {
  width: 100%;
  margin: 0;
}

body#order-confirmation .order-confirmation-table td {
  padding: 13px 20px !important;
  border: 0;
  color: #111827;
}

body#order-confirmation .order-confirmation-table td:last-child {
  text-align: right;
  white-space: nowrap;
}

body#order-confirmation .order-confirmation-table tr.font-weight-bold td {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  border-top: 1px solid #e5e7eb;
  font-size: 16px;
  font-weight: 800;
}

body#order-confirmation .order-details-box ul {
  margin: 0;
  padding: 18px 20px;
  list-style: none;
}

body#order-confirmation .order-details-box li {
  margin: 0 0 12px !important;
  color: #111827;
  line-height: 1.45;
}

body#order-confirmation .order-details-box li:last-child {
  margin-bottom: 0 !important;
}

body#order-confirmation #content-hook_payment_return {
  margin-top: 40px !important;
  margin-bottom: 56px !important;
}

body#order-confirmation #content-hook_payment_return .card-block > .row,
body#order-confirmation #content-hook_payment_return .card-block > .row > [class*="col-"] {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#order-confirmation #content-hook_payment_return p {
  max-width: 980px;
  margin: 0 auto 16px;
  color: #111827;
  font-size: 15px;
  line-height: 1.55;
}

body#order-confirmation #content-hook_payment_return p:first-child {
  padding-left: 18px;
  border-left: 4px solid #ef334f;
  color: #0f172a;
  font-weight: 700;
}

body#order-confirmation #content-hook_payment_return dl {
  display: grid !important;
  grid-template-columns: minmax(180px, 34%) minmax(0, 1fr);
  max-width: 980px;
  margin: 22px auto !important;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

body#order-confirmation #content-hook_payment_return dt,
body#order-confirmation #content-hook_payment_return dd {
  min-height: 48px;
  margin: 0 !important;
  padding: 14px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  color: #111827;
  line-height: 1.45;
}

body#order-confirmation #content-hook_payment_return dt {
  background: #f8fafc;
  font-weight: 800;
}

body#order-confirmation #content-hook_payment_return dd {
  background: #fff;
  border-left: 1px solid #e5e7eb !important;
}

body#order-confirmation #content-hook_payment_return dt:last-of-type,
body#order-confirmation #content-hook_payment_return dd:last-of-type {
  border-bottom: 0 !important;
}

body#order-confirmation #content-hook_payment_return dd:first-of-type {
  color: #0f172a;
  font-weight: 800;
}

body#order-confirmation #content-hook_payment_return strong {
  display: block;
  max-width: 980px;
  margin: 18px auto 4px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
}

@media (max-width: 991px) {
  body#order-confirmation .page-order-confirmation > .card-block > .row {
    grid-template-columns: 1fr;
  }

  body#order-confirmation #order-items .order-line {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  body#order-confirmation #order-items .qty {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  body#order-confirmation #content-hook_order_confirmation,
  body#order-confirmation .page-order-confirmation,
  body#order-confirmation #content-hook_payment_return,
  body#order-confirmation #registration-form {
    border-radius: 6px !important;
  }

  body#order-confirmation #content-hook_order_confirmation .card-block,
  body#order-confirmation .page-order-confirmation .card-block,
  body#order-confirmation #content-hook_payment_return .card-block,
  body#order-confirmation #registration-form .card-block {
    padding: 18px !important;
  }

  body#order-confirmation #content-hook_order_confirmation .card-title {
    font-size: 20px;
  }

  body#order-confirmation #order-items .order-line {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 14px;
    padding: 16px !important;
  }

  body#order-confirmation #order-items .image {
    width: 64px;
    height: 64px;
  }

  body#order-confirmation #order-items .image img {
    width: 56px !important;
    max-width: 56px;
    max-height: 56px;
  }

body#order-confirmation #order-items .qty .row {
    grid-template-columns: 1fr 38px 1fr;
    gap: 8px;
  }

  body#order-confirmation #content-hook_payment_return {
    margin-top: 24px !important;
    margin-bottom: 36px !important;
  }

  body#order-confirmation #content-hook_payment_return dl {
    grid-template-columns: 1fr;
  }

  body#order-confirmation #content-hook_payment_return dt {
    padding-bottom: 6px !important;
    border-bottom: 0 !important;
  }

  body#order-confirmation #content-hook_payment_return dd {
    padding-top: 0 !important;
    border-left: 0 !important;
  }
}

/* Baitera login / registration entry */
body#authentication #wrapper,
body#authentication #content-wrapper,
body#authentication #main {
  background: #fff;
}

body#authentication #content-wrapper > .container,
body#authentication #main > .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

body#authentication .breadcrumb_wrapper {
  background: #fff;
}

body#authentication .page-header {
  display: none;
}

body#authentication .login_page_content {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  width: 100%;
  max-width: 980px;
  margin: 22px auto 54px !important;
  padding: 0 16px;
  box-sizing: border-box;
}

body#authentication .login_page_content > [class*="col-"] {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body#authentication .login-form,
body#authentication .register_form {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 34px 42px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08) !important;
  box-sizing: border-box;
}

body#authentication #login-form {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

body#authentication #login-form .form-group {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0 0 16px !important;
}

body#authentication #login-form .form-control-label {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

body#authentication #login-form .col-md-6,
body#authentication #login-form .col-md-8,
body#authentication #login-form .col-md-9,
body#authentication #login-form .col-md-10 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body#authentication #login-form input.form-control {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 10px 13px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: none !important;
  box-sizing: border-box;
}

body#authentication #login-form .input-group {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  width: 100%;
}

body#authentication #login-form .input-group input.form-control {
  display: block !important;
  min-width: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

body#authentication #login-form .input-group .input-group-btn {
  display: block !important;
  width: auto !important;
  white-space: nowrap;
}

body#authentication #login-form .input-group .input-group-btn > .btn {
  position: static !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
}

body#authentication #login-form [data-action="show-password"] {
  min-width: 74px;
  height: 46px;
  border: 1px solid #111827 !important;
  border-left: 0 !important;
  border-radius: 0 5px 5px 0 !important;
  background: #111827 !important;
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
}

body#authentication .forgot-password {
  margin: 8px 0 20px !important;
  padding: 0 !important;
  text-align: center !important;
}

body#authentication .forgot-password a {
  color: #111827;
  font-size: 14px;
  text-decoration: none;
}

body#authentication .forgot-password a:hover {
  color: #ef334f;
}

body#authentication #login-form .form-footer {
  text-align: center !important;
}

body#authentication #login-form .form-control-submit,
body#authentication .button-to-register-form {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 46px;
  padding: 12px 22px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #ef334f !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: none !important;
}

body#authentication #login-form .form-control-submit:hover,
body#authentication .button-to-register-form:hover {
  background: #d91f3c !important;
  color: #fff !important;
}

body#authentication .register_form {
  align-items: center;
  text-align: center;
}

body#authentication .register_form_cell {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto !important;
}

body#authentication .register_form_cell > a:first-child {
  max-width: 280px;
  margin: 0 0 20px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  text-decoration: none;
}

body#authentication .register_form_cell .clearfix {
  display: none;
}

@media (max-width: 991px) {
  body#authentication .login_page_content {
    max-width: 620px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body#authentication .login_page_content {
    gap: 16px;
    margin-top: 16px !important;
    padding: 0 12px;
  }

  body#authentication .login-form,
  body#authentication .register_form {
    min-height: 0;
    padding: 24px 18px !important;
  }

  body#authentication #login-form .form-group {
    display: block;
  }

  body#authentication #login-form .form-control-label {
    display: block;
    margin: 0 0 7px !important;
  }

  body#authentication #login-form .form-control-submit,
  body#authentication .button-to-register-form {
    width: 100%;
  }
}

/* Baitera account registration */
body#registration #wrapper,
body#registration #content-wrapper,
body#registration #main {
  background: #fff;
}

body#registration #content-wrapper > .container,
body#registration #main > .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

body#registration .breadcrumb_wrapper {
  background: #fff;
}

body#registration .page-header,
body#registration #main > h1,
body#registration #main .h1 {
  width: 100%;
  max-width: 780px;
  margin: 24px auto 14px !important;
  padding: 0 16px;
  color: #0f172a;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  box-sizing: border-box;
}

body#registration .register-form {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 56px;
  padding: 32px 44px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  box-sizing: border-box;
}

body#registration .register-form > p {
  margin: 0 0 26px;
  color: #111827;
  font-size: 15px;
  text-align: center;
}

body#registration .register-form > p a {
  color: #ef334f;
  font-weight: 800;
  text-decoration: none;
}

body#registration .register-form > p a:hover {
  color: #d91f3c;
}

body#registration #customer-form {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  padding: 0 !important;
  background: transparent !important;
}

body#registration #customer-form .form-group {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px 18px;
  align-items: start;
  margin: 0 0 18px !important;
}

body#registration #customer-form .form-control-label {
  width: auto !important;
  margin: 11px 0 0 !important;
  padding: 0 !important;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

body#registration #customer-form .col-md-3,
body#registration #customer-form .col-md-6,
body#registration #customer-form .col-md-8,
body#registration #customer-form .col-md-9 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body#registration #customer-form input.form-control,
body#registration #customer-form select.form-control {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 10px 13px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: none !important;
  box-sizing: border-box;
}

body#registration #customer-form input.form-control:focus,
body#registration #customer-form select.form-control:focus {
  border-color: #ef334f !important;
  box-shadow: 0 0 0 3px rgba(239, 51, 79, .12) !important;
}

body#registration #customer-form .form-control-comment,
body#registration #customer-form .form-text {
  display: block;
  margin-top: 7px;
  color: #6b7280;
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}

body#registration #customer-form .input-group {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  width: 100%;
}

body#registration #customer-form .input-group input.form-control {
  display: block !important;
  min-width: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

body#registration #customer-form .input-group .input-group-btn {
  display: block !important;
  width: auto !important;
  white-space: nowrap;
}

body#registration #customer-form .input-group .input-group-btn > .btn {
  position: static !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
}

body#registration #customer-form [data-action="show-password"] {
  min-width: 74px;
  height: 46px;
  border: 1px solid #111827 !important;
  border-left: 0 !important;
  border-radius: 0 5px 5px 0 !important;
  background: #111827 !important;
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
}

body#registration #customer-form .custom-checkbox {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0 0 14px;
  color: #111827;
  font-size: 14px;
  line-height: 1.45;
}

body#registration #customer-form .custom-checkbox input[type="checkbox"] {
  position: static !important;
  width: 16px;
  height: 16px;
  margin: 2px 0 0 !important;
  opacity: 1 !important;
}

body#registration #customer-form .custom-checkbox span {
  display: none !important;
}

body#registration #customer-form .custom-checkbox label {
  padding: 0 !important;
  color: #111827;
  max-width: 420px;
}

body#registration #customer-form .custom-checkbox em {
  display: block;
  margin-top: 4px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
}

body#registration #customer-form .form-footer {
  margin: 28px 0 0 168px;
  padding: 0;
  text-align: left;
}

body#registration #customer-form .form-control-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  float: none !important;
  min-width: 170px;
  min-height: 46px;
  padding: 12px 24px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #ef334f !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: none !important;
}

body#registration #customer-form .form-control-submit:hover {
  background: #d91f3c !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  body#registration .page-header,
  body#registration #main > h1,
  body#registration #main .h1 {
    margin-top: 18px !important;
    font-size: 23px;
  }

  body#registration .register-form {
    margin-bottom: 32px;
    padding: 24px 18px;
  }

  body#registration #customer-form {
    max-width: none;
  }

  body#registration #customer-form .form-group {
    display: block;
    margin-bottom: 16px !important;
  }

  body#registration #customer-form .form-control-label {
    display: block;
    margin: 0 0 7px !important;
    text-align: left;
  }

  body#registration #customer-form .custom-checkbox {
    margin-left: 0;
    width: 100%;
  }

  body#registration #customer-form .form-control-submit {
    width: 100%;
  }

  body#registration #customer-form .form-footer {
    margin-left: 0;
  }
}

/* Baitera customer account pages */
body#my-account #wrapper,
body#my-account #content-wrapper,
body#my-account #main,
body.page-my-account #wrapper,
body.page-my-account #content-wrapper,
body.page-my-account #main,
body#identity #wrapper,
body#identity #content-wrapper,
body#identity #main {
  background: #f4f7fb;
}

body#my-account .breadcrumb_wrapper,
body.page-my-account .breadcrumb_wrapper,
body#identity .breadcrumb_wrapper {
  background: #f4f7fb;
}

body#my-account #content-wrapper > .container,
body#my-account #main > .container,
body.page-my-account #content-wrapper > .container,
body.page-my-account #main > .container,
body#identity #content-wrapper > .container,
body#identity #main > .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

body#my-account .page-header,
body.page-my-account .page-header,
body#identity .page-header,
body#identity #main > h1,
body#identity #main .h1 {
  width: 100%;
  max-width: 1120px;
  margin: 24px auto 22px !important;
  padding: 0 16px;
  color: #0f172a;
  box-sizing: border-box;
}

body#my-account .page-header h1,
body.page-my-account .page-header h1,
body#identity .page-header h1,
body#identity #main > h1,
body#identity #main .h1 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

body#my-account #content,
body.page-my-account #content {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 44px;
  padding: 0 16px;
  box-sizing: border-box;
}

body#my-account #content .links,
body.page-my-account #content .links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
}

body#my-account #content .links a,
body.page-my-account #content .links a {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  color: #0f172a;
  text-decoration: none;
}

body#my-account #content .links a span.link-item,
body.page-my-account #content .links a span.link-item {
  display: flex !important;
  min-height: 148px;
  padding: 28px 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  box-sizing: border-box;
  text-align: center;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body#my-account #content .links a i,
body.page-my-account #content .links a i {
  margin: 0 !important;
  color: #ef334f !important;
  font-size: 34px;
  line-height: 1;
}

body#my-account #content .links a span.link-item,
body.page-my-account #content .links a span.link-item {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

body#my-account #content .links a:hover span.link-item,
body.page-my-account #content .links a:hover span.link-item {
  border-color: rgba(239, 51, 79, .35);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
  transform: translateY(-2px);
}

body#my-account #content .links a:hover i,
body.page-my-account #content .links a:hover i {
  color: #d91f3c !important;
}

body#my-account .page-footer,
body.page-my-account .page-footer {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 56px;
  padding: 0 16px;
  box-sizing: border-box;
  text-align: center;
}

body#my-account .page-footer a,
body.page-my-account .page-footer a {
  display: inline-flex;
  min-height: 42px;
  padding: 11px 22px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #111827;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}

body#my-account .page-footer a:hover,
body.page-my-account .page-footer a:hover {
  background: #ef334f;
}

body#identity #content {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 56px;
  padding: 32px 44px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  box-sizing: border-box;
}

body#identity #customer-form {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  padding: 0 !important;
  background: transparent !important;
}

body#identity #customer-form .form-group {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px 18px;
  align-items: start;
  margin: 0 0 18px !important;
}

body#identity #customer-form .form-control-label {
  width: auto !important;
  margin: 11px 0 0 !important;
  padding: 0 !important;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

body#identity #customer-form .col-md-3,
body#identity #customer-form .col-md-6,
body#identity #customer-form .col-md-8,
body#identity #customer-form .col-md-9 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body#identity #customer-form input.form-control,
body#identity #customer-form select.form-control {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 10px 13px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: none !important;
  box-sizing: border-box;
}

body#identity #customer-form input.form-control:focus,
body#identity #customer-form select.form-control:focus {
  border-color: #ef334f !important;
  box-shadow: 0 0 0 3px rgba(239, 51, 79, .12) !important;
}

body#identity #customer-form .form-control-comment,
body#identity #customer-form .form-text {
  display: block;
  margin-top: 7px;
  color: #6b7280;
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}

body#identity #customer-form .input-group {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  width: 100%;
}

body#identity #customer-form .input-group input.form-control {
  display: block !important;
  min-width: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

body#identity #customer-form .input-group .input-group-btn {
  display: block !important;
  width: auto !important;
  white-space: nowrap;
}

body#identity #customer-form .input-group .input-group-btn > .btn {
  position: static !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
}

body#identity #customer-form [data-action="show-password"] {
  min-width: 74px;
  height: 46px;
  border: 1px solid #111827 !important;
  border-left: 0 !important;
  border-radius: 0 5px 5px 0 !important;
  background: #111827 !important;
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
}

body#identity #customer-form .custom-checkbox {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  width: 100%;
  margin: 0 0 14px;
  color: #111827;
  font-size: 14px;
  line-height: 1.45;
}

body#identity #customer-form .custom-checkbox input[type="checkbox"] {
  position: static !important;
  width: 16px;
  height: 16px;
  margin: 2px 0 0 !important;
  opacity: 1 !important;
}

body#identity #customer-form .custom-checkbox span {
  display: none !important;
}

body#identity #customer-form .custom-checkbox label {
  max-width: 420px;
  padding: 0 !important;
  color: #111827;
}

body#identity #customer-form .custom-checkbox em {
  display: block;
  margin-top: 4px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
}

body#identity #customer-form .form-footer {
  margin: 28px 0 0 168px;
  padding: 0;
  text-align: left;
}

body#identity #customer-form .form-control-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  float: none !important;
  min-width: 170px;
  min-height: 46px;
  padding: 12px 24px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #ef334f !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: none !important;
}

body#identity #customer-form .form-control-submit:hover {
  background: #d91f3c !important;
  color: #fff !important;
}

body#identity .page-footer {
  width: 100%;
  max-width: 820px;
  margin: -36px auto 56px;
  padding: 0 16px;
  box-sizing: border-box;
}

body#identity .page-footer .account-link {
  display: inline-flex;
  min-height: 40px;
  margin: 8px 8px 0 0;
  padding: 10px 16px;
  align-items: center;
  gap: 7px;
  border-radius: 5px;
  background: #fff;
  color: #111827 !important;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .07);
}

body#identity .page-footer .account-link:hover {
  color: #ef334f !important;
}

@media (max-width: 991px) {
  body#my-account #content .links,
  body.page-my-account #content .links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body#my-account .page-header,
  body.page-my-account .page-header,
  body#identity .page-header,
  body#identity #main > h1,
  body#identity #main .h1 {
    margin-top: 18px !important;
  }

  body#my-account .page-header h1,
  body.page-my-account .page-header h1,
  body#identity .page-header h1,
  body#identity #main > h1,
  body#identity #main .h1 {
    font-size: 23px;
  }

  body#my-account #content .links,
  body.page-my-account #content .links {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body#my-account #content .links a span.link-item,
  body.page-my-account #content .links a span.link-item {
    min-height: 112px;
    padding: 22px 16px;
  }

  body#identity #content {
    margin-bottom: 32px;
    padding: 24px 18px;
  }

  body#identity #customer-form {
    max-width: none;
  }

  body#identity #customer-form .form-group {
    display: block;
    margin-bottom: 16px !important;
  }

  body#identity #customer-form .form-control-label {
    display: block;
    margin: 0 0 7px !important;
    text-align: left;
  }

  body#identity #customer-form .form-footer {
    margin-left: 0;
  }

  body#identity #customer-form .form-control-submit {
    width: 100%;
  }

  body#identity .page-footer {
    margin-top: -12px;
  }
}

/* Guest order tracking */
body#guest-tracking #wrapper {
  background: #f4f7fb;
}

body#guest-tracking #main {
  width: 100%;
}

body#guest-tracking .page-header {
  width: 100%;
  max-width: 1120px;
  margin: 24px auto 22px !important;
  padding: 0 16px;
  box-sizing: border-box;
}

body#guest-tracking .page-header h1,
body#guest-tracking .page-header h2 {
  margin: 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

body#guest-tracking #content {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 56px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

body#guest-tracking .bt-guest-track-card {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 34px 42px 38px;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  box-sizing: border-box;
}

body#guest-tracking .bt-guest-track-intro {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  color: #334155;
}

body#guest-tracking .bt-guest-track-intro p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

body#guest-tracking .bt-guest-track-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffe9ed;
  color: #ef334f;
}

body#guest-tracking .bt-guest-track-icon .material-icons {
  font-size: 25px;
}

body#guest-tracking .bt-guest-track-card .form-group {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 8px 18px;
  align-items: start;
  margin: 0 0 20px !important;
}

body#guest-tracking .bt-guest-track-card .form-control-label {
  width: auto !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  text-align: right;
}

body#guest-tracking .bt-guest-track-card .col-md-3,
body#guest-tracking .bt-guest-track-card .col-md-6 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body#guest-tracking .bt-guest-track-card input.form-control {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 10px 14px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 15px;
  box-shadow: none !important;
  box-sizing: border-box;
}

body#guest-tracking .bt-guest-track-card input.form-control:focus {
  border-color: #ef334f !important;
  box-shadow: 0 0 0 3px rgba(239, 51, 79, .12) !important;
}

body#guest-tracking .bt-guest-track-card .form-control-comment {
  display: block;
  margin-top: 7px;
  color: #94a3b8;
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

body#guest-tracking .bt-guest-track-footer {
  margin-top: 8px;
  padding-left: 178px;
  text-align: left !important;
}

body#guest-tracking .bt-guest-track-footer .btn-primary,
body#guest-tracking #content .button-primary,
body#guest-tracking #content .btn-primary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 24px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #ef334f !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: none !important;
}

body#guest-tracking .bt-guest-track-footer .btn-primary:hover,
body#guest-tracking #content .button-primary:hover,
body#guest-tracking #content .btn-primary:hover {
  background: #d9253a !important;
}

body#guest-tracking #content > .col-xs-12,
body#guest-tracking #content > .col-xm-12 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body#guest-tracking #order-infos {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 18px;
  margin-bottom: 18px;
}

body#guest-tracking .box {
  margin: 0 0 18px;
  padding: 22px 24px;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
  box-sizing: border-box;
}

body#guest-tracking #order-infos .box {
  margin: 0;
}

body#guest-tracking #order-infos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body#guest-tracking #order-infos li {
  margin: 0 0 8px;
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
}

body#guest-tracking #order-infos li:last-child {
  margin-bottom: 0;
}

body#guest-tracking #order-infos strong,
body#guest-tracking .addresses h4,
body#guest-tracking #order-history h3 {
  color: #0f172a;
  font-weight: 900;
}

body#guest-tracking #order-history h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.3;
}

body#guest-tracking table.table {
  width: 100%;
  margin: 0;
  border: 1px solid #dbe4f0 !important;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

body#guest-tracking table.table th,
body#guest-tracking table.table td {
  padding: 15px 16px !important;
  border-color: #e5edf7 !important;
  color: #111827;
  font-size: 14px;
  vertical-align: middle;
}

body#guest-tracking table.table thead th {
  background: #f8fafc !important;
  color: #0f172a;
  font-weight: 900;
}

body#guest-tracking table.table tbody tr:nth-child(even) td,
body#guest-tracking table.table-striped tbody tr:nth-of-type(odd) {
  background: #fff !important;
}

body#guest-tracking table.table tbody tr:hover td {
  background: #fff7f8 !important;
}

body#guest-tracking .label-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 6px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
}

body#guest-tracking .addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 18px;
}

body#guest-tracking .addresses > div {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body#guest-tracking .addresses article {
  height: 100%;
}

body#guest-tracking .addresses h4 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.3;
}

body#guest-tracking address {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
}

body#guest-tracking #order-products a {
  color: #0f172a;
  text-decoration: none;
}

body#guest-tracking #order-products a:hover {
  color: #ef334f;
}

body#guest-tracking #order-products tfoot td {
  background: #f8fafc !important;
  font-weight: 800;
}

body#guest-tracking .page-footer {
  display: none;
}

@media (max-width: 767px) {
  body#guest-tracking .page-header {
    margin-top: 18px !important;
  }

  body#guest-tracking .page-header h1,
  body#guest-tracking .page-header h2 {
    font-size: 22px;
  }

  body#guest-tracking .bt-guest-track-card {
    padding: 24px 18px 26px;
  }

  body#guest-tracking .bt-guest-track-intro {
    align-items: flex-start;
  }

  body#guest-tracking .bt-guest-track-card .form-group {
    display: block;
  }

  body#guest-tracking .bt-guest-track-card .form-control-label {
    display: block;
    margin: 0 0 8px !important;
    text-align: left;
  }

  body#guest-tracking .bt-guest-track-footer {
    padding-left: 0;
  }

  body#guest-tracking .bt-guest-track-footer .btn-primary {
    width: 100%;
  }

  body#guest-tracking #order-infos,
  body#guest-tracking .addresses {
    grid-template-columns: 1fr;
  }

  body#guest-tracking .box {
    padding: 18px 16px;
  }

  body#guest-tracking table.table th,
body#guest-tracking table.table td {
    padding: 12px 10px !important;
    font-size: 13px;
  }
}

/* Mobile storefront polish: keep pages vertical, compact header, modern listing tools. */
@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  #wrapper,
  #page,
  .bt-site-header,
  .container,
  .row {
    max-width: 100%;
  }

  .bt-topbar-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 7px 10px;
  }

  .bt-topbar-left {
    display: grid !important;
    gap: 5px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .bt-topbar-left span,
  .bt-topbar-left a {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 7px;
    font-size: 10px;
    font-weight: 700;
    gap: 4px;
    justify-content: center;
    min-height: 25px;
    overflow: hidden;
    padding: 0 6px;
    text-overflow: ellipsis;
  }

  .bt-topbar .material-icons {
    font-size: 13px;
  }

  .bt-topbar-right {
    font-size: 10px;
    gap: 8px;
  }

  .bt-topbar-right > a[href^="tel:"] {
    display: none;
  }

  .bt-mainbar-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 14px 14px 12px;
  }

  .bt-logo-image {
    height: 54px;
    max-width: 220px;
  }

  .bt-mobile-menu {
    display: none !important;
  }

  .bt-actions {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .bt-search {
    grid-row: 3;
  }

  .bt-catnav-inner,
  .bt-megamenu-nav .ets_mm_megamenu_content > .container,
  .bt-mm-bar,
  .bt-custom-menu-bar {
    display: flex !important;
  }

  .bt-megamenu-nav .mm_menus_ul,
  .bt-mm-menu,
  .bt-custom-tabs,
  .bt-catnav-inner > a,
  .bt-catnav-inner > .bt-category-map,
  .bt-catnav-inner > *:not(.bt-all-categories) {
    display: none !important;
  }

  .bt-all-categories {
    border-radius: 8px;
    justify-content: center;
    margin: 0 auto;
    max-width: calc(100vw - 28px);
    min-height: 46px;
    width: 100%;
  }

  .bt-category-panel {
    box-sizing: border-box;
    max-width: calc(100vw - 28px);
  }

  #category #left-column,
  #search #left-column,
  #prices-drop #left-column,
  #new-products #left-column,
  #best-sales #left-column,
  #manufacturer #left-column,
  #supplier #left-column {
    float: none !important;
    margin: 0 0 18px !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
  }

  #category #content-wrapper,
  #search #content-wrapper,
  #prices-drop #content-wrapper,
  #new-products #content-wrapper,
  #best-sales #content-wrapper,
  #manufacturer #content-wrapper,
  #supplier #content-wrapper {
    float: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
  }

  #search_filters_wrapper.hidden-sm-down,
  #search_filters_wrapper {
    display: block !important;
    margin: 0 0 18px;
    padding: 0;
    width: 100%;
  }

  #search_filter_controls {
    align-items: center;
    background: #fff;
    border: 1px solid var(--bt-line);
    border-radius: var(--bt-radius-lg);
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
    display: flex !important;
    gap: 8px;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 10px;
  }

  #search_filter_controls .ok {
    background: var(--bt-red);
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-weight: 800;
    min-height: 36px;
    padding: 0 14px;
  }

  #search_filters_wrapper #search_filters {
    background: #fff;
    border: 1px solid var(--bt-line);
    border-radius: var(--bt-radius-lg);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
    margin: 0;
    overflow: hidden;
  }

  #search_filters_wrapper #search_filters h4 {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--bt-line);
    color: var(--bt-ink);
    display: flex;
    font-size: 13px;
    font-weight: 900;
    gap: 9px;
    margin: 0;
    min-height: 48px;
    padding: 14px 18px;
    text-transform: none;
  }

  #search_filters_wrapper #search_filters h4::before {
    align-items: center;
    background: #fff0f3;
    border-radius: 8px;
    color: var(--bt-red);
    content: "tune";
    display: inline-flex;
    flex: 0 0 28px;
    font-family: "Material Icons";
    font-size: 18px;
    height: 28px;
    justify-content: center;
    line-height: 1;
    width: 28px;
  }

  #search_filters_wrapper #search_filters .facet {
    border-bottom: 1px solid #eef2f7;
    padding: 16px 18px;
  }

  #search_filters_wrapper #search_filters .facet:last-child {
    border-bottom: 0;
  }

  #search_filters_wrapper #search_filters .facet-title {
    color: var(--bt-ink);
    font-size: 13px;
    font-weight: 900;
    text-transform: none;
  }

  #search_filters_wrapper #search_filters .facet-label {
    align-items: center;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    min-height: 34px;
    padding: 5px 8px;
  }

  #search_filters_wrapper #search_filters .custom-checkbox,
  #search_filters_wrapper #search_filters .custom-radio {
    margin: 0;
    top: 0;
  }

  #products .products-selection {
    border-radius: var(--bt-radius-lg);
    margin-bottom: 16px;
    padding: 12px;
  }

  #products .products-selection .sort-by-row {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: auto auto minmax(0, 1fr);
    width: 100%;
  }

  #products .products-selection .filter-button {
    float: none !important;
    padding: 0;
    width: auto;
  }

  #search_filter_toggler {
    background: #fff0f3;
    border: 0;
    border-radius: 8px;
    color: var(--bt-red);
    font-size: 12px;
    font-weight: 900;
    min-height: 40px;
    padding: 0 12px;
  }

  #products .products-selection .sort-by {
    color: #7c8ba1;
    font-size: 12px;
    font-weight: 800;
    margin: 0;
  }

  #products .products-sort-order {
    grid-column: 2 / -1;
    min-width: 0;
    width: 100%;
  }

  #products .products-selection .filter-button + .sort-by + .products-sort-order {
    grid-column: 3 / -1;
  }

  #products .products-sort-order .select-title {
    box-sizing: border-box;
    font-size: 13px;
    min-height: 42px;
    min-width: 0;
    overflow: hidden;
    padding: 0 10px 0 12px;
    text-overflow: ellipsis;
    width: 100%;
  }

  #products .products-sort-order .select-title .material-icons {
    flex: 0 0 auto;
  }

  #products .products-sort-order .dropdown-menu {
    border-radius: 8px;
    left: auto;
    max-width: calc(100vw - 30px);
    min-width: 100%;
    right: 0;
    width: 100%;
  }

  #products .products-sort-order .select-list {
    font-size: 13px;
    line-height: 1.25;
    padding: 11px 12px;
    white-space: normal;
  }

  .pagination {
    align-items: center;
    background: #fff;
    border: 1px solid var(--bt-line);
    border-radius: var(--bt-radius-lg);
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 22px 0 0;
    padding: 14px;
    text-align: center;
  }

  .pagination > div {
    float: none !important;
    padding: 0;
    width: 100%;
  }

  .pagination > div:first-child {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
  }

  .pagination .page-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .pagination .page-list li {
    list-style: none;
    margin: 0;
  }

  .pagination .page-list a,
  .pagination .page-list span {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: var(--bt-ink);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    min-height: 36px;
    min-width: 36px;
    padding: 0 10px;
    text-decoration: none;
  }

  .pagination .page-list .current a,
  .pagination .page-list .current span,
  .pagination .page-list a:hover {
    background: var(--bt-red);
    border-color: var(--bt-red);
    color: #fff;
  }

  .pagination .page-list .previous,
  .pagination .page-list .next {
    gap: 3px;
  }
}

@media (max-width: 390px) {
  .bt-logo-image {
    height: 50px;
    max-width: 200px;
  }

  #products .products-selection .sort-by-row {
    grid-template-columns: 1fr;
  }

  #products .products-selection .filter-button,
  #products .products-selection .sort-by,
  #products .products-sort-order {
    width: 100%;
  }
}

/* Mobile alignment and listing-panel behavior. */
@media (max-width: 767px) {
  #wrapper > .container {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    width: 100% !important;
  }

  #wrapper > .container > .row,
  #wrapper .container > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #left-column,
  #content-wrapper,
  #right-column {
    box-sizing: border-box;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  #index #wrapper,
  #index #content-wrapper,
  #index #main {
    overflow-x: hidden;
  }

  #index .bt-hero,
  #index .bt-popular-categories,
  #index .bt-brands,
  #index .home-block-section,
  #index .bt-floating-banner {
    box-sizing: border-box;
    clear: both;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(100vw - 28px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: calc(100vw - 28px) !important;
  }

  #index .bt-hero > .container,
  #index .bt-popular-categories > .container,
  #index .bt-brands > .container,
  #index .home-block-section > .container {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  #index .bt-brand-strip,
  #index .bt-category-tiles,
  #index .bt-hero-grid,
  #index .products,
  #index .owl-carousel,
  #index .owl-stage-outer {
    box-sizing: border-box;
    max-width: 100%;
  }

  #index .bt-home-products.owl-carousel {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  #index .special-products .bt-home-products.owl-carousel {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .breadcrumb_wrapper {
    background: #f5f7fb;
  }

  .breadcrumb_wrapper > .container {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    width: 100% !important;
  }

  .breadcrumb_wrapper .breadcrumb {
    background: transparent !important;
    color: var(--bt-muted);
    font-size: 12px;
    font-weight: 800;
    margin: 12px 0 16px !important;
    padding: 0 !important;
  }

  .breadcrumb_wrapper .breadcrumb ol {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
  }

  .breadcrumb_wrapper .breadcrumb li {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    line-height: 1.25;
    margin: 0;
  }

  .breadcrumb_wrapper .breadcrumb li:not(:last-child)::after {
    color: #cbd5e1;
    content: "chevron_right";
    font-family: "Material Icons";
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }

  .breadcrumb_wrapper .breadcrumb a {
    color: #64748b;
    text-decoration: none;
  }

  .breadcrumb_wrapper .breadcrumb li:last-child a {
    color: var(--bt-ink);
    font-weight: 900;
  }

  #search_filters_wrapper.hidden-sm-down {
    display: none !important;
  }

  #search_filters_wrapper:not(.hidden-sm-down) {
    display: block !important;
  }

  #search_filters_wrapper:not(.hidden-sm-down).bt-search-filters-wrapper {
    background: #f5f7fb;
    box-sizing: border-box;
    margin: 0 auto 18px !important;
    max-width: 100%;
    padding: 0;
    width: 100%;
  }

  #search_filters_wrapper:not(.hidden-sm-down) #search_filter_controls {
    display: flex !important;
  }

  #search_filters_wrapper.hidden-sm-down #search_filter_controls {
    display: none !important;
  }
}

/* Mobile cleanup after the centering pass. */
@media (max-width: 767px) {
  #product #wrapper > .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #product #content-wrapper,
  #product #main > .col-md-6,
  #product #main > .right_pb_product {
    box-sizing: border-box;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  #product #main > .right_pb_product {
    margin-top: 14px;
  }

  #product .bt-product-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #product .bt-product-buybox {
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }

  #product .product-prices {
    padding: 18px 18px 14px;
  }

  #product .product-prices .current-price {
    font-size: 26px;
    min-height: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  #product .product-actions {
    padding: 18px;
  }

  #product .product-add-to-cart {
    gap: 10px 12px;
    grid-template-columns: 120px minmax(0, 1fr);
  }

  #product .product-add-to-cart > .control-label {
    grid-column: 1 / -1;
  }

  #product .product-quantity .qty,
  #product .product-quantity .bootstrap-touchspin {
    grid-column: 1;
    width: 120px !important;
  }

  #product .product-quantity #quantity_wanted {
    width: 86px !important;
  }

  #product .product-quantity .add {
    grid-column: 2;
    min-width: 0;
  }

  #product .product-quantity .add-to-cart {
    font-size: 14px;
    gap: 6px;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  #products .products-selection {
    margin-bottom: 14px;
    padding: 12px !important;
  }

  #products .products-selection .sort-by-row {
    align-items: stretch !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 1fr !important;
  }

  #products .products-selection .filter-button {
    padding: 0 !important;
    width: 100% !important;
  }

  #search_filter_toggler {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 42px;
    width: 100%;
  }

  #products .products-selection .sort-by {
    justify-content: flex-start;
    width: 100%;
  }

  #products .products-sort-order,
  #products .products-selection .filter-button + .sort-by + .products-sort-order {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  #products .products-sort-order .select-title {
    justify-content: space-between;
    min-height: 44px;
    width: 100% !important;
  }

  #products #js-product-list .bt-product-card {
    min-height: 0 !important;
  }

  #products #js-product-list .bt-product-media {
    aspect-ratio: 4 / 2.55;
    max-height: 210px;
  }

  #products #js-product-list .bt-product-image img {
    padding: 14px;
  }

  #products #js-product-list .bt-product-body {
    padding: 14px 16px 16px;
  }

  #products #js-product-list .bt-product-title {
    min-height: 44px;
  }

  #products #js-product-list .bt-product-title a {
    -webkit-line-clamp: 2;
  }

  .breadcrumb_wrapper .breadcrumb {
    margin: 8px 0 10px !important;
  }

  #category #main > h2.h2,
  #manufacturer #main > h2.h2,
  #supplier #main > h2.h2,
  #search #main > h2.h2,
  .title_category {
    font-size: 24px;
    margin: 0 0 16px !important;
  }

  #products.sang {
    margin-top: 0 !important;
  }
}

@media (max-width: 390px) {
  #product .product-add-to-cart {
    gap: 10px;
    grid-template-columns: 110px minmax(0, 1fr);
  }

  #product .product-quantity .qty,
  #product .product-quantity .bootstrap-touchspin {
    width: 110px !important;
  }

  #product .product-quantity #quantity_wanted {
    width: 76px !important;
  }

  #product .product-quantity .add-to-cart {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }

  #product .product-quantity .add-to-cart .bt-add-price {
    display: none;
  }

  #products #js-product-list .bt-product-media {
    max-height: 190px;
  }
}

/* Mobile width and clipping refinements. */
@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  #index .bt-hero,
  #index .bt-popular-categories,
  #index .bt-brands,
  #index .home-block-section,
  #index .bt-floating-banner {
    max-width: 100% !important;
    overflow: visible;
    width: 100% !important;
  }

  #index .bt-category-tiles,
  #index .bt-brand-strip,
  #index .bt-home-products,
  #index .bt-home-products .owl-stage-outer,
  #products #js-product-list,
  #products #js-product-list .products,
  #products #js-product-list .bt-product-card {
    box-sizing: border-box;
    max-width: 100%;
  }

  #index .bt-category-tiles,
  #index .bt-brand-strip {
    overflow: visible;
  }

  .bt-category-tiles a,
  .bt-brand-strip,
  .bt-product-card {
    background-clip: padding-box;
    box-shadow: inset 0 0 0 1px var(--bt-line);
  }

  #index .bt-home-products .owl-item .bt-product-card {
    margin-left: 1px !important;
    margin-right: 1px !important;
    width: calc(100% - 2px) !important;
  }

  #products #js-product-list .products {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #products #js-product-list .product-miniature,
  #products #js-product-list .js-product-miniature {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #product #wrapper > .container,
  body#guest-tracking #wrapper > .container,
  body#guest-tracking .breadcrumb_wrapper > .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #product .product-actions {
    padding: 16px;
  }

  #product .product-add-to-cart {
    gap: 10px;
    grid-template-columns: 108px minmax(0, 1fr);
  }

  #product .product-quantity .qty,
  #product .product-quantity .bootstrap-touchspin {
    width: 108px !important;
  }

  #product .product-quantity #quantity_wanted {
    width: 74px !important;
  }

  #product .product-quantity .add-to-cart {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }

  #product .product-quantity .add-to-cart .bt-add-price {
    display: none;
  }

  .pagination {
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
  }

  .pagination > div:first-child {
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .pagination .page-list {
    gap: 6px;
    max-width: 100%;
  }

  .pagination .page-list a,
  .pagination .page-list span {
    min-width: 34px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pagination .page-list .previous,
  .pagination .page-list .next {
    font-size: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pagination .page-list .previous .material-icons,
  .pagination .page-list .next .material-icons {
    font-size: 18px;
  }

  body#guest-tracking .page-header,
  body#guest-tracking #content {
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body#guest-tracking .page-header {
    margin-top: 14px !important;
    margin-bottom: 18px !important;
  }

  body#guest-tracking .bt-guest-track-card {
    max-width: 100%;
    padding: 22px 18px 24px;
  }

  body#guest-tracking .bt-guest-track-intro {
    gap: 12px;
  }
}

@media (max-width: 390px) {
  #product #wrapper > .container,
  body#guest-tracking #wrapper > .container,
  body#guest-tracking .breadcrumb_wrapper > .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  #product .product-add-to-cart {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  #product .product-quantity .qty,
  #product .product-quantity .bootstrap-touchspin {
    width: 100px !important;
  }

  #product .product-quantity #quantity_wanted {
    width: 66px !important;
  }

  .pagination .page-list {
    gap: 5px;
  }

  .pagination .page-list a,
  .pagination .page-list span {
    min-width: 32px;
    padding-left: 7px;
    padding-right: 7px;
  }

  body#guest-tracking .bt-guest-track-card {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Mobile account and form pages should use the available screen width. */
@media (max-width: 767px) {
  body#authentication #wrapper > .container,
  body#registration #wrapper > .container,
  body#password #wrapper > .container,
  body#identity #wrapper > .container,
  body#my-account #wrapper > .container,
  body.page-my-account #wrapper > .container,
  body#address #wrapper > .container,
  body#addresses #wrapper > .container,
  body#history #wrapper > .container,
  body#order-slip #wrapper > .container,
  body#discount #wrapper > .container,
  body#order-follow #wrapper > .container,
  body#contact #wrapper > .container,
  body#cms #wrapper > .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body#authentication #content-wrapper,
  body#registration #content-wrapper,
  body#password #content-wrapper,
  body#identity #content-wrapper,
  body#my-account #content-wrapper,
  body.page-my-account #content-wrapper,
  body#address #content-wrapper,
  body#addresses #content-wrapper,
  body#history #content-wrapper,
  body#order-slip #content-wrapper,
  body#discount #content-wrapper,
  body#order-follow #content-wrapper,
  body#contact #content-wrapper,
  body#cms #content-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }

  body#authentication #content.page-content.card.card-block,
  body#registration #content.page-content.card.card-block,
  body#password #content.page-content.card.card-block,
  body#identity #content.page-content.card.card-block,
  body#my-account #content.page-content.card.card-block,
  body.page-my-account #content.page-content.card.card-block,
  body#address #content.page-content.card.card-block,
  body#addresses #content.page-content.card.card-block,
  body#history #content.page-content.card.card-block,
  body#order-slip #content.page-content.card.card-block,
  body#discount #content.page-content.card.card-block,
  body#order-follow #content.page-content.card.card-block,
  body#contact #content.page-content.card.card-block,
  body#cms #content.page-content.card.card-block {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  body#authentication .login_page_content {
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: 1fr !important;
    margin: 12px auto 34px !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body#authentication .login_page_content > div,
  body#authentication .login_page_content > [class*="col-"] {
    box-sizing: border-box;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  body#authentication .login-form,
  body#authentication .register_form,
  body#registration .register-form {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    padding: 24px 18px !important;
    width: 100% !important;
  }

  body#authentication #login-form,
  body#registration #customer-form,
  body#identity #customer-form {
    max-width: 100% !important;
    width: 100% !important;
  }

  body#authentication #login-form .input-group,
  body#registration #customer-form .input-group,
  body#identity #customer-form .input-group {
    grid-template-columns: minmax(0, 1fr) 78px !important;
  }

  body#authentication #login-form .input-group .input-group-btn,
  body#registration #customer-form .input-group .input-group-btn,
  body#identity #customer-form .input-group .input-group-btn {
    min-width: 78px;
    width: 78px !important;
  }

  body#authentication #login-form .input-group .input-group-btn > .btn,
  body#registration #customer-form .input-group .input-group-btn > .btn,
  body#identity #customer-form .input-group .input-group-btn > .btn,
  body#authentication #login-form [data-action="show-password"],
  body#registration #customer-form [data-action="show-password"],
  body#identity #customer-form [data-action="show-password"] {
    min-width: 78px;
    padding-left: 8px !important;
    padding-right: 8px !important;
    width: 78px !important;
  }

  body#authentication .register_form_cell > a:first-child {
    max-width: 100%;
  }

  body#my-account .page-header,
  body.page-my-account .page-header,
  body#identity .page-header,
  body#registration .page-header,
  body#password .page-header,
  body#address .page-header,
  body#addresses .page-header,
  body#history .page-header,
  body#order-slip .page-header,
  body#discount .page-header,
  body#order-follow .page-header {
    box-sizing: border-box;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 390px) {
  body#authentication #wrapper > .container,
  body#registration #wrapper > .container,
  body#password #wrapper > .container,
  body#identity #wrapper > .container,
  body#my-account #wrapper > .container,
  body.page-my-account #wrapper > .container,
  body#address #wrapper > .container,
  body#addresses #wrapper > .container,
  body#history #wrapper > .container,
  body#order-slip #wrapper > .container,
  body#discount #wrapper > .container,
  body#order-follow #wrapper > .container,
  body#contact #wrapper > .container,
  body#cms #wrapper > .container {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  body#authentication .login-form,
  body#authentication .register_form,
  body#registration .register-form {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Global Baitera breadcrumb treatment. */
.breadcrumb_wrapper {
  background: #f5f7fb;
}

.breadcrumb_wrapper > .container {
  box-sizing: border-box;
}

.breadcrumb_wrapper .breadcrumb {
  background: transparent !important;
  color: var(--bt-muted);
  font-size: 12px;
  font-weight: 800;
  margin: 16px 0 18px !important;
  padding: 0 !important;
}

.breadcrumb_wrapper .breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
}

.breadcrumb_wrapper .breadcrumb li {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  line-height: 1.3;
  margin: 0;
}

.breadcrumb_wrapper .breadcrumb li::after {
  content: none !important;
}

.breadcrumb_wrapper .breadcrumb li:not(:last-child)::after {
  color: #cbd5e1;
  content: "chevron_right" !important;
  font-family: "Material Icons";
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.breadcrumb_wrapper .breadcrumb a {
  color: #64748b;
  text-decoration: none;
}

.breadcrumb_wrapper .breadcrumb a:hover {
  color: var(--bt-red);
}

.breadcrumb_wrapper .breadcrumb li:last-child a {
  color: var(--bt-ink);
  font-weight: 900;
}

/* Desktop listing density: filter + four products. */
@media (min-width: 1200px) {
  #category #left-column,
  #search #left-column,
  #prices-drop #left-column,
  #new-products #left-column,
  #best-sales #left-column,
  #manufacturer #left-column,
  #supplier #left-column {
    box-sizing: border-box;
    float: left !important;
    padding-left: 0 !important;
    padding-right: 18px !important;
    width: 270px !important;
  }

  #category #content-wrapper,
  #search #content-wrapper,
  #prices-drop #content-wrapper,
  #new-products #content-wrapper,
  #best-sales #content-wrapper,
  #manufacturer #content-wrapper,
  #supplier #content-wrapper {
    box-sizing: border-box;
    float: left !important;
    padding-left: 18px !important;
    width: calc(100% - 270px) !important;
  }

  #products #js-product-list .products {
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #products #js-product-list .bt-product-title {
    min-height: 48px;
  }
}

/* Password reset page. */
body#password #wrapper,
body#password #content-wrapper,
body#password #main {
  background: #f4f7fb;
}

body#password #main {
  min-height: 430px;
}

body#password .page-header {
  box-sizing: border-box;
  margin: 22px auto 18px !important;
  max-width: 760px;
  padding: 0 16px;
  width: 100%;
}

body#password .page-header h1,
body#password .page-header h2 {
  color: var(--bt-ink);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

body#password #content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#password .bt-password-reset-card {
  background: #fff;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius-lg);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
  box-sizing: border-box;
  margin: 0 auto 48px;
  max-width: 720px;
  padding: 34px 42px 38px;
  width: 100%;
}

body#password .bt-password-info-card {
  background: #fff;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius-lg);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
  box-sizing: border-box;
  margin: 0 auto 48px;
  max-width: 720px;
  padding: 34px 42px 38px;
  width: 100%;
}

body#password .bt-password-reset-intro {
  align-items: center;
  color: #334155;
  display: flex;
  gap: 14px;
  margin: 0 0 26px;
}

body#password .bt-password-info-intro {
  align-items: flex-start;
  color: #334155;
  display: flex;
  gap: 16px;
  margin: 0;
}

body#password .bt-password-reset-intro p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

body#password .bt-password-info-intro h3 {
  color: var(--bt-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 8px;
}

body#password .bt-password-info-intro p {
  color: #334155;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

body#password .bt-password-reset-icon {
  align-items: center;
  background: #fff0f3;
  border-radius: 10px;
  color: var(--bt-red);
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  width: 48px;
}

body#password .bt-password-info-icon {
  align-items: center;
  background: #ecfdf5;
  border-radius: 10px;
  color: #0f9f6e;
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  width: 48px;
}

body#password .bt-password-reset-icon .material-icons {
  color: inherit;
  display: block;
  font-size: 25px;
  line-height: 1;
  margin: 0;
}

body#password .bt-password-info-icon .material-icons {
  color: inherit;
  display: block;
  font-size: 25px;
  line-height: 1;
  margin: 0;
}

body#password .bt-password-reset-card .form-group {
  align-items: start;
  display: grid;
  gap: 10px 18px;
  grid-template-columns: 150px minmax(0, 1fr);
  margin: 0 0 22px !important;
}

body#password .bt-password-new-email {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-sizing: border-box;
  display: grid;
  gap: 4px;
  margin: 0 0 24px 168px;
  padding: 14px 16px;
}

body#password .bt-password-new-email span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body#password .bt-password-new-email strong {
  color: var(--bt-ink);
  font-size: 15px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

body#password .bt-password-reset-card .form-control-label {
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  text-align: right;
  width: auto !important;
}

body#password .bt-password-reset-card .col-md-5,
body#password .bt-password-reset-card .col-md-6,
body#password .bt-password-reset-card .col-md-8,
body#password .bt-password-reset-card .col-md-9 {
  float: none !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body#password .bt-password-reset-card input.form-control {
  background: #fff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  box-sizing: border-box;
  color: #111827 !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 10px 14px !important;
  width: 100% !important;
}

body#password .bt-password-reset-card input.form-control:focus {
  border-color: var(--bt-red) !important;
  box-shadow: 0 0 0 3px rgba(239, 51, 79, .12) !important;
}

body#password .bt-password-reset-card .ps-alert-error {
  margin: 0 0 22px;
}

body#password .bt-password-reset-card .form-footer {
  padding-left: 168px;
  text-align: left !important;
}

body#password .bt-password-reset-card .form-control-submit {
  align-items: center;
  background: var(--bt-red) !important;
  border: 0 !important;
  border-radius: 7px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px !important;
  text-transform: uppercase;
}

body#password .page-footer {
  box-sizing: border-box;
  margin: -26px auto 72px;
  max-width: 720px;
  padding: 0 16px;
  width: 100%;
}

body#password .page-footer .account-link {
  align-items: center;
  color: var(--bt-ink);
  display: inline-flex;
  font-weight: 800;
  gap: 6px;
  text-decoration: none;
}

body#password .page-footer .account-link:hover {
  color: var(--bt-red);
}

/* Stores page. */
.page-stores {
  background: transparent !important;
  box-sizing: border-box;
  margin: 0 auto 56px;
  max-width: 1120px;
  padding: 0 16px;
  width: 100%;
}

.page-stores .store-item {
  background: #fff;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius-lg);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .07);
  margin: 0 0 22px;
  overflow: hidden;
}

.page-stores .store-item-container {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 240px minmax(0, 1fr) minmax(220px, .75fr);
  padding: 26px;
}

.page-stores .store-item-container > [class*="col-"] {
  float: none !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.page-stores .store-picture img {
  background: #f1f5f9;
  border-radius: 8px;
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.page-stores .store-description .card-title {
  color: var(--bt-ink);
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.page-stores address {
  color: #334155;
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 14px;
}

.page-stores .store-description a {
  align-items: center;
  color: var(--bt-red);
  display: inline-flex;
  font-weight: 900;
  gap: 4px;
  text-decoration: none;
}

.page-stores .divide-left {
  border-left: 1px solid #e5edf7;
  padding-left: 24px !important;
}

.page-stores table {
  color: #0f172a;
  font-size: 14px;
  margin: 0;
  width: 100%;
}

.page-stores th {
  font-weight: 900;
  padding: 4px 12px 4px 0;
  white-space: nowrap;
}

.page-stores td {
  color: #334155;
  padding: 4px 0;
}

.page-stores ul {
  margin: 0;
  padding: 0;
}

.page-stores li {
  list-style: none;
}

.page-stores .store-item-footer {
  border-top: 1px solid #e5edf7;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .6fr);
  padding: 22px 26px;
}

.page-stores .store-item-footer .card-block {
  padding: 0;
}

/* Product delivery panel dates. */
.bt-delivery-details {
  color: #334155;
  line-height: 1.45;
}

.bt-delivery-date {
  color: var(--bt-ink);
  font-weight: 900;
}

@media (max-width: 767px) {
  body#password #main {
    min-height: 0;
  }

  .breadcrumb_wrapper .breadcrumb {
    margin: 8px 0 10px !important;
  }

  body#password .page-header {
    margin-top: 14px !important;
    padding: 0;
  }

  body#password .page-header h1,
  body#password .page-header h2 {
    font-size: 24px;
  }

  body#password .bt-password-reset-card {
    margin-bottom: 34px;
    max-width: 100%;
    padding: 24px 18px 26px;
  }

  body#password .bt-password-info-card {
    margin-bottom: 34px;
    max-width: 100%;
    padding: 24px 18px 26px;
  }

  body#password .bt-password-reset-intro {
    align-items: flex-start;
    gap: 12px;
  }

  body#password .bt-password-info-intro {
    gap: 12px;
  }

  body#password .bt-password-info-intro h3 {
    font-size: 18px;
  }

  body#password .bt-password-reset-card .form-group {
    display: block;
  }

  body#password .bt-password-new-email {
    margin-left: 0;
  }

  body#password .bt-password-reset-card .form-control-label {
    display: block;
    margin: 0 0 8px !important;
    text-align: left;
  }

  body#password .bt-password-reset-card .form-footer {
    padding-left: 0;
  }

  body#password .bt-password-reset-card .form-control-submit {
    width: 100%;
  }

  body#password .page-footer {
    margin-top: -18px;
    padding: 0;
  }

  .page-stores {
    margin-bottom: 36px;
    padding: 0;
  }

  .page-stores .store-item-container,
  .page-stores .store-item-footer {
    grid-template-columns: 1fr;
    padding: 20px 18px;
  }

  .page-stores .divide-left {
    border-left: 0;
    border-top: 1px solid #e5edf7;
    padding-left: 0 !important;
    padding-top: 18px !important;
  }
}

/* Listing pagination. */
#js-product-list .pagination {
  align-items: center;
  background: #fff;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius-lg);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
  box-sizing: border-box;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 28px 0 0;
  padding: 14px 18px;
}

#js-product-list .pagination > div {
  float: none !important;
  padding: 0 !important;
  width: auto !important;
}

#js-product-list .pagination > div:first-child {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
}

#js-product-list .pagination .page-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

#js-product-list .pagination .page-list li {
  list-style: none;
  margin: 0;
}

#js-product-list .pagination .page-list a,
#js-product-list .pagination .page-list span {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  color: var(--bt-ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 3px;
  justify-content: center;
  min-height: 36px;
  min-width: 36px;
  padding: 0 11px;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

#js-product-list .pagination .page-list .current a,
#js-product-list .pagination .page-list .current span,
#js-product-list .pagination .page-list a:hover {
  background: var(--bt-red);
  border-color: var(--bt-red);
  color: #fff;
}

#js-product-list .pagination .page-list a:hover {
  transform: translateY(-1px);
}

#js-product-list .pagination .page-list .disabled {
  opacity: .45;
  pointer-events: none;
}

#js-product-list .pagination .page-list .material-icons {
  font-size: 17px;
  line-height: 1;
}

#js-product-list .pagination .page-list .previous,
#js-product-list .pagination .page-list .next {
  box-sizing: border-box;
  padding: 0 12px;
  white-space: nowrap;
}

#js-product-list .pagination .page-list .previous {
  min-width: 112px;
}

#js-product-list .pagination .page-list .next {
  min-width: 78px;
}

#js-product-list .pagination .page-list .previous .material-icons,
#js-product-list .pagination .page-list .next .material-icons {
  flex: 0 0 auto;
}

#js-product-list .pagination .page-list .spacer {
  background: transparent;
  border-color: transparent;
  color: #94a3b8;
}

@media (max-width: 767px) {
  #js-product-list .pagination {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px 12px;
    text-align: center;
  }

  #js-product-list .pagination > div {
    width: 100% !important;
  }

  #js-product-list .pagination .page-list {
    justify-content: center;
  }
}

/* Mobile header, banners, carousels, and footer accordions. */
.bt-footer-menu summary {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.bt-footer-menu summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 767px) {
  .bt-topbar-inner {
    align-items: stretch;
    gap: 6px;
    padding: 8px 10px;
  }

  .bt-topbar-left {
    gap: 5px 8px;
  }

  .bt-topbar-left span {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    justify-content: center;
    min-height: 20px;
    padding: 0 2px;
  }

  .bt-topbar-left a {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 7px;
  }

  .bt-topbar-right {
    justify-content: flex-end;
    width: 100%;
  }

  .bt-topbar #_desktop_language_selector,
  .bt-topbar .language-selector-wrapper,
  .bt-topbar .language-selector {
    margin-left: auto;
  }

  .bt-mainbar-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center;
    min-height: 0;
    padding: 10px 14px 8px;
    row-gap: 9px;
    text-align: center;
  }

  .bt-logo {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }

  .bt-actions {
    display: grid !important;
    gap: 12px;
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: stretch;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
  }

  .bt-actions .bt-action,
  .bt-actions .bt-action-cart {
    justify-content: center;
    margin: 0;
  }

  .bt-checkout-header .bt-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 260px;
  }

  .bt-search {
    grid-column: 1;
    grid-row: 3;
    justify-self: stretch;
    width: 100%;
  }

  .bt-catnav-inner,
  .bt-megamenu-nav .ets_mm_megamenu_content > .container,
  .bt-mm-bar,
  .bt-custom-menu-bar {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .bt-all-categories {
    min-height: 45px;
  }

  #index .bt-hero {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(100vw - 20px) !important;
    width: calc(100vw - 20px) !important;
  }

  #index .bt-hero > .container {
    max-width: 100% !important;
    width: 100% !important;
  }

  #index .bt-hero-grid {
    gap: 16px;
  }

  .page-home .bt-home-products .owl-nav .owl-prev {
    left: 2px !important;
  }

  .page-home .bt-home-products .owl-nav .owl-next {
    right: 2px !important;
  }

  .page-home .special-products .bt-home-products .owl-nav .owl-prev {
    left: 2px !important;
  }

  .page-home .special-products .bt-home-products .owl-nav .owl-next {
    right: 2px !important;
  }

  #index .bt-home-products,
  #index .bt-home-products.owl-carousel,
  #index .bt-home-products .owl-stage-outer,
  #index .home-block-section,
  #index .special-products {
    overflow: visible !important;
  }

  .page-home .bt-home-products .owl-nav,
  .page-home .bt-home-products .owl-nav > div {
    z-index: 20 !important;
  }

  .bt-footer {
    padding-top: 20px;
  }

  .bt-footer-about {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: center;
  }

  .bt-footer-about > a:not(.bt-logo-footer),
  .bt-footer-about > span {
    align-self: flex-start;
    text-align: left;
  }

  .bt-logo-footer {
    align-self: center;
    box-sizing: border-box;
    justify-content: center;
    margin: 0 auto 20px;
    min-height: 66px;
    width: min(100%, 340px);
  }

  .bt-footer-grid {
    gap: 10px;
  }

  .bt-footer-menu {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 0;
  }

  .bt-footer-menu summary {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0;
    min-height: 48px;
  }

  .bt-footer-menu summary::after {
    border-bottom: 2px solid var(--bt-red);
    border-right: 2px solid var(--bt-red);
    content: "";
    display: block;
    height: 9px;
    margin-right: 3px;
    transform: rotate(45deg);
    transition: transform .18s ease;
    width: 9px;
  }

  .bt-footer-menu[open] summary::after {
    transform: rotate(-135deg);
  }

  .bt-footer-menu a {
    margin-bottom: 12px;
    padding-left: 2px;
  }
}

/* Shared mobile content width for non-home pages. */
@media (max-width: 767px) {
  body:not(#index) #wrapper > .container,
  body:not(#index) .breadcrumb_wrapper > .container {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(100vw - 20px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: calc(100vw - 20px) !important;
  }

  #category #left-column,
  #search #left-column,
  #prices-drop #left-column,
  #new-products #left-column,
  #best-sales #left-column,
  #manufacturer #left-column,
  #supplier #left-column,
  #category #content-wrapper,
  #search #content-wrapper,
  #prices-drop #content-wrapper,
  #new-products #content-wrapper,
  #best-sales #content-wrapper,
  #manufacturer #content-wrapper,
  #supplier #content-wrapper,
  #product #content-wrapper,
  #product #left-column,
  #product #right-column {
    box-sizing: border-box;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  #products #js-product-list,
  #products #js-product-list-top,
  #products .products-selection,
  #products #js-product-list .products,
  #search_filters_wrapper,
  #search_filter_controls,
  #search_filters_wrapper #search_filters,
  #product #main,
  #product #content,
  body#guest-tracking #content,
  body#authentication #content,
  body#registration #content,
  body#password #content {
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100% !important;
  }

  #products .products-selection,
  #products #js-product-list-top {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Product page uses extra Bootstrap rows/columns; normalize them to the same mobile gutter. */
@media (max-width: 767px) {
  body#product #wrapper > .container {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(100vw - 20px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: calc(100vw - 20px) !important;
  }

  body#product #wrapper > .container > .row,
  body#product #main {
    box-sizing: border-box;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body#product #left-column,
  body#product #right-column {
    display: none !important;
  }

  body#product #content-wrapper,
  body#product #main > [class*="col-"],
  body#product #main > .col-md-6,
  body#product #main > .col-xs-12,
  body#product #main > .right_pb_product,
  body#product #main > .tabs,
  body#product #main > .product-accessories {
    box-sizing: border-box;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  body#product #content.page-content,
  body#product .page-content,
  body#product .custom-product-cover-wrapper,
  body#product .images-container,
  body#product .product-cover,
  body#product .js-qv-mask,
  body#product .product-images,
  body#product .product-images-big,
  body#product .bt-product-panel,
  body#product .product-information,
  body#product .bt-product-buybox,
  body#product .product-prices,
  body#product .product-actions,
  body#product .bt-delivery-panel {
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body#product .custom-product-cover-wrapper,
  body#product .bt-product-buybox,
  body#product .tabs,
  body#product .product-accessories {
    box-sizing: border-box;
    max-width: 100% !important;
  }

  body#product .product-cover,
  body#product .images-container .product-cover,
  body#product .images-container-vertical-left .product-cover,
  body#product .images-container-vertical-right .product-cover,
  body#product .type_horizonal .product-cover {
    min-height: 340px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body#product #content-wrapper,
  body#product #main > [class*="col-"],
  body#product #main > .tabs,
  body#product #main > .product-accessories {
    margin-left: -10px !important;
    max-width: calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
  }

  body#product .product-accessories,
  body#product .bt-accessory-products,
  body#product .bt-accessory-products .owl-stage-outer {
    overflow: visible !important;
  }

  body#product .bt-accessory-products.owl-carousel {
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
  }

  body#product .bt-accessory-products .owl-nav {
    bottom: auto !important;
    display: block !important;
    height: 0 !important;
    inset: 365px 0 auto 0 !important;
    pointer-events: none;
    position: absolute !important;
    top: 365px !important;
    width: 100% !important;
    z-index: 20 !important;
  }

  body#product .bt-accessory-products .owl-nav > div {
    align-items: center;
    background: var(--bt-red) !important;
    border: 1px solid var(--bt-red) !important;
    border-radius: 50%;
    color: #fff !important;
    display: inline-flex !important;
    height: 34px;
    justify-content: center;
    margin: 0;
    opacity: 1 !important;
    pointer-events: auto;
    position: absolute !important;
    top: auto !important;
    width: 34px;
  }

  body#product .bt-accessory-products .owl-nav .owl-prev {
    left: -8px !important;
  }

  body#product .bt-accessory-products .owl-nav .owl-next {
    right: -8px !important;
  }

  body#product .bt-accessory-products .owl-nav > div::before {
    color: #fff !important;
    display: block;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 27px;
    font-weight: 400;
    line-height: 30px;
  }

  body#product .bt-accessory-products .owl-nav .owl-prev::before {
    content: "\2039";
  }

  body#product .bt-accessory-products .owl-nav .owl-next::before {
    content: "\203A";
  }

  body#product .bt-accessory-products .owl-nav .disabled {
    display: inline-flex !important;
    opacity: .5 !important;
    pointer-events: none;
  }
}

/* Unified carousel arrow style and state handling. */
.page-home .bt-home-products .owl-nav > div,
body#product .bt-accessory-products .owl-prev,
body#product .bt-accessory-products .owl-next,
body#product .bt-accessory-products .owl-nav > div {
  background: #fff !important;
  border: 1px solid var(--bt-red) !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
  color: var(--bt-red) !important;
}

.page-home .bt-home-products .owl-nav > div::before,
body#product .bt-accessory-products .owl-prev::before,
body#product .bt-accessory-products .owl-next::before,
body#product .bt-accessory-products .owl-nav > div::before {
  color: var(--bt-red) !important;
  font-size: 25px !important;
  line-height: 30px !important;
}

.page-home .bt-home-products .owl-nav > div:hover,
body#product .bt-accessory-products .owl-prev:hover,
body#product .bt-accessory-products .owl-next:hover,
body#product .bt-accessory-products .owl-nav > div:hover {
  background: var(--bt-red) !important;
  color: #fff !important;
}

.page-home .bt-home-products .owl-nav > div:hover::before,
body#product .bt-accessory-products .owl-prev:hover::before,
body#product .bt-accessory-products .owl-next:hover::before,
body#product .bt-accessory-products .owl-nav > div:hover::before {
  color: #fff !important;
}

.page-home .bt-home-products .owl-nav .disabled,
body#product .bt-accessory-products .owl-prev.disabled,
body#product .bt-accessory-products .owl-next.disabled,
body#product .bt-accessory-products .owl-nav .disabled {
  display: none !important;
}

@media (max-width: 767px) {
  .page-home .bt-home-products .owl-nav .owl-prev,
  .page-home .special-products .bt-home-products .owl-nav .owl-prev {
    left: 4px !important;
  }

  .page-home .bt-home-products .owl-nav .owl-next,
  .page-home .special-products .bt-home-products .owl-nav .owl-next {
    right: 4px !important;
  }

  .page-home .bt-home-products .owl-nav > div,
  body#product .bt-accessory-products .owl-prev,
  body#product .bt-accessory-products .owl-next,
  body#product .bt-accessory-products .owl-nav > div {
    height: 34px !important;
    width: 34px !important;
  }
}

.page-home .bt-home-products,
body#product .bt-accessory-products {
  overflow: visible !important;
}

.page-home .bt-home-products .owl-wrapper-outer,
.page-home .bt-home-products .owl-stage-outer,
#index .bt-home-products .owl-wrapper-outer,
#index .bt-home-products .owl-stage-outer,
body#product .bt-accessory-products .owl-wrapper-outer,
body#product .bt-accessory-products .owl-stage-outer {
  overflow: hidden !important;
}

.page-home .bt-home-products .owl-nav,
body#product .bt-accessory-products .owl-nav {
  z-index: 30 !important;
}

/* Mobile header search row. */
@media (max-width: 767px) {
  .bt-mainbar-inner .bt-search {
    display: block !important;
    grid-column: 1 !important;
    grid-row: 3 !important;
    justify-self: stretch !important;
    margin: 0 auto 2px !important;
    max-width: 100% !important;
    min-height: 44px !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
    visibility: visible !important;
    width: 100% !important;
    z-index: 5 !important;
  }

  .bt-mainbar-inner #search_widget.bt-search-widget,
  .bt-mainbar-inner .bt-search-widget {
    display: block !important;
    max-width: 100% !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
    visibility: visible !important;
    width: 100% !important;
    z-index: 6 !important;
  }

  .bt-mainbar-inner #search_widget.bt-search-widget form,
  .bt-mainbar-inner .bt-search-widget form {
    align-items: center !important;
    background: #fff !important;
    border: 2px solid var(--bt-ink) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    display: flex !important;
    height: 44px !important;
    margin: 0 !important;
    opacity: 1 !important;
    overflow: hidden !important;
    pointer-events: auto !important;
    position: relative !important;
    visibility: visible !important;
    width: 100% !important;
    z-index: 7 !important;
  }

  .bt-mainbar-inner #search_widget.bt-search-widget input[type="text"] {
    background: transparent !important;
    border: 0 !important;
    color: var(--bt-ink) !important;
    display: block !important;
    flex: 1 1 auto !important;
    font-size: 14px !important;
    height: 100% !important;
    min-width: 0 !important;
    opacity: 1 !important;
    padding: 0 48px 0 14px !important;
    pointer-events: auto !important;
    position: relative !important;
    text-align: left !important;
    visibility: visible !important;
    width: 100% !important;
    z-index: 8 !important;
  }

  .bt-mainbar-inner #search_widget.bt-search-widget button,
  .bt-mainbar-inner .bt-search-widget button {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    bottom: auto !important;
    color: var(--bt-red) !important;
    display: inline-flex !important;
    height: 38px !important;
    justify-content: center !important;
    min-width: 38px !important;
    opacity: 1 !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: absolute !important;
    right: 3px !important;
    top: 3px !important;
    visibility: visible !important;
    width: 38px !important;
    z-index: 9 !important;
  }
}

/* Real mobile listing-card sizing. */
@media (max-width: 767px) {
  html,
  body,
  #page,
  #wrapper {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  #category #products #js-product-list .products,
  #search #products #js-product-list .products,
  #prices-drop #products #js-product-list .products,
  #new-products #products #js-product-list .products,
  #best-sales #products #js-product-list .products,
  #manufacturer #products #js-product-list .products,
  #supplier #products #js-product-list .products {
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
    width: 100% !important;
  }

  #category #products #js-product-list .product-miniature,
  #search #products #js-product-list .product-miniature,
  #prices-drop #products #js-product-list .product-miniature,
  #new-products #products #js-product-list .product-miniature,
  #best-sales #products #js-product-list .product-miniature,
  #manufacturer #products #js-product-list .product-miniature,
  #supplier #products #js-product-list .product-miniature {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  #category #products #js-product-list .bt-product-card,
  #search #products #js-product-list .bt-product-card,
  #prices-drop #products #js-product-list .bt-product-card,
  #new-products #products #js-product-list .bt-product-card,
  #best-sales #products #js-product-list .bt-product-card,
  #manufacturer #products #js-product-list .bt-product-card,
  #supplier #products #js-product-list .bt-product-card {
    border-radius: 8px !important;
    box-sizing: border-box !important;
    min-height: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  #category #products #js-product-list .bt-product-media,
  #search #products #js-product-list .bt-product-media,
  #prices-drop #products #js-product-list .bt-product-media,
  #new-products #products #js-product-list .bt-product-media,
  #best-sales #products #js-product-list .bt-product-media,
  #manufacturer #products #js-product-list .bt-product-media,
  #supplier #products #js-product-list .bt-product-media {
    aspect-ratio: 4 / 2.15 !important;
    max-height: 170px !important;
    min-height: 0 !important;
  }

  #category #products #js-product-list .bt-product-image,
  #search #products #js-product-list .bt-product-image,
  #prices-drop #products #js-product-list .bt-product-image,
  #new-products #products #js-product-list .bt-product-image,
  #best-sales #products #js-product-list .bt-product-image,
  #manufacturer #products #js-product-list .bt-product-image,
  #supplier #products #js-product-list .bt-product-image {
    height: 100% !important;
  }

  #category #products #js-product-list .bt-product-image img,
  #search #products #js-product-list .bt-product-image img,
  #prices-drop #products #js-product-list .bt-product-image img,
  #new-products #products #js-product-list .bt-product-image img,
  #best-sales #products #js-product-list .bt-product-image img,
  #manufacturer #products #js-product-list .bt-product-image img,
  #supplier #products #js-product-list .bt-product-image img {
    max-height: 100% !important;
    object-fit: contain !important;
    padding: 12px !important;
  }

  #category #products #js-product-list .bt-product-body,
  #search #products #js-product-list .bt-product-body,
  #prices-drop #products #js-product-list .bt-product-body,
  #new-products #products #js-product-list .bt-product-body,
  #best-sales #products #js-product-list .bt-product-body,
  #manufacturer #products #js-product-list .bt-product-body,
  #supplier #products #js-product-list .bt-product-body {
    padding: 13px 14px 14px !important;
  }

  #category #products #js-product-list .bt-product-title,
  #search #products #js-product-list .bt-product-title,
  #prices-drop #products #js-product-list .bt-product-title,
  #new-products #products #js-product-list .bt-product-title,
  #best-sales #products #js-product-list .bt-product-title,
  #manufacturer #products #js-product-list .bt-product-title,
  #supplier #products #js-product-list .bt-product-title {
    font-size: 16px !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
    min-height: 40px !important;
  }

  #category #products #js-product-list .bt-product-title a,
  #search #products #js-product-list .bt-product-title a,
  #prices-drop #products #js-product-list .bt-product-title a,
  #new-products #products #js-product-list .bt-product-title a,
  #best-sales #products #js-product-list .bt-product-title a,
  #manufacturer #products #js-product-list .bt-product-title a,
  #supplier #products #js-product-list .bt-product-title a {
    -webkit-line-clamp: 2 !important;
  }

  #category #products #js-product-list .bt-product-price,
  #search #products #js-product-list .bt-product-price,
  #prices-drop #products #js-product-list .bt-product-price,
  #new-products #products #js-product-list .bt-product-price,
  #best-sales #products #js-product-list .bt-product-price,
  #manufacturer #products #js-product-list .bt-product-price,
  #supplier #products #js-product-list .bt-product-price {
    font-size: 22px !important;
    min-height: 36px !important;
    padding-left: 12px !important;
  }

  #category #products #js-product-list .extra-product-info > div,
  #search #products #js-product-list .extra-product-info > div,
  #prices-drop #products #js-product-list .extra-product-info > div,
  #new-products #products #js-product-list .extra-product-info > div,
  #best-sales #products #js-product-list .extra-product-info > div,
  #manufacturer #products #js-product-list .extra-product-info > div,
  #supplier #products #js-product-list .extra-product-info > div {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  #category #products #js-product-list .bt-add-to-cart .btn,
  #search #products #js-product-list .bt-add-to-cart .btn,
  #prices-drop #products #js-product-list .bt-add-to-cart .btn,
  #new-products #products #js-product-list .bt-add-to-cart .btn,
  #best-sales #products #js-product-list .bt-add-to-cart .btn,
  #manufacturer #products #js-product-list .bt-add-to-cart .btn,
  #supplier #products #js-product-list .bt-add-to-cart .btn {
    font-size: 15px !important;
    min-height: 48px !important;
  }
}

/* Broad mobile product-card fallback for real devices. */
@media (max-width: 767px) {
  #products .bt-product-card,
  #products .product-miniature.bt-product-card,
  #js-product-list .bt-product-card,
  #js-product-list .product-miniature.bt-product-card {
    min-height: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  #products .bt-product-card .bt-product-media,
  #js-product-list .bt-product-card .bt-product-media {
    aspect-ratio: auto !important;
    flex: 0 0 170px !important;
    height: 170px !important;
    max-height: 170px !important;
    min-height: 0 !important;
  }

  #products .bt-product-card .bt-product-image,
  #js-product-list .bt-product-card .bt-product-image {
    height: 100% !important;
  }

  #products .bt-product-card .bt-product-image img,
  #js-product-list .bt-product-card .bt-product-image img {
    height: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    padding: 12px !important;
    width: 100% !important;
  }

  #products .bt-product-card .bt-product-body,
  #js-product-list .bt-product-card .bt-product-body {
    flex: 0 0 auto !important;
    min-height: 0 !important;
    padding: 14px 16px 16px !important;
  }

  #products .bt-product-card .bt-product-title,
  #js-product-list .bt-product-card .bt-product-title {
    font-size: 15px !important;
    height: auto !important;
    line-height: 1.28 !important;
    margin: 0 0 12px !important;
    min-height: 38px !important;
  }

  #products .bt-product-card .bt-product-title a,
  #js-product-list .bt-product-card .bt-product-title a {
    -webkit-line-clamp: 2 !important;
  }

  #products .bt-product-card .bt-product-prices,
  #js-product-list .bt-product-card .bt-product-prices {
    height: auto !important;
    margin: 0 0 12px !important;
    min-height: 40px !important;
  }

  #products .bt-product-card .bt-product-price,
  #js-product-list .bt-product-card .bt-product-price {
    font-size: 21px !important;
    min-height: 36px !important;
    padding: 0 18px 0 12px !important;
  }

  #products .bt-product-card .bt-card-extra-info,
  #js-product-list .bt-product-card .bt-card-extra-info {
    height: auto !important;
    margin: 0 0 14px !important;
    min-height: 42px !important;
  }

  #products .bt-product-card .extra-product-info,
  #js-product-list .bt-product-card .extra-product-info {
    min-height: 0 !important;
  }

  #products .bt-product-card .extra-product-info > div,
  #js-product-list .bt-product-card .extra-product-info > div {
    font-size: 11px !important;
    line-height: 1.25 !important;
    min-height: 16px !important;
  }

  #products .bt-product-card .bt-add-to-cart .btn,
  #js-product-list .bt-product-card .bt-add-to-cart .btn {
    font-size: 14px !important;
    min-height: 44px !important;
  }
}

/* Mobile listing card balance: remove stretched body spacing. */
@media (max-width: 767px) {
  #products #js-product-list .product-miniature.bt-product-card {
    height: auto !important;
  }

  #products #js-product-list .bt-product-body {
    display: flex !important;
    flex: 0 0 auto !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
    padding: 16px 16px 16px !important;
  }

  #products #js-product-list .bt-product-title {
    font-size: 15px !important;
    height: auto !important;
    line-height: 1.28 !important;
    margin: 0 0 16px !important;
    min-height: 38px !important;
  }

  #products #js-product-list .bt-product-prices {
    height: auto !important;
    margin: 0 0 14px !important;
    min-height: 38px !important;
  }

  #products #js-product-list .bt-card-extra-info {
    height: auto !important;
    margin: 0 0 16px !important;
    min-height: 38px !important;
  }

  #products #js-product-list .bt-add-to-cart {
    margin-top: 0 !important;
  }

  #products #js-product-list .bt-add-to-cart .btn {
    background: var(--bt-ink) !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 14px !important;
    min-height: 46px !important;
  }
}

/* Real-device fallback for older PrestaShop product-card markup. */
@media (max-width: 767px) {
  #products #js-product-list .products > .product-miniature {
    box-sizing: border-box !important;
    display: block !important;
    flex: none !important;
    margin: 0 0 18px !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
  }

  #products #js-product-list .product-miniature > .thumbnail-container {
    background: #fff !important;
    border: 1px solid var(--bt-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05) !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
    height: auto !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative !important;
    width: 100% !important;
  }

  #products #js-product-list .product-miniature > .thumbnail-container .image_item_product,
  #products #js-product-list .product-miniature > .thumbnail-container .product-thumbnail {
    align-items: center !important;
    background: linear-gradient(180deg, #fbfcfe 0%, #eef3f9 100%) !important;
    display: flex !important;
    flex: 0 0 190px !important;
    height: 190px !important;
    justify-content: center !important;
    max-height: 190px !important;
    min-height: 190px !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  #products #js-product-list .product-miniature > .thumbnail-container .product-thumbnail img,
  #products #js-product-list .product-miniature > .thumbnail-container .image_item_product img {
    display: block !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    padding: 12px !important;
    width: 100% !important;
  }

  #products #js-product-list .product-miniature > .thumbnail-container .product-description {
    background: #fff !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex: 0 0 auto !important;
    flex-direction: column !important;
    height: auto !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
    padding: 18px 16px 16px !important;
    position: static !important;
    width: 100% !important;
  }

  #products #js-product-list .product-miniature > .thumbnail-container .product-title,
  #products #js-product-list .product-miniature > .thumbnail-container .product-title a {
    color: var(--bt-ink) !important;
    display: -webkit-box !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    height: auto !important;
    line-height: 1.28 !important;
    margin: 0 0 16px !important;
    max-height: 42px !important;
    min-height: 42px !important;
    overflow: hidden !important;
    text-align: center !important;
    text-decoration: none !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  #products #js-product-list .product-miniature > .thumbnail-container .product-price-and-shipping {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px 8px !important;
    height: auto !important;
    justify-content: flex-start !important;
    margin: 0 0 16px !important;
    min-height: 38px !important;
    text-align: left !important;
    width: 100% !important;
  }

  #products #js-product-list .product-miniature > .thumbnail-container .price {
    align-items: center !important;
    background: #e5ff3d !important;
    border-radius: 7px 3px 3px 7px !important;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%) !important;
    color: #071226 !important;
    display: inline-flex !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    min-height: 38px !important;
    padding: 0 20px 0 12px !important;
  }

  #products #js-product-list .product-miniature > .thumbnail-container .regular-price {
    color: #000 !important;
    flex-basis: 100% !important;
    font-size: 12px !important;
    margin: 0 !important;
    text-decoration: line-through !important;
  }

  #products #js-product-list .product-miniature > .thumbnail-container .extra-product-info {
    display: grid !important;
    gap: 5px !important;
    margin: 0 0 16px !important;
    min-height: 40px !important;
    padding: 0 !important;
    text-align: left !important;
  }

  #products #js-product-list .product-miniature > .thumbnail-container .extra-product-info > div {
    align-items: center !important;
    display: inline-flex !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    gap: 6px !important;
    line-height: 1.25 !important;
    min-height: 16px !important;
  }

  #products #js-product-list .product-miniature > .thumbnail-container .add-to-cart,
  #products #js-product-list .product-miniature > .thumbnail-container button.add-to-cart,
  #products #js-product-list .product-miniature > .thumbnail-container .ajax_add_to_cart_button {
    align-items: center !important;
    background: var(--bt-ink) !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    gap: 8px !important;
    justify-content: center !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    min-height: 48px !important;
    padding: 0 14px !important;
    text-transform: none !important;
    width: 100% !important;
  }

  #products #js-product-list .product-miniature > .thumbnail-container .add-to-cart span {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}

/* Final real-phone listing-card balance. Keeps mobile cards roomy instead of squeezed. */
@media (max-width: 767px) {
  #category #products #js-product-list .products,
  #search #products #js-product-list .products,
  #prices-drop #products #js-product-list .products,
  #new-products #products #js-product-list .products,
  #best-sales #products #js-product-list .products,
  #manufacturer #products #js-product-list .products,
  #supplier #products #js-product-list .products {
    align-items: start !important;
    gap: 18px !important;
  }

  #category #products #js-product-list .product-miniature.bt-product-card,
  #search #products #js-product-list .product-miniature.bt-product-card,
  #prices-drop #products #js-product-list .product-miniature.bt-product-card,
  #new-products #products #js-product-list .product-miniature.bt-product-card,
  #best-sales #products #js-product-list .product-miniature.bt-product-card,
  #manufacturer #products #js-product-list .product-miniature.bt-product-card,
  #supplier #products #js-product-list .product-miniature.bt-product-card {
    height: auto !important;
    min-height: 560px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-product-media,
  #search #products #js-product-list .bt-product-card .bt-product-media,
  #prices-drop #products #js-product-list .bt-product-card .bt-product-media,
  #new-products #products #js-product-list .bt-product-card .bt-product-media,
  #best-sales #products #js-product-list .bt-product-card .bt-product-media,
  #manufacturer #products #js-product-list .bt-product-card .bt-product-media,
  #supplier #products #js-product-list .bt-product-card .bt-product-media {
    aspect-ratio: auto !important;
    flex: 0 0 205px !important;
    height: 205px !important;
    max-height: 205px !important;
    min-height: 205px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-product-body,
  #search #products #js-product-list .bt-product-card .bt-product-body,
  #prices-drop #products #js-product-list .bt-product-card .bt-product-body,
  #new-products #products #js-product-list .bt-product-card .bt-product-body,
  #best-sales #products #js-product-list .bt-product-card .bt-product-body,
  #manufacturer #products #js-product-list .bt-product-card .bt-product-body,
  #supplier #products #js-product-list .bt-product-card .bt-product-body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-height: 355px !important;
    padding: 18px 16px 18px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-product-title,
  #search #products #js-product-list .bt-product-card .bt-product-title,
  #prices-drop #products #js-product-list .bt-product-card .bt-product-title,
  #new-products #products #js-product-list .bt-product-card .bt-product-title,
  #best-sales #products #js-product-list .bt-product-card .bt-product-title,
  #manufacturer #products #js-product-list .bt-product-card .bt-product-title,
  #supplier #products #js-product-list .bt-product-card .bt-product-title {
    font-size: 15px !important;
    line-height: 1.32 !important;
    margin: 0 0 18px !important;
    max-height: 40px !important;
    min-height: 40px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-product-prices,
  #search #products #js-product-list .bt-product-card .bt-product-prices,
  #prices-drop #products #js-product-list .bt-product-prices,
  #new-products #products #js-product-list .bt-product-prices,
  #best-sales #products #js-product-list .bt-product-prices,
  #manufacturer #products #js-product-list .bt-product-prices,
  #supplier #products #js-product-list .bt-product-prices {
    margin: 0 0 18px !important;
    min-height: 42px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-product-price,
  #search #products #js-product-list .bt-product-card .bt-product-price,
  #prices-drop #products #js-product-list .bt-product-card .bt-product-price,
  #new-products #products #js-product-list .bt-product-card .bt-product-price,
  #best-sales #products #js-product-list .bt-product-card .bt-product-price,
  #manufacturer #products #js-product-list .bt-product-card .bt-product-price,
  #supplier #products #js-product-list .bt-product-card .bt-product-price {
    font-size: 22px !important;
    min-height: 40px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-card-extra-info,
  #search #products #js-product-list .bt-product-card .bt-card-extra-info,
  #prices-drop #products #js-product-list .bt-product-card .bt-card-extra-info,
  #new-products #products #js-product-list .bt-product-card .bt-card-extra-info,
  #best-sales #products #js-product-list .bt-product-card .bt-card-extra-info,
  #manufacturer #products #js-product-list .bt-product-card .bt-card-extra-info,
  #supplier #products #js-product-list .bt-product-card .bt-card-extra-info {
    margin: 0 0 18px !important;
    min-height: 46px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-add-to-cart,
  #search #products #js-product-list .bt-product-card .bt-add-to-cart,
  #prices-drop #products #js-product-list .bt-product-card .bt-add-to-cart,
  #new-products #products #js-product-list .bt-product-card .bt-add-to-cart,
  #best-sales #products #js-product-list .bt-product-card .bt-add-to-cart,
  #manufacturer #products #js-product-list .bt-product-card .bt-add-to-cart,
  #supplier #products #js-product-list .bt-product-card .bt-add-to-cart {
    margin-top: auto !important;
  }

  #category #products #js-product-list .bt-product-card .bt-add-to-cart .btn,
  #search #products #js-product-list .bt-product-card .bt-add-to-cart .btn,
  #prices-drop #products #js-product-list .bt-product-card .bt-add-to-cart .btn,
  #new-products #products #js-product-list .bt-product-card .bt-add-to-cart .btn,
  #best-sales #products #js-product-list .bt-product-card .bt-add-to-cart .btn,
  #manufacturer #products #js-product-list .bt-product-card .bt-add-to-cart .btn,
  #supplier #products #js-product-list .bt-product-card .bt-add-to-cart .btn {
    background: var(--bt-ink) !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 15px !important;
    min-height: 50px !important;
  }

  #category #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container,
  #search #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container,
  #prices-drop #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container,
  #new-products #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container,
  #best-sales #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container,
  #manufacturer #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container,
  #supplier #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container {
    min-height: 560px !important;
  }

  #category #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .image_item_product,
  #category #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-thumbnail,
  #search #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .image_item_product,
  #search #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-thumbnail,
  #manufacturer #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .image_item_product,
  #manufacturer #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-thumbnail,
  #supplier #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .image_item_product,
  #supplier #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-thumbnail {
    flex-basis: 205px !important;
    height: 205px !important;
    max-height: 205px !important;
    min-height: 205px !important;
  }

  #category #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-description,
  #search #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-description,
  #prices-drop #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-description,
  #new-products #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-description,
  #best-sales #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-description,
  #manufacturer #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-description,
  #supplier #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-description {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-height: 355px !important;
    padding: 18px 16px !important;
  }

  #category #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-title,
  #category #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-title a,
  #search #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-title,
  #search #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-title a,
  #manufacturer #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-title,
  #manufacturer #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-title a,
  #supplier #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-title,
  #supplier #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-title a {
    font-size: 15px !important;
    line-height: 1.32 !important;
    margin: 0 0 18px !important;
    max-height: 40px !important;
    min-height: 40px !important;
  }

  #category #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .btn-primary.add-to-cart,
  #category #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container button.add-to-cart,
  #category #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .ajax_add_to_cart_button,
  #search #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .btn-primary.add-to-cart,
  #search #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container button.add-to-cart,
  #search #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .ajax_add_to_cart_button,
  #manufacturer #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .btn-primary.add-to-cart,
  #manufacturer #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container button.add-to-cart,
  #manufacturer #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .ajax_add_to_cart_button,
  #supplier #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .btn-primary.add-to-cart,
  #supplier #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container button.add-to-cart,
  #supplier #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .ajax_add_to_cart_button {
    background: var(--bt-ink) !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 15px !important;
    margin-top: auto !important;
    min-height: 50px !important;
    width: 100% !important;
  }

  #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .image_item_product,
  #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-thumbnail {
    flex-basis: 205px !important;
    height: 205px !important;
    max-height: 205px !important;
    min-height: 205px !important;
  }

  #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-description {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-height: 355px !important;
    padding: 18px 16px !important;
  }

  #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-title,
  #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .product-title a {
    font-size: 15px !important;
    line-height: 1.32 !important;
    margin: 0 0 18px !important;
    max-height: 40px !important;
    min-height: 40px !important;
  }

  #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .btn-primary.add-to-cart,
  #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container button.add-to-cart,
  #products #js-product-list .product-miniature:not(.bt-product-card) > .thumbnail-container .ajax_add_to_cart_button {
    background: var(--bt-ink) !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 15px !important;
    margin-top: auto !important;
    min-height: 50px !important;
    width: 100% !important;
  }
}

/* Desktop language selector: fixed visual anchor above the cart area. */
@media (min-width: 992px) {
  .bt-site-header .bt-topbar-inner {
    position: relative !important;
  }

  .bt-site-header .bt-topbar-right {
    padding-right: 190px !important;
  }

  .bt-site-header #_desktop_language_selector {
    display: inline-flex !important;
    left: auto !important;
    margin: 0 !important;
    position: absolute !important;
    right: 80px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1000 !important;
  }

  .bt-site-header #_desktop_language_selector .language-selector-wrapper,
  .bt-site-header #_desktop_language_selector .language-selector,
  .bt-site-header #_desktop_language_selector .bt-language-button {
    display: inline-flex !important;
    margin: 0 !important;
  }
}

/* Baitera stores page: keep the new header/footer full-width like the home page. */
body#stores,
body#stores #page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow-x: hidden !important;
}

body#stores .bt-site-header,
body#stores .bt-topbar,
body#stores .bt-mainbar,
body#stores .bt-catnav,
body#stores .bt-footer {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

body#stores .bt-topbar,
body#stores .bt-mainbar,
body#stores .bt-catnav {
  left: auto !important;
  right: auto !important;
}

body#stores #wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: #f3f6fb !important;
}

body#stores #wrapper > .container {
  width: 100% !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

body#stores #content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body#stores .breadcrumb_wrapper,
body#stores .breadcrumb {
  width: 100% !important;
  max-width: 100% !important;
}

body#stores .baitera-info-page {
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body#stores .headerCtaSloganWrapper {
  left: 0 !important;
  right: auto !important;
  width: 100vw !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  z-index: 9999 !important;
}

body#stores .headerCtaSlogan {
  left: 0 !important;
}

@media (max-width: 767px) {
  body#stores #wrapper > .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* Mobile listing cards: match homepage product-card size and proportions. */
@media (max-width: 767px) {
  #category #products #js-product-list .products,
  #search #products #js-product-list .products,
  #prices-drop #products #js-product-list .products,
  #new-products #products #js-product-list .products,
  #best-sales #products #js-product-list .products,
  #manufacturer #products #js-product-list .products,
  #supplier #products #js-product-list .products {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #category #products #js-product-list .product-miniature.bt-product-card,
  #search #products #js-product-list .product-miniature.bt-product-card,
  #prices-drop #products #js-product-list .product-miniature.bt-product-card,
  #new-products #products #js-product-list .product-miniature.bt-product-card,
  #best-sales #products #js-product-list .product-miniature.bt-product-card,
  #manufacturer #products #js-product-list .product-miniature.bt-product-card,
  #supplier #products #js-product-list .product-miniature.bt-product-card {
    border-radius: var(--bt-radius-lg) !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 590px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-product-media,
  #search #products #js-product-list .bt-product-card .bt-product-media,
  #prices-drop #products #js-product-list .bt-product-card .bt-product-media,
  #new-products #products #js-product-list .bt-product-card .bt-product-media,
  #best-sales #products #js-product-list .bt-product-card .bt-product-media,
  #manufacturer #products #js-product-list .bt-product-card .bt-product-media,
  #supplier #products #js-product-list .bt-product-card .bt-product-media {
    aspect-ratio: auto !important;
    flex: 0 0 76vw !important;
    height: 76vw !important;
    max-height: none !important;
    min-height: 0 !important;
  }

  #category #products #js-product-list .bt-product-card .bt-product-image img,
  #search #products #js-product-list .bt-product-card .bt-product-image img,
  #prices-drop #products #js-product-list .bt-product-card .bt-product-image img,
  #new-products #products #js-product-list .bt-product-card .bt-product-image img,
  #best-sales #products #js-product-list .bt-product-card .bt-product-image img,
  #manufacturer #products #js-product-list .bt-product-card .bt-product-image img,
  #supplier #products #js-product-list .bt-product-card .bt-product-image img {
    padding: 20px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-product-body,
  #search #products #js-product-list .bt-product-card .bt-product-body,
  #prices-drop #products #js-product-list .bt-product-card .bt-product-body,
  #new-products #products #js-product-list .bt-product-card .bt-product-body,
  #best-sales #products #js-product-list .bt-product-card .bt-product-body,
  #manufacturer #products #js-product-list .bt-product-card .bt-product-body,
  #supplier #products #js-product-list .bt-product-card .bt-product-body {
    flex: 1 1 auto !important;
    min-height: 292px !important;
    padding: 14px 16px 16px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-product-title,
  #search #products #js-product-list .bt-product-card .bt-product-title,
  #prices-drop #products #js-product-list .bt-product-card .bt-product-title,
  #new-products #products #js-product-list .bt-product-card .bt-product-title,
  #best-sales #products #js-product-list .bt-product-card .bt-product-title,
  #manufacturer #products #js-product-list .bt-product-card .bt-product-title,
  #supplier #products #js-product-list .bt-product-card .bt-product-title {
    font-size: 14px !important;
    height: 39px !important;
    line-height: 1.38 !important;
    margin: 0 0 10px !important;
    max-height: 39px !important;
    min-height: 39px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-product-prices,
  #search #products #js-product-list .bt-product-card .bt-product-prices,
  #prices-drop #products #js-product-list .bt-product-prices,
  #new-products #products #js-product-list .bt-product-prices,
  #best-sales #products #js-product-list .bt-product-prices,
  #manufacturer #products #js-product-list .bt-product-prices,
  #supplier #products #js-product-list .bt-product-prices {
    height: 66px !important;
    margin: 0 0 9px !important;
    min-height: 66px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-product-price,
  #search #products #js-product-list .bt-product-card .bt-product-price,
  #prices-drop #products #js-product-list .bt-product-card .bt-product-price,
  #new-products #products #js-product-list .bt-product-card .bt-product-price,
  #best-sales #products #js-product-list .bt-product-card .bt-product-price,
  #manufacturer #products #js-product-list .bt-product-card .bt-product-price,
  #supplier #products #js-product-list .bt-product-card .bt-product-price {
    font-size: 20px !important;
    min-height: 38px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-card-extra-info,
  #search #products #js-product-list .bt-product-card .bt-card-extra-info,
  #prices-drop #products #js-product-list .bt-product-card .bt-card-extra-info,
  #new-products #products #js-product-list .bt-product-card .bt-card-extra-info,
  #best-sales #products #js-product-list .bt-product-card .bt-card-extra-info,
  #manufacturer #products #js-product-list .bt-product-card .bt-card-extra-info,
  #supplier #products #js-product-list .bt-product-card .bt-card-extra-info {
    height: 54px !important;
    margin: 0 0 12px !important;
    min-height: 54px !important;
  }

  #category #products #js-product-list .bt-product-card .bt-add-to-cart,
  #search #products #js-product-list .bt-product-card .bt-add-to-cart,
  #prices-drop #products #js-product-list .bt-product-card .bt-add-to-cart,
  #new-products #products #js-product-list .bt-product-card .bt-add-to-cart,
  #best-sales #products #js-product-list .bt-product-card .bt-add-to-cart,
  #manufacturer #products #js-product-list .bt-product-card .bt-add-to-cart,
  #supplier #products #js-product-list .bt-product-card .bt-add-to-cart {
    margin-top: auto !important;
  }

  #category #products #js-product-list .bt-product-card .bt-add-to-cart .btn,
  #search #products #js-product-list .bt-product-card .bt-add-to-cart .btn,
  #prices-drop #products #js-product-list .bt-product-card .bt-add-to-cart .btn,
  #new-products #products #js-product-list .bt-product-card .bt-add-to-cart .btn,
  #best-sales #products #js-product-list .bt-product-card .bt-add-to-cart .btn,
  #manufacturer #products #js-product-list .bt-product-card .bt-add-to-cart .btn,
  #supplier #products #js-product-list .bt-product-card .bt-add-to-cart .btn {
    font-size: 14px !important;
    min-height: 42px !important;
  }
}

/* Final desktop language position. Must stay at the end of the file. */
@media (min-width: 992px) {
  .bt-site-header .bt-topbar-inner {
    position: relative !important;
  }

  .bt-site-header .bt-topbar-right {
    padding-right: 390px !important;
  }

  .bt-site-header #_desktop_user_info {
    display: inline-flex !important;
    left: auto !important;
    margin: 0 !important;
    max-width: 320px;
    position: absolute !important;
    right: 88px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1000 !important;
  }

  .bt-site-header #_desktop_user_info .user-info,
  .bt-site-header #_desktop_user_info .toggle_user_mobile {
    display: inline-flex !important;
    gap: 8px !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .bt-site-header #_desktop_user_info .user-info-account,
  .bt-site-header #_desktop_user_info .logout {
    display: inline-flex !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .bt-site-header #_desktop_language_selector {
    display: inline-flex !important;
    left: auto !important;
    margin: 0 !important;
    position: absolute !important;
    right: 28px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 25000 !important;
  }

  .bt-site-header #_desktop_language_selector .language-selector-wrapper,
  .bt-site-header #_desktop_language_selector .language-selector,
  .bt-site-header #_desktop_language_selector .bt-language-button {
    display: inline-flex !important;
    margin: 0 !important;
  }

  .bt-site-header #_desktop_language_selector .bt-language-menu,
  .bt-site-header #_desktop_language_selector .dropdown-menu {
    z-index: 26000 !important;
  }
}
