.bd-php-template {
  margin: 0;
  background: var(--e-global-color-06fea1b);
  overflow-x: hidden;
}

.bd-php-template .bd-preview-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.bd-php-template .bd-main {
  flex: 1;
}

.bd-php-template .bd-page {
  background: var(--e-global-color-secondary);
  flex: 1 0 auto;
}

.bd-static-page {
  margin: 0;
}

.bd-static-shell {
  background: var(--e-global-color-secondary);
  width: 100%;
}

.bd-static-title-section {
  align-items: center;
  border-bottom: 1px solid var(--e-global-color-1004b93);
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  width: 100%;
}

.bd-static-title-section h1 {
  margin: 0;
  max-width: 800px;
  text-align: center;
  width: 100%;
}

.bd-static-content-section {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 40px 20px 60px;
  width: 100%;
}

.bd-page-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-6f7c869-font-family), Sans-serif;
  font-size: var(--e-global-typography-6f7c869-font-size);
  font-weight: var(--e-global-typography-6f7c869-font-weight);
  line-height: var(--e-global-typography-6f7c869-line-height);
  letter-spacing: var(--e-global-typography-6f7c869-letter-spacing);
  max-width: 800px;
  width: 100%;
  word-spacing: var(--e-global-typography-6f7c869-word-spacing);
}

.bd-page-content > :first-child {
  margin-top: 0;
}

.bd-page-content > :last-child {
  margin-bottom: 0;
}

.bd-page-content h2,
.bd-page-content h3,
.bd-page-content h4 {
  margin: 24px 0 16px;
}

.bd-page-content p,
.bd-page-content li {
  color: var(--e-global-color-text);
}

.bd-page-content p {
  margin-bottom: 16px;
}

.bd-page-content ol,
.bd-page-content ul {
  margin: 0 0 18px 28px;
  padding: 0;
}

.bd-page-content li {
  margin-bottom: 10px;
  padding-left: 4px;
}

.bd-page-content a {
  color: var(--e-global-color-accent);
  font-weight: 700;
}

.bd-wishlist-article {
  margin: 0;
}

.bd-wishlist-page {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.bd-wishlist-shell {
  width: 100%;
}

.bd-wishlist-title-section {
  border-bottom: 1px solid var(--e-global-color-1004b93);
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.bd-wishlist-title-section h1 {
  margin: 0;
  max-width: 800px;
  text-align: center;
  width: 100%;
}

.bd-wishlist-content-section {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 40px 20px;
  width: 100%;
}

.bd-wishlist-content {
  max-width: 800px;
  width: 100%;
}

.bd-wishlist-content .yith-wcwl-form {
  margin: 0;
}

.bd-wishlist-content .shop_table {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .bd-wishlist-title-section,
  .bd-wishlist-content-section {
    padding: 20px 10px;
  }
}

.bd-page > .elementor .e-con {
  padding: 0;
}

.bd-php-template .bd-wishlist-title-section.e-con {
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  width: 100%;
}

.bd-php-template .bd-wishlist-title-section h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
  width: min(800px, calc(100vw - 40px));
}

.bd-php-template .bd-wishlist-content-section.e-con {
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  width: 100%;
}

.bd-php-template .bd-wishlist-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: min(800px, calc(100vw - 40px));
}

.bd-php-template .bd-wishlist-content .yith-wcwl-form,
.bd-php-template .bd-wishlist-content .wishlist_table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}

.bd-wishlist-content .wishlist_table {
  background: #fff;
  border: 1px solid var(--e-global-color-1004b93) !important;
  border-collapse: separate !important;
  border-radius: 8px;
  border-spacing: 0;
  overflow: hidden;
  table-layout: auto;
}

.bd-wishlist-content .wishlist_table thead th {
  background: #fff9db;
  border-color: #ead27a !important;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 14px 12px !important;
  vertical-align: middle;
}

.bd-wishlist-content .wishlist_table tbody td {
  background: #fff;
  border-color: #efe6bd !important;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.35;
  padding: 12px !important;
  vertical-align: middle;
}

.bd-wishlist-content .wishlist_table tbody tr:hover td {
  background: #fffdf2;
}

.bd-wishlist-content .wishlist_table .product-remove {
  text-align: center;
  width: 34px;
}

.bd-wishlist-content .wishlist_table .product-remove a,
.bd-wishlist-content .wishlist_table .remove_from_wishlist {
  align-items: center;
  background: #fdecec;
  border: 1px solid #d93025;
  border-radius: 5px;
  color: transparent !important;
  display: inline-flex;
  font-size: 0 !important;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-decoration: none !important;
  width: 24px;
}

.bd-wishlist-content .wishlist_table .product-remove a::before,
.bd-wishlist-content .wishlist_table .product-remove a::after,
.bd-wishlist-content .wishlist_table .remove_from_wishlist::before,
.bd-wishlist-content .wishlist_table .remove_from_wishlist::after {
  background: #d93025;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 10px;
}

.bd-wishlist-content .wishlist_table .product-remove a::before,
.bd-wishlist-content .wishlist_table .remove_from_wishlist::before {
  transform: rotate(45deg);
}

.bd-wishlist-content .wishlist_table .product-remove a::after,
.bd-wishlist-content .wishlist_table .remove_from_wishlist::after {
  transform: rotate(-45deg);
}

.bd-wishlist-content .wishlist_table .product-thumbnail {
  text-align: center;
  width: 72px;
}

.bd-wishlist-content .wishlist_table .product-thumbnail img {
  background: #fff;
  border: 1px solid #efe6bd;
  border-radius: 6px;
  box-sizing: border-box;
  height: 58px;
  max-width: 58px;
  object-fit: contain;
  padding: 4px;
  width: 58px;
}

.bd-wishlist-content .wishlist_table .product-name a {
  color: var(--e-global-color-accent) !important;
  font-weight: 700;
  text-decoration: none !important;
}

.bd-wishlist-content .wishlist_table .product-name a:hover {
  color: var(--e-global-color-primary) !important;
}

.bd-wishlist-content .wishlist_table .product-price {
  text-align: center;
  white-space: nowrap;
  width: 110px;
}

.bd-wishlist-content .wishlist_table .product-price del {
  color: #8f8f8f;
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

.bd-wishlist-content .wishlist_table .product-price ins {
  color: #238012 !important;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
}

.bd-wishlist-content .wishlist_table .product-add-to-cart,
.bd-wishlist-content .wishlist_table .product-date-added,
.bd-wishlist-content .wishlist_table .product-dateadded {
  color: var(--e-global-color-text);
  font-size: 12px;
  text-align: center;
  width: 130px;
}

.bd-wishlist-content .wishlist_table .wishlist-empty {
  background: #fffdf2 !important;
  color: var(--e-global-color-text);
  padding: 24px !important;
  text-align: center;
}

.bd-wishlist-content .yith_wcwl_wishlist_footer,
.bd-wishlist-content .yith-wcwl-share {
  margin-top: 24px;
  width: 100%;
}

.bd-wishlist-content .yith-wcwl-share {
  border-top: 1px solid var(--e-global-color-1004b93);
  box-sizing: border-box;
  display: block;
  padding-top: 18px;
}

.bd-wishlist-content .yith-wcwl-share-title {
  color: var(--e-global-color-primary);
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.bd-wishlist-content .yith-wcwl-share ul {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.bd-wishlist-content .yith-wcwl-share li {
  margin: 0;
}

.bd-wishlist-content .yith-wcwl-share a {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  overflow: hidden;
  width: 28px;
}

.bd-wishlist-content .yith-wcwl-share input,
.bd-wishlist-content .yith-wcwl-share .copy-target {
  border: 1px solid var(--e-global-color-text);
  border-radius: 5px;
  box-sizing: border-box;
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 14px;
  max-width: 520px;
  padding: 10px 12px;
  width: 100%;
}

.bd-wishlist-content .yith-wcwl-share small {
  color: var(--e-global-color-text);
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .bd-php-template .bd-wishlist-title-section.e-con {
    padding: 20px 10px;
  }

  .bd-php-template .bd-wishlist-content-section.e-con {
    padding: 20px 10px 40px;
  }

  .bd-php-template .bd-wishlist-title-section h1 {
    width: min(800px, calc(100vw - 20px));
  }

  .bd-php-template .bd-wishlist-content {
    width: min(100%, calc(100vw - 20px));
  }

  .bd-wishlist-content .wishlist_table,
  .bd-wishlist-content .wishlist_table tbody,
  .bd-wishlist-content .wishlist_table tr,
  .bd-wishlist-content .wishlist_table td {
    display: block;
    width: 100%;
  }

  .bd-wishlist-content .wishlist_table {
    background: transparent;
    border: 0 !important;
    overflow: visible;
  }

  .bd-wishlist-content .wishlist_table thead {
    display: none;
  }

  .bd-wishlist-content .wishlist_table tbody tr {
    background: #fff;
    border: 1px solid var(--e-global-color-1004b93);
    border-radius: 8px;
    box-sizing: border-box;
    display: grid;
    gap: 6px 12px;
    grid-template-columns: 74px minmax(0, 1fr);
    margin-bottom: 10px;
    padding: 12px 12px 12px 44px;
    position: relative;
  }

  .bd-wishlist-content .wishlist_table tbody tr:has(.wishlist-empty) {
    background: transparent;
    border: 0;
    display: block;
    padding: 0;
  }

  .bd-wishlist-content .wishlist_table tbody tr:hover td,
  .bd-wishlist-content .wishlist_table tbody td {
    background: transparent;
  }

  .bd-wishlist-content .wishlist_table tbody td {
    border: 0 !important;
    padding: 0 !important;
    text-align: left;
  }

  .bd-wishlist-content .wishlist_table tbody td::before {
    content: none !important;
    display: none !important;
  }

  .bd-wishlist-content .wishlist_table .product-remove {
    left: 12px;
    position: absolute;
    top: 12px;
    z-index: 2;
    width: 24px;
  }

  .bd-wishlist-content .wishlist_table .product-remove a,
  .bd-wishlist-content .wishlist_table .remove_from_wishlist {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 28px !important;
    overflow: visible;
    text-indent: 0;
    width: 28px !important;
  }

  .bd-wishlist-content .wishlist_table .product-remove a::before,
  .bd-wishlist-content .wishlist_table .product-remove a::after,
  .bd-wishlist-content .wishlist_table .remove_from_wishlist::before,
  .bd-wishlist-content .wishlist_table .remove_from_wishlist::after {
    height: 2px;
    left: 8px;
    top: 13px;
    width: 12px;
  }

  .bd-wishlist-content .wishlist_table .product-thumbnail {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 74px;
  }

  .bd-wishlist-content .wishlist_table .product-thumbnail img {
    height: 66px;
    max-width: 66px;
    width: 66px;
  }

  .bd-wishlist-content .wishlist_table .product-name {
    grid-column: 2;
  }

  .bd-wishlist-content .wishlist_table .product-price,
  .bd-wishlist-content .wishlist_table .product-add-to-cart,
  .bd-wishlist-content .wishlist_table .product-date-added,
  .bd-wishlist-content .wishlist_table .product-dateadded {
    grid-column: 2;
    width: auto;
  }

  .bd-wishlist-content .wishlist_table .product-price {
    margin-top: 2px;
    text-align: left;
  }

  .bd-wishlist-content .wishlist_table .product-price del,
  .bd-wishlist-content .wishlist_table .product-price ins {
    display: inline-block;
    margin-right: 8px;
  }

  .bd-wishlist-content .wishlist_table .product-add-to-cart,
  .bd-wishlist-content .wishlist_table .product-date-added,
  .bd-wishlist-content .wishlist_table .product-dateadded {
    color: var(--e-global-color-text);
    font-size: 12px;
    text-align: left;
  }

  .bd-wishlist-content .wishlist_table .wishlist-empty {
    border: 1px dashed var(--e-global-color-1004b93) !important;
    border-radius: 8px;
    display: block;
    grid-column: 1 / -1;
    padding: 22px 14px !important;
  }

  .bd-wishlist-content .yith-wcwl-share {
    padding-top: 16px;
  }
}

.bd-php-template .e-con {
  display: var(--display, flex);
  flex-direction: var(--flex-direction, column);
  flex-wrap: var(--flex-wrap, wrap);
  justify-content: var(--justify-content, flex-start);
  align-items: var(--align-items, stretch);
  gap: var(--row-gap, 0) var(--column-gap, 0);
  min-height: var(--min-height, auto);
  width: var(--width, auto);
  max-width: 100%;
  margin: var(--margin-top, 0) var(--margin-right, 0) var(--margin-bottom, 0) var(--margin-left, 0);
  padding: var(--padding-top, 0) var(--padding-right, 0) var(--padding-bottom, 0) var(--padding-left, 0);
  border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0);
  border-style: var(--border-style, solid);
  border-color: var(--border-color, transparent);
  border-radius: var(--border-radius, 0);
  box-sizing: border-box;
}

.bd-php-template .elementor-element {
  box-sizing: border-box;
}

.bd-php-template a {
  text-decoration: none;
}

.bd-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.bd-header .elementor-element-1ca7ee99 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  background: var(--e-global-color-secondary);
  padding-left: max(20px, calc((100% - 1600px) / 2));
  padding-right: max(20px, calc((100% - 1600px) / 2));
}

.bd-header .left-mid-header {
  display: none;
}

.bd-header .elementor-element-0f1b8e1 {
  display: flex;
  flex: 0 0 200px;
  width: 200px;
  justify-content: center;
  padding: 10px 20px 10px 0;
}

.bd-logo img {
  display: block;
  width: 250px;
  max-width: 100%;
}

.bd-header .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bd-header-links {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.bd-header-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  word-spacing: var(--e-global-typography-text-word-spacing);
}

.bd-header-links img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.bd-header .center-mid-header {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 0;
}

.bd-header .right-side-header {
  display: flex;
  flex: 0 0 370px;
  width: 370px;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0 10px 20px;
}

.bd-header .bd-search {
  flex: 1 1 auto;
  min-width: 0;
}

.bd-header .bd-search .wpdreams_asl_container,
.bd-header .bd-search [id*="ajaxsearchlite"],
.bd-header .bd-search .asl_w {
  width: 100% !important;
}

.bd-products-toggle,
.bd-mobile-menu-toggle,
.bd-search-toggle {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.bd-products-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  width: 120px;
  max-width: 120px;
  border-radius: 5px;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-8f31324-font-family), Sans-serif;
  font-size: var(--e-global-typography-8f31324-font-size);
  font-weight: var(--e-global-typography-8f31324-font-weight);
  letter-spacing: var(--e-global-typography-8f31324-letter-spacing);
  padding: 6px;
}

.bd-products-toggle::after {
  display: none;
}

.bd-products-toggle .e-font-icon-svg {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  min-height: 15px !important;
  margin-right: 5px;
}

.bd-products-toggle .elementor-menu-toggle__icon--close,
.bd-mobile-menu-toggle .elementor-menu-toggle__icon--close {
  display: none;
}

.bd-products-toggle.elementor-active .elementor-menu-toggle__icon--open,
.bd-mobile-menu-toggle.elementor-active .elementor-menu-toggle__icon--open {
  display: none;
}

.bd-products-toggle.elementor-active .elementor-menu-toggle__icon--close,
.bd-mobile-menu-toggle.elementor-active .elementor-menu-toggle__icon--close {
  display: block;
}

.bd-products-dropdown {
  display: none;
  position: fixed;
  top: 89px !important;
  left: 0;
  right: 0;
  width: auto;
  margin-top: 0 !important;
  transform: none !important;
  max-height: 70vh;
  overflow: auto;
  background: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-1004b93);
  border-width: 1px 0;
  box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3);
  z-index: 9997;
}

.desktop-menu {
  position: relative;
  flex: 0 0 145px;
  min-width: 145px;
  display: flex;
  justify-content: center;
}

.desktop-menu::after {
  content: "";
  display: none;
  position: absolute;
  top: 35px;
  left: -220px;
  width: 100vw;
  height: 15px;
  z-index: 9996;
}

.bd-products-open .desktop-menu::after {
  display: none;
}

.bd-products-open .bd-products-dropdown {
  display: block;
}

.bd-mobile-menu {
  display: none;
  position: relative;
}

.bd-mobile-products-dropdown {
  display: none;
}

.bd-mobile-header-spacer {
  display: none;
}

.bd-products-menu,
.bd-products-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bd-products-menu a {
  display: block;
  padding: 10px 20px;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
}

.bd-products-menu .menu-item-has-children > a,
.bd-products-menu > li > a.elementor-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.bd-products-menu .sub-menu {
  display: none !important;
  position: static !important;
  width: auto !important;
  margin: 0 !important;
  transform: none !important;
  background: var(--e-global-color-06fea1b);
}

.bd-products-menu .menu-item-has-children.bd-submenu-open > .sub-menu,
.bd-products-menu a.highlighted + .sub-menu {
  display: block !important;
}

.bd-products-menu .sub-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  min-width: 26px;
  height: 36px;
  margin-top: -10px;
  margin-left: 0;
  margin-right: auto;
  transition: transform 0.2s ease-in-out;
}

.bd-products-menu .sub-arrow svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

.bd-products-menu .menu-item-has-children.bd-submenu-open > a .sub-arrow,
.bd-products-menu a.highlighted .sub-arrow {
  transform: rotate(180deg);
}

.bd-products-menu .sub-menu a {
  color: var(--e-global-color-accent);
  padding-left: 30px;
}

.bd-products-menu .sub-menu .sub-menu {
  background: var(--e-global-color-secondary);
}

.bd-products-menu .sub-menu .sub-menu a {
  color: var(--e-global-color-text);
  padding-left: 40px;
}

.bd-products-menu a:hover {
  background: var(--e-global-color-19b20d8);
  color: var(--e-global-color-secondary);
}

.bd-search-toggle {
  display: none;
}

.bd-search-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 2px solid var(--e-global-color-secondary);
  border-radius: 50%;
  position: relative;
}

.bd-search-icon::after {
  content: "";
  width: 8px;
  height: 2px;
  background: var(--e-global-color-secondary);
  position: absolute;
  right: -6px;
  bottom: -3px;
  transform: rotate(45deg);
}

.bd-mobile-menu-toggle {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background: var(--e-global-color-accent);
  padding: 6px;
}

.bd-mobile-menu-toggle span {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--e-global-color-secondary);
}

.bd-deals-slider {
  width: 100%;
}

.bd-php-template .deals-text-slider,
.bd-php-template .deal-item {
  line-height: 14.4px;
}

.bd-php-template .deals-text-slider {
  height: 18px;
}

.bd-php-template .deal-item {
  min-height: 18px;
}

.bd-bestseller-carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.bd-bestseller-track {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.bd-bestseller-track::-webkit-scrollbar {
  display: none;
}

.bd-carousel-arrow {
  position: absolute;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  z-index: 2;
  box-sizing: border-box;
  width: 30px !important;
  min-width: 0;
  height: 30px !important;
  min-height: 0;
  padding: 0 !important;
  border: 0;
  border-radius: 5px;
  background: #f5db4c !important;
  color: #fff !important;
  cursor: pointer;
  line-height: 24px !important;
  font-size: 30px !important;
  display: flex;
  align-items: normal;
  justify-content: normal;
  appearance: none;
}

.bd-carousel-prev {
  left: 10px;
}

.bd-carousel-next {
  right: 10px;
}

.bd-carousel-prev::before,
.bd-carousel-next::before {
  content: none;
}

.bd-carousel-arrow svg {
  display: block;
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px;
  fill: currentColor;
}

.bd-carousel-prev::before {
  transform: rotate(135deg);
  margin-left: 4px;
}

.bd-carousel-next::before {
  transform: rotate(-45deg);
  margin-right: 4px;
}

.bd-products-grid {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns, 4), minmax(0, 1fr));
  gap: var(--grid-row-gap, 20px) var(--grid-column-gap, 20px);
  align-items: stretch;
}

.bd-sort .wpc-sorting-form {
  margin: 0;
}

.bd-sort .wpc-orderby-select {
  display: block;
  min-height: 36px;
  border: 0;
  background-color: transparent;
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
}

.bd-bestseller-slide {
  flex: 0 0 calc((100% - 60px) / 4) !important;
  width: calc((100% - 60px) / 4) !important;
  max-width: calc((100% - 60px) / 4);
  min-height: 412px;
  min-width: 0;
  scroll-snap-align: start;
}

.bd-bestseller-slide > a,
.bd-bestseller-slide .elementor-element-23b8c35f {
  display: flex;
  height: 100%;
  width: 100%;
}

.bd-bestseller-slide > .elementor-element-23b8c35f > .e-con-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}

.bd-bestseller-carousel .bd-bestseller-track > .bd-bestseller-slide {
  flex: 0 0 calc((100% - 60px) / 4) !important;
  width: calc((100% - 60px) / 4) !important;
  max-width: calc((100% - 60px) / 4) !important;
}

.bd-product-card,
.bd-product-card .elementor,
.bd-product-card .elementor-1743,
.bd-product-card .elementor-element-ef68be6 {
  height: 100%;
}

.bd-product-card .elementor-element-ef68be6 {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: normal;
}

.bd-product-card .elementor-element-e96633e {
  flex-wrap: nowrap;
}

.bd-product-card .price,
.bd-bestseller-slide .price,
.bd-single-product .price {
  margin: 0;
}

.bd-product-card .price del,
.bd-bestseller-slide .price del,
.bd-single-product .price del {
  opacity: 0.75;
}

.bd-product-card .price ins,
.bd-bestseller-slide .price ins,
.bd-single-product .price ins {
  text-decoration: none;
}

.bd-product-card .elementor-heading-title,
.bd-bestseller-slide .elementor-heading-title {
  margin: 0;
}

.bd-bestseller-slide .elementor-element-30176f21 {
  width: 100%;
}

.bd-bestseller-slide .product_title.entry-title {
  display: inline;
}

.bd-product-card .loop-product-title a,
.bd-product-card .loop-product-title .elementor-heading-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  word-spacing: var(--e-global-typography-text-word-spacing);
}

.bd-product-card .loop-product-title .elementor-heading-title {
  display: inline;
}

.bd-product-card .elementor-element-3b482c0 a {
  display: inline-block;
  line-height: 0;
}

.bd-product-card .elementor-element-3b482c0 {
  line-height: 0;
  width: auto;
  max-width: 100%;
  height: 200px;
  align-self: center;
}

.bd-product-card .elementor-element-3b482c0 img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 200px;
  object-fit: contain;
}

.bd-wishlist-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  padding: 3px 2px 0;
}

.bd-wishlist-button img {
  width: 25.5px;
  height: 25.5px;
}

.bd-product-card .bd-wishlist-button {
  width: 27px;
  height: 27px;
}

.bd-product-card .bd-wishlist-button img {
  width: 23px;
  height: 23px;
}

.bd-product-card .elementor-element-7fdc2b5 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-8f31324-font-family), Sans-serif;
  font-size: var(--e-global-typography-8f31324-font-size);
  font-weight: var(--e-global-typography-8f31324-font-weight);
  line-height: var(--e-global-typography-8f31324-line-height);
  letter-spacing: var(--e-global-typography-8f31324-letter-spacing);
}

.bd-product-card .elementor-element-7fdc2b5 .price {
  margin: 0 0 14.4px;
}

.bd-product-card .elementor-element-7fdc2b5 ins {
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
}

.bd-product-card .cart .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bd-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.bd-pagination .page-numbers {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  word-spacing: var(--e-global-typography-text-word-spacing);
  padding: 4px 7px;
}

.bd-pagination a.page-numbers:hover,
.bd-pagination .page-numbers.current {
  color: var(--e-global-color-primary);
}

.bd-footer a {
  color: var(--e-global-color-text);
}

.bd-footer .elementor-element-6c289b8,
.bd-footer .elementor-element-aef4a82 {
  padding-left: max(20px, calc((100% - 1600px) / 2));
  padding-right: max(20px, calc((100% - 1600px) / 2));
}

.bd-footer .elementor-element-6c289b8 {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.bd-footer .elementor-element-569840b {
  flex: 0 0 70%;
  max-width: 70%;
}

.bd-footer .elementor-element-ffdf4df {
  flex: 0 0 30%;
  max-width: 30%;
  align-items: flex-end;
}

.bd-footer .footer-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 21px;
  margin-inline: 0;
}

.bd-footer .footer-list a,
.bd-footer .elementor-element-54992b8,
.bd-footer .elementor-element-f9d105e {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-8f31324-font-family), Sans-serif;
  font-size: var(--e-global-typography-8f31324-font-size);
  font-weight: var(--e-global-typography-8f31324-font-weight);
  line-height: var(--e-global-typography-8f31324-line-height);
  letter-spacing: var(--e-global-typography-8f31324-letter-spacing);
  word-spacing: var(--e-global-typography-8f31324-word-spacing);
}

.bd-footer .footer-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-inline: 0;
}

.bd-footer .footer-list a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12.5%;
  right: -11px;
  height: 75%;
  border-inline-start: 1px solid var(--e-global-color-text);
}

.bd-footer .elementor-element-54992b8 {
  text-align: right;
}

.bd-footer .elementor-element-aef4a82 {
  justify-content: center;
}

.bd-footer .elementor-element-f9d105e {
  text-align: right;
}

.bd-footer .elementor-element-f9d105e a {
  color: var(--e-global-color-accent);
  font-weight: 700;
}

.bd-single-product .bd-divider {
  width: 100%;
  border-top: 1px solid var(--e-global-color-1004b93);
  padding-block: 2px;
}

.bd-php-template.single-product {
  background: var(--e-global-color-secondary);
}

.bd-single-product > .elementor-element-acc0eb0,
.bd-single-product > .elementor-element-c401226,
.bd-single-product > .elementor-element-3db9044 {
  padding-left: max(20px, calc((100% - 1600px) / 2));
  padding-right: max(20px, calc((100% - 1600px) / 2));
}

.bd-single-product > .elementor-element-acc0eb0 {
  min-height: 53px;
}

.bd-single-product .elementor-element-c401226 {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.bd-single-product .elementor-element-a6a188a {
  flex: 0 0 calc(40% - 16px);
  width: calc(40% - 16px);
  max-width: calc(40% - 16px);
}

.bd-single-product .elementor-element-f03a0ab {
  padding: 0 !important;
  line-height: 0;
  overflow: hidden;
}

.bd-product-zoom-trigger {
  position: relative;
  display: block !important;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  line-height: 0;
  cursor: zoom-in;
  appearance: none;
}

.bd-product-zoom-trigger:hover,
.bd-product-zoom-trigger:focus {
  background: transparent !important;
  color: inherit !important;
}

.bd-product-zoom-trigger:focus-visible {
  outline: 2px solid var(--e-global-color-accent);
  outline-offset: 4px;
}

.bd-product-main-picture {
  display: block;
  width: 100%;
}

.bd-product-zoom-trigger img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.bd-product-zoom-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 0;
  border-radius: 5px;
  background: var(--e-global-color-accent);
  box-shadow: none;
  pointer-events: none;
}

.bd-product-zoom-svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--e-global-color-secondary);
}

body.bd-product-zoom-open {
  overflow: hidden;
}

.bd-product-zoom-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.bd-product-zoom-modal.is-open {
  display: flex;
}

.bd-product-zoom-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(92vw, 1100px);
  max-height: 90vh;
}

.bd-product-zoom-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
}

.bd-product-zoom-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  border: 1px solid var(--e-global-color-1004b93) !important;
  border-radius: 5px !important;
  background: var(--e-global-color-secondary) !important;
  color: var(--e-global-color-primary) !important;
  font-size: 28px !important;
  line-height: 1 !important;
  cursor: pointer;
}

.bd-single-product .elementor-element-aaf9b59 {
  flex: 1 1 calc(60% - 24px);
  width: calc(60% - 24px);
  max-width: calc(60% - 24px);
}

.bd-single-product .elementor-element-6f11241 {
  flex-direction: row;
  flex-wrap: nowrap;
}

.bd-single-product .elementor-element-7b6d24f {
  flex: 1 1 80%;
  max-width: 80%;
}

.bd-single-product .elementor-element-82d3e34 {
  flex: 0 0 20%;
  max-width: 20%;
}

.bd-single-product .elementor-element-7dc24a7 {
  margin-top: 18px;
}

.bd-single-product .elementor-element-5373189 {
  flex-direction: row;
  flex-wrap: nowrap;
}

.bd-single-product .elementor-element-38de0b8 {
  flex: 0 0 15%;
  max-width: 15%;
}

.bd-single-product .elementor-element-646ea5a {
  flex: 1 1 85%;
  max-width: 85%;
}

.bd-related-products .bd-bestseller-track {
  display: flex;
}

.bd-related-products .bd-product-card {
  flex: 0 0 calc((100% - 60px) / 4) !important;
  width: calc((100% - 60px) / 4) !important;
  max-width: calc((100% - 60px) / 4);
  min-width: 0;
}

.bd-related-products .bd-product-card,
.bd-related-products .bd-product-card .elementor,
.bd-related-products .bd-product-card .elementor-1743,
.bd-related-products .bd-product-card .elementor-element-ef68be6 {
  height: 488px;
  min-height: 488px;
}

.bd-archive .elementor-element-cfc2d2f {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.bd-archive .elementor-element-13509fd {
  flex: 0 0 20%;
  max-width: 20%;
}

.bd-archive .elementor-element-a3174ef {
  flex: 1 1 80%;
  max-width: 80%;
}

.bd-archive > .elementor-element-772914c,
.bd-archive > .elementor-element-51f8e5e,
.bd-archive > .elementor-element-68e9ccf,
.bd-archive > .elementor-element-cfc2d2f {
  padding-left: max(20px, calc((100% - 1600px) / 2));
  padding-right: max(20px, calc((100% - 1600px) / 2));
}

.bd-archive > .elementor-element-ad61558 {
  padding-left: max(0px, calc((100% - 1600px) / 2));
  padding-right: max(0px, calc((100% - 1600px) / 2));
}

@media (max-width: 1024px) {
  .bd-header .elementor-element-1ca7ee99 {
    flex-direction: column;
    padding: 0;
    min-height: 85px;
    height: 85px;
  }

  .bd-header .left-mid-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100%;
    height: 32px;
    min-height: 32px;
    flex: 0 0 32px;
    overflow: hidden;
    padding: 0;
  }

  .bd-header .left-mid-header a {
    border-radius: 0;
    min-height: 32px;
    height: 32px;
    padding: 0 10px;
    line-height: 1;
  }

  .bd-header .left-mid-header .elementor-element-861057c {
    background: var(--e-global-color-19b20d8);
    color: var(--e-global-color-primary);
  }

  .bd-header .left-mid-header a:nth-child(1),
  .bd-header .left-mid-header a:nth-child(3) {
    flex: 0 0 35% !important;
    width: 35% !important;
    max-width: 35% !important;
  }

  .bd-header .left-mid-header a:nth-child(2) {
    flex: 0 0 30% !important;
    width: 30% !important;
    max-width: 30% !important;
  }

  .bd-header .elementor-element-0f1b8e1 {
    width: 100%;
    height: 53px;
    min-height: 53px;
    flex: 0 0 53px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
  }

  .bd-mobile-menu,
  .bd-mobile-menu-toggle,
  .bd-search-toggle {
    display: block;
    box-sizing: border-box;
  }

  .bd-mobile-menu {
    width: auto !important;
    flex: 0 0 auto;
    max-width: none;
    z-index: 100;
  }

  .bd-mobile-menu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    padding: 6px !important;
    margin: 0 !important;
  }

  .bd-search-toggle {
    display: block !important;
    width: auto !important;
    height: 38px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .bd-search-toggle .elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 6px;
    border-radius: 5px;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-secondary);
  }

  .bd-search-toggle .e-font-icon-svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  .bd-mobile-menu-toggle .e-font-icon-svg {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    fill: var(--e-global-color-secondary);
  }

  .bd-logo {
    width: 70% !important;
    flex: 0 1 70%;
    display: flex;
    justify-content: center;
  }

  .bd-header .bd-logo img {
    width: 150px !important;
  }

  .bd-mobile-header-spacer {
    display: block;
    flex: 0 1 auto;
    width: 0;
    height: 0;
  }

  .bd-header .center-mid-header {
    display: none;
    width: 100%;
    padding: 0 10px 10px;
  }

  .bd-header .center-mid-header.active {
    display: flex;
  }

  .bd-header .desktop-menu {
    display: none;
  }

  .bd-mobile-products-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: -10px;
    width: 100vw;
    max-height: 72vh;
    overflow: auto;
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-1004b93);
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }

  .bd-mobile-menu-open .bd-mobile-products-dropdown {
    display: block;
  }

  .bd-header .right-side-header {
    display: none;
  }

  .bd-header .elementor-element-04166a2 {
    height: 33px;
    min-height: 33px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .bd-bestseller-slide {
    flex-basis: calc((100% - 20px) / 2) !important;
    width: calc((100% - 20px) / 2) !important;
    max-width: calc((100% - 20px) / 2) !important;
  }

  .bd-bestseller-carousel .bd-bestseller-track > .bd-bestseller-slide {
    flex-basis: calc((100% - 20px) / 2) !important;
    width: calc((100% - 20px) / 2) !important;
    max-width: calc((100% - 20px) / 2) !important;
  }

  .bd-related-products .bd-product-card {
    flex-basis: calc((100% - 20px) / 2) !important;
    width: calc((100% - 20px) / 2) !important;
    max-width: calc((100% - 20px) / 2);
  }

  .bd-products-grid {
    grid-template-columns: repeat(var(--grid-columns, 2), minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bd-header .elementor-element-1ca7ee99 {
    flex-direction: column;
    padding: 0;
  }

  .bd-header .left-mid-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
  }

  .bd-header .left-mid-header a {
    border-radius: 0;
    padding: 10px;
  }

  .bd-header .left-mid-header .elementor-element-861057c {
    background: var(--e-global-color-19b20d8);
    color: var(--e-global-color-primary);
  }

  .bd-header .left-mid-header a:nth-child(1),
  .bd-header .left-mid-header a:nth-child(3) {
    width: 35%;
  }

  .bd-header .left-mid-header a:nth-child(2) {
    width: 30%;
  }

  .bd-header .elementor-element-0f1b8e1 {
    width: 100%;
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
  }

  .bd-mobile-menu,
  .bd-mobile-menu-toggle,
  .bd-search-toggle {
    display: block;
    box-sizing: border-box;
  }

  .bd-mobile-menu {
    width: auto;
    max-width: none;
    z-index: 100;
  }

  .bd-mobile-menu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    padding: 6px !important;
  }

  .bd-search-toggle {
    display: block !important;
    width: auto !important;
    height: 38px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .bd-search-toggle .elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 6px;
    border-radius: 5px;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-secondary);
  }

  .bd-search-toggle .e-font-icon-svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  .bd-mobile-menu-toggle .e-font-icon-svg {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    fill: var(--e-global-color-secondary);
  }

  .bd-logo {
    width: 70%;
    display: flex;
    justify-content: center;
  }

  .bd-logo img {
    width: 150px;
  }

  .bd-mobile-header-spacer {
    display: block;
    flex: 0 1 auto;
    width: 0;
    height: 0;
  }

  .bd-header .center-mid-header {
    display: none;
    width: 100%;
    padding: 0 10px 10px;
  }

  .bd-header .center-mid-header.active {
    display: flex;
  }

  .bd-header .desktop-menu {
    display: none;
  }

  .bd-mobile-products-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: -10px;
    width: 100vw;
    max-height: 72vh;
    overflow: auto;
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-1004b93);
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }

  .bd-mobile-menu-open .bd-mobile-products-dropdown {
    display: block;
  }

  .bd-header .right-side-header {
    display: none;
  }

  .bd-bestseller-track,
  .bd-related-products .bd-bestseller-track {
    gap: 0;
  }

  .bd-bestseller-slide,
  .bd-related-products .bd-product-card {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100%;
  }

  .bd-bestseller-carousel .bd-bestseller-track > .bd-bestseller-slide {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .bd-archive > .elementor-element-772914c .bd-bestseller-carousel,
  .bd-archive > .elementor-element-772914c .bd-bestseller-track,
  .bd-archive > .elementor-element-772914c .bd-bestseller-slide,
  .bd-archive > .elementor-element-772914c .bd-bestseller-slide > .elementor-element-23b8c35f,
  .bd-archive > .elementor-element-772914c .bd-bestseller-slide > .elementor-element-23b8c35f > .e-con-inner {
    height: 381px;
    min-height: 381px;
  }

  .bd-related-products.bd-bestseller-carousel,
  .bd-related-products .bd-bestseller-track,
  .bd-related-products .bd-product-card,
  .bd-related-products .bd-product-card .elementor,
  .bd-related-products .bd-product-card .elementor-1743,
  .bd-related-products .bd-product-card .elementor-element-ef68be6 {
    height: 438.39px;
    min-height: 438.39px;
  }

  .bd-carousel-arrow {
    line-height: 21px !important;
  }

  .bd-archive .elementor-element-cfc2d2f {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .bd-archive > .elementor-element-772914c,
  .bd-archive > .elementor-element-ad61558 {
    padding-left: 0;
    padding-right: 0;
  }

  .bd-archive > .elementor-element-51f8e5e,
  .bd-archive > .elementor-element-68e9ccf,
  .bd-archive > .elementor-element-cfc2d2f {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bd-single-product .elementor-element-c401226 {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .bd-single-product > .elementor-element-acc0eb0,
  .bd-single-product > .elementor-element-c401226,
  .bd-single-product > .elementor-element-3db9044 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bd-single-product > .elementor-element-acc0eb0 {
    min-height: 51px;
  }

  .bd-single-product .elementor-element-a6a188a,
  .bd-single-product .elementor-element-aaf9b59,
  .bd-single-product .elementor-element-7b6d24f,
  .bd-single-product .elementor-element-82d3e34,
  .bd-single-product .elementor-element-646ea5a {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .bd-single-product .elementor-element-6f11241 {
    flex-direction: row;
  }

  .bd-single-product .elementor-element-7b6d24f {
    flex-basis: 70%;
    max-width: 70%;
  }

  .bd-single-product .elementor-element-82d3e34 {
    flex-basis: 30%;
    max-width: 30%;
  }

  .bd-single-product .elementor-element-5373189 {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .bd-single-product .elementor-element-38de0b8 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .bd-archive .elementor-element-13509fd,
  .bd-archive .elementor-element-a3174ef {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .bd-products-grid {
    gap: 10px;
  }

  .bd-sort {
    width: 200px !important;
    max-width: 200px !important;
    margin-left: auto;
  }

  .bd-sort .elementor-widget-container {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .bd-sort .wpc-orderby-select {
    min-height: 38px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 2px;
    padding: 6px 10px;
    background-color: var(--e-global-color-secondary);
  }

  .bd-footer .footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-inline: -7.5px;
  }

  .bd-footer .footer-list a {
    margin-inline: 7.5px;
    margin-bottom: 0;
  }

  .bd-footer .footer-list a:not(:last-child)::after {
    right: -7.5px;
  }

  .bd-footer .elementor-element-6c289b8 {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bd-footer .elementor-element-aef4a82 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bd-footer .elementor-element-569840b,
  .bd-footer .elementor-element-ffdf4df {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    align-items: center;
  }

  .bd-footer .elementor-element-54992b8,
  .bd-footer .elementor-element-f9d105e {
    text-align: center;
  }
}

/* BeeDiscount fast theme wishlist heading parity - 2026-05-11 */
.bd-php-template .bd-wishlist-title-section.e-con {
  align-items: center;
  border-bottom: 1px solid var(--e-global-color-1004b93);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
  width: 100%;
}

.bd-php-template .bd-wishlist-title-section h1 {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  width: min(800px, calc(100vw - 40px));
}

@media (max-width: 767px) {
  .bd-php-template .bd-wishlist-title-section.e-con {
    padding: 20px 10px;
  }

  .bd-php-template .bd-wishlist-title-section h1 {
    width: min(800px, calc(100vw - 20px));
  }
}
