.bb-product-rating {
  --bb-rating-size: 80px;
  height: calc(var(--bb-rating-size) / 5);
  position: relative;
  width: var(--bb-rating-size);
}
.bb-product-rating:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%222%22%20stroke%3D%22currentColor%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.243%207.34l-6.38%20.925l-.113%20.023a1%201%200%200%200%20-.44%201.684l4.622%204.499l-1.09%206.355l-.013%20.11a1%201%200%200%200%201.464%20.944l5.706%20-3l5.693%203l.1%20.046a1%201%200%200%200%201.352%20-1.1l-1.091%20-6.355l4.624%20-4.5l.078%20-.085a1%201%200%200%200%20-.633%20-1.62l-6.38%20-.926l-2.852%20-5.78a1%201%200%200%200%20-1.794%200l-2.853%205.78z%22%20stroke-width%3D%220%22%20fill%3D%22%23ced4da%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-size: calc(var(--bb-rating-size) / 5);
  bottom: 0;
  content: "";
  display: block;
  height: calc(var(--bb-rating-size) / 5);
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 0;
  width: var(--bb-rating-size);
}
.bb-product-rating > span {
  display: block;
  width: var(--bb-rating-size);
  height: calc(var(--bb-rating-size) / 5);
  position: absolute;
  overflow: hidden;
}
.bb-product-rating > span:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%222%22%20stroke%3D%22currentColor%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.243%207.34l-6.38%20.925l-.113%20.023a1%201%200%200%200%20-.44%201.684l4.622%204.499l-1.09%206.355l-.013%20.11a1%201%200%200%200%201.464%20.944l5.706%20-3l5.693%203l.1%20.046a1%201%200%200%200%201.352%20-1.1l-1.091%20-6.355l4.624%20-4.5l.078%20-.085a1%201%200%200%200%20-.633%20-1.62l-6.38%20-.926l-2.852%20-5.78a1%201%200%200%200%20-1.794%200l-2.853%205.78z%22%20stroke-width%3D%220%22%20fill%3D%22%23FFB342%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-size: calc(var(--bb-rating-size) / 5);
  bottom: 0;
  content: "";
  display: block;
  height: calc(var(--bb-rating-size) / 5);
  width: var(--bb-rating-size);
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 0;
}
.bb-product-attribute-swatch {
  margin-bottom: 1rem;
}
.bb-product-attribute-swatch-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.bb-product-attribute-swatch-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding: 0;
}
.bb-product-attribute-swatch-list.text-swatch li {
  list-style: none;
}
.bb-product-attribute-swatch-list.text-swatch li input[type=radio],
.bb-product-attribute-swatch-list.text-swatch li input[type=checkbox] {
  display: none;
}
.bb-product-attribute-swatch-list.text-swatch li input[type=radio]:checked ~ span,
.bb-product-attribute-swatch-list.text-swatch li input[type=checkbox]:checked ~ span {
  border: 1px solid var(--primary-color);
}
.bb-product-attribute-swatch-list.text-swatch li input[type=radio]:checked ~ span:after,
.bb-product-attribute-swatch-list.text-swatch li input[type=checkbox]:checked ~ span:after {
  width: 16px;
  height: 16px;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" stroke-width="2.2" stroke="white" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l5 5l10 -10" /></svg>');
  position: absolute;
  overflow: hidden;
  inset-inline-end: -6px;
  bottom: 1px;
  color: #fff;
}
.bb-product-attribute-swatch-list.text-swatch li input[type=radio]:checked ~ span:before,
.bb-product-attribute-swatch-list.text-swatch li input[type=checkbox]:checked ~ span:before {
  border: 16px solid transparent;
  border-bottom: 16px solid var(--primary-color);
  content: "";
  position: absolute;
  inset-inline-end: -16px;
  bottom: -1px;
}
.bb-product-attribute-swatch-list.text-swatch li span {
  padding: 5px 15px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.bb-product-attribute-swatch-list.color-swatch span {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.2s 0s linear;
  transform: translate(-50%, -50%);
}
.bb-product-attribute-swatch-list.visual-swatch {
  list-style: none;
}
.bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item {
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
}
.bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item:hover, .bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item.active {
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
}
.bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item:hover span, .bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item.active span {
  transform: translate(-50%, -50%) scale(0.8);
}
.bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item:hover .bb-product-attribute-swatch-item-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%) translateY(-10px);
}
.bb-product-attribute-swatch-list.visual-swatch label {
  display: unset;
}
.bb-product-attribute-swatch-list.visual-swatch input[type=checkbox],
.bb-product-attribute-swatch-list.visual-swatch input[type=radio] {
  display: none;
}
.bb-product-attribute-swatch-list.visual-swatch span {
  display: block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.bb-product-attribute-swatch-list.visual-swatch input[type=checkbox]:checked ~ span:before,
.bb-product-attribute-swatch-list.visual-swatch input[type=radio]:checked ~ span:before {
  content: "";
  display: block;
  border: 2px solid var(--primary-color);
  position: absolute;
  top: -4px;
  inset-inline-start: -4px;
  inset-inline-end: -4px;
  bottom: -4px;
  border-radius: 50%;
}
.bb-product-attribute-swatch-list.visual-swatch.disabled label {
  position: relative;
}
.bb-product-attribute-swatch-list.visual-swatch.disabled label:before, .bb-product-attribute-swatch-list.visual-swatch.disabled label:after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  width: 1px;
  height: 90%;
  background-color: var(--primary-color);
  transform-origin: 50% 50%;
  transition: all 0.4s ease;
  z-index: 20;
}
.bb-product-attribute-swatch-list.visual-swatch.disabled label:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bb-product-attribute-swatch-list.visual-swatch.disabled label:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bb-product-attribute-swatch-list.visual-swatch.disabled span {
  opacity: 0.9;
}
.bb-product-attribute-swatch-list.visual-swatch.disabled input[type=checkbox]:checked ~ span:before,
.bb-product-attribute-swatch-list.visual-swatch.disabled input[type=radio]:checked ~ span:before {
  display: none;
}
.bb-product-attribute-swatch-item.disabled {
  pointer-events: none;
}
.bb-product-attribute-swatch-item.disabled span {
  color: gray;
  cursor: unset;
  opacity: 0.7;
}
.bb-product-attribute-swatch-item.disabled span:before, .bb-product-attribute-swatch-item.disabled span:after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  width: 100%;
  height: 0;
  border-top: 1px dashed #999;
}
.bb-product-attribute-swatch-item.disabled span:before {
  transform: rotate(45deg);
}
.bb-product-attribute-swatch-item.disabled span:after {
  transform: rotate(-45deg);
}
.bb-product-attribute-swatch-item-tooltip {
  position: absolute;
  bottom: 100%;
  inset-inline-start: 50%;
  transform: translateX(-50%) translateY(2px);
  width: -moz-max-content;
  width: max-content;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.bb-product-attribute-swatch-item-tooltip::before {
  position: absolute;
  content: "";
  bottom: -6px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #000;
  border-inline-start: 6px solid transparent;
  border-inline-end: 6px solid transparent;
}
.bb-product-gallery {
  display: flex;
  align-content: flex-start;
  flex-flow: row-reverse nowrap;
}
.bb-product-gallery img {
  max-width: 100%;
  width: 100%;
}
.bb-product-gallery-horizontal {
  display: block;
}
.bb-product-gallery-horizontal .bb-product-gallery-images {
  max-width: 100%;
  padding-inline-start: 0;
}
.bb-product-gallery-horizontal .slick-arrow {
  inset-inline-start: 84% !important;
}
.bb-product-gallery-horizontal .slick-arrow.slick-prev {
  inset-inline-start: 0;
  top: 18px;
}
.bb-product-gallery-horizontal .slick-arrow.slick-next {
  bottom: 32px !important;
  transform: initial !important;
}
@media (min-width: 768px) {
  .bb-product-gallery-horizontal .slick-arrow {
    inset-inline-start: 93% !important;
  }
}
.bb-product-gallery-horizontal .slick-arrow.slick-prev {
  inset-inline-start: 0 !important;
  top: 18px !important;
  transform: initial !important;
}
.bb-product-gallery-horizontal .bb-product-gallery-thumbnails {
  max-width: 100%;
  padding: 0 40px;
}
.bb-product-gallery-images {
  display: block;
  width: 100%;
  max-width: calc(100% - 80px);
  padding-inline-start: 10px;
  position: relative;
  background-color: rgb(245, 246, 248);
}
.bb-product-gallery-images .slick-arrow {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 4px;
  color: #000;
  font-size: 18px;
  height: 35px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 35px;
  z-index: 100;
}
.bb-product-gallery-images .slick-arrow svg {
  font-size: 10px;
  inset-inline-start: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bb-product-gallery-images .slick-arrow:first-child {
  inset-inline-start: 10px;
}
.bb-product-gallery-images .slick-arrow:last-child {
  inset-inline-end: 10px;
}
.bb-product-gallery-images .slick-arrow:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.bb-product-gallery-images:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.bb-product-gallery-thumbnails {
  max-width: 80px;
  min-width: 80px;
  width: 100%;
}
.bb-product-gallery-thumbnails .slick-arrow {
  position: absolute;
  inset-inline-start: calc(50% - 17px);
  inset-inline-end: 0;
  background: #fff;
  border: none;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  line-height: 34px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  z-index: 99;
  font-size: 14px;
}
.bb-product-gallery-thumbnails .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.bb-product-gallery-thumbnails .slick-arrow.slick-prev {
  top: -12px;
  transform: rotate(90deg);
}
.bb-product-gallery-thumbnails .slick-arrow.slick-next {
  bottom: 0;
  transform: rotate(90deg);
}
.bb-product-gallery-thumbnails .slick-slide {
  margin-bottom: 15px;
}
.bb-product-gallery-thumbnails .slick-slide img {
  width: 70px !important;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #f4f5f7;
}
.bb-product-gallery-thumbnails .slick-slide.slick-current img {
  border-color: var(--primary-color);
}
@media (max-width: 767px) {
  .bb-product-gallery {
    display: block;
  }
  .bb-product-gallery-thumbnails {
    padding: 0 40px;
    max-width: 100%;
  }
  .bb-product-gallery-thumbnails .slick-arrow {
    inset-inline-start: 88%;
  }
  .bb-product-gallery-thumbnails .slick-arrow.slick-prev {
    inset-inline-start: 0;
    top: 18px;
    transform: initial;
  }
  .bb-product-gallery-thumbnails .slick-arrow.slick-next {
    bottom: 32px !important;
    transform: initial;
  }
  .bb-product-gallery-images {
    max-width: 100%;
    padding-inline-start: 0;
    margin-bottom: 1rem;
  }
}
.bb-product-filter {
  margin-bottom: 30px;
}
.bb-product-filter-content:has(.bb-product-filter-items) {
  max-height: 288px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
}
.bb-product-filter-title {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.bb-product-filter-items {
  padding-inline-start: initial;
}
.bb-product-filter-items li {
  position: relative;
  list-style: none;
}
.bb-product-filter-items li:not(:last-child) {
  margin-bottom: 4px;
}
.bb-product-filter-items li .bb-product-filter-items {
  display: none;
  padding-inline-start: 20px;
}
.bb-product-filter-items li input {
  display: none;
}
.bb-product-filter-items li input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.bb-product-filter-items li label {
  font-size: 16px;
  color: #55585b;
  position: relative;
  padding-inline-start: 26px;
}
.bb-product-filter-items li label:hover {
  cursor: pointer;
}
.bb-product-filter-items li label::before {
  position: absolute;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" stroke-width="2" stroke="white" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l5 5l10 -10" /></svg>');
  top: 5px;
  inset-inline-start: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  transition: all 0.2s;
  z-index: 1;
}
.bb-product-filter-items li [data-bb-toggle=toggle-product-categories-tree] {
  margin-inline-end: 0.5rem;
}
.bb-product-filter-items li [data-bb-toggle=toggle-product-categories-tree] svg {
  height: 1rem;
  width: 1rem;
}
.bb-product-filter-items li [data-bb-toggle=toggle-product-categories-tree].active {
  transform: rotate(90deg);
}
.bb-product-filter-items.filter-visual input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.bb-product-filter-items.filter-visual .bb-product-filter-item span {
  position: absolute;
  content: "";
  top: 2px;
  inset-inline-start: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.2s;
}
.bb-product-filter-items.filter-visual .bb-product-filter-item label {
  padding-inline-start: 30px;
}
.bb-product-filter-items.filter-visual .bb-product-filter-item label::before {
  width: 22px;
  height: 22px;
}
.bb-product-filter-items.filter-checkbox input:checked ~ label::after {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.bb-product-filter-items.filter-checkbox input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.bb-product-filter-items.filter-checkbox .bb-product-filter-item label::after {
  position: absolute;
  content: "";
  top: 5px;
  inset-inline-start: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  border: 2px solid #dadada;
  z-index: -1;
  transition: all 0.2s;
}
.bb-product-price-filter .ui-widget.ui-widget-content {
  height: 3px;
  background-color: #ededed;
  border: 0;
}
.bb-product-price-filter .ui-slider-horizontal .ui-slider-range {
  background-color: var(--primary-color);
}
.bb-product-price-filter .ui-slider .ui-slider-handle {
  top: -7px;
  width: 5px;
  height: 17px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: var(--primary-color);
  cursor: pointer;
}
.bb-product-price-filter-info .input-range input {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #000;
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 14px;
}
.bb-product-price-filter-info .input-range-label {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.bb-product-price-filter-info .tp-shop-widget-filter-btn {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  background-color: #f5f5f5;
  padding: 2px 21px;
}
.bb-product-price-filter-info .tp-shop-widget-filter-btn:hover {
  color: #fff;
  background-color: #000;
}

.bb-filter-offcanvas .bb-shop-sidebar {
  position: sticky;
  top: 120px;
}
@media (max-width: 991px) {
  .bb-filter-offcanvas .bb-shop-sidebar {
    display: none;
  }
}
@media (max-width: 991px) {
  .bb-filter-offcanvas-area {
    position: fixed;
    inset-inline-start: 0;
    top: 0;
    width: 340px;
    height: 100%;
    transform: translateX(calc(-100% - 80px));
    background: #fff none repeat scroll 0 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
  }
  .bb-filter-offcanvas-area::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
  .bb-filter-offcanvas-area.offcanvas-opened {
    transform: translateX(0);
    opacity: 1;
  }
  .bb-filter-offcanvas-area.offcanvas-opened .tp-shop-sidebar {
    display: block;
  }
}
@media (max-width: 991px) and (max-width: 380px) {
  .bb-filter-offcanvas-area {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bb-filter-offcanvas-right {
    transform: translateX(calc(100% + 80px));
    inset-inline-start: auto;
    inset-inline-end: 0;
  }
  .bb-filter-offcanvas-wrapper {
    position: relative;
    padding: 120px 30px 35px;
    z-index: 1;
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .bb-filter-offcanvas-close {
    display: none;
  }
}
.bb-filter-offcanvas-close-btn {
  background: #151515;
  padding: 25px 30px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.bb-filter-offcanvas-close-btn:hover {
  color: #fff;
}
.bb-filter-offcanvas-close-btn svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 2;
}

.bb-form-quick-search {
  position: relative;
}
.bb-form-quick-search .bb-quick-search-results {
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 100%;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 10;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.bb-form-quick-search .bb-quick-search-results.show {
  opacity: 1;
}
.bb-form-quick-search .bb-quick-search-content {
  max-height: 30rem;
  overflow: auto;
}
.bb-form-quick-search .bb-quick-search-item {
  display: flex;
  gap: 0.75rem;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  width: 100%;
}
.bb-form-quick-search .bb-quick-search-item:last-child {
  border-bottom: none;
}
.bb-form-quick-search .bb-quick-search-item:hover {
  background-color: #f5f5f5;
}
.bb-form-quick-search .bb-quick-search-item-image {
  flex: 0 0 auto;
  width: 15%;
}
.bb-form-quick-search .bb-quick-search-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bb-form-quick-search .bb-quick-search-item-info {
  flex: 1 1 auto;
  width: 85%;
}
.bb-form-quick-search .bb-quick-search-item-name {
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.bb-form-quick-search .bb-quick-search-item-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.bb-form-quick-search .bb-quick-search-item-rating > span {
  font-size: 0.75rem;
  color: #95999d;
}
.bb-form-quick-search .bb-quick-search-item-price {
  display: flex;
  align-items: center;
}
.bb-form-quick-search .bb-quick-search-item-price .new-price {
  font-weight: 500;
  font-size: 15px;
}
.bb-form-quick-search .bb-quick-search-item-price .old-price {
  color: #95999d;
  text-decoration: line-through;
  margin-inline-start: 0.5rem;
}
.bb-form-quick-search .bb-quick-search-empty {
  padding: 1rem;
  text-align: center;
}
.bb-form-quick-search .bb-quick-search-load-more {
  padding: 1rem;
  text-align: center;
}
.bb-form-quick-search .bb-quick-search-load-more a {
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
}
.bb-form-quick-search .bb-quick-search-load-more a:hover {
  color: var(--primary-color);
}
.bb-form-quick-search .bb-quick-search-view-all {
  padding: 1rem;
  text-align: center;
  border-top: 1px solid #eaeaef;
}
.bb-form-quick-search .bb-quick-search-view-all a {
  font-weight: 500;
  font-size: 15px;
  color: var(--primary-color);
}
.bb-form-quick-search .bb-quick-search-view-all a:hover {
  text-decoration: underline;
}

.bb-store-item-content {
  padding: 1rem 1.5rem;
}
.bb-store-item-content p {
  margin-bottom: 0.35rem;
}
.bb-store-item-content p svg {
  width: 1.25rem;
  height: 1.25rem;
}
.bb-store-item-rating {
  margin-bottom: 0.5rem;
}
.bb-store-item-footer {
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #eee;
}
.bb-store-item-logo {
  padding: 6px;
  background: #fff;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3.5rem;
  inset-inline-end: 20px;
  border-radius: 40px;
  box-shadow: 0px 0px 30px -6px #afafaf;
}
.bb-store-item-logo img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.bb-store-item-action a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
.bb-store-item-action a svg {
  width: 1.25rem;
  height: 1.25rem;
}

.bb-shop-detail .bb-shop-banner {
  position: relative;
  padding: 70px 10px 10px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 5rem;
  background-color: rgba(var(--bs-secondary-rgb), 1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: var(--bs-border-radius);
}
.bb-shop-detail .bb-shop-banner-rating {
  margin-bottom: 0.5rem;
}
.bb-shop-detail .bb-shop-banner-content {
  opacity: 0.95;
}
.bb-shop-detail .bb-shop-banner-info p {
  margin-bottom: 0.25rem;
}
.bb-shop-detail .bb-shop-banner-info p a:hover {
  color: var(--primary-color);
}
.bb-shop-detail .bb-shop-banner-logo {
  width: 80px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .bb-shop-detail .bb-shop-banner-logo {
    width: 120px;
  }
}
.bb-shop-detail .bb-shop-banner-name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.bb-shop-detail .bb-shop-banner-socials li a {
  border-radius: var(--bs-border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}
.bb-shop-detail .bb-shop-banner-socials li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.bb-shop-detail .bb-shop-banner-socials li a svg {
  width: 1.25rem;
  height: 1.25rem;
}

.bb-customer-profile {
  display: flex;
  align-items: start;
  gap: 1rem;
}
.bb-customer-profile-avatar {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.bb-customer-profile-avatar img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bb-customer-profile-avatar-overlay input {
  display: none;
}
.bb-customer-profile-avatar-overlay label {
  background-color: var(--primary-color);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 30px;
  position: absolute;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  bottom: 8px;
  inset-inline-end: -8px;
}
.bb-customer-profile-avatar-overlay label svg {
  width: 1rem;
  height: 1rem;
}
.bb-customer-profile-info h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.bb-customer-profile-info p {
  margin-bottom: 0;
}

.bb-quick-view-gallery-images {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.bb-quick-view-gallery-images img {
  border-radius: 0;
  display: block;
  margin: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.lg .lg-thumb.lg-group {
  margin: 0 auto;
}

body:has(.lg-backdrop) .modal {
  z-index: 1000;
}
