.loop-bundle-description, .loop-bundle-footer-description {width:100%}

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

.loop-bundle-title-wrapper.pt-3 {display: none !important;}

.loop-bundle-footer-discount-section {
    border: 1px solid #EEC087;
    background: #EEC087;
}

.loop-frequency-size-selector .loop-h2 {margin: 0rem 4rem 2rem; text-align:center;}

                                                          /* ===== Out of stock overrides for DECAF + MEDIUM #6 ===== */

/* 1) Disable the Add button + hide original text */
.loop-card[data-product-id="8849011769558"][data-variant-id="46491103133910"] .loop-btn-add-product,
.loop-card[data-product-id="8849011540182"][data-variant-id="46491102150870"] .loop-btn-add-product {
  position: relative;
  pointer-events: none;   /* disable clicks */
  opacity: 0.5;           /* disabled look */
  cursor: not-allowed;    /* disabled cursor */
  color: transparent;     /* hide "Add" text */
}

/* 2) Replace with "Out of stock" (DM Sans) */
.loop-card[data-product-id="8849011769558"][data-variant-id="46491103133910"] .loop-btn-add-product::after,
.loop-card[data-product-id="8849011540182"][data-variant-id="46491102150870"] .loop-btn-add-product::after {
  content: "Out of stock";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

/* 3) Disable clicks on the image/header area */
.loop-card[data-product-id="8849011769558"][data-variant-id="46491103133910"] .loop-card-header,
.loop-card[data-product-id="8849011540182"][data-variant-id="46491102150870"] .loop-card-header {
  pointer-events: none !important;  /* block all clicks */
  cursor: default !important;       /* no hand cursor */
}