.avisbls-init,
.avisbls-radio,
.avisbls-hide {
  display: none;
}

.avisbls-block {
  margin-bottom: 10px;
}

.avisbls-watermark {
  font-size: 13px;
  line-height: 120%;
  opacity: 0.8;
  position: relative;
  margin-top: 24px;
  margin-bottom: 4px;
}

.avisbls-watermark span {
  color: #6b6b6b9e;
  font-weight: bold;
  opacity: 0.8;
}

.avisbls-watermark svg {
  width: 14px;
  color: #6b6b6b9e;
}

.avisbls-watermark svg {
  width: 14px;
  color: #6b6b6b9e;
}

.avp-watermark-footer-icon:hover + .avp-watermark-footer-text {
  display: block;
}

.avp-watermark-footer-text {
  position: absolute;
  left: 24px;
  top: -22px;
  display: none;
  color: #3e3e3e9e !important;
  margin: unset !important;
  padding: 2px 12px !important;
  background: #e3e3e3de !important;
  border-radius: 18px !important;
  font-size: 12px !important;
}

.avisbls-offer .btn-plus svg,
.avisbls-offer .btn-minus svg {
  color: rgb(0 0 0 / 80%);
}

.avisbls-offer .btn-plus[disabled] svg,
.avisbls-offer .btn-minus[disabled] svg {
  color: #c1bfbf;
}

.avisbls-block .offer-quantity .avisbls-quantity-input input {
  width: 100%;
  border: none;
  background-color: #f9fafb;
  padding-inline: 5px;
  text-align: center;
}

.avisbls-block .offer-quantity .avisbls-quantity-input input:focus {
  outline-width: 0px;
  box-shadow: none;
}

.avisbls-block
  .offer-quantity
  .avisbls-quantity-input
  input::-webkit-outer-spin-button,
.avisbls-block
  .offer-quantity
  .avisbls-quantity-input
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.avisbls-block .offer-quantity .avisbls-quantity-input input[type="number"] {
  -moz-appearance: textfield;
}

.avisbls-box-variant .avisbls-option-name,
.avisbls-box-variant .avisbls-variant-index {
  font-size: 13px;
}

/*
.avisbls-title
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.avisbls-title span.avisbls-block-title{
    font-weight: bold;
    line-height: 120%;
}

.avisbls-offer
{
    margin-bottom: 10px;
}
.avisbls-offer-label
{
    padding: 22px 15px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    background: #ffffff;
}
.avisbls-offer-view
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.avisbls-offer-radio
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    margin-right: 15px;
}
input.avisbls-radio:checked+label
{
    border-color: rgb(255, 132, 17);
    background-color: rgb(252, 240, 229);
    border-width: 1px;
}
input.avisbls-radio:checked + label .avisbls-offer-radio
{
    background-color: rgb(255, 132, 17);
    box-shadow: rgb(255, 132, 17) 0px 0px 0px 1px
}
.avisbls-offer-content
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.avisbls-offer-content .offer-title
{
    font-weight: bold;
}

.avisbls-footer-wrapper
{
    display: flex;
    justify-content: space-between;
} */

/* select variant */

.avis-bundles__swatch-dropdown {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  width: 100%;
}

.avis-bundles__bar-variant-select {
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: start;
  gap: 8px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  min-width: 100px;
  font-size: 14px;
}

.avis-bundles__bar-variant-names {
  font-size: 12px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: normal;
  text-transform: initial;
}

.avis-bundles-option-value .avis-bundles__swatch,
.avis-bundles__bar-variant-select .avis-bundles__swatch {
  display: flex;
  flex-shrink: 0;
  background-size: cover;
  width: 20px;
  height: 20px;
  border: 1px solid #c2cdd6;
  background-color: #fff;
  background-image: var(---avis-swatch-image, none);
  border-radius: 50%;
}

.avis-bundles-option-value span,
.avis-bundles__bar-variant-select span {
  padding-bottom: 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  display: block;
  white-space: nowrap;
}

.avis-bundles__bar-variant-select:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
}

.avis-bundles__swatch {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}

.avis-bundles__swatch-dropdown__options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
  margin-top: 4px;
  width: 100%;
  overflow: hidden;
}

.avis-bundles__swatch-dropdown__option {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #333;
  background: #fff;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.avis-bundles__swatch-dropdown__option:hover {
  background-color: #f9f9f9;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.avis-bundles__swatch-dropdown__option:active {
  background-color: #ececec;
}

.avis-bundles__swatch-dropdown__option span {
  white-space: nowrap;
  font-size: 14px;
}

.avis-bundles__swatch-dropdown__option:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.avis-bundles__swatch-dropdown__option:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.avis-bundles__bar-variant-select::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 5.7' style='enable-background:new 0 0 9 5.7' xml:space='preserve'%3E%3Cpath d='M8.4.2C8.2.1 8 0 7.8 0s-.3.1-.5.2L4.5 3 1.7.2C1.5.1 1.4 0 1.2 0S.8.1.6.2L.2.6C.1.8 0 1 0 1.2s.1.4.2.5L4 5.5c.1.1.3.2.5.2s.4-.1.5-.2l3.8-3.8c.1-.1.2-.3.2-.5S8.9.8 8.8.6L8.4.2z' style='fill:%23959595'/%3E%3C/svg%3E"); /* SVG icon */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.2s ease;
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
}

.avisbls-block-title.hide-line::before,
.avisbls-block-title.hide-line::after {
  display: none !important;
}

/* Mis & Match bundle css */
.avisbls-offer-label-mix-match {
  min-height: 54px !important;
  cursor: not-allowed !important;
}

.avisbls-offer-label-mix-match .offer-box {
  min-height: auto !important;
}

.avisbls-offer-label-mix-match .offer-box-has-tag.first-layout {
  justify-content: center;
}

.avisbls-structure-first.avisbls-template-1
  .avisbls-offer-label-mix-match
  .offer-box-has-tag.first-layout,
.avisbls-structure-first.avisbls-template-6
  .avisbls-offer-label-mix-match
  .offer-box-has-tag.first-layout,
.avisbls-structure-first.avisbls-template-9
  .avisbls-offer-label-mix-match
  .offer-box-has-tag.first-layout {
  min-height: 50px !important;
}

.avisbls-structure-first.avisbls-template-10
  .avisbls-offer-label-mix-match
  .avisbls-offer-view
  .offer-badge {
  bottom: -19px;
}

.avisbls-offer-label-mix-match .four-layout {
  min-height: 54px !important;
}

.avisbls-offer-label-mix-match .offer-box-has-tag {
  min-height: auto !important;
  justify-content: center;
}

.avisbls-product-list {
  margin-top: 20px;
}

.avisbls-product {
  border: 1px solid #e0e0e0;
  position: relative;
  margin-top: 12px;
  padding: 16px;
}

.avisbls-product__checkbox {
  display: flex;
  align-items: center;
}

.avisbls-product__checkbox input {
  margin-left: 0;
  width: 16px;
  height: 16px;
}

.avisbls-product__image {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.avisbls-product__image img {
  object-fit: cover;
}

.avisbls-product-name {
  margin: 0;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 18px;
}

.avisbls-product__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: 10px;
}

.avisbls-product__price-site {
  display: inline-block;
  line-height: 20px;
}

.avisbls-product-compare-price {
  text-decoration-line: line-through;
  line-height: 1rem;
  margin-left: 0.5rem;
}

.avisbls-product label {
  display: flex;
  margin-left: 10px;
  padding: 4px 0;
}

.avisbls-product label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.avisbls-custom-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0 !important;
}

.avisbls-custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.avisbls-custom-checkbox .avisbls-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid rgba(138, 138, 138, 1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avisbls-custom-checkbox .avisbls-checkmark:after {
  position: absolute;
  top: 46%;
  left: 22%;
  content: "";
  display: none;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}

.avisbls-custom-checkbox input:checked ~ .avisbls-checkmark {
  background-color: #000;
  border-color: #000;
}

.avisbls-custom-checkbox input:checked ~ .avisbls-checkmark:after {
  display: block;
}

.avisbls-custom-checkbox.disabled input:checked ~ .avisbls-checkmark {
  background-color: #666666;
  border-color: #666666;
}

.avisbls-product.checked {
  border-color: #000;
}

.avisbls-product.checked .avisbls-variant-select-list {
  display: block;
}

.avisbls-product.checked .avisbls-variant-btn-add {
  display: flex;
}

.avisbls-product .Polaris-Checkbox__ChoiceLabel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.avisbls-btn-add-cart {
  width: 100%;
  border: 1px solid #000;
  height: 45px;
  font-size: 15px;
}

.avisbls-btn-add-cart:hover {
  box-shadow:
    rgba(18, 18, 18) 0px 0px 0px 1px,
    rgba(255, 255, 255) 0px 0px 0px 2px;
}

.avisbls-quantity-input {
  position: relative;
  z-index: 2;
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.avisbls-quantity-button {
  width: 22px;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.avisbls-quantity-button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.avisbls-quantity-input input {
  text-align: center;
  border: none;
  padding: 0;
  text-align: center;
  width: calc(100% - 44px);
  background: none;
  outline: none;
}

.avisbls-quantity-input input::-webkit-outer-spin-button,
.avisbls-quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.avisbls-quantity-input input[type="number"] {
  appearance: textfield;
}

.avisbls-quantity-input input:focus-visible {
  box-shadow: none;
  outline-offset: 0;
}

.mix-match-advance-product {
  cursor: pointer;
}

.mix-match-advance-product.disabled {
  background: #e9e9e9;
  cursor: not-allowed;
}

.mix-match-advance-product.active {
  background: #d5ebff;
  border-color: #d5ebff;
  color: #003a5a;
}

.avisbls-offer.disabled {
  position: relative;
}

.avisbls-offer.disabled::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
}

.avisbls-bundle-media .Polaris-Checkbox__ChoiceLabel {
  position: relative;
  padding: 0;
}

.avisbls-bundle-media img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.avisbls-bundle-media .Polaris-Checkbox__ChoiceLabel::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0000005d;
  z-index: 2;
  border-radius: 0.5rem;
  transition: all 0.1s;
  opacity: 0;
  visibility: hidden;
}

.avisbls-bundle-media .Polaris-Checkbox__ChoiceLabel:hover::before {
  opacity: 1;
  visibility: visible;
}

.avisbls-bundle-media .Polaris-Checkbox__ChoiceLabel .Polaris-Choice__Control {
  position: absolute;
  top: 8px;
  left: 5px;
  z-index: 2;
}

.avisbls-bundle-media .Polaris-Choice__Label {
  width: 100%;
}

.avisbls-bundle-media .Polaris-Thumbnail {
  width: 100%;
}

.avisbls-bundle-media .Polaris-DropZone {
  height: 120px;
}

.avisbls-bundle-media .Polaris-Checkbox__ChoiceLabel {
  width: 100%;
}

.avisbls-bundle-media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.5rem;
}

.avisbls-bundle-detail-preview .Polaris-Thumbnail {
  width: 100%;
  border-radius: 0;
  border: none;
}

.avisbls-bundle-detail-preview .Polaris-Thumbnail img {
  width: 100%;
  object-fit: cover;
}

.avisbls-variant-select {
  position: relative;
  margin-top: 5px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}

.avisbls-variant-select.hidden {
  display: none;
}

.avisbls-variant-select .w-full {
  width: 100%;
}

.avisbls-variant-select select {
  border: 1px solid #303030;
  height: 40px;
  border-radius: 5px;
  width: 100%;
  padding: 2px 8px;
  outline: none;
}

.avisbls-variant-select select:focus-visible {
  outline-offset: 0;
  box-shadow: none;
}

.avisbls-variant-select .Polaris-Select {
  height: 40px;
  width: 100%;
}

.avisbls-variant-select .Polaris-Select__Content {
  height: 40px;
  width: 100%;
}

.avisbls-variant-select-list {
  position: relative;
  max-height: 250px;
  overflow-y: auto;
  margin-top: 8px;
  display: none;
}

.avisbls-variant-select-list::-webkit-scrollbar {
  width: 5px;
}

.avisbls-variant-select-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 2px;
}

.avisbls-variant-select-list.hidden {
  display: none;
}

.avisbls-variant-select-list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  padding: 6px 0;
}

.avisbls-variant-select-list-input {
  display: flex;
  align-items: center;
  gap: 6px;
}

.avisbls-variant-select-list > div:last-child {
  border-bottom: none;
}

.avisbls-btn-delete-variant {
  background: none;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 30px;
}

.avisbls-variant-selected-name {
  font-size: 14px;
  color: #303030;
}

.avisbls-quantity-input-default {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4e4e4;
  height: 40px;
  width: 50px;
  border-radius: 5px;
  font-weight: 600;
}

.avisbls-quantity-input-default.small {
  height: 34px;
  width: 40px;
}

.avisbls-variant-select-list {
  position: relative;
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.avisbls-one-time-item .avisbls-product-entry {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.avisbls-one-time-item .avisbls-variant-btn-add {
  display: none !important;
}

.avisbls-variant-select-list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  position: relative;
  border-bottom: 1px solid #e5e7eb;
  flex-wrap: wrap;
}

/* .avisbls-variant-select-list >div >div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
  width: 100%;
} */
.avisbls-variant-select-list > div:last-child {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 6px;
}

.avisbls-variant-select-one > div:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.avisbls-variant-select-one > div {
  padding: 0;
}

.avisbls-variant-button {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  width: 60px;
  height: 30px;
  box-shadow: none;
  outline: none;
}

.avisbls-variant-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.avisbls-variant-dropdown {
  margin-top: 8px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  list-style-type: none;
  padding: 8px 0;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}

.avisbls-variant-item {
  padding: 8px 16px;
  cursor: pointer;
}

.avisbls-variant-item:hover {
  background-color: #f5f5f5;
}

.avisbls-variant-item.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.avisbls-select-options {
  border: 1px solid #d9d9d9;
  outline: 0;
  padding: 3px;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  border-radius: 4px;
  flex-basis: 49%;
  margin: 2px 0.5%;
  box-shadow: none;
}

.avisbls-basic-item-input {
  flex-basis: 49%;
  margin: 2px 0.5%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.avisbls-basic-item-input .avisbls-quantity-input {
  width: calc(100% - 70px);
}

.avisbls-btn-delete {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 25px;
  margin: 0 0 0 4px;
  width: 30px;
  min-width: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.avisbls-btn-delete:disabled {
  cursor: not-allowed;
}

.avisbls-type-2 {
  justify-content: flex-end !important;
}

.avisbls-type-1 {
  justify-content: flex-end;
  flex-wrap: nowrap !important;
}

.avisbls-type-1 .avisbls-select-options {
  flex-basis: calc(100% - 114px);
}

.avisbls-type-1 .avisbls-basic-item-input {
  flex-basis: 108px;
}

.avisbls-type-1 .avisbls-basic-item-input .avisbls-quantity-input {
  width: 100%;
}

.avisbls-type-1.hidden-quantity-input {
  justify-content: flex-start;
}

.avisbls-type-1.hidden-quantity-input .avisbls-select-options {
  flex-basis: 50%;
}

.avisbls-type-3.hidden-quantity-input .avisbls-select-options {
  flex: 1;
}

.avisbls-allow-btn-delete {
  position: absolute;
  top: 50%;
  right: 5px;
  background: #f44f3e;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border: none;
  padding: 4.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  svg path {
    fill: #fff;
  }
}

.avisbls-variant-select-list > div:hover .avisbls-allow-btn-delete {
  opacity: 1;
  visibility: visible;
}

.avisbls-variant-btn-add {
  display: none;
  justify-content: flex-end;
  position: relative;
}

.avisbls-mix-match-site {
  margin-top: 36px !important;
}

.avisbls-mix-match-site .avisbls-template-12 .avisbls-offer-content {
  height: auto;
}
.avisbls-mix-match-site .avisbls-template-12 .avisbls-offer-content {
  height: auto;
}
.avisbls-mix-match-site .avisbls-template-12 .avisbls-offer-view {
  padding: 20px 0 20px !important;
}
.avisbls-mix-match-site .avisbls-template-12 .offer-des {
  text-align: center;
}

#avisbls-mix-match-add-cart {
  position: relative;
  width: 100%;
  border: 1px solid #000;
  height: 45px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 2px;
  background: #fff;
}

#avisbls-mix-match-add-cart:disabled {
  cursor: not-allowed;
  border-color: #999999;
}

#avisbls-mix-match-add-cart > span {
  transition: all 0.2s;
}

.avisbls-spinner {
  visibility: hidden;
  opacity: 0;
}

.avisbls-spinner::after {
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border-radius: 50%;
}

.avisbls-spinner.material::after {
  border-top: 2px solid rgb(91 91 91);
  border-left: 2px solid rgb(91 91 91);
  border-bottom: 2px solid rgb(91 91 91);
  border-right: 2px solid rgba(255, 255, 255, 0);
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

#avisbls-mix-match-add-cart.loading span:first-child {
  visibility: hidden;
  opacity: 0;
}

#avisbls-mix-match-add-cart.loading .avisbls-spinner {
  visibility: visible;
  opacity: 1;
}
