.avisbls-structure-second .avisbls-init,
.avisbls-structure-second .avisbls-radio,
.avisbls-structure-second .avisbls-hide {
  display: none;
}
.avisbls-structure-second .avisbls-block {
  margin-bottom: 10px;
}
.avisbls-structure-second .avisbls-watermark {
  font-size: 13px;
  line-height: 120%;
}
.avisbls-structure-second .avisbls-watermark span {
  color: red;
  font-weight: bold;
}

/*Bundle header*/
.avisbls-structure-second .avisbls-title,
.avisbls-structure-second .avisbls-title-line {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #574539;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 120%;
}

.avisbls-structure-second .avisbls-title-line {
  overflow: hidden;
}

.avisbls-structure-second .avisbls-title .avisbls-block-title,
.avisbls-structure-second .avisbls-title-line .avisbls-block-title {
  position: relative;
  width: fit-content;
}

.avisbls-template-2 .avisbls-title-line .avisbls-block-title::after {
  content: "";
  position: absolute;
  background-color: #c8c8c8;
  top: 80%;
  width: 200%;
  height: 1px;
  left: 100%;
  right: 0;
  margin-left: 10px;
}

.avisbls-structure-second
  .avisbls-title-line
  .avisbls-block-title.hide-line::after {
  display: none;
}

/*Bundle body*/
.avisbls-structure-second .avisbls-body {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: stretch;
}
.avisbls-template-12 .avisbls-title-line {
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.avisbls-template-12 .avisbls-title-line .avisbls-block-title::before,
.avisbls-template-12 .avisbls-title-line .avisbls-block-title::after {
  content: "";
  position: absolute;
  background-color: #c8c8c8;
  top: 50%;
  width: 100%;
  height: 1px;
}

.avisbls-template-12 .avisbls-title-line .avisbls-block-title::after {
  left: 100%;
  margin-left: 10px;
}

.avisbls-template-12 .avisbls-title-line .avisbls-block-title::before {
  right: 100%;
  margin-right: 10px;
}

/*Bundle body*/
.avisbls-structure-second .avisbls-body {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.avisbls-template-12 .avisbls-body {
  row-gap: 0px;
}

.avisbls-template-2 .avisbls-body .avisbls-offer {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  grid-column: span 3;
  min-height: 100%;
}

.avisbls-template-12 .avisbls-body .avisbls-offer {
  grid-column: span 2;
  margin-top: 10px;
}

.avisbls-template-2 .avisbls-body-larger-than-three .avisbls-offer:nth-child(1),
.avisbls-template-2 .avisbls-body-larger-than-three .avisbls-offer:nth-child(2),
.avisbls-template-2
  .avisbls-body-larger-than-three
  .avisbls-offer:nth-child(3) {
  grid-column: span 2;
}

.avisbls-template-12 .avisbls-body-span-3 .avisbls-offer:nth-last-child(2),
.avisbls-template-12 .avisbls-body-span-3 .avisbls-offer:last-child {
  grid-column: span 3;
}

.avisbls-template-12 .avisbls-body-span-6 .avisbls-offer:last-child {
  grid-column: span 6;
}

.avisbls-template-2 .avisbls-body-no-variant .avisbls-offer:last-child {
  grid-column: span 6;
}

.avisbls-template-2 .avisbls-body .avisbls-offer .avisbls-tags {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 5px;
  max-width: 90%;
  border-radius: 4px;
}

.avisbls-template-12 .avisbls-body .avisbls-offer .avisbls-tags {
  position: absolute;
  overflow: visible;
  width: fit-content;
  --dynamic-value: #ff0026;
  background-color: #ff0026;
  top: -1px;
  left: 50%;
  transform: translate(-50%, -7px);
  white-space: nowrap;
  padding-left: 2px;
  padding-right: 2px;
}

.avisbls-template-12 .avisbls-body .avisbls-offer .avisbls-tags:after,
.avisbls-template-12 .avisbls-body .avisbls-offer .avisbls-tags:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent transparent var(--dynamic-value) transparent;
  top: 0;
  filter: brightness(0.8);
}

.avisbls-template-12 .avisbls-body .avisbls-offer .avisbls-tags:before {
  transform: translate(-100%);
  border-width: 0 0 8px 6px;
  left: 0;
}

.avisbls-template-12 .avisbls-body .avisbls-offer .avisbls-tags:after {
  transform: translate(100%);
  border-width: 0 6px 8px 0;
  right: 0;
}

.avisbls-template-2 .avisbls-offer-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
  width: 100%;
  gap: 6px;
  height: 100%;
}

.avisbls-template-2 .avisbls-offer-label .avisbls-offer-unline {
  display: none;
  min-height: 2px;
  width: 80%;
  border-radius: 4px;
}

.avisbls-template-2 .avisbls-offer-label .avisbls-offer-view {
  display: block;
  cursor: pointer;
  border-style: solid;
  position: relative;
  padding: 15px 10px;
  padding-top: 25px;
  width: 100%;
}

.avisbls-template-12 .avisbls-offer-label .avisbls-offer-view {
  display: block;
  cursor: pointer;
  border-style: solid;
  padding: 30px 10px 10px 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.avisbls-template-12 .avisbls-offer-label .avisbls-offer-view:hover {
  border-width: 2px;
}

.avisbls-template-2 .avisbls-offer-label .avisbls-offer-view .offer-des {
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  padding: 0px 5px;
  max-width: 90%;
  top: 0;
  right: 0;
}

.avisbls-template-12 .avisbls-offer-label .avisbls-offer-view .offer-des {
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 5px;
  max-width: 100%;
}

.avisbls-template-12 .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);
  background-color: #ffffff;
}

.avisbls-template-2 input.avisbls-radio:checked + label .avisbls-offer-view {
  border-style: solid;
}

.avisbls-template-2 input.avisbls-radio:checked + label {
  padding-top: 5px;
  transform: translateY(-5px);
}

.avisbls-template-2 input.avisbls-radio:checked + label .avisbls-offer-unline {
  display: flex;
}

.avisbls-template-2 .avisbls-offer-content .offer-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column-reverse;
  width: 100%;
  gap: 8px;
}

.avisbls-template-12 .avisbls-offer-content {
  height: inherit;
}

.avisbls-template-12 .avisbls-offer-content .offer-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: inherit;
  width: 100%;
  gap: 8px;
}

.avisbls-structure-second .avisbls-offer-content .offer-box-header {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}

.avisbls-structure-second
  .avisbls-offer-content
  .offer-box-header
  .offer-title {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.avisbls-structure-second .avisbls-offer-content .offer-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.avisbls-template-12 .avisbls-offer-content .offer-price {
  text-align: center;
}

.avisbls-structure-second
  .avisbls-offer-content
  .offer-price
  .offer-price-general {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 100%;
  -webkit-line-clamp: 2;
}

/* quantity */
.avisbls-structure-second .offer-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  background-color: #f9fafb;
  border-color: #e5e7eb;
  border-style: solid;
  height: 30px;
  border-width: 1px;
  border-radius: 6px;
  padding: 5px 2px;
}

.avisbls-structure-second .btn-plus,
.avisbls-structure-second .btn-minus {
  width: fit-content;
  border: none;
  background-color: inherit;
  margin: auto 0;
  padding: 0px;
}

.avisbls-structure-second .btn-plus .polaris-icon,
.avisbls-structure-second .btn-minus .polaris-icon {
  display: block;
  margin: auto;
  height: 20px;
  width: 20px;
  max-height: 100%;
  max-width: 100%;
}

.avisbls-structure-second .offer-quantity .btn-disabled {
  color: #c1bfbf;
}

.avisbls-structure-second .offer-quantity-text {
  text-align: center;
  position: relative;
  font-weight: 600;
  width: fit-content;
  padding-inline: 5px;
}

.avisbls-structure-second .offer-quantity-text::before,
.avisbls-structure-second .offer-quantity-text::after {
  content: "";
  background-color: #c8c8c8;
  position: absolute;
  height: 100%;
  width: 1px;
}

.avisbls-structure-second .offer-quantity-text::before {
  left: 0px;
}

.avisbls-structure-second .offer-quantity-text::after {
  right: 0px;
}

/* footer */
.avisbls-structure-second .avisbls-footer-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
}

.avisbls-structure-second .avisbls-footer-wrapper .avisbls-footer-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  width: 50%;
}

.avisbls-structure-second .avisbls-footer-wrapper .avisbls-footer-label svg {
  width: 20px;
}

.avisbls-structure-second .avisbls-footer-wrapper .avisbls-footer-label span {
  margin: 0px;
}

.avisbls-structure-second
  .avisbls-footer-wrapper
  .avisbls-footer-price
  .avisbls-total-label {
  font-weight: 600;
}

.avisbls-structure-second .avisbls-box-variant {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.avisbls-structure-second .variant-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2px;
}

.avisbls-structure-second .variant-wrapper:not(:first-child) span {
  line-height: 1;
  padding-top: 7px;
  display: block;
  width: 15px;
}

.avisbls-structure-second .variant-wrapper:first-child span {
  padding-top: 30px;
  display: block;
  width: 15px;
}

.avisbls-structure-second .variant-selection {
  display: grid;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
  grid-template-columns: 1fr;
}

.avisbls-structure-second .variant-selection p {
  padding-bottom: 4px;
}

.avisbls-structure-second .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-second .variant-selection .selection-item {
  width: 100%;
}

.avisbls-structure-second .avisbls-offer-label .avisbls-offer-view {
  height: 100%;
}

.avisbls-structure-second.avisbls-template-2
  .avisbls-body
  .avisbls-offer
  .avisbls-tags {
  padding: 2px 5px;
  display: flex;
  align-items: center;
  position: relative;
  top: 4px;
}
