/** Shopify CDN: Minification failed

Line 631:0 Expected ")" to go with "("

**/
.brand-holder {
    border: 1px solid currentColor;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
  background: transparent;
  transition: 0.3s ease all;
  cursor: pointer;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.brand-holder.active {
  background: var(--secondary-background);
}

.brand-holder .image-holder {
  width: 50%;
  margin: auto;
  
}

.image-absolut-position {
  height: 0;
  position: relative;
  padding-top: 100%;
  width: 100%;
}

.brand-holder .image-holder img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.product-holder img {
  max-width: 100%;
}

.product-content-holder {
  position: relative;
  opacity: 0.7;
  transition: 0.3s ease all;
  cursor: pointer;
}

.product-content-holder.active {
  opacity: 1;
}

.product-content-holder .facet-checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
}

.total-holder .total-line {
  display: flex;
  justify-content: space-between;
}

.total-holder .subtotal-vat-holder {
  border-color: var(--filters-color);
}

.button--show-contact, .button--hide-contact {
  border: 1px solid currentcolor;
}

.button--show-contact:after {
  content: none;
}

.repair-services-wrapper .repair-service-holder{
    background: #F3F5F7;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
  padding-bottom: 0;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
      text-decoration: none;
}

.repair-services-wrapper .repair-service-holder img {
  height: 230px;
  width: auto;
  display: block;
  margin: auto;
}

.banner .banner__content {
  padding-top: 0;
  padding-bottom: 0;
}

.sell-block-holder {
  text-align: center;
  width: 80%;
  margin: auto;
  position: relative;
}

.sell-block-holder:after{
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  width: 20%;
  height: 2px;
  background: #263ECA;
  content: '';
  z-index: 1;
  transform: translateY(-50%);
}

.sell-block-holder:before{
  position: absolute;
  top: 50%;
  left: calc(120% + 5px);
  width: 10px;
  height: 10px;
  border-right: 2px solid #263ECA;
  border-top: 2px solid #263ECA;
  content: '';
  z-index: 1;
  transform: translateY(-50%)rotate(45deg);
}

.sell-block-holder img{
  width: 80px;
}

.sell-steps-holder .grid__item:last-child .sell-block-holder:after, .sell-steps-holder .grid__item:last-child .sell-block-holder:before  {
  content: none;
}

.title-wrapper-with-image{
  display: flex;
  align-items: center;
  gap: 30px;
}

.title-wrapper-with-image .image-holder{
  max-width: 90px;
}

.title-wrapper-with-image .image-holder img {
  width: 100%;
}

.content-block{
  background: #F3F5F7;
  border-radius: 8px;
  padding: 30px;
}

@media(max-width: 990px) {
  .content-block{
    padding: 20px;
  }
}

/*.model-repairs-holder {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid var(--input-border-color);
    flex-wrap: wrap;
    gap: 6px;
    display: flex;
  
}

.model-repairs-holder .repair-product {
  display: block;
      padding: 4px 10px;
  padding-top: 0;
    text-decoration: none;
    border: 1px solid currentcolor;
    border-radius: 20px;
  color: rgba(var(--color-foreground), 1);
}

.repair-product.active {
  color: #ffffff;
  background: var(--filters-color);
}

.model-repairs-holder .repair-product span{
    color: inherit;
    font-size: 11px;
}
*/
.delivery-type-label {
      display: flex;
    justify-content: space-between;
}

.facets-layout-list--swatch .facets__label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.swatch-input-wrapper {
  display: flex;
}


.checkbox-holder {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.checkbox-holder input.mobile-facets__checkbox {
  border: 0;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid var(--input-border-color);
  border-radius: 4px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.checkbox-holder input.mobile-facets__checkbox:checked {
  background: rgb(var(--color-background);
  border-color: rgb(var(--color-background);
}

.checkbox-holder .mobile-facets__highlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--color-foreground), 0.04);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 0;
}

.checkbox-holder input.mobile-facets__checkbox:checked + .mobile-facets__highlight {
  opacity: 1;
  visibility: visible;
}

.price-svg-input-holder {
  display: flex;
  gap: 10px;
}

.checkbox-holder .svg-wrapper {
  position: absolute;
  left: 0.4rem; /* Adjust to align the icon */
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  visibility: hidden; /* Hidden by default */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  background-color: rgb(var(--color-background); /* Matches the checkbox background when checked */
  border-radius: 50%; /* Ensures a circular icon background */
}

.checkbox-holder input.mobile-facets__checkbox:checked ~ .svg-wrapper {
  visibility: visible;
}

.checkbox-holder .svg-wrapper svg {
  width: 1.1rem; /* Adjust for icon size */
  height: auto;
  fill: #fff; /* Icon color when visible */
  display: block;
}

@media(max-width: 990px) {
  .sell-block-holder {
    margin-bottom: 40px;
}

  .sell-steps-holder .grid__item:last-child .sell-block-holder {
    margin-bottom: 0;
  }
  
  .sell-block-holder:before {
    position: absolute;
    top: calc(100% + 30px);
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #263ECA;
    border-top: 2px solid #263ECA;
    content: "";
    z-index: 1;
    transform: translate(-50%, -100%) rotate(135deg);
}
  .sell-block-holder:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 30px;
    background: #263eca;
    content: "";
    z-index: 1;
    transform: translatex(-50%);
}

  .title-wrapper-with-image {
    display: block;
  }
}

.moder-repair-holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}


.dropdown-icon {
      width: 20px;
    height: 20px;
    display: inline;
    vertical-align: middle;
    margin-top: -3px;
}


/* custom scroll css */
.custom-select {
  width: 100%;
  position: relative;
}

.selected-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 5px;
  cursor: pointer;
}

.selected-items.active, .selected-items:hover {
  border: 1px solid #263ECA;
  box-shadow: 0px 0px 2px 1px #263ECA40;
}

.selected-items > span {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #f4f6ff;
    border-radius: 20px;
    padding: 3px 5px;
    padding-left: 12px;
}

.selected-items > span .product-price {
  display: none;
}

.selected-items span.empty {
    line-height: 28px;
    background: transparent
}

.selected-items span .remove {
  cursor: pointer;
  font-weight: lighter;
}

.dropdown {
  display: none;
  margin-top: 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
  position: absolute;
  width: 100%;
  top: calc(100% + 5px);
  z-index: 2;
}

.dropdown-search {
  width: 100%;
  padding: 5px;
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
}

.dropdown-items {
  max-height: 200px;
  padding: 0px;
}

.item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}

.item label {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
    display: flex;
    justify-content: space-between;
  padding: 10px;
}

.item.active label {
  background: #F4F6FF;
}

.item.repair-product:hover {
    background-color: #f3f6fe;
}

.item label:hover{
    background-color: #f3f6fe;
}

.icon {
  font-size: 1.2rem;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.color--filters{
   color: var(--filters-color) !important;
}

.forms-holder {
  margin-top: auto;
}

.info-icon svg {
    width: 20px;
    height: 20px;
    display: inline;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    margin-top: -2px;
}

span.info-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    width: 55%;
    padding: 10px;
    background: black;
    color: white;
    border-radius: 8px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
  transition: 0.15s ease all;
  font-size: 80%;
}

@media(max-width: 990px) {
  span.info-tooltip {
    width: 80%;
  }
}
/*
.info-tooltip:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 10.5px 0px 10.5px;
  border-color: #000000 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
*/
.info-icon:hover + span.info-tooltip {
  opacity: 1;
  pointer-events: auto;
}

.time-label-holder {
  position: relative;
}

.time-label-holder .info-tooltip {
  width: 100%;
  left: 0;
}


.custom-select .selected-items {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.custom-select .selected-items.search-active {
  padding-right: 40px; /* Space for search icon */
}

.custom-select .value-holder {
  display: inline-flex;
  align-items: center;
  margin: 2px 4px;
  padding: 2px 6px;
  background: #f0f0f0;
  border-radius: 4px;
}

.custom-select .value-holder .dropdown-icon {
  margin-right: 4px;
}

.custom-select .value-holder .remove {
  margin-left: 6px;
  cursor: pointer;
  font-size: 16px;
}

.custom-select .search-input {
  flex: 1;
  min-width: 150px;
  border: none;
  outline: none;
  padding: 4px;
  font-size: 14px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.2s ease, transform 0.3s ease;
}

.custom-select .search-active .search-input {
  opacity: 1;
  transform: scaleX(1);
  font-size:16px;
}

.custom-select .search-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.custom-select .search-active .search-icon {
  opacity: 1;
}

.custom-select .dropdown {
  position: absolute;
  z-index: 10;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}

.custom-select span.search-icon {
  background:transparent !important;
}




