.avisbls-structure-four .avisbls-init,
.avisbls-structure-four .avisbls-radio,
.avisbls-structure-four .avisbls-hide {
  display: none;
}
.avisbls-structure-four .avisbls-block {
  margin-bottom: 10px;
}
.avisbls-structure-four .avisbls-watermark {
  font-size: 13px;
  line-height: 120%;
}
.avisbls-structure-four .avisbls-watermark span {
  color: red;
  font-weight: bold;
}
/*Bundle header*/
.avisbls-structure-four .avisbls-title {
  padding-block: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 24px;
}

.avisbls-structure-four .avisbls-title .avisbls-block-title {
  position: relative;
  width: fit-content;
  line-height: 120%;
}

/*Bundle body*/
.avisbls-structure-four .avisbls-offer {
  border-color: #c49b7d;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.avisbls-structure-four .avisbls-offer-label {
  display: block;
  cursor: pointer;
  width: 100%;
  border-style: solid;
}

.avisbls-structure-four input.avisbls-radio:checked + label {
  border-bottom-width: 0px;
  border-style: solid;
}

.avisbls-structure-four .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-structure-four .avisbls-offer-content .offer-box .avisbls-offer-radio {
  display: flex !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 2px solid #ffffff;
  -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);
  border-radius: 50%;
}

.avisbls-structure-four .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-structure-four .avisbls-offer-content .offer-box {
  display: grid;
  grid-template-columns: 1fr 15px;
  align-items: center;
  width: 100%;
  padding: 15px 15px;
  position: relative;
  border-style: solid;
  border-block-width: 0px;
  border-right-width: 0px;
  gap: 6px;
}

.avisbls-structure-four .avisbls-offer-content .offer-box-header {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 6px;
  flex: 1;
}

.avisbls-structure-four .avisbls-offer-content .offer-box-header .offer-title {
  line-height: 1;
}

.avisbls-structure-four .avisbls-offer-content .avisbls-tags {
  max-width: 50%;
  height: fit-content;
  margin-bottom: 8px;
  padding-inline: 5px;
  background-color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
}

.avisbls-structure-four .avisbls-offer-content .offer-des {
  height: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  text-transform: uppercase;
}

.avisbls-structure-four .avisbls-offer-content .offer-price {
  display: flex;
  align-items: end;
  gap: 8px;
  line-height: 1;
  flex-wrap: wrap;
}

/* quantity */
.avisbls-structure-four .offer-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  height: 30px;
  background-color: #f9fafb;
  border-color: #e5e7eb;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  padding: 5px 2px;
}

.avisbls-structure-four .btn-plus,
.avisbls-structure-four .btn-minus {
  width: fit-content;
  margin: auto 0;
  padding: 0px;
  border: none;
  background-color: inherit;
}

.avisbls-structure-four .btn-plus .polaris-icon,
.avisbls-structure-four .btn-minus .polaris-icon {
  display: block;
  height: 20px;
  width: 20px;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.avisbls-structure-four .offer-quantity .btn-disabled {
  color: #c1bfbf;
}

.avisbls-structure-four .offer-quantity-text {
  text-align: center;
 width: fit-content;
  padding-inline: 5px;
  position: relative;
}

.avisbls-structure-four .offer-quantity-text::before,
.avisbls-structure-four .offer-quantity-text::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #c8c8c8;
  position: absolute;
}

.avisbls-structure-four .offer-quantity-text::before {
  left: 0px;
}

.avisbls-structure-four .offer-quantity-text::after {
  right: 0px;
}
/* footer */
.avisbls-structure-four .avisbls-footer-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.avisbls-structure-four .avisbls-footer-wrapper .avisbls-footer-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  width: 50%;
}

.avisbls-structure-four .avisbls-footer-wrapper .avisbls-footer-label svg {
  width: 20px;
}

.avisbls-structure-four .avisbls-footer-wrapper .avisbls-footer-label span {
  margin: 0px;
}

.avisbls-structure-four
  .avisbls-footer-wrapper
  .avisbls-footer-price
  .avisbls-total-label {
  font-weight: 600;
}

.avisbls-structure-four .avisbls-offer:last-child .avisbls-offer-label {
  border-bottom-width: 1px;
  border-style: solid;
}

.avisbls-structure-four .avisbls-box-variant {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  grid-column: 1/-1;
}

.avisbls-structure-four .variant-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2px;
}

.avisbls-structure-four .variant-wrapper:not(:first-child) span {
  line-height: 1;
  padding-top: 7px;
  display: block;
  width: 15px;
}

.avisbls-structure-four .variant-wrapper:first-child span {
  line-height: 1;
  padding-top: 31px;
  display: block;
  width: 15px;
}

.avisbls-structure-four .variant-selection {
  display: grid;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
  grid-template-columns: repeat(2, 1fr);
}

.avisbls-structure-four .variant-selection .selection-item:nth-child(3) {
  grid-column: 1/-1;
}

.avisbls-structure-four .variant-selection p {
  padding-bottom: 4px;
}

.avisbls-structure-four .variant-selection .variant-select-element {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  padding: 4px;
  font-size: 12px;
}
.avisbls-structure-four .variant-selection .selection-item {
  width: 100%;
}
