.loop-bundle-image-container {
    display: none;
}

.loop-bundle-product-card-title {
  font-family: var(--font-h4--family);
  font-style: var(--font-h4--style);
  font-weight: var(--font-h4--weight);
  font-size: var(--font-h4--size);
  line-height: var(--font-h4--line-height);
  letter-spacing: var(--font-h4--letter-spacing);
  text-transform: var(--font-h4--case);
  color: #1A2D50;
}

.loop-display-product-price, .loop-discounted-price {
    font-weight: 600;
    font-size: var(--font-size--lg);
    color: #1a2d50 !important;
    display: flex;
    align-items: center;
}

.strike-through.loop-product-price {
    font-size: 16px;
    font-weight: 400;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
}

.loop-card-body .flex {
  gap: var(--gap-xs);
}

.loop-bundle-title-wrapper {
    padding-top: calc(var(--spacing) * 3);
    text-align: center;
}

@media screen and (max-width: 500px) {
    .loop-products-align, .loop-products-align-new {
        --loop-bundle-number-of-cards-mobile-view: 2 !important;
        gap: 8px;
    }
}

@media only screen and (max-width: 600px) {
    .loop-image-product-lg img {
        border-radius: var(--loop-bundle-image-border-radius);
        height: 100%;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }
}