.avisbls-structure-three .avisbls-init,
.avisbls-structure-three .avisbls-radio,
.avisbls-structure-three .avisbls-hide {
  display: none;
}
.avisbls-structure-three .avisbls-block {
  margin-bottom: 10px;
}
.avisbls-structure-three .avisbls-watermark {
  font-size: 13px;
  line-height: 120%;
}
.avisbls-structure-three .avisbls-watermark span {
  color: red;
  font-weight: bold;
}

.avisbls-structure-three .avisbls-title {
  padding-block: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 24px;
  position: relative;
}

.avisbls-structure-three .avisbls-title::before,
.avisbls-structure-three .avisbls-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 15px solid transparent;
}

.avisbls-structure-three .avisbls-title::before {
  right: 0;
  border-right-color: #ffffff;
}

.avisbls-structure-three .avisbls-title::after {
  left: 0;
  border-left-color: #ffffff;
}

.avisbls-structure-three .avisbls-title .avisbls-block-title {
  position: relative;
  width: fit-content;
  line-height: 120%;
}

/*Bundle body*/
.avisbls-structure-three .avisbls-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.avisbls-structure-three .avisbls-offer {
  grid-column: span 1;
  border-color: #c49b7d;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.avisbls-structure-three .avisbls-offer-full-width {
  grid-column: span 2;
}

.avisbls-structure-three .avisbls-offer-label {
  position: relative;
  padding-inline: 10px;
  padding-block: 18px;
  display: block;
  cursor: pointer;
  min-height: 116px;
  height: 100%;
  width: 100%;
  border-style: solid;
}

.avisbls-structure-three .avisbls-offer-view {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.avisbls-structure-three input.avisbls-radio:checked + label {
  border-style: solid;
}

.avisbls-structure-three
  input.avisbls-radio:checked
  + label
  .avisbls-offer-radio {
  border: 3px solid #000000;
}

.avisbls-structure-three .avisbls-offer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.avisbls-structure-three .avisbls-offer-content .offer-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  gap: 8px;
}

.avisbls-structure-three .avisbls-offer-content .offer-box-header {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 20px;
}

.avisbls-structure-three .avisbls-offer-content .offer-box-header .offer-title {
  max-width: 40% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1b1b21;
  line-height: 1;
}

.avisbls-structure-three
  .avisbls-body
  .avisbls-offer-full-width
  .avisbls-offer-content
  .offer-box-header
  .offer-title {
  max-width: 150px !important;
}

.avisbls-structure-three .avisbls-offer-content .offer-box-header .offer-des {
  padding: 0px 2px;
  width: max-content;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60% !important;
}

.avisbls-structure-three .avisbls-offer-content .offer-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

/*Bundle tag*/
.avisbls-structure-three .avisbls-offer-content .offer-box .avisbls-tags {
  text-decoration: underline;
}

/* quantity */
.avisbls-structure-three .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-three .btn-plus,
.avisbls-structure-three .btn-minus {
  width: fit-content;
  margin: auto 0;
  padding: 0px;
  border: none;
  background-color: inherit;
}

.avisbls-structure-three .btn-plus .polaris-icon,
.avisbls-structure-three .btn-minus .polaris-icon {
  display: block;
  height: 20px;
  width: 20px;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.avisbls-structure-three .offer-quantity .btn-disabled {
  color: #c1bfbf;
}

.avisbls-structure-three .offer-quantity-text {
  text-align: center;
  font-weight: 600;
  width: fit-content;
  padding-inline: 5px;
  position: relative;
}

.avisbls-structure-three .offer-quantity-text::before,
.avisbls-structure-three .offer-quantity-text::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #c8c8c8;
  position: absolute;
}

.avisbls-structure-three .offer-quantity-text::before {
  left: 0px;
}

.avisbls-structure-three .offer-quantity-text::after {
  right: 0px;
}
/* footer */
.avisbls-structure-three .avisbls-footer-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.avisbls-structure-three .avisbls-footer-wrapper .avisbls-footer-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  width: 50%;
}

.avisbls-structure-three .avisbls-footer-wrapper .avisbls-footer-label svg {
  width: 20px;
}

.avisbls-structure-three .avisbls-footer-wrapper .avisbls-footer-label span {
  margin: 0px;
}

.avisbls-structure-three
  .avisbls-footer-wrapper
  .avisbls-footer-price
  .avisbls-total-label {
  font-weight: 600;
}

.avisbls-structure-three .avisbls-box-variant {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.avisbls-structure-three .variant-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2px;
}

.avisbls-structure-three .variant-wrapper:not(:first-child) span {
  line-height: 1;
  padding-top: 7px;
  display: block;
  width: 15px;
}

.avisbls-structure-three .variant-wrapper:first-child span {
  line-height: 1;
  padding-top: 31px;
  display: block;
  width: 15px;
}

.avisbls-structure-three .variant-selection {
  display: grid;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
  grid-template-columns: 1fr;
}

.avisbls-structure-three .variant-selection p {
  padding-bottom: 4px;
}

.avisbls-structure-three .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-three .variant-selection .selection-item {
  width: 100%;
}
