.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 .bb-product-attribute-swatch-display, .bb-product-attribute-swatch-list.text-swatch li .bb-product-attribute-text-display {
  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.text-swatch li:not(.disabled) input[type=radio]:checked ~ .bb-product-attribute-text-display, .bb-product-attribute-swatch-list.text-swatch li:not(.disabled) input[type=radio]:checked ~ .bb-product-attribute-swatch-display,
.bb-product-attribute-swatch-list.text-swatch li:not(.disabled) input[type=checkbox]:checked ~ .bb-product-attribute-text-display,
.bb-product-attribute-swatch-list.text-swatch li:not(.disabled) input[type=checkbox]:checked ~ .bb-product-attribute-swatch-display {
  border: 1px solid var(--primary-color);
}
.bb-product-attribute-swatch-list.text-swatch li:not(.disabled) input[type=radio]:checked ~ .bb-product-attribute-text-display:before, .bb-product-attribute-swatch-list.text-swatch li:not(.disabled) input[type=radio]:checked ~ .bb-product-attribute-swatch-display:before,
.bb-product-attribute-swatch-list.text-swatch li:not(.disabled) input[type=checkbox]:checked ~ .bb-product-attribute-text-display:before,
.bb-product-attribute-swatch-list.text-swatch li:not(.disabled) input[type=checkbox]:checked ~ .bb-product-attribute-swatch-display: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:not(.disabled) input[type=radio]:checked ~ .bb-product-attribute-text-display:after, .bb-product-attribute-swatch-list.text-swatch li:not(.disabled) input[type=radio]:checked ~ .bb-product-attribute-swatch-display:after,
.bb-product-attribute-swatch-list.text-swatch li:not(.disabled) input[type=checkbox]:checked ~ .bb-product-attribute-text-display:after,
.bb-product-attribute-swatch-list.text-swatch li:not(.disabled) input[type=checkbox]:checked ~ .bb-product-attribute-swatch-display: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.color-swatch .bb-product-attribute-swatch-display, .bb-product-attribute-swatch-list.color-swatch .bb-product-attribute-text-display {
  position: absolute;
  top: 0;
  inset-inline-start: 50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.2s 0s linear;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 0);
}
.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: 0 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: 0 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-display, .bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item:hover .bb-product-attribute-text-display, .bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item.active .bb-product-attribute-swatch-display, .bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item.active .bb-product-attribute-text-display {
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform: translate(-50%, 0) 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 .bb-product-attribute-swatch-item:not(.disabled) input[type=checkbox]:checked ~ .bb-product-attribute-swatch-display:before,
.bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item:not(.disabled) input[type=checkbox]:checked ~ .bb-product-attribute-text-display:before,
.bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item:not(.disabled) input[type=radio]:checked ~ .bb-product-attribute-text-display:before,
.bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item:not(.disabled) input[type=radio]:checked ~ .bb-product-attribute-swatch-display: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 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 .bb-product-attribute-swatch-display, .bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-text-display {
  display: block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.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 .bb-product-attribute-swatch-display, .bb-product-attribute-swatch-list.visual-swatch.disabled .bb-product-attribute-text-display {
  opacity: 0.9;
}
.bb-product-attribute-swatch-list.visual-swatch.disabled input[type=checkbox]:checked ~ .bb-product-attribute-swatch-display:before,
.bb-product-attribute-swatch-list.visual-swatch.disabled input[type=checkbox]:checked ~ .bb-product-attribute-text-display:before,
.bb-product-attribute-swatch-list.visual-swatch.disabled input[type=radio]:checked ~ .bb-product-attribute-swatch-display:before,
.bb-product-attribute-swatch-list.visual-swatch.disabled input[type=radio]:checked ~ .bb-product-attribute-text-display:before {
  display: none;
}
.bb-product-attribute-swatch-item.disabled {
  pointer-events: none;
}
.bb-product-attribute-swatch-item.disabled .bb-product-attribute-text-display, .bb-product-attribute-swatch-item.disabled .bb-product-attribute-swatch-display {
  color: gray;
  cursor: unset;
  opacity: 0.7;
}
.bb-product-attribute-swatch-item.disabled .bb-product-attribute-text-display:before, .bb-product-attribute-swatch-item.disabled .bb-product-attribute-text-display:after, .bb-product-attribute-swatch-item.disabled .bb-product-attribute-swatch-display:before, .bb-product-attribute-swatch-item.disabled .bb-product-attribute-swatch-display: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 .bb-product-attribute-text-display:before, .bb-product-attribute-swatch-item.disabled .bb-product-attribute-swatch-display:before {
  transform: rotate(45deg);
}
.bb-product-attribute-swatch-item.disabled .bb-product-attribute-text-display:after, .bb-product-attribute-swatch-item.disabled .bb-product-attribute-swatch-display: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;
}
.bb-product-gallery-images .slick-track iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.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 .video-thumbnail {
  position: relative;
}
.bb-product-gallery-thumbnails .video-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  width: 70px;
  height: 70px;
}
.bb-product-gallery-thumbnails .video-thumbnail svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  transform: translate(-75%, -50%);
  color: #fff;
  z-index: 1;
}
.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;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  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;
  background: #f5f5f5;
  padding: 20px;
}
.bb-product-filter-content:has(.bb-product-filter-items) {
  max-height: 700px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
}
.bb-product-filter-content .form-select {
  height: auto;
}
.bb-product-filter-title {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.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: 1rem;
  margin-top: 0.25rem;
}
.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: 14px;
  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: 2px;
  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: 2;
}
.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 .bb-product-filter-items + [data-bb-toggle=toggle-product-categories-tree] .svg-icon-ti-ti-plus {
  display: block !important;
}
.bb-product-filter-items li .bb-product-filter-items + [data-bb-toggle=toggle-product-categories-tree] .svg-icon-ti-ti-minus {
  display: none !important;
}
.bb-product-filter-items li .bb-product-filter-items.active + [data-bb-toggle=toggle-product-categories-tree] .svg-icon-ti-ti-plus {
  display: none !important;
}
.bb-product-filter-items li .bb-product-filter-items.active + [data-bb-toggle=toggle-product-categories-tree] .svg-icon-ti-ti-minus {
  display: block !important;
}
.bb-product-filter-items li ul li [data-bb-toggle=toggle-product-categories-tree] {
  margin-inline-end: 0;
}
.bb-product-filter-items.filter-visual input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.bb-product-filter-items.filter-visual .bb-product-filter-item .bb-product-attribute-text-display, .bb-product-filter-items.filter-visual .bb-product-filter-item .bb-product-attribute-swatch-display {
  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;
  border: 1px solid #f0f0f0;
}
.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: 2px;
  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-filter-item {
  position: relative;
  padding-right: 20px;
}
.bb-product-filter-item button {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  color: inherit;
  outline: none;
  margin: 0;
  padding: 0;
}
.bb-product-filter-item button svg {
  stroke-width: 1.2;
}
.bb-product-filter-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #55585b;
}
.bb-product-filter-link.active {
  color: var(--primary-color);
}
.bb-product-filter-link svg,
.bb-product-filter-link img {
  width: 1.3rem;
  height: 1.3rem;
}
.bb-product-filter .bb-product-filter-attribute-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.bb-product-filter .bb-product-filter-attribute-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bb-product-filter .bb-product-filter-attribute-item .bb-product-filter-title {
  border-bottom: none;
}
.bb-product-price-filter .ui-widget.ui-widget-content {
  height: 3px;
  background-color: #ededed;
  border: 0;
  max-width: calc(100% - 16px);
}
.bb-product-price-filter .ui-widget.ui-widget-content .ui-slider-range {
  height: 3px;
  position: absolute;
}
.bb-product-price-filter .price-slider {
  position: relative;
  margin-bottom: 15px;
}
.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;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  touch-action: none;
  z-index: 2;
  outline: none;
  border: 3px solid var(--primary-color);
  border-radius: 50%;
  box-shadow: none;
  width: 16px;
  height: 16px;
  background: #fff;
}
.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;
  }
}
.bb-filter-offcanvas-area-on-desktop {
  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-on-desktop::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.bb-filter-offcanvas-area-on-desktop.offcanvas-opened {
  transform: translateX(0);
  opacity: 1;
  display: block !important;
}
.bb-filter-offcanvas-area-on-desktop.offcanvas-opened .tp-shop-sidebar {
  display: block;
}
.bb-filter-offcanvas-area-on-desktop .bb-filter-offcanvas-right {
  transform: translateX(calc(100% + 80px));
  inset-inline-start: auto;
  inset-inline-end: 0;
}
.bb-filter-offcanvas-area-on-desktop .bb-filter-offcanvas-wrapper {
  position: relative;
  padding: 35px 15px;
  z-index: 1;
  min-height: 100%;
}
@media (max-width: 991px) {
  .bb-filter-offcanvas-area-on-desktop .bb-filter-offcanvas-wrapper {
    padding: 120px 15px 35px;
  }
}
@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;
    display: block !important;
  }
  .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 15px 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;
  color: var(--bs-emphasis-color);
  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%;
}
@media (max-width: 768px) {
  .bb-form-quick-search .bb-quick-search-item-image {
    width: 20%;
  }
  .bb-form-quick-search .bb-quick-search-item-image img {
    height: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
.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;
  min-height: 165px;
}
.bb-store-item-content p {
  margin-bottom: 0.35rem;
}
.bb-store-item-content p svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-inline-end: 0.25rem;
}
.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: 0 0 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;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: var(--primary-color);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
.bb-shop-detail .bb-shop-banner-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .bb-shop-detail .bb-shop-banner-rating {
    justify-content: start;
  }
}
.bb-shop-detail .bb-shop-banner-content {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  opacity: 0.95;
  justify-content: center;
}
@media (min-width: 768px) {
  .bb-shop-detail .bb-shop-banner-content {
    flex-wrap: nowrap;
    justify-content: start;
  }
}
.bb-shop-detail .bb-shop-banner-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.bb-shop-detail .bb-shop-banner-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bb-shop-detail .bb-shop-banner-info p a:hover {
  color: var(--primary-color);
}
.bb-shop-detail .bb-shop-banner-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.25rem;
}
@media (min-width: 768px) {
  .bb-shop-detail .bb-shop-banner-contact {
    align-items: start;
    flex-direction: row;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.bb-shop-detail .bb-shop-banner-description {
  text-align: center;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .bb-shop-detail .bb-shop-banner-description {
    text-align: start;
    padding: 0;
  }
}
.bb-shop-detail .bb-shop-banner-logo {
  width: 80px;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #fff;
}
@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;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .bb-shop-detail .bb-shop-banner-name {
    text-align: start;
    margin-top: 0;
  }
}
.bb-shop-detail .bb-shop-banner-socials {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  list-style-type: none;
}
@media (min-width: 768px) {
  .bb-shop-detail .bb-shop-banner-socials {
    justify-content: start;
  }
}
.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-shop-nav-tabs {
  margin-top: 1rem;
}
.bb-shop-nav-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #000;
  border: none;
}
.bb-shop-nav-tabs .nav-link:hover {
  border-color: transparent;
}
.bb-shop-nav-tabs .nav-link.active {
  border-bottom: 2px solid;
  color: var(--primary-color);
}
.bb-shop-nav-tabs .nav-link svg {
  width: 1.25rem;
  height: 1.25rem;
}
.bb-shop-tab-content {
  margin-top: 2rem;
}

.bb-customer-profile {
  display: flex;
  align-items: start;
  gap: 1rem;
}
@media (max-width: 768px) {
  .bb-customer-profile {
    display: block;
  }
  .bb-customer-profile-avatar {
    margin-bottom: 20px;
  }
}
.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;
}
.bb-quick-view-gallery-images .slick-arrow {
  width: 44px;
  height: 44px;
  text-align: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  color: #222;
  background-color: transparent;
  border-radius: 0;
  border: none !important;
  z-index: 8;
}
.bb-quick-view-gallery-images .slick-arrow:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.bb-quick-view-gallery-images .slick-arrow:before {
  font-size: 40px;
  line-height: 1;
}
.bb-quick-view-gallery-images .slick-arrow.slick-prev {
  inset-inline-start: 0;
}
.bb-quick-view-gallery-images .slick-arrow.slick-prev:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M15 6l-6 6l6 6" /></svg>');
}
.bb-quick-view-gallery-images .slick-arrow.slick-next {
  inset-inline-end: 0;
}
.bb-quick-view-gallery-images .slick-arrow.slick-next:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 6l6 6l-6 6" /></svg>');
}

.lg-outer {
  direction: ltr;
  text-align: left;
}

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

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

.bb-product-content-tabs {
  justify-content: center;
  gap: 10px;
}
.bb-product-content-tabs .nav-link {
  color: var(--primary-color);
}
.bb-product-content-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: #ffffff;
}
.bb-product-content-tabs .nav-item {
  flex: unset;
}
.bb-product-content-tabs .nav-item .nav-link {
  display: inline-block;
  width: auto;
}

.bb-product-item .wrapper .image {
  position: relative;
  padding-top: 100%;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.bb-product-item .wrapper .image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  transition: 0.3s ease;
}
.bb-product-item .wrapper .image img:hover {
  transform: scale(1.2);
}
.bb-product-item .card-body .product-name a {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bb-quick-view-content .image .wrapper {
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.bb-quick-view-content .image .wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
}

.bb-product-quantity {
  background-color: #f3f5f6;
  border-radius: 6px;
  height: 100%;
}
.bb-product-quantity input::-webkit-outer-spin-button,
.bb-product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bb-product-quantity input[type=number] {
  text-align: center;
  -moz-appearance: textfield;
  background-color: #f3f5f6;
  min-width: 50px;
  padding: 0;
}
.bb-product-quantity button,
.bb-product-quantity input {
  border: 0;
}
.bb-product-quantity button {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--text-color);
}
.bb-product-quantity button svg {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.bb-product-quantity button:hover {
  color: #ffffff;
}

.bb-btn-product-actions-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bb-btn-product-actions-icon svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.bb-btn-link-icon svg {
  margin-inline-end: 2px;
  margin-bottom: 4px;
  width: 20px;
  height: 20px;
}

.bb-quick-search-content .bb-quick-search-list .bb-quick-search-item-wrapper {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: start;
}
.bb-quick-search-content .bb-quick-search-list .bb-quick-search-item-wrapper .bb-quick-search-item-image {
  width: 150px;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 6px;
  position: relative;
}
.bb-quick-search-content .bb-quick-search-list .bb-quick-search-item-wrapper .bb-quick-search-item-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
}

.bb-quick-search-view-all {
  padding: 10px 20px;
  border-top: 1px solid #eaeaea;
}
.bb-quick-search-view-all a {
  color: var(--primary-color);
}

.bb-empty-state .btn-outline-primary {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.bb-empty-state .btn-outline-primary:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.bb-btn-compare,
.bb-btn-wishlist {
  color: var(--text-color);
  border: 0;
}
.bb-btn-compare:hover,
.bb-btn-wishlist:hover {
  color: var(--primary-color);
}

@media screen and (max-width: 500px) {
  .bb-btn-product-actions-icon span {
    display: none;
  }
  .bb-quick-search-content .bb-quick-search-list .bb-quick-search-item-wrapper .bb-quick-search-item-image {
    width: 80px;
  }
  .bb-quick-search-content .bb-quick-search-list .bb-quick-search-item-wrapper .bb-quick-search-item-info .bb-quick-search-item-name {
    font-size: 16px;
  }
  .bb-quick-search-content .bb-quick-search-list .bb-quick-search-item-wrapper .bb-quick-search-item-info .bb-product-price .bb-product-price-text {
    font-size: 16px;
  }
  .bb-quick-search-content .bb-quick-search-list .bb-quick-search-item-wrapper .bb-quick-search-item-info .bb-product-price .bb-product-price-text-old {
    font-size: 12px;
    font-weight: 600;
  }
  .bb-quick-search-content .bb-quick-search-list .bb-quick-search-item-wrapper .bb-quick-search-item-info .mb-3 {
    margin-bottom: 0.5rem;
  }
}
.bb-product-price .bb-product-price-text {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
}
.bb-product-price .bb-product-price-text-old {
  font-size: 16px;
  font-weight: 600;
}

table .cart-header-product {
  min-width: 400px;
}

.bb-product-filter-content ul {
  padding-left: 0;
}
.bb-product-filter-content .bb-product-filter-item .bb-product-filter-link svg {
  width: 20px;
  height: 20px;
}
.bb-product-filter-content .bb-product-filter-item button {
  width: auto;
}
.bb-product-filter-content .bb-product-filter-item button svg {
  width: 20px;
  height: 20px;
}

.loading-spinner {
  align-items: center;
  background: hsla(0, 0%, 100%, 0.5);
  display: flex;
  height: 100%;
  inset-inline-start: 0;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.loading-spinner:after {
  animation: loading-spinner-rotation 0.5s linear infinite;
  border-color: var(--primary-color) transparent var(--primary-color) transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  content: " ";
  display: block;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  z-index: 99;
}

@keyframes loading-spinner-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
[data-bb-toggle=quick-shop-modal] .btn-close {
  position: absolute;
  top: 1rem;
  inset-inline-end: 1rem;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .bb-ecommerce-table th, .bb-ecommerce-table td {
    vertical-align: middle;
    text-align: center;
  }
  .bb-ecommerce-table td {
    display: block;
    width: 100%;
    text-align: right;
  }
  .bb-ecommerce-table thead {
    display: none;
  }
  .bb-ecommerce-table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }
}
.bb-product-video {
  position: relative;
}
.bb-product-video .bb-button-trigger-play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  transition: all 0.3s ease;
}
.bb-product-video .bb-button-trigger-play-video:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  touch-action: manipulation;
  color: #fff;
}
.bb-product-video.video-playing .bb-button-trigger-play-video {
  display: none;
}

.bb-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .bb-empty {
    padding: 3rem;
  }
}
.bb-empty .bb-empty-img {
  margin: 0 0 2rem;
  line-height: 1;
}
.bb-empty .bb-empty-img svg {
  width: 100%;
}
.bb-empty .bb-empty-header {
  margin: 0 0 1rem;
  font-size: 4rem;
  font-weight: var(--bb-font-weight-light);
  line-height: 1;
  color: var(--bb-secondary);
}
.bb-empty .bb-empty-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: var(--bb-font-weight-light);
}
.bb-empty .bb-empty-title,
.bb-empty .bb-empty-subtitle {
  margin: 0 0 0.5rem;
}
.bb-empty .bb-empty-action {
  margin-top: 1.5rem;
}

.bb-quick-search-highlight {
  background-color: #fbbd05;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 3px;
}
