/** Shopify CDN: Minification failed

Line 1137:2 Unexpected ","

**/
.section--heading h3 {
  font-size: 36px;
  margin: 12px 0;
  font-weight: 700;
}
.product_list_area > div {
  margin-bottom: 30px;
}
.create-your-bundle-inner {
  display: grid;
  grid-template-columns: 1fr 344px;
  gap: 36px;
  align-items: flex-start;
  padding: 0 75px;
}

.bb-container {
  --text-color: #26292a;
  --btn-background: #27292b;
  --helvetica-font: "Helvetica Neue", sans-serif;
  --border-color: #707070;
  --alt-border-color: #bebebe;
    max-width: 1240px;
    margin: 0 auto;
    padding-inline: 13px;
}

.bb-alt-item-container {
  width: 100%;
  text-align: center;
}

.bb-alt-item-container > h1 {
  font-size: 48px;
  font-weight: normal;
  margin: 60px 0 0;
  color: var(--text-color);
}

.bb-alt-item-container .rte,
.bb-alt-item-container .rte p {
  font-size: 16px;
  margin: 0;
}

.bb-alt-item-container .rte {
  margin-top: 20px;
}

.bb-discount-blocks {
  display: flex;
  gap: 34px;
  padding: 50px;
  justify-content: center;
}

.bb-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
}

.bb-block-item {
  width: 163px;
}

.bb-block-item h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px;
  text-align: center;
}

.bb-discount-name {
  height: 163px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: var(--font-ivy);
  font-style: italic;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}

.bb-intro-video {
  position: relative;
  margin-top: 70px;
}

.bb-intro-video video,
.bb-intro-video source,
.bb-intro-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.bb-discount-name span {
  font-family: var(--helvetica-font);
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
  font-style: normal;
}

.bb-collection-container h2.bb-accordion-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--btn-background);
  margin: 0;
}

.bb-accordion-container {
  border-bottom: 1px solid var(--border-color);
}

.bb-accordion-container:first-of-type {
  border-top: 1px solid var(--border-color);
}

.bb-accordion-title a {
  display: block;
  padding: 20px 15px 20px 0;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: bold;
  color: inherit;
  position: relative;
  gap: 10px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.bb-accordion-title a .bb-accordion-symbol {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}

.bb-accordion-title a .bb-accordion-symbol:before,
.bb-accordion-title a .bb-accordion-symbol:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: var(--btn-background);
  transition: all 0.5s;
}

.bb-accordion-title a .bb-accordion-symbol:before {
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.bb-accordion-title a .bb-accordion-symbol:after {
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%) rotate(0deg);
}

.bb-free-bag-item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bb-product-type-text {
  color: #494a4a;
  line-height: 1.3;
  margin-top: 0;
  padding-top: 1px;
  padding-bottom: 5px;
}

.bb-image {
  padding-bottom: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #f5f5f7;
}

.bb-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bb-free-bag-item h3 {
  flex: 1;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 15px 0 3px;
  font-size: 16px;
}

.bb-free-bag-item h3 span {
  white-space: nowrap;
  font-weight: normal;
  text-align: right;
}

.bb-add-product-bundle.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.bb-free-bag-item p {
  text-align: left;
  font-size: 14px;
  margin: 3px 0 0;
}

.bb-add-to-bundle,
.bb-add-product-bundle {
  
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  margin-top: 15px;
  font-size: 15px;
  padding:16px 40px;
  text-transform: uppercase;
  color: var(--btn-background);
  text-decoration: none;
}

.bb-breadcrumbs {
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
  padding: 20px 75px;
  display: flex;
}

.bb-breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.bb-breadcrumbs li.bb-disabled {
  opacity: 0.5;
}

.bb-arrow {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}

.bb-breadcrumbs li + li {
  margin-left: 60px;
}

.bb-breadcrumbs li span {
  text-decoration: none;
}

.bb-breadcrumbs .bb-text {
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
}

.bb-breadcrumbs .bb-number {
  font-size: 14px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid var(--btn-background);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bb-collection-tabs {
  width: 100%;
}

.bb-collection-tab-item {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  padding: 30px 0 65px;
}

.bb-free-bag-item p {
  display: block;
}

.bb-collection-container h2 {
  margin-top: 50px;
}

.bb-collection-tab-nav {
  display: inline-flex;
  padding: 4px;
  border: 1px solid var(--border-color);
  gap: 10px;
  border-radius: 100px;
  list-style: none;
  margin: 0 0 40px;
}

.bb-collection-tabs {
  text-align: center;
}

.bb-collection-tabs li {
  min-width: 95px;
}

.bb-collection-tabs li a {
  font-size: 14px;
  display: block;
  padding: 3px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--btn-background);
  border-radius: 100px;
}

.bb-collection-tabs li.bb-active-tab a {
  background: var(--btn-background);
  color: #ffffff;
}

.bb-progress-text {
  background: var(--btn-background);
  margin: 0;
  padding: 10px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.bb-added-items-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

.bb-added-item-image img {
  object-fit: cover;
}

.bb-added-item.bb-item-active {
  border-radius: 10px;
  border: 1px solid var(--btn-background) !important;
  display: flex !important;
}

.remove-bb-item,
.remove-bb-item-bag {
  width: 19px;
  height: 19px;
  border-radius: 0 0 0 4px;
  display: flex;
  position: absolute;
  right: 4px;
  top: 4px;
  align-items: center;
  justify-content: center;
  background: var(--btn-background);
  z-index: 1;
}

.remove-bb-item-bag svg {
  width: 7px;
  height: 7px;
}

.bb-added-item.bb-item-placeholder {
  position: relative;
  /* border: 1px solid var(--border-color); */
  border-radius: 10px;
  overflow: hidden;
  /* background: #F5F0F0; */
}

.bb-added-item {
  position: relative;
}

.bb-added-item h3 {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #494a4a;
}

.bb-item-placeholder h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.bb-added-items-total {
  margin-top: 19px;
}

.bb-added-items-total > div {
  width: 100%;
  display: flex;
  /* gap: 10px; */
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.bb-added-items-total {
  padding: 0 37px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bb-added-items-total p {
  font-size: 17px;
  font-weight: normal;
  margin: 0;
}

.bb-added-items-total p span.bb-original-price {
  font-weight: normal;
}

.bb-added-items-total p span {
  font-weight: bold;
}

.bb-accordion-disabled {
  pointer-events: none;
}

.bb-quantity {
  width: 100%;
  height: 57px;
  display: grid;
  grid-template-columns: 30px calc(100% - 60px) 30px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid var(--border-color);
  color: var(--btn-background);
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
}

.disabled + .bb-quantity .bb-quantity-plus,
.disabled + .bb-quantity input {
  opacity: 0.5;
  pointer-events: none;
}

.bb-added-to-bundle .bb-quantity {
  opacity: 1;
  pointer-events: all;
}

.bb-quantity input {
  pointer-events: none;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}

.bb-quantity a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.bb-add-to-cart {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: "DM Sans";
  font-weight: 700;
  line-height: 15px;
  color: #A6A6A6;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 10px 0 0;
  text-decoration: none;
  background: #DFDFDF;
}

.bb-add-to-cart.bb-add-to-cart-active {
  color: #ffffff;
  border-color: #66CEAA;
  background-color: #66CEAA;
}

.bb-breadcrumbs li a {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bb-breadcrumbs li {
  position: relative;
}
.bb-added-to-bundle:before {
  content: "Selected";
  position: absolute;
  bottom: 50px;
  left: 0;
  background: white;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid var(--alt-border-color); */
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
  color: var(--alt-border-color);
  text-decoration: none;
  background:transparent;
}
.bb-added-to-bundle {
  position: relative;
}

.bb-added-items-total p.bb-savings {
  display: inline-block;
  background: #fcf1eb;
  border-radius: 50px;
  line-height: 1.3;
  padding: 5px 12px 3px;
  font-size: 13px;
  margin-bottom: 2px !important;
}

.bb-added-items-total p.bb-savings.hide-savings {
  opacity: 0;
  display: none;
}

.bb-added-items-total p.bb-savings:after {
  content: " saved!";
}

.card__reviews {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 0;
}

.rating-text {
  display: none !important;
}

.bb-free-bag-item p.rating-count {
  margin: 0;
}

.bb-product-details {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 38px;
}

.modal__overlay {
  z-index: 9999999999;
}

.bb-modal-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.bb-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.bb-price {
  text-align: left;
  margin-bottom: 5px;
  margin-top: 5px;
}

.bb-product-type {
  text-align: left;
  margin-bottom: 0;
  margin-top: 5px;
}

.modal__container .rte {
  text-align: left;
  font-size: 14px;
}

.bb-product-title {
  text-align: left;
  margin-bottom: 0;
}

.modal__container .rte p {
  margin: 0;
}

.bb-product-benefits {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.bb-product-benefits li {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
}

.bb-product-benefits svg {
  width: 16px;
}

.upsell-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.5;
  z-index: 999998;
}

.upsell-popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  z-index: 999999;
  width: 400px;
  max-width: 90%;
  border-radius: 10px;
  padding: 20px;
}

.upsell-popup-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.upsell-popup-content img {
  display: block;
  width: 100%;
}

.upsell-popup-content h2 {
  font-size: 22px;
  margin: 0 0 10px;
  text-align: center;
  font-weight: normal;
}

.upsell-popup {
  position: relative;
  z-index: 99999999;
  display: none;
}

.upsell-popup-buttons a {
  text-align: center;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 20px;
  background: black;
  text-decoration: none;
  color: white;
  border: 1px solid black;
}

.upsell-popup-buttons a.cancel-upsell {
  background: #f2f2f2;
  color: black;
}

.bb-added-items-content {
  border: 1.5px solid #DADADA;
  border-radius: 10px;
  padding: 20px;
}

.bb-progress {
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}

.bb-faq-container > h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 110px;
}

.bb-faq-container > h4 {
  border-top: 1px dashed #bebebe;
  padding-top: 25px;
  font-size: 18px;

  margin-bottom: 10px;
  font-weight: bold;
}

.bb-faq-container > p {
  font-size: 16px;
  margin: 0;
}

.bb-accordion-title a.accordion-active .bb-accordion-symbol:before {
  transform: translate(-50%, -50%) rotate(270deg);
}

.bb-accordion-title a.accordion-active .bb-accordion-symbol:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.get-started-btn {
  margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
  .bb-mobile-only {
    display: none !important;
  }
  .bb-step-3 {
    display: grid;
    grid-template-columns: 1fr 344px;
    gap: 36px;
    align-items: flex-start;
    padding: 0 75px;
  }
  .bb-collection-tab-item {
    grid-template-columns: repeat(3, 1fr);
  }
  .bb-added-item h3 {
    margin: 0;
    text-align: left;
    padding-left: 15px;
  }
  .bb-item-active .bb-added-item-image img {
    height: 100%;
  }
  .bb-added-items-total {
    padding: 0;
  }
  .bb-breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .bb-step-3 {
    position: relative;
    padding-top: 85px;
    padding-bottom: 120px;
  }
  .bb-collection-title {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    align-items: center;
  }
  .bb-collection-container .bb-collection-title h2 {
    margin: 0 0 40px;
    text-align: left;
  }
  .bb-tab-container {
    text-align: left;
  }
  .bb-collection-tab-nav {
    text-align: center;
  }
  .bb-collection-title {
    margin-top: 50px;
  }
  .bb-added-items-total {
    align-items: flex-start;
  }
  .bb-added-items-total p span.bb-original-price {
    color: var(--alt-border-color);
    text-decoration: line-through;
  }
  .bb-added-items-total p.bb-savings:after {
    content: " saved!";
  }
  .bb-add-to-cart {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .bb-left {
    padding-left: 60px;
    padding-right: 60px;
  }
  .bb-block-item-container {
    padding: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .bb-block-item {
    flex: 1;
    width: auto;
  }
  .bb-step-3 {
    grid-template-columns: 100%;
  }
  .bb-right,
  .bb-block-item-container {
    gap: 20px;
  }
  .bb-left {
    padding: 19px;
  }
  .bb-add-to-cart {
    margin: 0;
  }
  .bb-progress-text {
    position: fixed;
    bottom: 78px;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .bb-added-item h3 {
    font-size: 12px;
  }
  .bb-item-placeholder .bb-added-item-image span {
    font-size: 20px;
  }
  .bb-collection-tab-item {
    grid-template-columns: repeat(3, 1fr);
  }
  .bb-progress {
    position: -webkit-sticky;
    position: sticky;
    background: white;
    bottom: 0;
    z-index: 9999;
    top: auto;
  }
  .bb-step-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .bb-added-items-container {
    display: none;
    gap: 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px;
  }
  .bb-added-items-content {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  /* .bb-progress-text {
    display: block;
    position: static;
    background: #fcf1eb;
    color: var(--btn-background);
  }
  .bb-added-item {
    flex: 0 0 70px;
  } */
  .bb-added-items-total {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 10px 15px;
    border-top: 1px solid #f5f5f5;
    margin-top: 12px;
  }
  .bb-added-items-total > div {
    display: block;
  }
  .bb-added-items-total p span {
    margin-left: 5px;
  }
  .bb-collection-container {
    padding-left: 75px;
    padding-right: 75px;
  }
  .bb-flexbox {
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .bb-btn-container {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 9999999999;
    background: #ffffff;
  }
  .bb-breadcrumbs {
    bottom: auto;
    top: 0;
  }
  .bb-intro {
    display: flex;
    flex-direction: column;
  }
  .bb-right {
    flex: 1;
    align-items: flex-start;
  }
  .bb-block-item-container {
    /* flex:1; */
    /* align-items:flex-start; */
  }
  .bb-btn-container {
    padding: 20px;
  }
  .bb-btn-container a {
    width: 100%;
    max-width: 100%;
  }
  .bb-desktop-only {
    display: none !important;
  }
  .bb-free-bags {
    max-width: 100%;
  }
  .bb-breadcrumbs {
    padding: 20px;
  }
  .bb-breadcrumbs .bb-text {
    font-size: 12px;
  }
  .bb-breadcrumbs .bb-number {
    width: 20px;
    height: 20px;
  }
  .bb-breadcrumbs li + li {
    margin-left: 30px;
  }
  .bb-arrow {
    right: -20px;
  }
  .bb-breadcrumbs {
    padding: 10px 15px;
  }
  .bb-free-container h2,
  .bb-collection-container h2 {
    font-size: 20px;
  }
  .bb-collection-tab-item {
    padding-top: 0;
  }
  .bb-collection-tab-item {
    gap: 15px;
  }
  .bb-free-bag-item h3 {
    font-size: 14px;
  }
  .bb-free-bag-item p {
    font-size: 12px;
  }
  .bb-right {
    flex-direction: column;
  }
  .bb-intro-video {
    margin-top: 50px;
    width: 100%;
    margin-bottom: 50px;
  }
  .bb-added-items-total {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .bb-added-items-total p.bb-savings {
    margin: 0 0 3px;
  }
  .bb-added-items-total p span.bb-original-price {
    color: var(--alt-border-color);
    text-decoration: line-through;
  }

  .bb-left {
    background: #ffdfe3;
  }
  .bb-collection-container {
    padding: 40px 15px;
  }
  .bb-collection-tab-item {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .bb-left {
    padding: 15px;
  }
  .bb-left h2 {
    font-size: 25px;
    margin-top: 32px;
  }
  .bb-left ol {
    font-size: 15px;
    margin: 15px 0 0;
    line-height: 20px;
  }
  .bb-block-item h3 {
    font-size: 14px;
  }
  .bb-discount-name {
    font-size: 22px;
  }
  .bb-discount-name span {
    font-size: 12px;
  }
  .bb-right {
    padding: 0 15px 15px;
    gap: 12px;
    justify-content: flex-start;
  }
  .bb-block-item-container {
    padding: 0;
    background: transparent;
    gap: 12px;
    width: 100%;
  }
  .bb-discount-name {
    height: 95px;
  }
  .bb-add-to-bundle,
  .bb-add-product-bundle,
  .bb-quantity {
    height: 38px;
    font-size: 12px;
  }
  .bb-collection-container h2 {
    margin-top: 30px;
    font-size: 20px;
  }
  .bb-collection-tabs li a {
    font-size: 12px;
  }
  .bb-collection-tabs li {
    min-width: 83px;
  }
  .bb-collection-tab-nav {
    margin-bottom: 25px;
  }
  .bb-collection-tab-item {
    display: grid;
    padding: 0 0 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  ,
  .bb-progress-text {
    font-size: 12px;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bb-added-items-total {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bb-added-items-total p {
    font-size: 15px;
  }
  .bb-add-to-cart {
    font-size: 12px;
    width: 168px;
    flex: 0 0 168px;
    height: 38px;
  }
  .bb-free-bag-item {
    position: relative;
  }
  .bb-mobile-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .bb-show-popup {
    pointer-events: all;
  }
  .bb-mobile-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--btn-background);
    opacity: 0;
    display: block !important;
    z-index: 10;
    transition: all 0.5s;
  }
  .bb-show-popup .bb-mobile-popup-overlay {
    opacity: 0.5;
    pointer-events: all;
  }
  .bb-mobile-content {
    background: #ffffff;
    color: #494a4a;
  }
  .bb-show-popup .bb-mobile-content {
    transform: translateY(0);
  }
  .bb-mobile-content .rte {
    text-align: left;
  }
  .bb-mobile-content .rte p:first-of-type {
    margin-top: 0;
  }
  .bb-popup-close {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 10px;
  }
  .bb-popup-close svg {
    display: block;
  }
  .bb-popup-btn {
    padding: 15px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #ffffff;
    z-index: 10;
  }
  .bb-popup-btn a {
    height: 38px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--btn-background);
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    gap: 5px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
  }
  .bb-added-to-bundle::before {
    font-size: 12px;
    height: 38px;
  }
  .modal__container {
    max-height: 80vh;
    width: 100%;
    height: auto;
    padding-top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    max-width: 100%;
  }
  .modal__overlay {
    align-items: flex-end;
  }
  .bb-mobile-content {
    position: static;
  }
  .micromodal-slide {
    display: block;
  }
  .bb-mobile-popup {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
  }
  .is-open.bb-mobile-popup {
    opacity: 1;
    pointer-events: all;
  }
  .modal__overlay,
  .micromodal-slide[aria-hidden="false"] .modal__overlay,
  .micromodal-slide[aria-hidden="false"] .modal__container,
  .modal__container {
    animation: none !important;
  }
  .modal__container {
    transform: translateY(100%);
    transition: all 0.5s;
  }
  .is-open .modal__container {
    transform: translateY(0);
  }
  .modal__container {
    padding: 15px;
  }
  .bb-product-benefits li {
    font-size: 12px;
  }
  .upsell-popup-buttons {
    grid-template-columns: 100%;
  }
  .upsell-popup-buttons a.cancel-upsell {
    margin-top: 0;
  }
  .bb-header {
    padding: 0 15px;
  }
  .bb-alt-item-container > h1 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 32px;
  }
  .bb-alt-item-container .rte,
  .bb-alt-item-container .rte p {
    font-size: 14px;
    line-height: 1.4;
  }
  .bb-alt-item-container .rte {
    margin-top: 10px;
  }
  .bb-discount-blocks {
    padding: 32px 0;
    gap: 12px;
  }
  .bb-accordion-title a {
    font-size: 17px;
  }
  .bb-accordion-title a .bb-accordion-symbol {
    width: 12px;
    height: 12px;
  }
  .bb-progress-text {
    font-size: 12px;
    padding: 5px 10px;
  }
  .bb-added-items-total p.bb-savings {
    font-size: 12px;
  }
  .bb-faq-container > h3 {
    margin-top: 60px;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .bb-faq-container > h4 {
    font-size: 17px;
    margin-top: 20px;
    padding-top: 20px;
  }
  .bb-faq-container > p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

.product-bundle-item .ProductItem__Wrapper {
  border: solid 1px #ccc;
}
.product-bundle-item .ProductItem__Info-Wrapper {
  padding: 16px;
  position: relative;
}
.product-bundle-item .ProductItem__Info-Wrapper .ProductItem__Info {
  margin: 0;
  text-align: left;
}
.product-bundle-item .ProductItem__Info-Wrapper .bundle-variant {
  display: none;
}
.product-bundle-item .ProductItem__Info-Wrapper .bb-button-group {
  position: relative;
}

.product-bundle-item .productdesc ul li{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  font-family: "DM Sans";
  color:#000;
}
.product_list_area > div.Grid__Cell {
  width: 49%;
}

.bb-added-item-inner {
display: flex;
align-items: center;
justify-content: flex-start;
padding:6px 6px;
gap:6px;
}
.bb-added-item-inner .bb-added-item-image {
width: 40px;
height: 40px;
/* border:1px dashed #000;
background: #fff; */
}
.bb-added-item-inner .bb-added-item-text {
  width: calc(100% - 50px);
  color: #ADA6A6;
  font-size: 15px;
  line-height:1.2em;
  font-family: DM Sans;
  font-weight: 700;
}
.ProductItem__Info-Wrapper .okeReviews-reviewsSummary{
  flex-direction: row !important;
  gap: 5px;
  align-items: center;
}
.ProductItem__Info-Wrapper .okeReviews-reviewsSummary-ratingCount{
  font-family: "DM Sans";
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: left;
  color:#000;
  border-bottom:1px solid;
}
.product-bundle-item .ProductItem__Info-Wrapper .bb-button-group {
  position: relative;
  max-width: 200px;
  background-color: #66CEAA;
  border: none;
  border-radius: 50px;
  margin: 0 auto;
}
.bb-add-to-bundle, .bb-add-product-bundle{
  color:#ffffff;
  border:none;
}
/* start new css ab031024 */
.section-create-your-bundle .product-bundle-item .ProductItem__Wrapper .ProductItem__Image {
  object-fit: cover;
}
.section-create-your-bundle .product-bundle-item .ProductItem__Wrapper {
  border: 0;
}
.section-create-your-bundle .product-bundle-item .ProductItem__Info-Wrapper{
  border-left: 1.5px solid #DADADA;
  border-right: 1.5px solid #DADADA;
  border-bottom: 1.5px solid #DADADA;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}
.section-create-your-bundle .ProductItem__Title.Heading a,
.section-create-your-bundle .ProductItem__Title.Heading div{
  font-size: 22px;
  line-height: 1.2em;
  text-align: left;
  color: #000;
  font-family: "DM Sans";
}
.section-create-your-bundle .added-items-heading {
  
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: left;
  color: #000;
  font-family: "DM Sans";
}
.section-create-your-bundle .view-detail-btn {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: left;
  color: #555555;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
  font-family: "DM Sans";
}

.section-create-your-bundle.hide-price-and-badges  .ProductItem__LabelList,
.section-create-your-bundle.hide-price-and-badges  .ProductItem__PriceList{
  display: none;
}
.section-create-your-bundle  .parent-total-price-element{
  flex-direction:column;
}
.section-create-your-bundle  .total-inner-price-element {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section-create-your-bundle  .total-inner-price-element div {
  margin-left: 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: "DM Sans";
}
.section-create-your-bundle  .original-price-element.total-inner-price-element div{
  font-weight: 400;
  color:#000000;
}
.section-create-your-bundle  .discount-price-element.total-inner-price-element div{
  font-weight: 700;
  color:#FF0505;
}
.section-create-your-bundle  .total-inner-price-element div{
  font-weight: 700;
  color: #000000;
}
.section-create-your-bundle  .bb-added-items-container .bb-added-item{
  border:1px solid #DFDFDF;
}
.section-create-your-bundle .bb-added-items-content .remove-bb-item svg path {
  stroke: #000000 !important;
}
.section-create-your-bundle .bb-added-items-content .remove-bb-item{
  background: transparent !important;
  border-top-right-radius: 6px;
}
.bb-item-active .bb-added-item-image {
  border: 1px dashed #fff !important;
  border-radius: 5px;
}
.bb-item-active .bb-added-item-image img{
  border-radius: 5px;
}
.bb-added-item-title {
    display:none;
}
.bb-item-active .bb-added-item-title {
    display:block;
    font-size: 15px;
    font-weight: 700;
    color: #54585A;
    font-family: Cabin;
}
.bb-item-active .bb-added-item-text {
    display:none;
}
.bb-item-active .bb-added-item-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 40.19px;
  text-align: left;
  color: #000 !important;
}
.recharge-subscriptions-new-style{
  /* background: #f7f1f9; */
  padding:0;
  margin-top:18px;
}
.rc-element .rc-one-time-purchase:not(:last-child){
  margin-bottom: 10px;
}
.subscribe-and-save select {
  border-radius: 4px;
  width: 100%;
  padding-left: 5px;
  height: 31px;
  border: 0;
}
.recharge-subscriptions-new-style .recharge-subscriptions-new-style label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.recharge-subscriptions-new-style  .additional-text-list li {
  list-style-type: none;
  font-size: 12px;
}
.recharge-subscriptions-new-style .additional-text-list {
  margin-top: 5px;
}
.recharge-subscriptions-new-style .subscribe_label_wrapper.rc-label,
.recharge-subscriptions-new-style .one-type-purchase.rc-label{
  position:relative;
  cursor:pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  border-radius: 4px;
}
.recharge-subscriptions-new-style .subscribe_label_wrapper.rc-label.active-rc-label,
.recharge-subscriptions-new-style .one-type-purchase.rc-label.active-rc-label{
  background: #F6F6F6;
}
.recharge-subscriptions-new-style .rc-element input {
  display: none;
}
.recharge-subscriptions-new-style .rc-element label {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 10px 10px 10px 46px;
}
.subscribe_label_wrapper.rc-label {
  margin-bottom: 10px;
}
.subscribe_label_wrapper.rc-label {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.ProductItem .ProductItem__Info-Wrapper .productdesc {
  margin-top: 5px;
}
.section-create-your-bundle .product-bundle-item .ProductItem__Wrapper,
.section-create-your-bundle .product-bundle-item .ProductItem__Wrapper img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.addToCart__select {
  display: block;
  width: 100%;
  padding-inline: 10px;
}
.product-bundle-item .ProductItem__Info-Wrapper .bb-button-group:hover {
  background: #008658;
}
.create-your-bundle-inner .popup {
  display: none;
  position: fixed;
  left: 0;
  top: 16px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.create-your-bundle-inner .popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  /* position: relative; */
   position: fixed;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.create-your-bundle-inner .close {
  position: absolute;
  top: -15px;
  right: 25px;
  font-size:50px;
  cursor: pointer;
}
.create-your-bundle-inner .product-detail-box {
  display: flex;
}
.create-your-bundle-inner .product-detail-box .product-detail-featured-image {
  width: 100%;
  max-width: 40%;
}
.create-your-bundle-inner .product-detail-box .product-detail-info-content {
  width: 100%;
  max-width: 60%;
  text-align: left;
  padding-left: 20px;
}
.create-your-bundle-inner .popup-content img {
  border-radius: 10px;
}
.create-your-bundle-inner .popup-content  .product-detail-info-content h2 {
  font-size: 30px;
  font-weight: 700;
}


.dynamic-metafield-accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 6px 14px 4px 14px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.metafield-accordion-custom-active, .dynamic-metafield-accordion:hover {
  background-color: #ccc;
}
.dynamic-metafield-accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size:30px;
  height: 0;
  position: relative;
  top: -27px;
}
.metafield-accordion-custom-active:after {
  content: '\2212';
}
.dynamic-metafield-custom_panel {
  padding: 0 18px;
  margin:6px 0 6px 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.dynamic-metafield-custom_panel p {
  margin: 0;
  font-size:16px;
  color:#000;
  /* margin-bottom: 20px; */
}

.dynamic-metafield-custom_panel ul{
  margin-bottom: 20px;
}

.dynamic-metafield-custom_panel li {  
  font-size:16px;
  color:#000;
}

.dynamic-metafield-custom_panel h3 {
  margin: 0;
  font-size:20px;
  font-weight:bold;
  color:#000;
  margin-top: 20px;
}

body.locked-body{
  overflow: hidden;
}
.section-create-your-bundle .create-your-bundle-inner {
  display: flex;
  gap: 13px;
  padding: 0 !important;
}
.section-create-your-bundle .product_list_area {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.section-create-your-bundle .product_list_area > div.Grid__Cell {
  width: calc(50% - 7px);
  padding: 0;
}
.section-create-your-bundle .create-your-bundle-inner.bb-container .bb-progress {
  width: 100%;
  min-width: 360px;
}
 .bb-added-item-inner .bb-added-item-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.bundle-box-divider-line {
  display: block;
  width: 100%;
  max-width: 324px;
  background-color: #DADADA;
  height: 1px;
  margin: 12px 0;
}
.free-shipping-bar-text {
  color: #000000;
  text-align: left;
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 13px;
}
.free-shipping-bar-text-info span {
  color: #808080;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  display: inline-block;
  width: fit-content;
}
.free-shipping-bar-text-info {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 0px;
}
.free-shipping-progress-bar {
  display: inline-flex;
  width: 100%;
  height: 4px;
  margin-top: 13px;
  gap: 4px;
}
#section-create-your-bundle-create-your-own-bundle .okeReviews .okeReviews-starRating--small {
  width: 105px !important;
}
#section-create-your-bundle-create-your-own-bundle .okeReviews .okeReviews-reviewsSummary-starRating {
  margin-right: 0 !important;
}
#section-create-your-bundle-create-your-own-bundle .okeReviews .okeReviews-reviewsSummary-ratingCount {
  margin: 0 !important;
}
#section-create-your-bundle-create-your-own-bundle .section-create-your-bundle .ProductItem__Info-Wrapper .ProductItem__Title {
  margin-bottom: 4px;
}
.dynamic-metafield-custom_panel.active-content {
  max-height: 250px !important;
  overflow-y: scroll;
}
#section-create-your-bundle-create-your-own-bundle .dynamic-metafield-custom_panel.dynamic-metafield-custom-panel-ingredients.active-content img{
    width: 380px;
    margin: auto;
    text-align: center;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

#section-create-your-bundle-create-your-own-bundle .ProductItem .ProductItem__Info-Wrapper .productdesc ul{
  list-style-position: outside;
  padding-left: 15px;
}
#section-create-your-bundle-create-your-own-bundle .ProductItem__PriceList {
  font-size: 22px;
  font-weight: 700;
  display: none;
}
.shipping-price-element.total-inner-price-element div {
  color: #66CEAA;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.free-shipping-progress-bar .left-side-progress-bar{
  display: inline-flex;
  width: 100%;
  max-width: 40%;
  height: 4px;
}
.free-shipping-progress-bar .middle-side-progress-bar {
  display: inline-flex;
  width: 100%;
  max-width: 20%;
  height: 4px;
  background: #D9D9D9;
}
.free-shipping-progress-bar .right-side-progress-bar{
  display: inline-flex;
  width: 100%;
  max-width: 40%;
  height: 4px;
  background: #D9D9D9;
}
.free-shipping-progress-bar .left-side-progress-bar .left-side-progress-bar1,
.free-shipping-progress-bar .left-side-progress-bar .left-side-progress-bar2,
.free-shipping-progress-bar .right-side-progress-bar .right-side-progress-bar1,
.free-shipping-progress-bar .right-side-progress-bar .right-side-progress-bar2{
  display: inline-flex;
  width: 100%;
  max-width: 50%;
  height: 4px;
}
.free-shipping-progress-bar .left-side-progress-bar .left-side-progress-bar1 {
  background: #D9D9D9;
}
.free-shipping-progress-bar .left-side-progress-bar .left-side-progress-bar2 {
  background: #D9D9D9;
}
.bb-shipping-progress-bar-element .active-progress-bar{
  background: #66CEAA !important;
}
.bb-shipping-progress-bar-element .right-side-progress-bar1.active-progress-bar,
.bb-shipping-progress-bar-element .right-side-progress-bar2.active-progress-bar{
  background: #000000 !important;
}
.free-shipping-progress-bar.only-one-product-added .left-side-progress-bar1.active-progress-bar {
  background: #000000 !important;
}
.free-shipping-progress-bar.five-products-added .right-side-progress-bar .right-side-progress-bar1.active-progress-bar,
.free-shipping-progress-bar.five-products-added .right-side-progress-bar .right-side-progress-bar2.active-progress-bar{
  background: #66CEAA !important;
}
.free-shipping-bar-text-info .free-shipping-text,
.free-shipping-bar-text-info .save-percentage-text.save-percentage-text2{
  width: 100%;
  max-width: 40%;
}
.free-shipping-bar-text-info .save-percentage-text.save-percentage-text1{
  width: 100%;
  max-width: 20%;
}
.check-icon-svg{
  width: 10px;
  height: 10px;
  object-fit: contain;
  display:none;
}
.free-shipping-bar-text-info .free-shipping-text,
.free-shipping-bar-text-info .save-percentage-text.save-percentage-text1,
.free-shipping-bar-text-info .save-percentage-text.save-percentage-text2{
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.free-shipping-text.active-progress-area span,
.save-percentage-text.save-percentage-text1.active-progress-area span,
.save-percentage-text.save-percentage-text2.active-progress-area span{
  color: #000000;
}
.free-shipping-text.active-progress-area .check-icon-svg,
.save-percentage-text.save-percentage-text1.active-progress-area .check-icon-svg,
.save-percentage-text.save-percentage-text2.active-progress-area .check-icon-svg{
  display: inline-block !important;
}
.subtotal-price-box-element {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 6px;
}
.bb-added-items-total.subscribe-and-save-element-active .bb-original-price,
.bb-added-items-total.one-time-purchase-price .bb-original-price{
  text-decoration: line-through;
}
.bb-added-items-total.subscribe-and-save-element-active .sub-total-price ,
.bb-added-items-total.one-time-purchase-price .sub-total-price{
  color: #FF0000 !important;
}
.bb-progress-text,
#chatbotize,
.weglot-container{
  display: none !important;
}
.section-create-your-bundle .added-items-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-create-your-bundle .added-items-heading .down-arrow-svg-element {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.bb-added-items-close-arrow,
.view-detail-btn.bottom-view-detail-btn{
  display:none !important;
}
.hide-recharge-subscriptions-new-style1,
.hide-recharge-subscriptions-new-style2{
  display: none;
}
.each-row.bb-added-item.bb-item-placeholder.bb-item-call-action.hide-bb-added-item-without-text-element{
  display: none;
}
.product-bundle-item.bb-free-bag-item.ProductItem,
.section-create-your-bundle .product-bundle-item .ProductItem__Info-Wrapper{
  height: 100%;
}
.product-item-info-wrapper-element {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-bundle-item .ProductItem__Info-Wrapper .bb-button-group .bb-quantity-plus[disable="disable"] .icon.icon-plus path{
  stroke: #DFDFDF;
}
.subscribe_label_wrapper.rc-label .addToCart__select {
  display: none;
}
.subscribe_label_wrapper.rc-label.active-rc-label .addToCart__select{
  display: block !important;
}
.shipping-price-element.total-inner-price-element div:first-child {
  color: #000000;
  font-weight: 400;
}
.recharge-subscriptions-wrapper label:before,
.recharge-subscriptions-wrapper label:before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 10px;
}
.recharge-subscriptions-wrapper input[type="radio"]:checked + label:after,
.recharge-subscriptions-wrapper input[type="radio"]:checked + label:after{
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 18px;
  left: 13px;
}
.svg-white-loader {
  animation: spin 1s linear infinite; 
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1200px) and (min-width: 1026px) {
  .bb-added-item-inner .bb-added-item-text{
    font-size:14px;
  }
  .section-create-your-bundle .ProductItem__Title.Heading a,
  .section-create-your-bundle .ProductItem__Title.Heading div{
    font-size:18px;
  }
  .create-your-bundle-inner .popup-content{
    width: 100%;
    max-width: 95%;
  }
  .create-your-bundle-inner .popup-content .product-detail-info-content h2 {
    font-size: 24px;
    line-height: 1.2; 
  }
  .dynamic-metafield-accordion{
    padding:8px 14px;
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .section-create-your-bundle .added-items-heading .down-arrow-svg-element {
    display: none;
  }
  .each-row.bb-added-item2.recharge-subscriptions-new-style.hide-recharge-subscriptions-new-style2.show-recharge-subscriptions-new-style {
    display: block !important;
  }
  .each-row.bb-added-item2.recharge-subscriptions-new-style.active-recharge-subscriptions-wrapper.show-recharge-subscriptions-new-style {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .section-create-your-bundle .create-your-bundle-inner {
    flex-wrap: wrap;
  }
  .section-create-your-bundle .create-your-bundle-inner.bb-container .bb-progress {
    max-width: 100%;
    border-top: 2px solid #EBEBEB;
  }
  .Container.bundle-page-container {
    padding: 0px !important;
  }
  .section-create-your-bundle .product_list_area,
  .section-create-your-bundle .create-your-bundle-inner.bb-container .bb-progress{
    padding: 10px 15px !important;
  }
  .section-create-your-bundle .bb-added-items-total {
    flex-direction: column;
    padding-inline: 0;
  }
  .bundle-box-divider-line {
    display: none;
    max-width: 100%;
  }
  .bundle-box-divider-line.active-divider {
    display: block !important;
  }
  .active-bb-added-items-container .bb-added-items-container {
    display: flex;
    flex-direction: column;
  }
  .active-bb-added-items-container .bb-added-items-close-arrow,
  .bb-added-items-content.active-bb-added-items-container .each-row.bb-added-item2.recharge-subscriptions-new-style.active-recharge-subscriptions-wrapper.show-recharge-subscriptions-new-style{
    display:block !important;
  }
  .active-bb-added-items-container .bb-added-items-open-arrow{
    display:none !important;
  }
  .section-create-your-bundle .bb-add-to-cart{
    display:none;
  }
 .section-create-your-bundle .bb-added-items-content.active-bb-added-items-container .bb-add-to-cart{
    display:flex !important;
  }
  .view-detail-btn.bottom-view-detail-btn{
    display:block !important;
  }
  .bb-added-items-content.active-bb-added-items-container .view-detail-btn.bottom-view-detail-btn {
    display: none !important;
  }
  .shipping-price-element.total-inner-price-element {
    display: none !important;
  }
  .each-row.bb-added-item2.recharge-subscriptions-new-style.hide-recharge-subscriptions-new-style2 {
    display: none !important;
  }
  .bb-added-items-content.active-bb-added-items-container .each-row.bb-added-item2.recharge-subscriptions-new-style.hide-recharge-subscriptions-new-style2.show-recharge-subscriptions-new-style.active-recharge-subscriptions-wrapper {
    display: block !important;
  }
  .each-row.bb-added-item2.recharge-subscriptions-new-style.show-recharge-subscriptions-new-style {
    display: none!important;
  }
  .bb-added-items-content.active-bb-added-items-container .each-row.bb-added-item2.recharge-subscriptions-new-style.show-recharge-subscriptions-new-style{
    display: block !important;
  }
}
@media (max-width: 768px){
  .create-your-bundle-inner .product-detail-box {
    flex-wrap: wrap;
    overflow: scroll;
    /* height: calc(100vh - 100px); */
    padding-bottom: 20px;
    display:block;
  }
  .create-your-bundle-inner .popup-content {
    max-width: 90%;
  }
  .create-your-bundle-inner .product-detail-box .product-detail-featured-image,
  .create-your-bundle-inner .product-detail-box .product-detail-info-content{
    max-width: 100%;
    padding:0;
  }
  .create-your-bundle-inner .popup-content .product-detail-info-content h2 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .dynamic-metafield-accordion {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .dynamic-metafield-custom_panel {
    font-size: 15px;
  }
  .create-your-bundle-inner .close {
    top: -23px;
    right: 0px;
    height: 0;
  }
  .section-create-your-bundle .ProductItem__Title.Heading a,
  .section-create-your-bundle .ProductItem__Title.Heading div{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .section-create-your-bundle .view-detail-btn {
    font-size: 12px;
    line-height: 17.33px;
    margin-top: 9px;
    color: #555;
    font-family: "DM Sans";
  }
  .section-create-your-bundle .bb-add-to-cart {
    font-size: 15px;
    width: 100%;
    flex: unset;
    height: auto;
    line-height: 100%;
    padding: 12px;
  }

  .okeReviews .okeReviews-starRating--small .okeReviews-starRating-indicator-layer{
      background-size: 70px 14px;
  }
  #section-create-your-bundle-create-your-own-bundle .okeReviews .okeReviews-starRating--small {
    width: 50px;
  }
  .ProductItem__Info-Wrapper .okeReviews-reviewsSummary-ratingCount{
    font-size:12px;
  }

  .product-bundle-item .productdesc ul li{
    font-size:12px;
  }

  .bb-add-to-bundle, .bb-add-product-bundle{
    padding:16px 20px;
  }
  .ProductItem .ProductItem__Info-Wrapper .productdesc {
    margin-top: 8px;
  }

  .product-bundle-item .ProductItem__Info-Wrapper {
    padding: 12px;  
  }
  .section-create-your-bundle .product_list_area, .section-create-your-bundle .create-your-bundle-inner.bb-container .bb-progress {
        padding: 10px 6px !important;
    }

  .section-create-your-bundle .product_list_area {
    gap: 8px;
  }
}
/* end new css ab031024 */

.bb-add-to-cart-wrapper .bb-add-to-cart {
position:relative;
}
.bb-add-to-cart-wrapper .bb-add-to-cart span.loader {
position:absolute;
opacity:0;
}
.bb-add-to-cart-wrapper span.loader svg {
width: 32px;
height: 32px;
}


.popup .popup-overlay {
  width: 100%;
  height: 100%;
}

.bb-added-items-open-arrow {
    height: 22px;
    width: 22px;
}

.ProductItem__Label--onSale{
  display: none;
}