@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

.container {
  max-width: 1277px;
  margin: 0 auto;
  padding: 0 16px;
}

.halo-sticky-toolbar-mobile {
  display: none;
}

.bundle-price-row {
  display: flex;
  align-items: end;
  gap: 20px;
}

.bundle-price-row span.price_green {
  background: rgba(160, 239, 129, .2);
  color: #006400;
  font-weight: 700;
  padding: .15rem .25rem;
  position: relative;
  top: -9px;
  font-size: 14px;
  line-height: normal;

}

.bundle-bottom-addtocart .bybMrpPrices {
  color: red;
  text-decoration: line-through;
}

.bundle-bottom-addtocart .price-section {
  display: flex;
  flex-direction: column;
}

.border-tp {
  margin: 0;
}

body {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
}

.bundle-price {
  position: relative;
  padding: 20px 0 115px;
}

.bundle-product-name h5 {
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 175% */
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
}

.bundle-product-name span {
  color: #5a5a5a;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 28px;
  /* 233.333% */
}

.bundle-price-tag span {
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 175% */
  font-family: "Bricolage Grotesque", sans-serif;
}

.bundle-inner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

.bundle-tabs ul li p {
  color: #272727;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  padding-top: 10px;
}

.bundle-tabs ul li {
  list-style-type: none;
  text-align: center;
  position: relative;
  display: table-cell;
}

.bundle-tabs ul {
  margin: 0 auto;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
}

.bundle-tabs ul li::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  background-image: url("sign.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.bundle-tabs ul li.active::before {
  background-image: url("sign-active.svg");
}

.progress-bar.progress-bar--success {
  overflow: hidden;
  position: absolute;
  left: 70%;
  bottom: auto;
  width: 60%;
  z-index: -9;
  height: 2px;
  top: 7px;
}

.progress-bar__bar {
  border-top: 2px dotted;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 500ms ease-out;
  width: 100%;
  height: 100%;
  display: block !important;
}

.bundle-tabs ul li:last-child .progress-bar.progress-bar--success {
  display: none;
}

.step-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.bundle-search {
  max-width: 304px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.bundle-search .search-field {
  border-radius: 15px;
  background: #f6f6f6;
  border: 0;
  padding: 12px 20px 12px 40px;
  color: #525252;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  background-image: url("search-tab.svg");
  background-repeat: no-repeat;
  background-position: 10px 9px;
  background-size: 20px;
  font-family: "Bricolage Grotesque", sans-serif;
}

.bundle-tabs {
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 21px;
}

.bundle-perfume-title span {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  color: #272727;
  font-family: "Bricolage Grotesque", sans-serif;
  white-space: nowrap;
}

.bundle-perfume-title {
  padding-bottom: 15px;
  text-align: center;
}

.bundle-perfume-box-img {
  background: #f6f6f6;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.bundle-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.bundle-perfume-boxes {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bundle-tab-content-row::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(92deg, #ff4fe3 10.47%, #f67600 96.31%);
  z-index: -1;
  border-radius: 20px;
}

.bundle-tab-content-row {
  position: relative;
  border: 2px solid transparent;
  background: #fff;
  background-clip: padding-box;
  border-radius: 20px;
  padding: 13px 20px;
  /* display: flex;
    align-items: center; */
}

.bundle-inner-content-row {
  display: flex;
  align-items: center;
}

.bundle-stroke::after {
  content: "";
  background-image: url("strole-line.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 2px;
  height: 110px;
  display: inline-block;
  position: absolute;
  right: -27px;
  top: 40px;
  background-size: cover;
}

.bundle-colection-title h4 {
  color: #272727;
  margin: 0;
  text-align: center;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2.04px;
  text-transform: uppercase;
  font-size: 25px;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  background-color: #fff;
}

.bundle-colection-title h4::before {
  content: "";
  height: 1px;
  display: block;
  border-top: 1px solid #000;
  position: absolute;
  width: 170%;
  top: 50%;
  left: -34%;
  z-index: -999;
  opacity: 0.2;
}

.bundle-colection-title {
  margin-bottom: 15px;
  text-align: center;
}

.bundle-stroke {
  position: relative;
  margin-right: 32px;
}

.bundle-stroke:last-child::after {
  display: none;
}

.bundle-tab-content {
  padding-bottom: 20px;
}

.bundle-inner-collection-list ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 16px;
}

.bundle-inner-collection-list ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 50px;
}

.bundle-add-to-box-btn {
  position: absolute;
  bottom: 0;
}

.bundle-inner-collection-list ul li h5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 138.5%;
  /* 16.62px */
  letter-spacing: 0.12px;
  color: #272727;
  margin: 0;
  padding-bottom: 8px;
}



.bundle-inner-collection-list ul li p {
  margin: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 138.5%;
  /* 13.85px */
  letter-spacing: 0.1px;
  color: #5a5a5a;
}

.bundle-star span {
  color: #363732;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bundle-collection-img {
  border-radius: 10px;
  padding: 30px 42px;
  margin-bottom: 12px;
}

.bundle-collection-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 215px;
}

.bundle-star img {
  vertical-align: middle;
}

.bundle-ratings span {
  color: #363732;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bundle-ratings svg {
  vertical-align: middle;
  padding-right: 6px;
}

.bundle-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 16px;
  padding-top: 11px;
}

.add-to-box {
  text-decoration: none;
  display: inline-block;
  color: #1c1c2d;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 20px;
  border: 1.3px solid #1c1c2d;
  padding: 10px 30px;
  transition: 0.5s;
}

.add-to-box:hover {
  background-color: #1c1c2d;
  color: #fff;
}

.bundle-search.bundle-mobile-search {
  display: none;
}

.bundle-full-w-btn a {
  text-decoration: none;
  background: #1c1c2d;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
}

.bundles-list {
  padding: 20px;
}

.bundles-list h2 {
  text-align: center;
  margin-bottom: 30px;
}

.bundles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 0 20px;
}

.bundle-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s;
}

.bundle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.bundle-card-media {
  height: auto;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 110%;
}

.bundle-card-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bundle-card-placeholder {
  color: #999;
  font-size: 14px;
}

.bundle-card-content {
  padding: 15px;
}

.bundle-card-content h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
}

.bundle-discount {
  color: #006c25;
  font-weight: bold;
}

.bundle-back-btn {
  padding: 15px;
  cursor: pointer;
  color: #006c25;
  font-weight: bold;
}

.bundle-back-btn:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  .bundle-inner-collection-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bundle-error-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-width: 80%;
  width: 400px;
}

.error-content {
  text-align: center;
}

.error-content h3 {
  color: #d10000;
  margin-bottom: 10px;
}

.error-content p {
  margin-bottom: 15px;
  white-space: pre-line;
}

.error-close-btn {
  background: #d10000;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.error-close-btn:hover {
  background: #b30000;
}

.bundle-error-message,
.bundle-success-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-width: 80%;
  width: 400px;
}

.error-content,
.success-content {
  text-align: center;
}

.error-content h3 {
  color: #d10000;
  margin-bottom: 10px;
}

.success-content h3 {
  color: #28a745;
  margin-bottom: 10px;
}

.error-content p,
.success-content p {
  margin-bottom: 15px;
  white-space: pre-line;
}

.error-close-btn {
  background: #d10000;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.success-close-btn {
  background: #28a745;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.success-cart-btn {
  background: #28a745;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.error-close-btn:hover {
  background: #b30000;
}

.success-close-btn:hover {
  background: #218838;
}

.success-cart-btn:hover {
  background: #218838;
}

.blank-circle {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 2px dashed #ccc;
  background: #f8f8f8;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
}

span.bundle-item p {
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
  text-align: center;
}

span.bundle-item h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.bundle-progress-bar {
  border-radius: 50px;
  background: rgba(22, 40, 45, 0.11);
  height: 7px;
  margin: 0 0px 30px;
  box-shadow: none;
  overflow: visible;
}

.bundle-progress-bar .bundle-progress {
  border-radius: 30px;
  box-shadow: none;
  position: relative;
  background: linear-gradient(92deg, #ff4fe3 10.47%, #f67600 96.31%);
  height: 10px;
  width: 0%;
  border-radius: 10px;
  transition: width 400ms;
}

.bundle-progress-bar .bundle-progress::after {
  content: "";
  display: block;
  background-image: url("progressbar-emoji.svg");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}

/* When progress is 100%, show the end image */
.bundle-progress-bar .bundle-progress[style*="width: 100%"]::after {
  background-image: url("progress-bar-end.svg");
  right: 0px;
}

/* .loading-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
} */

.loading-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  /* Full viewport height */
  width: 100%;
  z-index: 999;
}

.loading-content {
  text-align: center;
}

.bundle-img-animation {
  position: relative;
  display: none;
}

.bundle-img-animation.active {
  display: block;
}

.bundle-img-animation::before {
  content: "";
  display: block;
  width: 40%;
  height: 80%;
  background-image: url("https://cdn.shopify.com/s/files/1/0802/1649/0262/files/confetinew.gif?v=1745573997");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  left: -100px;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

.bundle-img-animation::after {
  content: "";
  display: block;
  width: 40%;
  height: 80%;
  background-image: url("https://cdn.shopify.com/s/files/1/0802/1649/0262/files/confetinew.gif?v=1745573997");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

/*
.bundle-img-animation::before {
  content: "";
  display: block;
  width: 210px;
  height: 383px;
  background-image: url("https://cdn.shopify.com/s/files/1/0802/1649/0262/files/animation.gif?v=1745407990");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 999999;
  transform: translateY(-50%);
}

.bundle-img-animation::after {
  content: "";
  display: block;
  width: 210px;
  height: 383px;
  background-image: url("https://cdn.shopify.com/s/files/1/0802/1649/0262/files/animation.gif?v=1745407990");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999999;
  transform: translateY(-50%);
} */

.bundle-inner-collection-list ul li h5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 138.5%;
  letter-spacing: 0.12px;
  color: #272727;
  margin: 0;
  padding-bottom: 0;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bundle-inner-collection-list.reneeofficial ul li h5 {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 138.5%;
  letter-spacing: 0.12px;
  color: #272727;
  margin: 0;
  padding-bottom: 0;
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  overflow: visible !important;

}

.add-to-box-btn.selected {
  background-color: black;
  color: white;
}

.bundle-quantity {
  font-size: 12px;
  /* margin: 0px; */
  background-color: #000;
  border-radius: 50px;
  display: flex;
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  color: white;
}

.bundle-add-to-box-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.add-to-box {
  text-decoration: none;
  display: inline-block;
  color: #1c1c2d;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 20px;
  border: 1.3px solid #1c1c2d;
  padding: 13px 30px;
  transition: 0.5s;
  line-height: 12px;
  width: 100%;
}

.add-to-cart-btn.disabled {
  background-color: grey;
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

@media only screen and (min-width: 768px) {
  .bundle-colection-list {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .bundle-colection-title h4 {
    color: #272727;
    margin: 0;
    text-align: center;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 2.04px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    background-color: #fff;
  }

  .bundle-colection-title h4::before {
    content: "";
    height: 1px;
    display: block;
    border-top: 1px solid #000;
    position: absolute;
    width: 170%;
    top: 50%;
    left: -34%;
    z-index: -999;
  }

  .bundle-quantity {
    font-size: 12px;
    /* margin: 0px; */
    background-color: #000;
    border-radius: 50px;
    display: flex;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    color: white;
  }

  .bundle-full-w-btn {
    position: fixed;
    width: 100%;
    z-index: 9;
    box-shadow: 0 0 25px 0 rgb(0, 0, 0, 0.1);
    border-top: 2px solid #000;
  }

  .bundle-search.bundle-mobile-search {
    display: block;
  }

  .bundle-search.bundle-desktop-search {
    display: none;
  }

  .bundle-inner-collection-list ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .bundle-inner-content-row {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bundle-inner-content-row::-webkit-scrollbar {
    display: none;
    /* hide scrollbar */
  }

  .bundle-ratings svg {
    padding-right: 4px;
  }

  .bundle-ratings span {
    font-size: 10px;
  }

  body.scrolled .bundle-sticky-mobile-tab {
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 20px 0 0;
  }

  .bundle-tabs {
    border-bottom: 0;
  }

  .bundle-full-w-btn {
    bottom: 0;
  }

  div#shopify-section-mobile-sticky-menu {
    display: none;
  }

  .bundle-progress-bar {
    margin: 0 0px 26px;
    display: none;
  }

  .bundle-price-tag {
    display: none;
  }

  .bundle-inner-row {
    justify-content: center;
    width: 100%;
  }

  .bundle-product-name h5 {
    font-size: 20px;
  }

  .bundle-inner-row {
    padding-bottom: 10px;
  }

  .bundle-stroke::after {
    height: 80px;
    right: -17px;
    top: 30px;
  }

  .bundle-tab-content-row {
    padding: 8px 20px;
  }

  .bundle-perfume-title {
    padding-bottom: 2px;
  }

  .bundle-perfume-box-img {
    background: #f6f6f6;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px;
  }

  .bundle-close {
    position: absolute;
    top: -5px;
    right: 0;
    cursor: pointer;
  }

  .bundle-add-to-box-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px 15px;
  }

  .add-to-box {
    text-decoration: none;
    display: inline-block;
    color: #1c1c2d;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 20px;
    border: 1.3px solid #1c1c2d;
    padding: 13px 30px;
    transition: 0.5s;
    line-height: 12px;
    width: 100%;
  }

  .bundle-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    padding-top: 12px;
  }


  .bundle-img-animation::before {
    width: 80%;
    height: 80%;
    left: -100px;
  }

  .bundle-img-animation::after {
    width: 80%;
    height: 80%;
    right: -100px;
  }

  .bundle-full-w-btn .container {
    padding: 0;
  }

  .bundle-full-w-btn .bundle-bottom-row .bundle-bottom-progress-bar {
    display: none;
  }

  .bundle-bottom-row {
    background: #fff;
    padding: 10px;
  }

  .bundle-full-w-btn .bundle-bottom-row .bundle-bottom-addtocart span {
    display: none;
  }

  .bundle-bottom-row-left .bundle-price-row {
    display: none;
  }

  .bundle-perfume-title span {
    font-size: 20px;
  }

  .bundle-tab-content.preview-desktop {
    display: none;
  }

  .bundle-tab-content.preview-mobile .bundle-tab-content-row::before {
    display: none;
  }

  .bundle-tab-content.preview-mobile .blank-circle {
    font-size: 15px;
  }

  .bundle-tab-content.preview-mobile .bundle-stroke::after {
    height: 50px;
    right: -17px;
    top: 0px;
  }

  .bundle-tab-content.preview-mobile .bundle-tab-content-row {
    border-radius: 0;
    padding: 10px 20px;
    border: 0;
  }

  .bundle-tab-content.preview-mobile {
    padding: 0px;
  }

  .bundle-bottom-addtocart {
    display: flex;
  }

  .bundle-bottom-addtocart .price-section {
    display: flex;
    flex-direction: column;
    background-color: white;
    align-items: start;
    justify-content: center;
    color: green;
    padding-left: 0px;
  }

  .bundle-bottom-addtocart .reneeofficial .price-section {
    display: flex;
    flex-direction: row-reverse;
    background-color: white;
    align-items: center;
    justify-content: center;
    color: green;
    padding-left: 0px;
    gap: 10px;
  }

  .bundle-price-row.reneeofficial span.price_green {
    background: #2baf2b;
    color: #fff;
    font-weight: 500;
    padding: 3px 8px;
    position: relative;
    top: 0px;
    font-size: 12px;
    line-height: normal;
    white-space: nowrap;
    border-radius: 10px;
  }

  .bundle-bottom-addtocart .bundle-price-row.reneeofficial .price-section span.bybMrpPrices {
    color: #aba6a6;
    font-weight: 600;
  }

  .bundle-bottom-addtocart .bundle-price-row.reneeofficial .price-section span.discounttext {
    color: #000;
    font-weight: 600;
  }

  .bundle-full-w-btn .bundle-bottom-row .bundle-bottom-addtocart span {
    display: block;
  }

  .bundle-full-w-btn a {
    width: 50%;
    padding: 5px 0;
    font-size: 12px;
    border-radius: 5px;
  }

  .bundle-inner-collection-list ul li {
    list-style-type: none;
    position: relative;
    border: 1px solid #efefef;
    padding: 15px 10px 50px;
    border-radius: 10px;
  }

  .bundle-collection-img {
    padding: 0;
  }

  .bundle-price-row {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    background: #fff;
  }

  .bundle-price-row .price-section span {
    font-size: 16px;
    line-height: normal;
  }

  .bundle-price-row .price-section span.bybMrpPrices {
    font-size: 14px;
    line-height: normal;
    white-space: nowrap;
  }

  .bundle-price-row span.price_green {
    background: rgba(160, 239, 129, .2);
    color: #006400;
    font-weight: 700;
    padding: .15rem .25rem;
    position: relative;
    top: 0px;
    font-size: 12px;
    line-height: normal;
    white-space: nowrap;
  }

  .bundle-perfume-box.active {
    border: 1px solid #a0ef81;
    background: rgba(160, 239, 129, .2);
    border-radius: 4px;
    padding: 5px;
  }

  .hascollection div#welcome-block {
    display: flex;
    height: calc(697px);
    overflow-y: auto;
  }

  .hascollection .bundle-sidebar.mobile-sidebar {
    width: 80px;
    height: 100%;
    flex-shrink: 0;
    overflow-y: auto;
    position: sticky;
    scrollbar-width: none;
    transform: none;
  }

  .hascollection .bundle-price {
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow: hidden auto;
    scrollbar-width: none;
  }

  .hascollection .bundle-full-w-btn {
    z-index: 9999;
    left: 0;
  }

  .hascollection .add-to-box {
    font-size: 10px;
    padding: 13px 13px;
  }

  .hascollection .mobile-sidebar-toggle {
    display: none;
  }

}

.bundle-price {
  position: relative;
  padding: 20px 0 50px;
}

#loading-text {
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 374px) {
  .add-to-box {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .bundle-full-w-btn a {
    width: auto;
    border-radius: 50px;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 40px;
  }

  .bundle-full-w-btn {
    text-align: center;
  }

  .bundle-inner-collection-list ul li {
    list-style-type: none;
    position: relative;
    border: 1px solid #efefef;
    padding: 15px 15px 50px;
    border-radius: 10px;
  }

  .bundle-collection-img {
    border-radius: 10px;
    padding: 30px 27px;
    margin-bottom: 12px;
  }

  .bundle-add-to-box-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px 15px;
  }

  .bundle-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .bundle-bottom-progress-bar {
    width: 64%;
  }

  .bundle-bottom-addtocart {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 60px;
  }

  .bundle-bottom-progress-bar .bundle-progress-bar {
    margin-bottom: 0;
  }

  .bundle-bottom-addtocart span {
    font-weight: 700;
    color: green;
    line-height: normal;
  }

  .bundle-bottom-row-left {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .bundle-bottom-row-left .bundle-price-row {
    padding-right: 20px;
  }

  .bundle-bottom-row-left .bundle-inner-row {
    padding-bottom: 0;
    gap: 20px;
  }

  .bundle-full-w-btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9;
    background-color: white;
    padding: 10px 0px;
  }

  .bundle-full-w-btn .container {
    padding: 0;
  }

  .bundle-sticky-mobile-tab .bundle-price-row {
    display: none;
  }

  .bundle-sticky-mobile-tab .bundle-progress-bar {
    display: none;
  }

  .bundle-inner-content-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }

  .bundle-stroke {
    position: relative;
    margin-right: 0px;
  }

  .bundle-perfume-boxes {
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .bundle-tab-content.preview-mobile {
    display: none;
  }

  .bundle-perfume-box.active {
    border: 1px solid #a0ef81;
    background: rgba(160, 239, 129, .2);
    padding: 5px;
    border-radius: 10px;
  }
}

.bundle-sidebar {
  background: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  width: 112px;
  padding: 16px 0;
  position: fixed;
  top: 110px;
  left: 0;
  height: calc(100vh - 110px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 9;
}

.bundle-sidebar::-webkit-scrollbar {
  display: none;
}

.bundle-sidebar ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bundle-sidebar.mobile-sidebar {
  display: none;
}

.bundle-sidebar ul li {
  list-style-type: none;
  cursor: pointer;
  padding: 0 16px;
  transition: all 0.3s ease;
}

.bundle-sidebar ul li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.bundle-sidebar-img {
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto 5px;
  max-width: 72px;
  aspect-ratio: 1;
  display: flex;
}

.bundle-sidebar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bundle-sidebar ul li h5 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-weight: 500;
  color: #272727;
}

.bundle-sidebar ul li.active .bundle-sidebar-img {
  border-color: #020b11;
}

.bundle-sidebar ul li.active h5 {
  color: #020b11;
}


@media only screen and (max-width: 767px) {

  .bundle-sidebar.mobile-sidebar.active {
    transform: translateX(0%);
  }

  .bundle-filter {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .bundle-sidebar {
    display: none;
  }

  .bundle-sidebar.mobile-sidebar {
    display: block;
    position: fixed;
    bottom: auto;
    left: 0;
    top: 0;
    right: auto;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: block;
    width: 112px;
    transition: .5s;
    transform: translateX(-100%);
    height: 100vh;
  }



  .bundle-sidebar ul li {
    padding: 0 8px;
  }

  .bundle-sidebar-img {
    max-width: 56px;
  }

  .bundle-sidebar ul li h5 {
    font-size: 12px;
    line-height: 1.3;
  }

  .bundle-inner-content-row {
    margin-left: 0px;
  }

  .toggle-btn {

    border: none;
  }

  .toggle-icon {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #333;
    position: relative;
  }
}


/* Maulik CSS for Product Card */
.product-card {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  max-width: 100%;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.rating {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: 10px;
  gap: 6px;
}

.stars {
  color: #FFA500;
}

.verified {
  color: #2196f3;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 3px;
}

.price-info {
  font-size: 1rem;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.mrp {
  color: #888;
  text-decoration: line-through;
}

.discount {
  background: #d1f7e1;
  color: #28a745;
  font-size: 0.8rem;
  padding: 2px 6px;
  border-radius: 5px;
}

.tax-info {
  font-size: 0.8rem;
  color: #666;
  margin-top: 4px;
}

@media (max-width: 480px) {
  .product-card {
    padding: 14px;
  }

  .product-title {
    font-size: 1rem;
  }

  .price-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
