.loop-bundle-image-container {
    display: flex !important; 
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
   height: unset !important;
   max-height:unset !important; 
    overflow: hidden !important;
    box-sizing: border-box !important;
  margin-top: 15px;
}

.loop-bundle-image-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.loop-bundle-image-container.loop-img-fit {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.loop-bundle-description img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.loop-selected-bundle {
    flex: none !important;
}
.loop-background{
  background-color:#F9FAF8 !important;
}

// animation
.loop-bundle-product-image-container {
  transition: transform 1s ease-in-out; /* Controls the animation speed and easing */
}

.loop-bundle-product-image-container:hover {
  transform: translateY(-10px); /* Moves the element 10px upwards on hover */
}



.loop-btn-add-product{
  border-color : #000000 !important;
}

.loop-btn-add-to-cart{
background-color: #F4FFAE !important;
  box-shadow: none !important;
  border: 2px solid #000 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* Hover = lifted up */
.loop-btn-add-to-cart:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.loop-bundle-widget-frequency-interval-button{
border-radius : 20px !important;
}

.loop-products-align-new{
grid-template-columns: repeat(2, 1fr) !important;
}
.loop-selected-bundle .loop-skeleton-container{
  display: none !important;
}

.loop-bundle-product-container, .loop-bundle-product-wrapper {
    height: 100% !important;
    max-width: 350px !important;
}

.loop-display-product-price{
  gap: 6px;
}
.loop-product-card-description-body{
  gap: 8px;
}
.loop-bundle-widget-frequency-button-label-fixed{
  display: none !important;
}
.loop-bundle-widget-selling-plan-subscription{
  order: 1;
}
.loop-bundle-widget-selling-plan-description {
  order: 2;
}
.loop-bundle-widget-frequency-button-layout {
  order: 3;
  margin-top: 15px;
  margin-bottom: 0px;
}
.loop-text-p6{
  font-size: 14px;
}

/* target ONLY the grey bar */
.loop-new-progress-range-line:not(.left) {
    height: 3px; /* Your desired smaller height */
}

/* target ONLY the black bar */
.loop-new-progress-range-line.left {
    height: 6px; /* Keep this at its original or desired height */
}