:root {
  --scrollbar-color-track: #fff;
  --scrollbar-color-thumb: #e3e3e3e3;

  /* add to cart button styles variables  */
  --add-to-cart-button-bg-color: #303030;
}

#push-bundle-root-container {
  width: 100%;
}

.pushBundle-container {
  position: relative;
}

.pushBundle-container svg {
  max-width: 43px;
  max-height: 43px;
  flex-shrink: 0;
}

.pushBundle-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Inter", sans-serif;
  font-style: normal;
  line-height: 100%;
}

.mtTop-8 {
  margin-top: 8px;
}

.pushBundleFLex {
  display: flex;
}

.pushBundleFLexColumn {
  flex-direction: column;
}

.pushBundleFLexRow {
  flex-direction: row;
}

.pushBundle-showSelectedPd__range_num,
.pushBundle-showSelectedPd__content_listFlex,
.pushBundle-variantLayoutBtnContainer,
.pushBundle-variantLayoutBtn,
.showSelectedPDModalContent,
.pushBundle-variantList-Qty,
.pushBundle-showSelectedPd__range,
.selectedItemsModal-header,
.pushBundle-showSelectedPd__btn.selectedItemsModal-btn button .pushBundle-addToCart__Modalbtn,
.pushBundle-addToCart__Modalbtn,
.pushBundle-variantList-title {
  display: flex;
  align-items: center;
}

.pushBundle-choosePackList,
.pushBundle-headtitle,
.pushBundle-choosePackList__content,
.pushBundle-showSelectedPd__noImg,
.pushBundle-variantList,
.pushBundle-addToCart__Modalbtn > p,
.pushBundle-variantList-Content__list,
.pushBundle-priceStockDIv,
.pushBundle-showSelectedPd__btnRangeHolder {
  display: flex;
  flex-direction: column;
}

.pushBundle-variantList-Content__list {
  gap: 4px;
}

.pushBundle-blackRangeSlider[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
  height: 7px;
  background: #e0e0e0;
  border-radius: 5px;
  outline: none;
}

.pushBundle-blackRangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  background: white;
  border: 3px solid black;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 0px;
}

.pushBundle-blackRangeSlider::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background: white;
  border: 3px solid black;
  border-radius: 50%;
  cursor: pointer;
}

.pushBundle-blackRangeSlider::-webkit-slider-runnable-track,
.pushBundle-blackRangeSlider::-moz-range-track {
  background: transparent;
  height: 7px;
  border-radius: 5px;
}

.pushBundle-container h2,
.pushBundle-container p {
  color: #303030;
}

.pushBundle-container h4,
.pushBundle-container h5 {
  line-height: 24px;
  letter-spacing: -0.2px;
  font-weight: 650;
}

.pushBundle-container h4 {
  font-size: 16px;
  line-height: 24px;
}

/* .pushBundle-container h5 {
  font-size: 14px;
  line-height: 20px;
} */

.pushBundle-container p,
.showSelectedPDModalContent p {
  font-size: 14px;
  font-weight: 450;
  line-height: 20px;
}

.pushBundle-container {
  background: #f2f2f2;
  padding: 24px 16px;
  border-radius: 8px;
}

.pushBundle-headtitle {
  gap: 8px;
}

.pushBundle-choosePack__listMain {
  display: flex;
  flex-flow: wrap;
  row-gap: 12px;
  column-gap: 10px;
}

.pushBundle-choosePackList {
  gap: 5px;
  padding: 12px 15px;
  border-radius: var(--quantity-pack-border-radius);
  background-color: var(--quantity-pack-background-color);
  min-width: 125px;
  /* max-width: 150px; */
  max-width: 172px;
  cursor: pointer;
  box-shadow:
    0px 87.644px 499.307px 0px rgba(0, 0, 0, 0.06),
    0px 13.867px 184.008px 0px rgba(0, 0, 0, 0.02),
    0px -2.49px 146.819px 0px rgba(0, 0, 0, 0.01),
    0px 9.102px 91.355px 0px rgba(0, 0, 0, 0.01);
  transition: backgroud-color ease 0.1s;
  border: var(--quantity-pack-border);
}

.pushBundle-choosePackList:hover,
.pushBundle-choosePackList.selected {
  background-color: var(--quantity-pack-selected-background-color);
}

.pushBundle-choosePackList:hover .pushBundle-choosePackList__content h5,
.pushBundle-choosePackList:hover .pushBundle-choosePackList__content svg path,
.pushBundle-choosePackList:hover .pushBundle-choosePackList__price span,
.pushBundle-choosePackList.selected .pushBundle-choosePackList__content h5,
.pushBundle-choosePackList.selected .pushBundle-choosePackList__content svg path,
.pushBundle-choosePackList.selected .pushBundle-choosePackList__price span {
  color: #fff;
  fill: #fff !important;
}

.pushBundle-choosePackList__price span,
.pushBundle-variantLayoutBtn span,
.pushBundle-showSelectedPd__range_num h3 {
  color: #303030;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: block;
  flex-shrink: 0;
}

.pushBundle-choosePackList__price .pack-sub-label {
  margin-top: 5px; /* Adjust spacing as needed */
  font-size: 10px;
}

.pushBundle-choosePackList__content {
  flex-direction: row;
  gap: 5px;
  align-items: center;
}

.pushBundle-showSelectedPd {
  background-color: var(--selected-items-bg-color);
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
  border: 1px solid #e3e3e3;
}

.pushBundle-showSelectedPd__noImg {
  margin: 16px 0 20px 0;
  align-items: center;
  gap: 6px;
}

.pushBundle-showSelectedPd__noImg span,
.pushBundle-showSelectedPd__discount p {
  color: #303030;
  font-size: 12px;
  font-weight: 450;
  line-height: 16px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.pushBundle-showSelectedPd__discount {
  margin-top: 12px;
  display: var(--offer-table-show);
}

.pushBundle-showSelectedPd__discount p span {
  cursor: pointer;
  text-decoration: underline;
}

.pushBundle-validation-errors {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #c73030;
  margin: 16px 0;
  font-size: 14px;
}

.pushBundle-validation-errors .error-message {
  color: #c73030;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}

.pushBundle-packDiscounts {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.pushBundle-packDiscounts .title {
  font-size: var(--offer-table-title-font-size);
  font-weight: var(--offer-table-title-font-weight);
}

.pushBundle-packDiscounts-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  margin-top: 10px;
}

.pushBundle-packDiscounts-list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
  border: 1px solid #e3e3e3;
  border-bottom: none;
}

.pushBundle-packDiscounts-list li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.pushBundle-packDiscounts-list li:last-child {
  border-bottom: 1px solid #e3e3e3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pushBundle-packDiscounts-list .itemValue {
  background: var(--offer-table-highlight-bg-color);
  padding: 6px 10px;
  border-radius: 100px;
  color: var(--offer-table-highlight-text-color);
  font-size: var(--offer-table-highlight-font-size);
  font-size: var(--offer-table-highlight-font-style);
}

.pushBundle-packDiscounts-list .itemTitle {
  color: var(--offer-table-name-color);
  font-size: var(--offer-table-name-font-size);
  font-weight: var(--offer-table-name-font-weight);
}

.pushBundle-showSelectedPd__btn button:disabled {
  /* background-color: #d4d4d4; */
  /* color: #616161; */
  cursor: not-allowed;
  opacity: 0.7;
  /* pointer-events: none; */
}

.pushBundle-showSelectedPd__btn button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-block: var(--add-to-cart-button-padding-block);
  padding-inline: var(--add-to-cart-button-padding-inline);
  border-radius: var(--add-to-cart-button-border-radius);
  font-size: var(--add-to-cart-button-font-size);
  font-weight: var(--add-to-cart-button-font-weight);
  background-color: var(--add-to-cart-button-bg-color);
  color: var(--add-to-cart-button-text-color);
  border: var(--add-to-cart-button-border);
}

.pushBundle-showSelectedPd__btn button:hover {
  background-color: var(--add-to-cart-button-hover-bg-color);
}

.pushBundle-variantLayoutListFlex {
  row-gap: 16px;
  column-gap: 12px;
}

.pushBundle-layout1-small .pushBundle-variantLayoutListFlex {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.pushBundle-layout1-large .pushBundle-variantLayoutListFlex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  row-gap: 30px;
  column-gap: 20px;
  margin-top: 15px;
}

.pushBundle-variantList-Content__list {
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
}

.pushBundle-variantLayout.listView .pushBundle-variantList-Content__list {
  align-items: flex-start;
}

.pushBundle-layout1-small .pushBundle-variantLayout.listView .pushBundle-variantList {
  max-width: 100%;
}

.pushBundle-variantLayout.listView .selectedItemsModal .pushBundle-variantLayoutListFlex {
  display: block;
  max-height: 400px;
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
}

.pushBundle-variantLayout.listView .pushBundle-variantLayoutListFlex .pushBundle-variantList {
  flex-direction: row;
  gap: 14px;
  width: 100%;
}

.pushBundle-variantLayout.listView .pushBundle-variantLayoutListFlex .pushBundle-variantList h4 {
  margin: 0px 0 5px 0;
}

.pushBundle-variantLayout.listView
  .pushBundle-variantLayoutListFlex
  .pushBundle-variantList
  .pushBundle-variantListImg
  img {
  max-width: 70px;
}

.pushBundle-variantLayout.listView .pushBundle-variantList-Content__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.pushBundle-variantLayout .pushBundle-variantList-Content__list .pushBundle-variantList-Content-title {
  text-align: center;
}

.pushBundle-variantLayout.listView .pushBundle-variantList-Content__list .pushBundle-variantList-Content-title {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
}

.pushBundle-variantLayout.listView .pushBundle-variantList-Content__list .pushBundle-priceStockDIv {
  align-items: flex-start;
}

.pushBundle-variantListImg img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  aspect-ratio: 1;
  object-fit: cover;
}

/* .pushBundle-layout1-small .pushBundle-variantList {
  flex: 1 1 calc(50% - 16px);
  max-width: 50%;
} */

.pushBundle-layout1-small .pushBundle-variantLayout.listView .pushBundle-variantList {
  flex: 1 1 calc(100% - 16px);
}

.pushBundle-layout1-large .pushBundle-variantList {
  flex: 1 1 calc(17% - 20px);
}

.pushBundle-variantList {
  align-items: center;
}

.pushBundle-priceStockDIv {
  align-items: center;
  margin-bottom: 4px;
}

.pushBundle-priceStockDIv .pushBundle-priceStockDIv-price,
.pushBundle-priceStockDIv .pushBundle-priceStockDIv-stock {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #303030a1;
}

.pushBundle-priceStockDIv .pushBundle-priceStockDIv-stock {
  font-weight: 550;
}

.pushBundle-variantList-Qty {
  gap: 5px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #9e9e9e;
  background: #f2f2f2;
  padding: 4px 8px;
  max-width: 102px;
  min-width: 100px;
  justify-content: space-between;
  height: 33px;
}

.pushBundle-variantList-Qty input {
  max-width: 50px;
  height: 24px;
  border: 0px solid #303030;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #f2f2f2;
}

.pushBundle-variantList-QtyBox.pushBundle-addToPack-btn .pushBundle-variantList-Qty {
  margin: 0 auto;
}

/* .pushBundle-variantList-QtyBox.pushBundle-addToPack-btn .pushBundle-variantList-Qty-Minus,
.pushBundle-variantList-QtyBox.pushBundle-addToPack-btn .pushBundle-variantList-Qty input {
  display: none;
} */

.pushBundle-variantList-QtyBox.pushBundle-addToPack-btn .pushBundle-variantList-Qty {
  padding: 0;
  border: 0px solid #303030;
}

.pushBundle-variantList-QtyBox.pushBundle-addToPack-btn .pushBundle-variantList-Qty-Plus {
  padding: 9px 9px;
  border-radius: 8px;
  background: #fff;
  box-shadow:
    0px -1px 0px 0px #b5b5b5 inset,
    -1px 0px 0px 0px #e3e3e3 inset,
    1px 0px 0px 0px #e3e3e3 inset,
    0px 1px 0px 0px #e3e3e3 inset;
  font-size: 12px;
  font-style: normal;
  font-weight: 550;
  line-height: 16px;
  min-width: 100px;
  letter-spacing: -0.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
}

.pushBundle-variantList-Qty input:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}

.pushBundle-variantList-Qty input {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  opacity: 1 !important;
  background: transparent;
}

.pushBundle-variantList-Qty input::-webkit-outer-spin-button,
.pushBundle-variantList-Qty input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  opacity: 1 !important;
  appearance: none !important;
  display: none !important;
}

.pushBundle-variantList h4 {
  margin: 7px 0 3px 0;
}

.pushBundle-variantList-Qty-Plus,
.pushBundle-variantList-Qty-Minus,
.pushBundle-addToCart__Modalbtn .pushBundle-priceTotal {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #6d6d6d;
}

#pushbundle-Modal.active {
  display: block;
}

#pushbundle-Modal {
  display: none;
  z-index: 9999;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  border-radius: 8px;
}

.pushbundle-Modal-Content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 8px;
  width: 95%;
  max-width: 400px;
}

.showSelectedPDModalContent {
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 24px;
}

.showSelectedPDModalContent.discountModal {
  position: relative;
  justify-content: start;
  align-items: center;
  font-size: 13px;
  background-color: #f2f7fa;
  border-radius: 8px;
}

.showSelectedPDModalContentClose {
  cursor: pointer;
}

.showSelectedPDModalContentAbsoluteClose {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.showSelectedPDModalContent p,
.pushBundle-addToCart__Modalbtn .pushBundle-estimateTotal {
  font-size: 13px;
}

.showSelectedPDModalContentSvg {
  border-radius: 8px;
  background: #ffb800;
  padding: 4px;
}

.pushBundle-variantLayoutBtn {
  align-items: center;
  gap: 7px;
  cursor: pointer;
  padding: 6px 12px;
}

.pushBundle-variantLayoutBtnContainer {
  justify-content: right;
  align-items: baseline;
  margin-top: 20px;
  padding-right: 15px;
}

.pushBundle-variantLayoutBtn.selected {
  border-radius: 0px 8px 8px 0px;
  background: #dfdfdf;
  padding: 6px 12px;
}

.pushBundle-variantLayoutBtn.pb-grid {
  border-radius: 8px 0px 0px 8px;
}

.pushBundle-showSelectedPd__content_listFlex {
  align-items: center;
  gap: 8px;
  flex-flow: wrap;
  /* justify-content: center; */
  max-height: 130px;
  overflow-y: auto;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

.skeleton-fade-in {
  animation: fadeInUp 0.2s ease-in-out;
}

.pushBundle-showSelectedPd__content_listFlex svg {
  width: 45px;
  height: 45px;
}

.pushBundle-layout1-large .pushBundle-showSelectedPd__content_listFlex {
  gap: 20px;
  row-gap: 8px;
}

.pushBundle-layout1-large .pushBundle-choosePack__listMain {
  column-gap: 20px;
}

.pushBundle-selectedPdList,
.pushBundle-showSelectedPdSkeleton {
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pushBundle-selectedPdList:hover .pushBundle-selectedPdList-delete {
  display: flex;
}

.pushBundle-selectedPdList:hover .pushBundle-selectedPdListImg {
  opacity: 0.8;
}

.pushBundle-selectedPdList-delete {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 3px;
  background-color: #e51c00;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.2s ease;
}

.pushBundle-selectedPdListImg img {
  max-width: 47px;
  width: 45px;
  height: auto;
}

.pushBundle-showSelectedPd__range_num h3 {
  font-weight: 650;
}

.pushBundle-showSelectedPd__range_num {
  cursor: pointer;
  gap: 3px;
}

.pushBundle-showSelectedPd__range {
  justify-content: space-between;
  gap: 2px;
  padding: 1.258px 10.666px 1.717px 7px;
  border-radius: 18px;
  background-color: #f2f2f2;
  height: 25px;
  margin-bottom: 8px;
  display: var(--display-prpgress-bar);
}

.pushBundle-showSelectedPd__range input {
  min-width: 80%;
}

.selectedItemsModal-header {
  justify-content: space-between;
  border-radius: 12px 12px 0px 0px;
  background-color: #f1f1f1;
  padding: 18px 16px;
}

.selectedItemsModal {
  padding: 0px;
  background-color: #f7f7f7;
  border-radius: 8px;
}

.selectedItemsModal .pushBundle-variantLayoutListFlex {
  padding: 14px;
  margin: 0px;
}

.selectedItemsModal-header-close {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #303030;
}

.pushBundle-addToCart__Modalbtn .pushBundle-addToCart__btn {
  max-width: 42%;
  justify-content: center;
  min-height: 42px;
}

.pushBundle-addToCart__Modalbtn > p {
  gap: 4px;
}

.pushBundle-addToCart__Modalbtn .pushBundle-estimateTotal {
  color: #616161;
  font-weight: 550;
  line-height: 20px;
}

.pushBundle-addToCart__Modalbtn .pushBundle-priceTotal {
  font-weight: 650;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #000;
}

.pushBundle-addToCart__btnMain {
  width: 100%;
}

.pushBundle-addToCart__Modalbtn {
  justify-content: space-between;
  padding: 10px 20px 20px 20px;
  max-width: 100%;
  border-top: 1px solid #ccc;
}

.pushBundle-addToCart__Modalbtn .pushBundle-addToCart__btn {
  justify-content: center;
}

.selectedItemsModal .pushBundle-variantList {
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  gap: 8px;
  margin: 8px 0px;
  padding-bottom: 5px;
}

.selectedItemsModal .pushBundle-variantLayoutListFlex div.pushBundle-variantList:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.selectedItemsModal .pushBundle-variantLayoutListFlex div.pushBundle-variantList:first-child {
  margin-top: 0px;
}

.pushBundle-variantList-title {
  justify-content: space-between;
}

.pushBundle-variantList-content {
  width: 100%;
}

.pushBundle-variantList-title svg {
  max-width: 17px;
  max-height: 17px;
  cursor: pointer;
}

.pushBundle-showSelectedPd__btnRangeHolder {
  margin-top: 10px;
}

.pushBundle-FooterShowSelectedPD-container {
  max-width: 1280px;
  margin: 0 auto;
}

.pushBundle-FooterShowSelectedPD-container-fullpageView .pushBundle-showSelectedPd__discount {
  display: none;
}

.pushBundle-FooterShowSelectedPD-container-fullpageView .pushBundle-showSelectedPd__btnRangeHolder {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.pushBundle-FooterShowSelectedPD-container-fullpageView .pushBundle-showSelectedPd__range input {
  min-width: 95%;
}

.pushBundle-FooterShowSelectedPD-container-fullpageView .pushBundle-showSelectedPd__range {
  margin-bottom: 0;
  min-width: 85%;
}

.pushBundle-FooterShowSelectedPD-container-fullpageView .pushBundle-showSelectedPd__btn {
  min-width: 13%;
  max-width: 115px;
}

.pushBundle-FooterShowSelectedPD-container-fullpageView
  .pushBundle-addToCart__normal-btn
  .pushBundle-addToCart__normal-btn-money,
.pushBundle-FooterShowSelectedPD-container-fullpageView .pushBundle-showSelectedPd__range {
  display: none;
}

.pushBundle-FooterShowSelectedPD-container-fullpageView .pushBundle-addToCart__normal-btn {
  justify-content: center;
}

.pushBundle-FooterShowSelectedPD-container-fullpageView .pushBundle-showSelectedPd-flexDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}

.pushBundle-FooterShowSelectedPD-container-fullpageView .pushBundle-showSelectedPd__content {
  max-width: 82%;
}

.pushBundle-FooterShowSelectedPD-container-fullpageView .pushBundle-showSelectedPd__title {
  margin-bottom: 10px;
}

.pushBundle-FooterShowSelectedPD-container-fullpageView .pushBundle-showSelectedPd__title .pushBundle-container h5 {
  font-size: 16px;
}

.pushBundle-FooterShowSelectedPD-container-fullpageView .pushBundle-showSelectedPd {
  border: 1px solid #ccc;
  padding: 16px 20px;
}

.pushBundle-FooterShowSelectedPD-main.sticky {
  position: sticky;
  bottom: 0px;
}

.pushBundle-FooterShowSelectedPD-main .pushBundle-showSelectedPd__content_listFlex {
  min-height: 80px;
  max-height: 130px;
  overflow-y: auto;
  /* justify-content: center; */
}

.pushBundle-FooterShowSelectedPD-main .pushBundle-choosePack h4,
.pushBundle-FooterShowSelectedPD-main .pushBundle-choosePackList__content svg,
.pushBundle-FooterShowSelectedPD-main .pushBundle-showSelectedPd__discount,
.pushBundle-FooterShowSelectedPD-main .pushBundle-showSelectedPd__range {
  display: none;
}

.pushBundle-FooterShowSelectedPD-main .pushBundle-choosePackList {
  box-shadow: none;
  gap: 0;
  padding: 0;
}

.pushBundle-FooterShowSelectedPD-main .pushBundle-choosePack__listMain {
  background: #fff;
  max-height: 200px;
  overflow-y: scroll;
  display: block;
}

.pushBundle-FooterShowSelectedPD-main .pushBundle-choosePackList {
  background: transparent;
  padding: 5px 7px;
  margin-bottom: 5px;
}

.pushBundle-FooterShowSelectedPD-main .pushBundle-choosePackList:hover,
.pushBundle-FooterShowSelectedPD-main .pushBundle-choosePackList.selected {
  background: #ebebeb;
}

.pushBundle-FooterShowSelectedPD-main .pushBundle-choosePackList.selected .pushBundle-choosePackList__price span,
.pushBundle-FooterShowSelectedPD-main .pushBundle-choosePackList.selected .pushBundle-choosePackList__content h5,
.pushBundle-FooterShowSelectedPD-main .pushBundle-choosePackList:hover .pushBundle-choosePackList__content h5,
.pushBundle-FooterShowSelectedPD-main .pushBundle-choosePackList:hover .pushBundle-choosePackList__price span {
  color: #303030;
}

.pushBundle-FooterShowSelectedPD-main .pushBundle-choosePack {
  max-width: max-content;
  padding: 14px 0px;
  background: #fff;
  position: absolute;
  bottom: 103%;
  box-shadow:
    1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset,
    -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset,
    0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset,
    0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset;
  border-radius: 12px;
  padding: 6px;
  display: none;
  left: 50%;
  transform: translate(-45%);
  transition: all 0.2s ease;
}

.pushBundle-selectedpack-btn-Mobile.show .pushBundle-choosePack {
  display: block;
}

.pushBundle-selectedpack-btn-Mobile.show .pushBundle-selectedpack-btn-MobilePrice svg {
  transform: rotate(180deg);
}

.pushBundle-FooterShowSelectedPD-main .pushBundle-selectedpack-btn-Mobile {
  display: flex;
  padding: 9px 7px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  position: relative;
  min-width: fit-content;
  max-width: 50%;
}

.pushBundle-selectedpack-btn-MobilePrice {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 11px;
}

.pushBundle-FooterShowSelectedPD-main .pushBundle-showSelectedPd__btn {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

.pushBundle-showSelectedPd.sticky {
  position: sticky;
  top: 61px;
  z-index: 1;
}

.pushBundle-hide-element {
  display: none;
}

.pushBundle-showSelectedPd .pushBundle-selectedpack-btn-Mobile {
  display: none;
}

.pushBundle-layout1-large .pushBundle-showSelectedPd__btnRangeHolder.pushBundle-flexRow {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.pushBundle-layout1-large
  .pushBundle-showSelectedPd__btnRangeHolder.pushBundle-flexRow
  .pushBundle-showSelectedPd__btn {
  min-width: 18%;
  max-width: 100%;
}

.pushBundle-layout1-large .pushBundle-showSelectedPd__btnRangeHolder .pushBundle-showSelectedPd__range {
  width: 80%;
  margin-bottom: 0;
}

.pushBundle-layout1-large .pushBundle-showSelectedPd__title,
.pushBundle-layout1-small .pushBundle-showSelectedPd__title {
  margin-bottom: 10px;
}

.pushBundle-layout1-large .pushBundle-showSelectedPd__btnRangeHolder .pushBundle-showSelectedPd__range input {
  width: 94%;
}

.pushBundle-layout1-large .pushBundle-variantLayoutBtnContainer {
  display: none;
}

.pushBundle-addTocartSuccessModal-content p span {
  text-decoration: underline;
  cursor: pointer;
}

#pushBundle-addTocartSuccessModal {
  display: block;
}

.pushBundle-addTocartSuccessModal-content .showSelectedPDModalContentSvg {
  background: #29845a;
  width: 35px;
  height: 28px;
}

p.pushBundle-outOfStock {
  font-size: 14px;
  font-weight: 600;
  color: #c73030;
}

@media (min-width: 980px) {
  .pushBundle-layout1-large {
    padding: 0 15px;
  }

  .pushBundle-layout1-large .pushBundle-showSelectedPd.sticky {
    border: 1px solid #e3e3e3;
  }

  .pushBundle-layout1-large .pushbundle-Modal-Content {
    max-width: 500px;
  }

  .pushBundle-layout1-large .pushBundle-variantLayoutListFlex {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }

  .pushBundle-layout1-large
    .pushBundle-showSelectedPd-flexDiv:has(.pushBundle-showSelectedPd__noImg)
    .pushBundle-showSelectedPd__btnRangeHolder,
  .pushBundle-layout1-large
    .pushBundle-showSelectedPd-flexDiv:has(.pushBundle-showSelectedPd__noImg)
    .pushBundle-showSelectedPd__discount {
    display: none;
  }

  .pushBundle-layout1-large .pushBundle-headtitle h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
  }

  .pushBundle-layout1-large .pushBundle-choosePack > h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 20px;
  }

  .pushBundle-layout1-large .pushBundle-showSelectedPd__title h5 {
    font-size: 16px;
  }

  .pushBundle-showSelectedPd__noImg svg {
    max-width: 80px;
    max-height: 80px;
  }

  .pushBundle-layout1-large .pushBundle-showSelectedPd__noImg svg {
    max-width: 100px;
    max-height: 100px;
  }

  .pushBundle-layout1-large .pushBundle-showSelectedPd__noImg span {
    font-size: 14px;
    line-height: 20px;
    max-width: 700px;
  }

  .pushBundle-layout1-large .pushBundle-choosePackList__content,
  .pushBundle-layout1-large .pushBundle-choosePackList {
    gap: 8px;
  }

  .pushBundle-layout1-large .pushBundle-choosePackList {
    min-width: 150px;
    max-width: 210px;
    padding: 14px 18px;
  }

  .pushBundle-layout1-large .pushBundle-choosePackList__content svg {
    width: 36px;
    height: 36px;
  }

  .pushBundle-layout1-large .pushBundle-choosePackList__content h5 {
    font-size: 16px;
  }

  .pushBundle-layout1-large .pushBundle-choosePackList__price span {
    font-size: 14px;
  }

  .pushBundle-FooterShowSelectedPD-main .pushBundle-selectedpack-btn-Mobile,
  .pushBundle-selectedpack-btn-Mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  /* .pushBundle-layout1-small .pushBundle-variantLayoutListFlex {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  } */
  .pushBundle-container {
    padding: 24px 8px;
  }

  .pushBundle-layout1-small .pushBundle-showSelectedPd {
    padding: 10px;
  }

  .pushBundle-FooterShowSelectedPD-main .pushBundle-selectedpack-btn-Mobile,
  .pushBundle-selectedpack-btn-Mobile {
    display: flex;
  }

  .pushBundle-FooterShowSelectedPD-main .pushBundle-showSelectedPd__btn button {
    padding: 12px;
  }

  .pushbundle-Modal-Content {
    max-width: calc(100% - 15px);
  }
}

.pushBundle-layout1.pushBundle-layout1-small
  .pushBundle-showSelectedPd__title
  .pushBundle-showSelectedPd__title-viewSelectedItem,
.pushBundle-layout1 .pushBundle-showSelectedPd__title-viewSelectedItem {
  display: none;
}

/* Layout 2 start */
.pushBundle-layout2.pushBundle-layout1-small .pushBundle-showSelectedPd__range {
  display: none;
}

.pushBundle-layout2.pushBundle-layout1-small .pushBundle-showSelectedPd__title,
.pushBundle-layout2.pushBundle-layout1-large .pushBundle-showSelectedPd__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.pushBundle-layout2.pushBundle-layout1-small
  .pushBundle-showSelectedPd__title
  .pushBundle-showSelectedPd__title-viewSelectedItem {
  font-size: 13px;
  font-style: normal;
  font-weight: 550;
  line-height: 20px;
  color: #005bd3;
  cursor: pointer;
}

.pushBundle-selectedPDLayout2 .pushBundle-variantLayoutListFlex {
  row-gap: 8px;
}

.pushBundle-selectedPDLayout2 .pushBundle-variantList-title {
  margin-right: 10px;
}

.pushBundle-selectedPDLayout2 .pushBundle-variantList {
  padding-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
}

/* .pushBundle-selectedPDLayout2 .pushBundle-variantLayoutListFlex {
  max-height: 135px;
  overflow-y: scroll;
} */

.pushBundle-showSelectedPd__title-fullPageShow {
  display: none;
}

.pushBundle-variantList-Content-root {
  display: flex;
  align-items: center;
  gap: 2px;
}

@media (min-width: 980px) {
  .pushBundle-layout2.pushBundle-layout1-large .pushBundle-showSelectedPd__range,
  .pushBundle-layout2.pushBundle-layout1-large .pushBundle-showSelectedPd__title-viewSelectedItem,
  .pushBundle-layout2.pushBundle-layout1-large .pushBundle-showSelectedPd__title h5 span {
    display: none;
  }

  .pushBundle-layout2.pushBundle-layout1-large .pushBundle-showSelectedPd__title-fullPageShow {
    display: block;
  }

  .pushBundle-showSelectedPd__title-fullPageShow {
    font-size: 16px;
    font-weight: 700;
  }

  .pushBundle-layout2.pushBundle-layout1-large
    .pushBundle-showSelectedPd__btnRangeHolder.pushBundle-flexRow
    .pushBundle-showSelectedPd__btn {
    width: 100%;
  }

  .pushBundle-layout2.pushBundle-layout1-large .pushBundle-fullPageViewLayout2 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 20px;
  }

  .pushBundle-layout2.pushBundle-layout1-large .pushBundle-variantLayout.listView.pushBundle-selectedPDLayout2 {
    width: 100%;
  }

  .pushBundle-layout2.pushBundle-layout1-large .pushBundle-variantLayout {
    max-width: 100%;
    width: 70%;
  }

  .pushBundle-layout2.pushBundle-layout1-large #pushBundle-showSelectedPd.pushBundle-showSelectedPd {
    max-width: 30%;
    width: 27%;
    height: max-content;
  }

  .pushBundle-layout2.pushBundle-layout1-large
    .pushBundle-fullPageViewLayout2
    .pushBundle-variantLayout.listView.pushBundle-selectedPDLayout2
    .pushBundle-variantLayoutListFlex {
    max-height: 350px;
  }

  .pushBundle-layout2.pushBundle-layout1-large
    .pushBundle-fullPageViewLayout2
    .pushBundle-variantLayout.listView.pushBundle-selectedPDLayout2
    .pushBundle-variantLayoutListFlex
    > div.pushBundle-variantList:last-child {
    border-bottom: none;
  }

  .pushBundle-layout2.pushBundle-layout1-large .pushBundle-fullPageViewLayout2 .pushBundle-addToCart__Modalbtn {
    padding: 10px 0px 5px 0px;
  }
}

/* Multi product Layout 1 start */
.pushBundle-variantList-multiPd.pushBundle-variantList .pushBundle-variantList-Content__list {
  align-items: flex-start;
  width: 100%;
}

.pushBundle-variantList-multiPd.pushBundle-variantList .pushBundle-variantList-Content__list h4 {
  font-size: 14px;
  text-align: left;
  font-weight: 550;
  line-height: 20px;
}

.pushBundle-variantList-Content__list-seeOptions,
.pushBundle-variantList-Content__list-addToBoxBtn {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
}

.pushBundle-variantList-Content__list-seeOptions {
  margin: 8px 0;
}

/* Hover state */
.pushBundle-variantList-Content__list-seeOptions:hover {
  background-color: #f5f5f5;
}

.pushBundle-variantList-Content__list-seeOptions:hover.pb-notBtn {
  background-color: #fff;
}

.pushBundle-variantList-Content__list-seeOptions span,
.pushBundle-variantList-Content__list-addToBoxBtn span,
.pushBundle-multiPd-options > p,
.pushBundle-variantList-Content__list-multiPd-qty > p {
  font-size: 12px;
  font-weight: 550;
  line-height: 16px;
}

.pushBundle-variantList-Content__list-addToBoxBtn {
  justify-content: center;
  box-shadow:
    0px 1px 2px 0px #b5b5b5,
    0px 0px 0px 0px #e3e3e3,
    0px 2px 4px 0px #e3e3e3,
    1px 3px 4px 1px #e3e3e3;
}

.pushBundle-multi-layout1 .pushBundle-variantLayoutListFlex {
  row-gap: 20px;
  column-gap: 12px;
}

.pushBundle-multi-layout1 .pushBundle-variantLayoutBtnContainer {
  display: none;
}

.pushBundle-variantList-Content__list-multiPd-modal .pushBundle-multiPd-options {
  margin-bottom: 10px;
}

.pushBundle-variantList-Content__list-multiPd-modal .pushBundle-multiPd-options.pushBundle-multiPd-options-select {
  margin-bottom: 5px;
}

.pushBundle-variantList-Content__list-multiPd-modal div.pushBundle-multiPd-options:last-child {
  margin-bottom: 0px;
}

.pushBundle-variantList-Content__list-seeOptions-container {
  position: relative;
  width: 100%;
}

.pushBundle-variantList-multiPd.pushBundle-variantList.fullSHow {
  position: relative;
}

.pushBundle-variantList-multiPd.pushBundle-variantList.fullSHow
  .pushBundle-variantList-Content__list-seeOptions-container {
  position: static;
  bottom: 25%;
}

/* .pushBundle-variantList-Content__list-seeOptions-container .pushBundle-variantList-Content__list-multiPd-modal {
  display: flex;
  position: absolute;
  bottom: 88%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-in-out,
    transform 0.4s ease,
    visibility 0.6s ease-in-out;
  pointer-events: none;
}

.pushBundle-variantList-Content__list-seeOptions-container.show .pushBundle-variantList-Content__list-multiPd-modal {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  pointer-events: auto;
} */

/* Base modal styles (hidden state) */
.pushBundle-variantList-Content__list-seeOptions-container .pushBundle-variantList-Content__list-multiPd-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px); /* subtle slide from bottom */
  will-change: opacity, transform;

  display: flex;
  position: absolute;
  width: 350px;
  /* width: max-content; */
  padding: 20px;
  /* left: 50%; */
  transform: translateX(-50%) translateY(12px); /* center + slide */

  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0s linear 0.3s,
    pointer-events 0s linear 0.3s;
  bottom: 25%;
}

/* When the .show class is applied, make the modal visible */
.pushBundle-variantList-Content__list-seeOptions-container.show .pushBundle-variantList-Content__list-multiPd-modal {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(12px);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0s linear 0s,
    pointer-events 0s linear 0s;
  bottom: 25%;
}

.pushBundle-variantList-multiPd.pushBundle-variantList.fullSHow
  .pushBundle-variantList-Content__list-seeOptions-container.show
  .pushBundle-variantList-Content__list-multiPd-modal {
  max-width: 350px;
  padding: 20px;
  bottom: 25%;
  left: 50%;
  transform: translate(-27%);
  z-index: 1;
}

.pushBundle-layout1-large
  .pushBundle-variantList-multiPd.pushBundle-variantList.fullSHow
  .pushBundle-variantList-Content__list-seeOptions-container.show
  .pushBundle-variantList-Content__list-multiPd-modal {
  bottom: 21%;
}

.pushBundle-variantList-multiPd.pushBundle-variantList.fullSHow.right-aligned
  .pushBundle-variantList-Content__list-seeOptions-container.show
  .pushBundle-variantList-Content__list-multiPd-modal {
  left: 50%;
  right: 50%;
  transform: translate(-45%);
}

.pushBundle-variantList-multiPd.pushBundle-variantList.fullSHow
  .pushBundle-variantList-Content__list-multiPd-modal::before {
  content: "";
  position: absolute;
  top: 100%;
  transform: rotate(180deg);
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  left: 10%;
}

.pushBundle-variantList-multiPd.pushBundle-variantList.fullSHow.right-aligned
  .pushBundle-variantList-Content__list-multiPd-modal::before {
  right: 10%;
  left: auto;
}

.pushBundle-variantList-Content__list-seeOptions-container.show .pushBundle-variantList-Content__list-seeOptions > svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.pushBundle-variantList-Content__list-seeOptions-container .pushBundle-variantList-Content__list-seeOptions > svg {
  transition: transform 0.1s ease;
}

.pushBundle-variantList-Content__list-multiPd-modal {
  border-radius: 8px;
  padding: 18px 12px 12px 12px;
  border: 0px solid #ccc;
  background-color: #fff;
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: all ease-in 0.3s;
  width: 100%;
  transition: all 0.4 ease-in-out;
}

.pushBundle-multiPd-options,
.pushBundle-multiPd-options-value-container {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
}

.pushBundle-multiPd-options p {
  margin: 0;
}

.pushBundle-multiPd-options-value-container.heightExceeded {
  max-height: 150px;
  overflow: hidden;
}

p.pushBundle-multiPd-options-seeMore {
  cursor: pointer;
  font-size: 12px;
  font-weight: 550;
  color: #005bd3;
  line-height: 16px;
  margin-left: 12px;
}

.pushBundle-multiPd-options-value-container {
  flex-flow: wrap;
  gap: 10px;
  margin-top: -4px;
  margin-left: 12px;
}

.pushBundle-multiPd-options-value-container span {
  font-size: 11px;
  font-weight: 550;
  line-height: 15px;
  cursor: pointer;
}

.pushBundle-variantList-multiPd.pushBundle-variantList.fullSHow
  .pushBundle-multiPd-options-value-container.heightExceeded {
  height: max-content;
  overflow: auto;
}

.pushBundle-variantList-multiPd.pushBundle-variantList.fullSHow p.pushBundle-multiPd-options-seeMore {
  display: none;
}

.pushBundle-multiPd-options-value-container span:hover {
  color: #fff;
  background-color: #000;
}

.pushBundle-multiPd-options span {
  padding: 4px 8px;
  border-radius: 20px;
  background-color: #f3f3f3;
}

.pushBundle-variantList-Content__list-multiPd-modal {
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

/* close button styles  */
.pushBundle-variantList-Content__list-multiPd-modal .close-button {
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
}

.pushBundle-variantList-Content__list-multiPd-qty {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pushBundle-variantList-Content__list-multiPd-qty .pushBundle-variantList-Qty {
  background: #fff;
  /* max-width: 95px; */
  /* min-width: 80px; */
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  /* gap: 10px; */
  border-radius: 4px;
}

.pushBundle-variantList-Content__list-multiPd-qty .pushBundle-variantList-Qty input {
  max-width: 34px;
}

.pushBundle-variantList-Content__list-multiPd-qty .pushBundle-variantList-Qty .pushBundle-variantList-Qty-Minus {
  padding: 5px 0 5px 5px;
  visibility: visible;
}

.pushBundle-variantList-Content__list-multiPd-qty .pushBundle-variantList-Qty .pushBundle-variantList-Qty-Plus {
  padding: 5px 5px 5px 0px;
  visibility: visible;
}

.pushBundle-multiPd-options > p,
.pushBundle-variantList-Content__list-multiPd-qty > p {
  font-weight: 700;
}

.pushBundle-multiPd-options.pushBundle-multiPd-options-select {
  flex-direction: column;
  gap: 4px;
}

.pushBundleDisplaySelect-container {
  width: 100%;
  position: relative;
}

.pushBundleDisplaySelect {
  padding: 4px 4px 4px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 450;
  line-height: 20px;
  border: 1px solid #ccc;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}

.pushBundleDisplaySelect-container > svg {
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translate(-50%);
}

.pushBundleDisplaySelect:focus-visible {
  outline: none;
  box-shadow: none;
}

.pushBundle-boxIcon-image,
.pushBundle-proPlaceholder-image,
.pushBundle-product-image {
  max-width: 36px;
  max-height: auto;
}

.pushBundle-proPlaceholder-image,
.pushBundle-product-image {
  max-width: 43px;
}

@media (min-width: 980px) {
  .pushBundle-multi-layout2.pushBundle-layout1-large .pushBundle-showSelectedPd__range,
  .pushBundle-multi-layout2.pushBundle-layout1-large .pushBundle-showSelectedPd__title-viewSelectedItem,
  .pushBundle-multi-layout2.pushBundle-layout1-large .pushBundle-showSelectedPd__title h5 span {
    display: none;
  }

  .pushBundle-multi-layout2.pushBundle-layout1-large .pushBundle-showSelectedPd__title-fullPageShow {
    display: block;
  }

  .pushBundle-multi-layout2.pushBundle-layout1-large
    .pushBundle-showSelectedPd__btnRangeHolder.pushBundle-flexRow
    .pushBundle-showSelectedPd__btn {
    width: 100%;
  }

  .pushBundle-multi-layout2.pushBundle-layout1-large .pushBundle-fullPageViewLayout2 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 20px;
  }

  .pushBundle-multi-layout2.pushBundle-layout1-large .pushBundle-variantLayout.listView.pushBundle-selectedPDLayout2 {
    width: 100%;
  }

  .pushBundle-multi-layout2.pushBundle-layout1-large .pushBundle-variantLayout {
    max-width: 100%;
    width: 70%;
  }

  .pushBundle-multi-layout2.pushBundle-layout1-large #pushBundle-showSelectedPd.pushBundle-showSelectedPd {
    max-width: 30%;
    width: 27%;
    height: max-content;
  }

  .pushBundle-multi-layout2.pushBundle-layout1-large
    .pushBundle-fullPageViewLayout2
    .pushBundle-variantLayout.listView.pushBundle-selectedPDLayout2
    .pushBundle-variantLayoutListFlex {
    max-height: 350px;
  }

  .pushBundle-multi-layout2.pushBundle-layout1-large
    .pushBundle-fullPageViewLayout2
    .pushBundle-variantLayout.listView.pushBundle-selectedPDLayout2
    .pushBundle-variantLayoutListFlex
    > div.pushBundle-variantList:last-child {
    border-bottom: none;
  }

  .pushBundle-multi-layout2.pushBundle-layout1-large .pushBundle-fullPageViewLayout2 .pushBundle-addToCart__Modalbtn {
    padding: 10px 0px 5px 0px;
  }

  .pushBundle-multi-layout2.pushBundle-layout1-large .pushBundle-showSelectedPd__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
}

.pushBundle-choosePack h4 {
  font-size: var(--section-title-font-size);
  font-weight: var(--section-title-font-weight);
  color: var(--section-title-color);
}

.quantity-pack-title {
  font-size: var(--quantity-pack-title-font-size);
  font-weight: var(--quantity-pack-title-font-weight);
  color: var(--quantity-pack-title-color);
}
.pushBundle-showSelectedPd__title h5 {
  font-size: 14px;
}
.pb-saved-message {
  margin-top: 1.5rem;
}
.pb-saved-message p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #006f3b;
}
.pushBundle-selectedPdList-delete svg {
  width: 16px;
  height: 16px;
}

/* out of stock multi produtcts styles start  */

.pushBundle-multiPd-options-value.out-of-stock {
  position: relative;
  color: #999;
  cursor: not-allowed;
  opacity: 0.7;
}

.pushBundle-multiPd-options-value.out-of-stock::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ff3b30;
  transform: translateY(-50%) rotate(-5deg);
}

.stock-indicator {
  font-size: 0.8em;
  color: #ff3b30;
  margin-left: 4px;
}

.pushBundle-variantList-Content__list-addToBoxBtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.pb-disabledField {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.pushBundle-variantList-QtyInput {
  display: block !important;
}
.pushBundle_selected_variants_counter_box_root {
  position: relative;
  cursor: pointer;
}
.pushBundle_selected_variants_counter_icon {
  width: 28px;
  height: 28px;
  display: flex;
  background: white;
  border-radius: 8px;
  border: 1px solid #ccc;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

.pushBundle_selected_variants_counter_count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #cdfee1;
  display: inline-flex; /* allows auto width based on content */
  justify-content: center;
  align-items: center;
  color: #0c5132;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 6px; /* horizontal padding adapts to text */
  border-radius: 999px; /* makes it fully rounded */
  min-width: 15px; /* optional: makes small numbers look rounder */
  line-height: 1; /* ensures vertical centering */
}

.pb-price-range-root {
  font-size: 12px;
  font-weight: 550;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.pb-price-range-price-discounted {
  color: "#000";
}
.pb-price-range-badge {
  background-color: #b72814;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 10px;
}

/* ----------------------------------css for volume bundles------------------------------------------  */
/* ----------------------------------css for volume bundles------------------------------------------  */
/* ----------------------------------css for volume bundles------------------------------------------  */
/* ----------------------------------css for volume bundles------------------------------------------  */
.hide {
  display: none;
}
.flex {
  display: flex;
}
#dr-bundle-discount-block p,
#dr-bundle-discount-block h1,
#dr-bundle-discount-block h2,
#dr-bundle-discount-block h3,
#dr-bundle-discount-block h4,
#dr-bundle-discount-block h5,
#dr-bundle-discount-block h6 {
  margin: 0;
}

.dr-flex-column {
  flex-direction: column;
}
.dr-flex-row {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.bundle-stepper-item {
  display: block !important;
  height: 6px;
  flex: 1 0 auto;
  border-radius: 2px;
  background-color: var(--dr-stepper-inactive-color);
  min-width: 20px;
}

.bundle-stepper-item.active {
  background-color: var(--dr-stepper-active-color);
}

#dr-bundle-discount-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 44rem;
}

#dr-bundle-discount-content {
  padding: 12px;
  border: 1px solid #d9dde4;
  border-radius: 8px;
}

.dr-bundle-discount-header-section {
  margin-bottom: 1.5rem;
}

#dr-bundle-discount-variant-select {
  padding: 12px;
  border: 1px solid #d9dde4;
  border-radius: 8px;
}

.dr-select-dropdown {
  padding: 8px;
  border: none;
  border-radius: 8px;
  width: 100%;
  background-color: #f9fafb;
  color: #101828;
  font-size: 12px;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml, %3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231C1F24' stroke-width='1.5' fill='none' fillRule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 10px;
  cursor: pointer;
  text-overflow: ellipsis;
}

.dr-select-dropdown:focus-visible {
  outline: none;
  box-shadow: none;
}

#dr-bundle-tiers {
  display: flex;
  gap: 0.75rem;
}

/* new styles for bundle discount */

/* Base Tier Option */
.dr-tier-option {
  border: 1px solid var(--dr-border-color);
  padding-inline: var(--dr-tier-optioin-inline-padding);
  padding-block: var(--dr-tier-optioin-block-padding);
  border-radius: var(--dr-tier-option-border-radius);
  margin-bottom: 0.5rem;
  transition: background-color 0.2s ease;
  position: relative;
}

/* Inactive state */
.dr-tier-option.inactive {
  background-color: var(--dr-inactive-bg-color, #ffffff);
}

/* Active state */
.dr-tier-option.active {
  background-color: var(--dr-active-bg-color, #f8e8e8);
}

/* Layout Structure */
.dr-tier-label {
  display: flex;
  gap: var(--dr-layout-gap);
  align-items: center;
  min-height: 5rem;
  cursor: pointer;
}

/* Layout Variations */
.dr-tier-option.layout-1 .dr-tier-label {
  flex-direction: row;
}
.dr-tier-option.layout-1 .dr-tier-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.dr-tier-option.layout-1 .dr-tier-right {
  /* align-self: flex-start; */
  flex-shrink: 0;
}

.dr-tier-option.layout-2 .dr-tier-label {
  flex-direction: column;
}
.dr-tier-option.layout-2 .dr-tier-description {
  text-align: center;
}
.dr-tier-option.layout-2 .dr-tier-right {
  align-self: center;
  margin-top: 0.75rem;
}

/* Radio Button */
.dr-tier-radio {
  accent-color: var(--dr-check-color);
  margin-right: 0px;
}

/* Description Text */
.dr-tier-description {
  font-size: var(--dr-offer-help-text-size);
  font-weight: var(--dr-offer-help-text-font-weight);
  line-height: var(--dr-offer-help-text-line);
  color: var(--dr-offer-help-text-color);
  word-break: break-word;
  max-width: 100%;
}

/* Highlight Badge */
.dr-highlight-badge {
  display: none;
  color: var(--dr-highlight-text);
  font-size: calc(var(--dr-higlight-size) - 1px);
  font-weight: var(--dr-highlight-weight);
  width: max-content;
  position: absolute;
}
.dr-highlight-badge span {
  background-color: var(--dr-highlight-bg);
  padding: 0 8px;
  border-radius: 0px 0px 4px 4px;
}
.dr-tier-option.dr-highlight.layout-1 .dr-highlight-badge,
.dr-tier-option.dr-highlight.layout-2 .dr-highlight-badge {
  display: flex;
}
.dr-tier-option.dr-highlight.layout-1 .dr-highlight-badge {
  top: -8px;
  right: 1rem;
}
.dr-tier-option.dr-highlight.layout-2 .dr-highlight-badge {
  top: -8px;
  right: 50%;
  transform: translateX(50%);
}
.layout-2 .dr-tier-label {
  margin-top: 0.25rem;
}

.dr-tier-option.layout-2 {
  min-width: 110px;
  max-width: 130px;
}

/* Price Display (Keep your existing classes) */
.dr-tier-price-display {
  display: flex;
  gap: 0.5rem;
  font-size: var(--dr-price-size);
  line-height: var(--dr-price-line);
}
.dr-tier-discounted-price {
  font-weight: var(--dr-tier-price-font-weight);
  color: var(--dr-discount-price-color);
}
.dr-tier-original-price {
  text-decoration: line-through;
  color: var(--dr-discount-compare-price-color);
}

/* Layout-specific price alignment */
.dr-tier-option.layout-2 .dr-tier-price-display {
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.dr-tier-right {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
}

.dr-header-container h4 {
  font-size: var(--dr-header-font-size);
  font-weight: var(--dr-header-font-weight);
  color: var(--dr-header-color);
}

.dr-bundle-discount-header-section p {
  font-size: var(--dr-description-font-size);
  font-weight: var(--dr-description-font-weight);
  color: var(--dr-description-color);
  word-break: break-word;
  max-width: 100%;
}

#dr-reset-button {
  /* display: none; */
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 12px;
  user-select: none;
  color: #005bd3;
}
#dr-reset-button p {
  color: #005bd3;
}

/* variant list css  */
.dr-variant-row-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 0.5rem;
}

.dr-variant-row-list .v-title {
  display: flex;
  gap: 12px;
  font-size: 14px;
  font-weight: 550;
}
.dr-variant-row-list .v-right-side {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.dr-quantity-box input::-webkit-outer-spin-button,
.dr-quantity-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.dr-quantity-box input {
  background-color: transparent;
  outline: none;
  border: none;
  text-align: center;
  color: #475569;
  width: 50px;
  -moz-appearance: textfield;
  appearance: textfield;
}

.dr-quantity-box input:focus-visible {
  box-shadow: none;
}

.dr-quantity-box {
  padding-inline: 4px;
  padding-block: 6px;
  border-radius: 6px;
  color: #475569;
  display: flex;
  align-items: center;
  background-color: #f9fafb;
}

.dr-quantity-box button {
  border: none;
  background-color: transparent;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.dr-quantity-box button:hover {
  opacity: 0.7;
}

.dr-variant-remove {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #667085;
}

.dr-variant-remove:hover {
  color: red;
}

/* variant select container  */
.dr-variant-select-container {
  display: flex;
  gap: 1rem;
  margin-bottom: var(--dr-variant-select-margin-bottom);
}

.dr-select-wrapper {
  flex: 1;
}

/* variant list container  */
.dr-variant-list-container {
  display: none;
  flex-direction: column;
  margin-top: 1rem;
}

.dr-variant-list-container.visible {
  display: flex;
}

/* stepper container  */
.dr-stepper-container {
  display: flex;
  gap: 6px;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.dr-variant-container-layout-2 {
  padding: 1rem;
  border: 1px solid var(--dr-variant-container-layout-2-border-color);
  border-radius: 8px;
  background-color: var(--dr-variant-container-layout-2-bg-color);
  margin-top: 0.5rem;
}

/*end of volume bundle css  */

/* pb grid and list variant options css  */

.pushBundle-variantLayoutListFlex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important;
}

.listView .pushBundle-variantLayoutListFlex {
  display: flex;
  flex-direction: column;
}

.pushBundle-multiPd-options-value.selected {
  color: #fff;
  background-color: #000;
}

.pb-disabledField {
  /* color: #2a2a2adf; */
  color: #616161;
  font-weight: 400;
}

.pushBundle-variantList-Qty.fullWidth {
  width: 100% !important;
  /* min-width: 100% !important; */
  max-width: 100% !important;
}

.pb-addMore {
  background-color: #c5f6dd;
}

/* radix popover css  */
.PopoverContent {
  border-radius: 4px;
  padding: 20px;
  width: 350px;
  max-width: 350px;
  background-color: white;
  box-shadow:
    hsl(206 22% 7% / 35%) 0px 10px 38px -10px,
    hsl(206 22% 7% / 20%) 0px 10px 20px -15px;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.PopoverContent[data-state="open"][data-side="top"] {
  animation-name: slideDownAndFade;
}
.PopoverContent[data-state="open"][data-side="right"] {
  animation-name: slideLeftAndFade;
}
.PopoverContent[data-state="open"][data-side="bottom"] {
  animation-name: slideUpAndFade;
}
.PopoverContent[data-state="open"][data-side="left"] {
  animation-name: slideRightAndFade;
}

.PopoverArrow {
  fill: white;
}

.PopoverClose {
  font-family: inherit;
  border: none;
  background: none;
  padding: 0px;
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all 0.2s ease;
}
.PopoverClose:hover {
  opacity: 0.7;
  scale: 1.1;
  cursor: pointer;
}
.PopoverClose:focus {
  box-shadow: 0 0 0 2px var(--violet-7);
}

.IconButton {
  font-family: inherit;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--violet-11);
  background-color: white;
  box-shadow: 0 2px 10px var(--black-a7);
}
.IconButton:hover {
  background-color: var(--violet-3);
}
.IconButton:focus {
  box-shadow: 0 0 0 2px black;
}

.Fieldset {
  display: flex;
  gap: 20px;
  align-items: center;
}

.Label {
  font-size: 13px;
  color: var(--violet-11);
  width: 75px;
}

.Input {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 1;
  color: var(--violet-11);
  box-shadow: 0 0 0 1px var(--violet-7);
  height: 25px;
}
.Input:focus {
  box-shadow: 0 0 0 2px var(--violet-8);
}

.Text {
  margin: 0;
  color: var(--mauve-12);
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}

.pushBundle-addToBundleBtn {
  padding: 9px 9px;
  border-radius: 8px;
  background: #fff;
  box-shadow:
    0px -1px 0px 0px #b5b5b5 inset,
    -1px 0px 0px 0px #e3e3e3 inset,
    1px 0px 0px 0px #e3e3e3 inset,
    0px 1px 0px 0px #e3e3e3 inset;
  font-size: 12px;
  font-style: normal;
  font-weight: 550;
  line-height: 16px;
  min-width: 100px;
  letter-spacing: -0.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  cursor: pointer;
  /* font-size: 20px; */
  /* font-weight: 500; */
  color: #6d6d6d;
  /* padding: 5px 5px 5px 0px; */
  visibility: visible;
}

@keyframes slideUpAndFade {
  from {
    opacity: 0;
    transform: translateY(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideRightAndFade {
  from {
    opacity: 0;
    transform: translateX(-2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideDownAndFade {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideLeftAndFade {
  from {
    opacity: 0;
    transform: translateX(2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
[data-radix-popper-content-wrapper] {
  z-index: 999 !important; /* Ensure popover is above other content */
}

/* -------------------------------- popover css codes end here --------------------------------  */
