.tavazo-simple-bundle-card .tpc-thumb .onsale,
.tavazo-simple-bundle-card .tpc-thumb .tdev-dynamic-badge,
.tavazo-simple-bundle-card .tpc-thumb [class*="badge"]:not(.tavazo-simple-bundle-single__badge),
.tavazo-simple-bundle-card .tpc-thumb [class*="label"]:not(.tavazo-simple-bundle-single__badge) {
  display: none !important;
}

.tavazo-simple-bundle-single__layout {
  align-items: flex-start;
  gap: 64px;
}

.tavazo-simple-bundle-single__gallery {
  position: relative;
}

.tavazo-simple-bundle-single__gallery .onsale,
.tavazo-simple-bundle-single__gallery .tdev-dynamic-badge,
.tavazo-simple-bundle-single__gallery [class*="badge"]:not(.tavazo-simple-bundle-single__badge),
.tavazo-simple-bundle-single__gallery [class*="label"]:not(.tavazo-simple-bundle-single__badge) {
  display: none !important;
}

.tavazo-simple-bundle-single__badge {
  z-index: 1;
  min-height: 40px;
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  border-radius: 200px;
  background: var(--Secondary, #EFCE9B);
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.tavazo-simple-bundle-single__badge i {
    display: flex;
}

.tavazo-simple-bundle-single__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #a4a7ae;
  font-size: 13px;
  line-height: 20px;
  text-align: start;
}

.tavazo-simple-bundle-single .product_title {
  margin: 0 0 16px;
  color: var(--Neutral-900, #060709);
  text-align: start;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
}

.tavazo-simple-bundle-single__meta {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.tavazo-simple-bundle-single__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 8px;
  background: var(--Secondary-50, #F2F6F4);
  color: var(--Secondary-500, #05422C);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.tavazo-simple-bundle-single__meta > span .sku {
  direction: ltr !important;
  display: inline-block;
}

.tavazo-simple-bundle-single__meta > span a {
  color: inherit;
  text-decoration: none;
}

.tavazo-simple-bundle-single__price {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 18px;
  color: #181d27;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.tavazo-simple-bundle-single__price del {
  opacity: 1;
  margin-inline-end: 10px;
  color: #D54033 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 120% !important;
}

.tavazo-simple-bundle-single__price ins {
  color: var(--Neutral---700, #3D3D3D);
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 120%; /* 24px */
}

.tavazo-simple-bundle-single__tabs {
}

.tavazo-simple-bundle-single .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  border-bottom: 1px solid #eceff3;
  list-style: none;
}

.tavazo-simple-bundle-single .woocommerce-tabs ul.tabs::before,
.tavazo-simple-bundle-single .woocommerce-tabs ul.tabs::after {
  display: none;
}

.tavazo-simple-bundle-single .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.tavazo-simple-bundle-single .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 0 18px 14px;
  color: #535862;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.tavazo-simple-bundle-single .woocommerce-tabs ul.tabs li.active a {
}

.tavazo-simple-bundle-single .woocommerce-Tabs-panel {
  margin-bottom: 28px;
  color: #414651;
  font-size: 15px;
  line-height: 2;
  text-align: start;
}


.tavazo-simple-bundle-contents {
  margin-top: 28px;
  border: 1px solid #eceff3;
  border-radius: 16px;
  background: #fff;
}

.tavazo-simple-bundle-contents__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  cursor: pointer;
  color: var(--Neutral---500, #666);
  text-align: start;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%; /* 18px */
}

.tavazo-simple-bundle-contents__summary::marker,
.tavazo-simple-bundle-contents__summary::-webkit-details-marker {
  display: none;
  content: "";
}

.tavazo-simple-bundle-contents:not([open]) .tavazo-simple-bundle-contents__summary svg {
  transform: rotate(180deg);
}

.tavazo-simple-bundle-contents__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0 22px 20px;
  list-style: none;
}

.tavazo-simple-bundle-contents__item {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
}

.tavazo-simple-bundle-contents__thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #f5f5f5;
  overflow: hidden;
}

.tavazo-simple-bundle-contents__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tavazo-simple-bundle-contents__item.is-unavailable .tavazo-simple-bundle-contents__thumb img {
  filter: blur(2px) grayscale(.15);
  opacity: .55;
}

.tavazo-simple-bundle-contents__label {
  max-width: 100%;
  color: #0c3c30;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  overflow-wrap: anywhere;
  text-align: center;
}

.tavazo-simple-bundle-contents__qty {
  color: #d12030;
  font-size: 11px;
  line-height: 16px;
}

.tavazo-simple-bundle-contents__status {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d12030;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.tavazo-simple-bundle-single__add-to-cart {
  margin-top: 14px;
}

.tavazo-simple-bundle-single__add-to-cart .bundled_products,
.tavazo-simple-bundle-single__add-to-cart .bundle_form > .bundled_product,
.tavazo-simple-bundle-single__add-to-cart .bundle_form > .bundled_product_summary,
.tavazo-simple-bundle-single__add-to-cart .bundle_form > [class*="bundled_item_"],
.tavazo-simple-bundle-single__add-to-cart .bundle_error,
.tavazo-simple-bundle-single__add-to-cart .bundle_price,
.tavazo-simple-bundle-single__add-to-cart .bundle_availability {
  display: none !important;
}

.tavazo-simple-bundle-single__add-to-cart form.bundle_form.cart {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.tavazo-simple-bundle-single__add-to-cart .bundle_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border: 1px solid #eceff3;
  border-radius: 16px;
  background: #fff;
}

.tavazo-simple-bundle-single__add-to-cart .bundle_wrap:not(:has(.single_add_to_cart_button)) {
  display: none !important;
}

.tavazo-simple-bundle-single__add-to-cart .bundle_button {
  display: contents;
}

.tavazo-simple-bundle-single__add-to-cart .single_add_to_cart_button {
  border: 1px solid #0c3c30;
  border-radius: 12px;
  background: #0c3c30;
  box-shadow: 0 1px 2px rgba(10, 13, 18, .05);
  padding: 18px 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.tavazo-simple-bundle-single__add-to-cart .quantity {
  margin: 0;
  border: 1px solid #eceff3;
  border-radius: 10px;
}

.woocommerce-mini-cart-item.tavazo-simple-bundle-mini-cart-item .content,
.woocommerce-mini-cart-item.bundle_container_mini_cart_item .content {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  inline-size: 100%;
  justify-content: space-between !important;
  gap: 12px;
}

.woocommerce-mini-cart-item.tavazo-simple-bundle-mini-cart-item .content .thumbnail,
.woocommerce-mini-cart-item.bundle_container_mini_cart_item .content .thumbnail {
  inline-size: 88px;
  block-size: 56px;
  border-radius: 6px;
  border: 1px solid var(--Neutral-50, #f4f4f4);
  background: var(--Neutral-0, #fff);
  padding: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.woocommerce-mini-cart-item.tavazo-simple-bundle-mini-cart-item .content .thumbnail img,
.woocommerce-mini-cart-item.bundle_container_mini_cart_item .content .thumbnail img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.woocommerce-mini-cart-item.tavazo-simple-bundle-mini-cart-item .content .price,
.woocommerce-mini-cart-item.bundle_container_mini_cart_item .content .price {
  margin-inline-start: auto;
}

.woocommerce-mini-cart-item.tavazo-simple-bundle-mini-cart-item .content .tavazo-quantity-box,
.woocommerce-mini-cart-item.bundle_container_mini_cart_item .content .tavazo-quantity-box {
  display: flex !important;
  align-items: center !important;
  flex-direction: row-reverse !important;
  gap: 20px;
}

.woocommerce-mini-cart-item.tavazo-simple-bundle-mini-cart-item .content .tavazo-quantity-box .quantity,
.woocommerce-mini-cart-item.bundle_container_mini_cart_item .content .tavazo-quantity-box .quantity {
  display: flex !important;
  flex-direction: row-reverse !important;
}

.woocommerce-mini-cart-item.tavazo-simple-bundle-mini-cart-item .content .tavazo-quantity-box .quantity .quantity-button,
.woocommerce-mini-cart-item.bundle_container_mini_cart_item .content .tavazo-quantity-box .quantity .quantity-button {
  padding: 10px;
  cursor: pointer;
}

.woocommerce-mini-cart-item.tavazo-simple-bundle-mini-cart-item .content .tavazo-quantity-box ins,
.woocommerce-mini-cart-item.bundle_container_mini_cart_item .content .tavazo-quantity-box ins {
  text-decoration: none;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .tavazo-simple-bundle-single .single-product-wrapper.tavazo-simple-bundle-single__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    width: 100%;
  }

  .tavazo-simple-bundle-single__layout {
    gap: 18px;
  }

  .tavazo-simple-bundle-single__gallery,
  .single-product .single-product-wrapper .tavazo-simple-bundle-single__gallery {
    width: 100%;
    max-inline-size: none;
  }

  .tavazo-simple-bundle-single__gallery .woocommerce-product-gallery {
    width: 100%;
  }

  .tavazo-simple-bundle-single__gallery .woocommerce-product-gallery__image,
  .tavazo-simple-bundle-single__gallery .woocommerce-product-gallery__image a {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
  }

  .tavazo-simple-bundle-single__gallery .woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tavazo-simple-bundle-single .tavazo-simple-bundle-single__badge {
    top: 14px;
    right: 14px;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11px;
    line-height: 16px;
    gap: 4px;
  }

  .tavazo-simple-bundle-single .tavazo-simple-bundle-single__badge i svg {
    width: 14px;
    height: 14px;
  }

  .tavazo-simple-bundle-single__gallery .flex-control-nav,
  .tavazo-simple-bundle-single__gallery .flex-control-thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 4px;
    margin-top: 10px;
    scrollbar-width: none;
  }

  .tavazo-simple-bundle-single__gallery .flex-control-nav::-webkit-scrollbar,
  .tavazo-simple-bundle-single__gallery .flex-control-thumbs::-webkit-scrollbar {
    display: none;
  }

  .tavazo-simple-bundle-single__gallery .flex-control-thumbs li {
    flex: 0 0 42px;
    width: 42px;
    max-inline-size: 42px;
    border-radius: 7px;
  }

  .tavazo-simple-bundle-single__gallery .flex-control-thumbs li img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border: 1px solid transparent;
    border-radius: 7px;
    filter: none;
  }

  .tavazo-simple-bundle-single__gallery .flex-control-thumbs li img.flex-active {
    border-color: #5ec56e;
  }

  .tavazo-simple-bundle-single__summary {
    width: 100%;
    display: contents;
  }

  .tavazo-simple-bundle-single__summary .product-detail-inner {
    display: contents;
  }

  .tavazo-simple-bundle-single__gallery {
    order: 1;
  }

  .tavazo-simple-bundle-contents {
    order: 2;
    width: 100%;
    inline-size: 100%;
    max-inline-size: none;
    flex: 0 0 100%;
    align-self: stretch;
    box-sizing: border-box;
  }

  .tavazo-simple-bundle-single__eyebrow {
    order: 3;
  }

  .tavazo-simple-bundle-single .product_title {
    order: 4;
  }

  .tavazo-simple-bundle-single__meta {
    order: 5;
  }

  .tavazo-simple-bundle-single__price {
    order: 6;
  }

  .tavazo-simple-bundle-single__tabs {
    order: 7;
  }

  .tavazo-simple-bundle-single__add-to-cart {
    order: 8;
  }

  .tavazo-simple-bundle-single__eyebrow {
    margin-bottom: 8px;
    color: #a4a7ae;
    font-size: 11px;
    line-height: 18px;
  }

  .tavazo-simple-bundle-single .product_title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 140%;
  }

  .tavazo-simple-bundle-single__meta {
    gap: 8px;
  }

  .tavazo-simple-bundle-single__meta > span {
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 7px;
    font-size: 10px;
    line-height: 16px;
  }

  .tavazo-simple-bundle-single__price {
    margin: 18px 0 12px;
    font-size: 18px;
    line-height: 24px;
  }

  .tavazo-simple-bundle-single__price ins {
    font-size: 18px;
  }

  .tavazo-simple-bundle-single__price del {
    font-size: 12px !important;
  }

  .tavazo-simple-bundle-single .woocommerce-tabs ul.tabs {
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .tavazo-simple-bundle-single .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    display: none;
  }

  .tavazo-simple-bundle-single .woocommerce-tabs ul.tabs li a {
    padding: 0 8px 10px;
    font-size: 11px;
    line-height: 18px;
    white-space: nowrap;
  }

  .tavazo-simple-bundle-single .woocommerce-Tabs-panel {
    margin-bottom: 18px;
    font-size: 11px;
    line-height: 2;
  }

  .tavazo-simple-bundle-contents {
    margin-top: 18px;
    border-radius: 12px;
  }

  .tavazo-simple-bundle-contents__summary {
    padding: 12px 14px;
    font-size: 10px;
    line-height: 16px;
  }

  .tavazo-simple-bundle-contents__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 0 12px 14px;
  }

  .tavazo-simple-bundle-contents__thumb {
    width: 48px;
    height: 48px;
    border-radius: 7px;
  }

  .tavazo-simple-bundle-contents__label {
    font-size: 10px;
    line-height: 16px;
  }

  .tavazo-simple-bundle-contents__status {
    font-size: 10px;
    line-height: 16px;
  }

  .tavazo-simple-bundle-single__add-to-cart {
    margin-top: 10px;
  }

  .tavazo-simple-bundle-single__add-to-cart .bundle_wrap {
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
  }

  .tavazo-simple-bundle-single__add-to-cart .single_add_to_cart_button,
  .tavazo-simple-bundle-single__add-to-cart .quantity {
    justify-content: center;
    width: 100%;
  }

  .tavazo-simple-bundle-single__add-to-cart .single_add_to_cart_button {
    min-height: 48px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 20px;
  }
}
