/** Shopify CDN: Minification failed

Line 945:0 Unexpected "}"

**/
   


   
.combo-page {
  /* Increase padding so the site footer can be fully seen above the sticky bars */
  padding-bottom: 0px; 
}

.combo-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 16/6;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.combo-banner-img {
  width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}

/* CRO alternate template */
.combo-cro-discovery {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(150px, auto) minmax(0, 1fr) auto;
  margin: 0 auto 18px;
  max-width: 1300px;
  padding: 0 16px;
}

.combo-cro-discovery__status {
  color: #755f57;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.35;
}

.combo-cro-discovery__status strong {
  color: #402b27;
  font-size: 15px;
}

.combo-cro-count-loader {
  align-items: center;
  display: flex;
  min-height: 38px;
}

.combo-cro-count-loader[hidden],
.combo-cro-discovery__status[hidden] {
  display: none;
}

.combo-cro-count-loader__logo {
  animation: combo-cro-logo-pulse 1.15s ease-in-out infinite;
  height: auto;
  transform-origin: center;
  width: 54px;
}

.combo-cro-count-loader__fallback {
  animation: combo-cro-logo-pulse 1.15s ease-in-out infinite;
  color: #563f3a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.combo-page--cro.is-personalizing .js-combo-grid {
  pointer-events: none;
  visibility: hidden;
}

@keyframes combo-cro-logo-pulse {
  0%, 100% {
    opacity: 0.52;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .combo-cro-count-loader__logo,
  .combo-cro-count-loader__fallback {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.combo-cro-price-filters {
  display: flex;
  gap: 8px;
  min-width: 0;
}

.combo-cro-price-filters button {
  background: #fff;
  border: 1px solid #d8cbc5;
  border-radius: 6px;
  color: #563c36;
  font-size: 12px;
  font-weight: 600;
  min-height: 36px;
  padding: 7px 12px;
  white-space: nowrap;
}

.combo-cro-price-filters button:hover,
.combo-cro-price-filters button.is-active {
  background: #563f3a;
  border-color: #563f3a;
  color: #fff;
}

.combo-cro-sort {
  align-items: center;
  color: #563c36;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
}

.combo-cro-sort select {
  appearance: auto;
  background: #fff;
  border: 1px solid #d8cbc5;
  border-radius: 6px;
  color: #402b27;
  font: inherit;
  min-height: 36px;
  padding: 6px 28px 6px 10px;
}

.combo-cro-recommendations {
  background: #f7f1e9;
  border-bottom: 1px solid #eadfce;
  border-top: 1px solid #eadfce;
  margin: 0 0 22px;
  padding: 18px max(20px, calc((100vw - 1300px) / 2));
}

.combo-cro-recommendations[hidden] {
  display: none !important;
}

.combo-cro-recommendations__heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.combo-cro-recommendations__heading p,
.combo-cro-recommendations__heading h2 {
  margin: 0;
}

.combo-cro-recommendations__heading p {
  color: #8b6a32;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.combo-cro-recommendations__heading h2 {
  color: #402b27;
  font-size: 20px;
  line-height: 1.25;
}

.combo-cro-recommendations__heading > span {
  color: #755f57;
  font-size: 12px;
}

.combo-cro-recommendations__track {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.combo-cro-recommendation {
  align-items: center;
  background: #fff;
  border: 1px solid #dfd2c8;
  border-radius: 8px;
  color: #402b27;
  display: grid;
  gap: 10px;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  min-height: 86px;
  padding: 7px;
  font-family: inherit;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  width: 100%;
}

.combo-cro-recommendation:hover {
  border-color: #8b6a32;
  box-shadow: 0 4px 14px rgba(64, 43, 39, 0.09);
}

.combo-cro-recommendation img {
  aspect-ratio: 1;
  border-radius: 6px;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.combo-cro-recommendation__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.combo-cro-recommendation__copy strong {
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.combo-cro-recommendation__prices {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
  margin-top: 4px;
}

.combo-cro-recommendation__actual-price,
.combo-cro-recommendation__combo-price {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.combo-cro-recommendation__actual-price {
  color: #755f57;
  font-weight: 600;
}

.combo-cro-recommendation__combo-price {
  color: #2f7041;
  font-weight: 700;
}

.combo-cro-recommendation__add {
  align-items: center;
  background: #563f3a;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  padding: 0 10px;
}

.combo-cro-card-value {
  align-items: center;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) max-content;
  min-height: 34px;
  padding: 5px 10px 1px;
}

.combo-cro-card-value__price {
  color: #6d5a53;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  min-width: 0;
  white-space: nowrap;
}

.combo-cro-card-value strong {
  color: #402b27;
  font-size: 14px;
  letter-spacing: 0;
}

.combo-cro-card-value__saving {
  background: #eef7f0;
  border-radius: 4px;
  color: #2f7041;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 4px 6px;
  white-space: nowrap;
}

.combo-cro-card-quantity {
  display: inline-grid;
  grid-template-columns: 18px 22px 18px;
  min-height: 22px;
  overflow: hidden;
  border: 1px solid #dfd0c7;
  border-radius: 4px;
  background: #fff;
  font-variant-numeric: tabular-nums;
}

.combo-cro-card-quantity button,
.combo-cro-card-quantity output {
  display: grid;
  width: 100%;
  height: 21px;
  min-width: 0;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  color: #543e3a;
  background: transparent;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.combo-cro-card-quantity output {
  border-right: 1px solid #e6d9d2;
  border-left: 1px solid #e6d9d2;
}

.combo-cro-card-quantity button {
  cursor: pointer;
}

.combo-cro-card-quantity button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.combo-product-dialog__pricing {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.combo-product-dialog__combo-price {
  color: #2f7041;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.combo-product-dialog__combo-price strong {
  font-size: 18px;
}

.combo-product-dialog__combo-price span {
  color: #755f57;
  margin-left: 5px;
}

.combo-product-dialog__status {
  background: #fff2ef;
  border: 1px solid #dca69c;
  border-radius: 6px;
  color: #8a2f25;
  font-size: 12px;
  margin: 10px 0 0;
  padding: 9px 10px;
}

.combo-summary__potential {
  color: #755f57;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 4px 14px;
  line-height: 1.35;
}

.combo-summary__potential[hidden] {
  display: none !important;
}

.combo-summary__potential strong {
  color: #402b27;
}

.combo-summary__potential span:last-child strong {
  color: #2f7041;
}

.combo-footer__selection-toggle {
  background: transparent;
  border: 0;
  color: #563f3a;
  display: none;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
}

.combo-footer__selection-panel {
  background: #fff;
  border: 1px solid #dfd2c8;
  border-radius: 8px;
  bottom: calc(100% + 8px);
  box-shadow: 0 -10px 30px rgba(64, 43, 39, 0.15);
  left: 12px;
  max-height: 330px;
  overflow: auto;
  padding: 10px;
  position: absolute;
  right: 12px;
}

.combo-footer__selection-panel[hidden] {
  display: none !important;
}

.combo-footer__selection-panel > p {
  color: #755f57;
  font-size: 11px;
  margin: 8px 0 0;
}

.combo-cro-selected-item {
  align-items: center;
  border-bottom: 1px solid #eee5de;
  display: grid;
  gap: 9px;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  padding: 7px 0;
}

.combo-cro-selected-item:last-child {
  border-bottom: 0;
}

.combo-cro-selected-item img {
  aspect-ratio: 1;
  border-radius: 5px;
  height: 46px;
  object-fit: cover;
  width: 46px;
}

.combo-cro-selected-item__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.combo-cro-selected-item__copy strong {
  color: #402b27;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.combo-cro-selected-item__copy span {
  color: #755f57;
  font-size: 12px;
}

.combo-cro-selected-item button {
  background: transparent;
  border: 0;
  color: #7b2e26;
  font-size: 12px;
  font-weight: 700;
  padding: 8px;
}

.combo-cro-status {
  align-items: center;
  background: #fff;
  border: 1px solid #dca69c;
  border-radius: 8px;
  bottom: 170px;
  box-shadow: 0 10px 32px rgba(64, 43, 39, 0.18);
  color: #7b2e26;
  display: flex;
  gap: 12px;
  left: 50%;
  max-width: min(520px, calc(100vw - 24px));
  padding: 12px 14px;
  position: fixed;
  transform: translateX(-50%);
  width: max-content;
  z-index: 1005;
}

.combo-cro-status[hidden] {
  display: none !important;
}

.combo-cro-status [data-combo-status-retry] {
  background: #563f3a;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
}

.combo-cro-status__close {
  background: transparent;
  border: 0;
  color: #563f3a;
  font-size: 20px;
  line-height: 1;
  padding: 3px;
}

@media (max-width: 768px) {
  .combo-cro-discovery {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 14px;
    padding: 0 12px;
  }

  .combo-cro-discovery__status,
  .combo-cro-count-loader {
    grid-column: 1;
    grid-row: 1;
  }

  .combo-cro-sort {
    grid-column: 2;
    grid-row: 1;
  }

  .combo-cro-sort > span {
    display: none;
  }

  .combo-cro-sort select {
    max-width: 154px;
  }

  .combo-cro-price-filters {
    grid-column: 1 / -1;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .combo-cro-price-filters::-webkit-scrollbar {
    display: none;
  }

  .combo-cro-recommendations {
    margin-bottom: 16px;
    padding: 14px 12px;
  }

  .combo-cro-recommendations__heading {
    align-items: start;
  }

  .combo-cro-recommendations__heading h2 {
    font-size: 17px;
  }

  .combo-cro-recommendations__heading > span {
    max-width: 120px;
    text-align: right;
  }

  .combo-cro-recommendations__track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .combo-cro-recommendations__track::-webkit-scrollbar {
    display: none;
  }

  .combo-cro-recommendation {
    flex: 0 0 100%;
    min-width: 0;
    scroll-snap-align: start;
  }

  .combo-page--cro .combo-card-wrapper .luxury-title,
  .combo-page--cro .combo-card-wrapper .product-card__name {
    display: -webkit-box;
    min-height: 34px;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .combo-cro-card-value {
    gap: 4px;
    grid-template-columns: minmax(0, 1fr) max-content;
    min-height: 36px;
    padding: 5px 6px 1px;
  }

  .combo-cro-card-value__price {
    font-size: 10px;
  }

  .combo-cro-card-value strong {
    font-size: 13px;
  }

  .combo-cro-card-value__saving {
    font-size: 9px;
    padding: 4px;
  }

  .combo-footer__selection-toggle {
    display: inline-block;
  }

  .combo-summary__potential {
    font-size: 11px;
    gap: 1px 8px;
  }

  .combo-summary__potential span {
    white-space: nowrap;
  }

  .combo-page--cro .combo-checkout-btn {
    min-height: 48px;
  }

  .combo-cro-status {
    bottom: 142px;
    font-size: 12px;
  }
}

.combo-page .persistent-countdown-global-wrapper,
.combo-page #timer-floating-btn,
body:has(.combo-page) .persistent-countdown-global-wrapper,
body:has(.combo-page) #timer-floating-btn {
  display: none !important;
}

.combo-offer-instructions {
  width: min(1180px, calc(100% - 32px));
  margin: 12px auto 18px;
  padding: 18px 22px;
  border: 1px solid #d9b56d;
  border-radius: 8px;
  background: #fff8ea;
  color: #543E3A;
  text-align: center;
}

.combo-offer-instructions__eyebrow {
  margin: 0 0 6px;
  color: #9a7131;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.combo-offer-instructions h1 {
  max-width: 920px;
  margin: 0 auto;
  color: #543E3A;
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(19px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}

.combo-offer-instructions p:last-child {
  margin: 8px 0 0;
  color: #6f5a51;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.combo-suggested-sets {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 18px;
  padding: 18px 20px;
  border: 1px solid #e2ddd8;
  border-radius: 8px;
  background: #fff;
}

.combo-suggested-sets__intro {
  margin-bottom: 14px;
}

.combo-suggested-sets__eyebrow {
  margin: 0 0 4px;
  color: #9a7131;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.combo-suggested-sets h2 {
  margin: 0;
  color: #543E3A;
  font-size: 22px;
  line-height: 1.25;
}

.combo-suggested-sets__intro > p:last-child {
  margin: 5px 0 0;
  color: #6f5a51;
  font-size: 13px;
  line-height: 1.4;
}

.combo-suggested-sets__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.combo-suggested-set {
  display: flex;
  min-height: 116px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 14px;
  border: 1px solid #d9c7a0;
  border-radius: 6px;
  background: #fffaf1;
  color: #543E3A;
  text-align: left;
  cursor: pointer;
}

.combo-suggested-set:hover,
.combo-suggested-set:focus-visible {
  border-color: #543E3A;
  background: #fff6e5;
}

.combo-suggested-set strong {
  font-size: 15px;
  line-height: 1.3;
}

.combo-suggested-set > span:not(.combo-suggested-set__action) {
  color: #6f5a51;
  font-size: 12px;
  line-height: 1.35;
}

.combo-suggested-set__action {
  color: #543E3A;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.combo-curated-categories {
  display: flex;
  width: min(1180px, calc(100% - 32px));
  align-items: center;
  gap: 8px;
  margin: 0 auto 10px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.combo-curated-categories::-webkit-scrollbar {
  display: none;
}

.combo-curated-categories__label {
  flex: 0 0 auto;
  color: #6f5a51;
  font-size: 12px;
  font-weight: 700;
}

.combo-curated-category {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid #d9c7a0;
  border-radius: 4px;
  background: #fff;
  color: #543E3A;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.combo-curated-category.is-active,
.combo-curated-category:hover,
.combo-curated-category:focus-visible {
  border-color: #543E3A;
  background: #543E3A;
  color: #fff;
}

.combo-trust-strip {
  display: flex;
  width: min(1180px, calc(100% - 32px));
  justify-content: center;
  gap: 24px;
  margin: 0 auto 18px;
  color: #5f554f;
  font-size: 12px;
  font-weight: 700;
}

.combo-trust-strip span::before {
  content: '✓';
  margin-right: 5px;
  color: #2d7a45;
}

.combo-banner__content h1 {
  font-family: 'Cinzel', serif;
  font-size: 3rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .combo-banner-container {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
  }

  .combo-banner-container picture,
  .combo-banner-container img {
    display: block;
    width: 100%;
  }

  .combo-banner-img {
    height: auto;
    max-height: 145px;
    object-fit: cover;
    object-position: center;
    margin: 0;
  }

  .combo-offer-instructions {
    width: calc(100% - 20px);
    margin: 10px auto 14px;
    padding: 14px 12px;
    border-radius: 6px;
  }

  .combo-offer-instructions h1 {
    font-size: 18px;
  }

  .combo-offer-instructions p:last-child {
    font-size: 12px;
  }

  .combo-suggested-sets {
    width: calc(100% - 20px);
    padding: 14px 12px;
  }

  .combo-suggested-sets h2 {
    font-size: 19px;
  }

  .combo-suggested-sets__grid {
    grid-template-columns: 1fr;
  }

  .combo-suggested-set {
    min-height: 0;
  }

  .combo-curated-categories,
  .combo-trust-strip {
    width: calc(100% - 20px);
  }

  .combo-trust-strip {
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }
}
  .combo-banner__content h1 {
    font-size: 1.8rem;
  }
}

.combo-tier-tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 15px;
  margin-bottom: 25px;
  padding: 0 5%;
}

.combo-tier-tabs::-webkit-scrollbar {
  display: none;
}

.combo-tier-tab {
  padding: 8px 15px;
  background: #fbf9f7;
  border: 1px solid #C8A24A;
  color: #543E3A;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s;
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 13px;
  max-width: none;
}

.combo-tier-tab.is-active {
  background: #543E3A;
  color: #fff;
  border-color: #543E3A;
}

.combo-tier-tab:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(0.5);
}

.combo-tier {
  margin-top: 15px;
  padding: 0 5%;
  display: none;
}

.combo-tier.is-active {
  display: block;
}

@media (max-width: 768px) {
  .combo-tier-tab {
    font-size: 11px;
    padding: 8px 15px;
  }
}

.combo-tier__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #DDD6CF; */
  padding-bottom: 10px;
}

.combo-tier__title {
  font-family: 'Open sans', serif;
  font-size: 1.5rem;
color: #543E3A;
font-weight:700;
  margin: 0;
}

.combo-tier.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  filter: grayscale(0.5);
}

.combo-tier__view-all {
  .combo-tier__action-wrapper {
  text-align: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 10px;
}

.combo-tier__action-wrapper[hidden] {
  display: none !important;
}

background: #86726C;

  color: #ffffff;
  padding: 8px 24px;
  border-radius: 30px;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
}

.combo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.combo-card-wrapper.is-hidden {
  display: none;
}

.combo-card-wrapper[hidden] {
  display: none !important;
}

@media (max-width: 1024px) {
  .combo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .combo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.combo-card-wrapper {
  width: 100%;
  overflow: hidden;
}

.combo-mapped-card {
  width: 100%;
}

.combo-mapped-card .product-card__regular-price,
.combo-mapped-card .compare-price,
.combo-mapped-card .discount,
.combo-mapped-card .price__compare,
.combo-mapped-card .price-item--regular,
.combo-mapped-card .badge--sale,
.combo-mapped-card s,
.combo-mapped-card del {
  display: none !important;
}

.combo-mapped-card .product-card__price,
.combo-mapped-card .luxury-price {
  justify-content: center;
}

/* Product Card */
.combo-card {
  background: transparent;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Force filter grid to span the whole row so Sort By pushes to the right */
.js-combo-tier .facets-wrapper {
  width: 100%;
}
.js-combo-tier .facets__form {
  width: 100%;
}

/* Hide product count inside filters because combo page uses collection page count style */
.js-combo-tier .product-count.light {
  display: none !important;
}

.combo-card__image-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  background: #fff;
  overflow: hidden;
  margin-bottom: 15px;
}

.combo-card__image {
  width: 100%;
  height: 100%;
object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.combo-card:hover .combo-card__image {
  transform: scale(1.05);
}

.luxury-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.luxury-wishlist svg {
  width: 18px;
  height: 18px;
  fill: #523B33;
}

.combo-card__badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 2;
}

.combo-badge {
  font-size: 0.7rem;
  padding: 3px 8px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.badge--best-seller {
  background: #C1A28B;
  color: #fff;
}

.badge--deal {
  background: #523B33;
  color: #fff;
}

.combo-card__info {
  text-align: center;
  margin-bottom: 10px;
}

/* Combo Card Mapping Adjustments to hide standard site buttons */
.combo-mapped-card .js-grid-cart,
.combo-mapped-card .js-btn-quickview,
.combo-mapped-card .js-view-similar,
.combo-mapped-card .js-btn-compare,
.combo-mapped-card .luxury-atc,
.combo-mapped-card .luxury-buy-now,
.combo-mapped-card .luxury-buy-now-form,
.combo-mapped-card .shopify-payment-button,
.combo-mapped-card .luxury-trust-banners,
.combo-mapped-card .luxury-actions,
.combo-mapped-card .luxury-rating,
.combo-mapped-card .jdgm-preview-badge,
.combo-mapped-card .product-card__overlay {
  display: none !important;
}

.combo-mapped-card .combo-custom-btn-wrapper {
  margin-top: -5px;
  padding: 0 10px 10px;
  position: relative;
  z-index: 10;
  background: white;
}

.combo-card__atb-btn {
  box-sizing: border-box;
  background: #f6efe3;
  color: #3E1511;
  border: none;
  margin-top: 6px;
  padding: 6px;
  font-size: 1rem;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  border-radius: 8px; /* Match standard design */
  text-transform: none;
}

.combo-card__atb-btn:hover {
 background: #543E3A;

  color: #fff;
}

.combo-card__atb-btn.is-added {
  background-color: #523B33;
  color: #fff;
}

/* Sticky Footer - Figma Overhaul */
.combo-footer {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%) translateY(150%);
    width: 100%;
    /* max-width: 1200px; */
    background: #fbf9f7;
    box-shadow: 0 -5px 40px #00000014;
    z-index: 1000;
    padding: 12px 35px;
    display: flex !important;
    justify-content: space-between;
    /* border-radius: 24px; */
    transition: all .6s cubic-bezier(.16, 1, .3, 1);
    border: 1px solid #FFF;
}

.combo-footer.is-visible {
  transform: translateX(-50%) translateY(0);
}

.combo-footer__left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.combo-footer__heading {
    /* font-family: inherit; */
    font-size: 1rem;
    font-weight: 700;
 color: #1D1B18;
  font-family: 'Open sans', serif;

    margin: 0;
}

.combo-slots {
    display: flex;
    gap: 15px;
}


.combo-slot {
  width: 296px;
  height: 147px;
  flex: 0 0 auto;
  border: 1px solid #C8A24A;
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  position: relative;
 
  border-radius: 8px;
  overflow: hidden;
  box-shadow: inset 0 0 10px rgba(193, 162, 139, 0.05);
}

.combo-slot--empty {
  border: 1.5px dashed #C8A24A !important;
 
}

.combo-slot span.plus {
  font-size: 1.5rem;
  color: #C8A24A;
  margin-top: 5px;
}

.combo-slot span.add-piece {
  font-size: 0.6rem;
  color: #C8A24A;
  text-transform: none;
  letter-spacing: 1px;
  margin-top: -5px;
  text-align: center;
  font-weight: 600;

}

.combo-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.combo-slot span.text { display: none; }


.combo-slot__remove {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #FFF;
  color: #000;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #EEE;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  z-index: 10;
  padding: 0;
  margin: 0;
}

.combo-footer__right {
    min-width: 320px;
    padding-left: 40px;
}

.combo-summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.combo-slot__quantity {
  position: absolute;
  right: 3px;
  bottom: 3px;
  min-width: 20px;
  padding: 2px 5px;
  border-radius: 4px;
  color: #fff;
  background: rgb(62 21 17 / 88%);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.combo-summary__progress {
    display: flex;
    min-width: 190px;
    flex-direction: column;
    gap: 2px;
    color: #1D1B18;
    font-size: 12px;
    line-height: 1.35;
}

.combo-summary__progress strong {
    font-size: 13px;
}

.combo-summary__progress span {
    color: #6f5a51;
}

.combo-summary__title {
    font-size: 1rem;
    font-weight: 700;
    color: #1D1B18;
    margin: 0 0 5px 0;
        font-family: 'Open sans', serif;
}

.combo-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #666;
}

.combo-summary__value {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.combo-summary__compare {
    color: #86726C;
    font-size: 0.7em;
    font-weight: 500;
    text-decoration: line-through;
    white-space: nowrap;
}

.combo-summary__saving {
    color: #2d7a45;
    font-size: 0.68em;
    font-weight: 700;
    white-space: nowrap;
}

.combo-summary__row.total-row {
   color: #1D1B18;
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 5px;
    border-top: 1px solid #EEE;
    padding-top: 10px;
     font-family: 'Open sans', serif;
}

.combo-summary__checkout-form {
    margin-top: 15px;
}

.combo-checkout-btn {
  width: 100%;
  background: #543E3A;
  color: #fff;
   font-weight: 400;
  border: none;
  padding: 8px;
  font-size:13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.combo-summary__offer-note {
  display: none !important;
}

.combo-checkout-btn:hover:not(:disabled) {
    background: #3E1511;
    transform: translateY(-2px);
}

.combo-checkout-btn:disabled {
    background: #86726C;
    cursor: default;
    opacity: 0.8;
}

/* ============================================================================
   DESKTOP REDESIGN (Mars GHC Inspired)
   This section ONLY applies to screens above 768px.
   It creates centered slots + total/button in one row.
   ============================================================================ */
@media (min-width: 769px) {
  .combo-page {
    /* padding-bottom: 250px;  */
  }

  .combo-footer {
    transform: translateX(-50%) !important;
    flex-direction: column !important;
    align-items: center;
    padding: 0;
    gap: 0;
    background: transparent;
    /* z-index: 9999; */
            z-index: 99;
    border: none;
    box-shadow: none;
  }

  .combo-footer__left {
     background: rgb(251, 249, 247);
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(0,0,0,0.05);
  }

  .combo-footer__heading { display: none; }

  .combo-slots {
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: safe center;
    align-items: center; /* Center horizontally for connectors */
    gap: 40px; /* Wider gap for connector lines */
    overflow-x: auto;
    overflow-y: hidden;
    padding: 12px 16px 4px;
    scroll-padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .combo-slots::-webkit-scrollbar {
    display: none;
  }

  .combo-slot {
    width: 71px !important;
    height: 71px !important;
    border: 1px dashed #C8A24A !important;
    background: #FFF;
    border-radius: 8px;
    position: relative;
    overflow: visible !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  /* Connector Lines between boxes */
  .combo-slot:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -42px; /* Bridges the 40px gap */
    top: 50%;
    width: 40px;
    height: 0;
    border-top: 1px dashed #C8A24A;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .combo-slot--empty {
     background:rgba(250, 219, 147,0.3);
   border: 1px dashed #C8A24A;
  }

  .combo-slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .combo-slot__remove {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background: #000;
    color: #FFF;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    z-index: 1000;
    border: 2px solid #FFF;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }

  .combo-footer__right {
    background: rgba(255, 255, 255);
  
    width: 100%;
    padding: 11px 5%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #EEE;
  }

  .combo-summary {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) max-content minmax(209px, 240px);
    align-items: center;
    gap: 0 clamp(20px, 3vw, 48px);
    width: 100%;
    max-width: 1200px;
  }

  .combo-summary__offer-note {
    max-width: 320px;
    margin: 0;
    font-size: 12px;
    text-align: left;
  }
  .custom-combo-breadcrumbs{
  padding:0px;
   font-size: 12px; 
}

  .combo-summary__title, .combo-summary__row:not(.total-row) { display: none; }

  .combo-summary__progress {
    min-width: 0;
    width: auto;
    align-items: center;
    justify-self: center;
    text-align: center;
  }

  .combo-summary__row.total-row {
    justify-content: center;
    gap: 10px;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
    color: #1D1B18;
    font-family: 'Open sans', serif;
    font-weight: 700;
    white-space: nowrap;
  }

  .combo-summary__label,
  .combo-summary__value {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .combo-checkout-btn {
    width: 100% !important;
    min-width: 209px;
    padding: 8px 17px;
    border-radius: 8px;
    font-size: 12px;
    background: #543E3A;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 5px 15px rgba(84, 62, 58, 0.3);
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .combo-footer__right {
    padding: 9px 24px;
  }

  .combo-summary {
    grid-template-columns: minmax(0, 1fr) 209px;
    grid-template-rows: auto auto;
    gap: 3px 24px;
  }

  .combo-summary__progress {
    grid-column: 1;
    grid-row: 1;
    align-items: flex-start;
    justify-self: start;
    text-align: left;
  }

  .combo-summary__row.total-row {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    font-size: 1rem;
  }

  .combo-checkout-btn {
    grid-column: 2;
    grid-row: 1 / 3;
  }
}

/* ============================================================================
   MOBILE OVERHAUL - ELITE LAYOUT
   Bringing the high-fidelity design to smaller screens.
   ============================================================================ */
@media (max-width: 768px) {
  /* .combo-page {
    padding-bottom: 220px;
  } */
  .combo-card__atb-btn {
  
    font-size: 0.78rem;

  }

  .combo-footer {
    transform: translateX(-50%) translateY(0) !important; /* Ensure visibility */
    flex-direction: column !important;
    align-items: center;
    padding: 0;
    gap: 0;
    background: transparent;
    box-shadow: none;
    border: none;
     z-index: 99;
  }
  .custom-combo-breadcrumbs{
  padding:12px;
}

  .combo-footer__left {
    background: rgb(251, 249, 247);
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0.05);
  }

  .combo-footer__heading { display: none; }

  .combo-slots {
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 22px; /* Gap for mobile connectors */
    width: 100%;
    overflow-x: auto;
            padding: 0 9px 5px;
    /* padding: 0 16px 8px; */
    scroll-padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .combo-slots::-webkit-scrollbar {
    display: none;
  }

  .combo-slot {
    width: 51px !important;
    height: 51px !important;
    border: 1px dashed #C8A24A !important;
    background: #FFF;
    border-radius: 4px;
    position: relative;
    overflow: visible !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  /* Mobile Connector Lines */
  .combo-slot:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -24px;
    top: 50%;
    width: 22px;
    height: 0;
    border-top: 1px dashed #C8A24A;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .combo-slot--empty {
   background:rgba(250, 219, 147,0.3);
   border: 1px dashed #C8A24A;
  }

  .combo-slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  .combo-slot__remove {
    position: absolute;
    top: -1px;
    right: -6px;
    width: 16px;
    height: 16px;
    background: #000;
    color: #FFF;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    z-index: 100;
    border: 1px solid #FFF;
  }

  .combo-slot span.plus {
    font-size: 0.8rem;
    color: #CCC;
  }

  .combo-slot span.add-piece {
    /* display: none; */
  }
  .combo-summary__checkout-form {
    margin: 6px;
}

  .combo-footer__right {
     background: rgba(255, 255, 255);
    width: 100%;
    padding: 8px 12px 10px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #EEE;
  }

  .combo-summary {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 6px;
  }

  .combo-summary__offer-note {
    display: none;
  }

  .combo-summary__title, .combo-summary__row:not(.total-row) { display: none; }

  .combo-summary__progress {
    min-width: 0;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .combo-summary__row.total-row {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 13px;
    color: #1D1B18;
    font-weight: 700;
    justify-content: center;
    width: 100%;
  }

  .combo-checkout-btn {
    width: min(100%, 240px) !important;
    min-width: 0;
    max-width: 100%;
    padding: 9px 12px;
    font-size: .68rem;
    border-radius: 4px;
    background: #543E3A;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    line-height: 1.25;
    white-space: normal;
  }

  .combo-summary__value {
    gap: 6px;
    justify-content: center;
    line-height: 1.35;
  }

  .combo-summary__compare {
    font-size: 0.75em;
  }

  .combo-summary__saving {
    font-size: 0.75em;
  }
}


.combo-infinite-sentinel {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.combo-infinite-sentinel[data-all-loaded="true"] {
  display: none;
}

.combo-infinite-sentinel.is-loading::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border: 3px solid #e2d9d0;
  border-top-color: #543E3A;
  border-radius: 50%;
  animation: combo-spin 0.7s linear infinite;
}

@keyframes combo-spin {
  to { transform: rotate(360deg); }
}


combo-cart-discount-banner {
  background: linear-gradient(135deg, #fff8ed 0%, #fef3e0 100%);
  border: 1px solid #C8A24A;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 12px;
  font-family: inherit;
}

.combo-cart-discount-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.combo-cart-badge {
  display: inline-block;
  background: #543E3A;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.combo-cart-saving {
  color: #2a8a2a;
  font-weight: 700;
  font-size: 13px;
}

.combo-cart-original {
  color: #888;
  font-size: 11px;
  margin-top: 2px;
}

.combo-cart-original s {
  color: #bbb;
  text-decoration: line-through;
}

.combo-cart-original strong {
  color: #543E3A;
  font-weight: 700;
}

.is-loading-grid {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

.is-loading-grid::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 3px solid rgba(84, 62, 58, 0.3);
  border-top-color: #543E3A;
  border-radius: 50%;
  animation: combo-spin 0.8s linear infinite;
  z-index: 10;
}

@keyframes combo-spin {
  to { transform: rotate(360deg); }
}

.combo-no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px;
  font-size: 1.1rem;
  color: #888;
}

/* Hide combo tier title inside facets – it uses collection title, not needed here */
.js-combo-tier .collection-category-name-title {
  display: none !important;
}



/* FAQ Section Styling (Mirrored from Collection Page) */
.collection-faqs {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.collection-faqs h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.3px;
  color: #4a3b34;
}

.faq-item {
  border-bottom: 1px solid #e6e0db;
  padding: 18px 0;
}

.faq-question {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  position: relative;
  padding-right: 35px;
  color: #4a3b34;
  letter-spacing: 0.2px;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #9a7b67;
  transition: transform 0.3s ease;
}

details[open] .faq-question::after {
  content: "�";
}

.faq-question:hover {
  color: #8b5e3c;
}

.faq-answer {
  margin-top: 12px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #6b5c55;
  max-width: 800px;
}

@media (max-width: 768px) {
  .collection-faqs h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .faq-question {
    font-size: 15px;
  }
  .faq-answer {
    font-size: 14px;
  }
}

.combo-tier-tabs {
  display: none;

}

.js-combo-tier .collection-category-name-title {
  display: none !important;
}

/* Show title ONLY on the Occasions collection page */
.template-collection .js-combo-tier .collection-category-name-title {
  display: flex !important;
}

@media screen and (min-width: 750px) {
    .section-template--20511145066635__product-grid-padding {
        padding-top: 0px !important;
        padding-bottom: 12px !important;
    }
}

/* Focused combo-page chrome and mobile flow. */
.combo-copy--mobile,
.combo-suggested-set__icon {
  display: none;
}

body.combo-page-active .combo-offer-btn {
  display: none !important;
}

.combo-page .custom-combo-breadcrumbs {
  display: none !important;
}

@media (max-width: 768px) {
  body.combo-page-active {
    --height-announcementbar: 0px !important;
  }

  body.combo-page-active .header-announcement,
  body.combo-page-active .video-call-btn,
  body.combo-page-active .whatsapp-widget-mid-upper-right {
    display: none !important;
  }

  .combo-copy--desktop,
  .combo-offer-instructions__eyebrow,
  .combo-suggested-set__action {
    display: none;
  }

  .combo-copy--mobile,
  .combo-suggested-set__icon {
    display: block;
  }

  .combo-offer-instructions {
    width: calc(100% - 24px);
    margin: 10px auto 12px;
    padding: 12px 14px;
  }

  .combo-offer-instructions h1 {
    font-size: 20px;
    line-height: 1.25;
  }

  .combo-offer-instructions p:last-child {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
  }

  .combo-suggested-sets {
    width: calc(100% - 24px);
    margin-bottom: 12px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .combo-suggested-sets__intro {
    margin-bottom: 8px;
  }

  .combo-suggested-sets h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }

  .combo-suggested-sets__intro > p:last-child {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.35;
  }

  .combo-suggested-sets__grid {
    gap: 6px;
  }

  .combo-suggested-set {
    display: grid;
    min-height: 58px;
    grid-template-columns: minmax(0, 1fr) 30px;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 1px 10px;
    padding: 9px 10px 9px 12px;
    border-color: #ded4c4;
    background: #fff;
  }

  .combo-suggested-set strong,
  .combo-suggested-set > span:not(.combo-suggested-set__icon) {
    min-width: 0;
  }

  .combo-suggested-set strong {
    font-size: 13px;
    line-height: 1.25;
  }

  .combo-suggested-set > span:not(.combo-suggested-set__action):not(.combo-suggested-set__icon) {
    overflow: hidden;
    font-size: 11px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .combo-suggested-set__icon {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 28px;
    height: 28px;
    border: 1px solid #d9c7a0;
    border-radius: 50%;
    color: #543E3A;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
  }

  .combo-curated-categories {
    width: 100%;
    margin-bottom: 8px;
    padding: 0 12px 4px;
    scroll-padding-inline: 12px;
  }

  .combo-curated-categories__label {
    display: none;
  }

  .combo-curated-category {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .combo-trust-strip {
    width: calc(100% - 24px);
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px;
    overflow: visible;
    padding: 0;
    font-size: 10px;
  }

  .combo-trust-strip span::before {
    margin-right: 3px;
  }

  .combo-content .main-collection:has(.facets-wrapper) {
    display: none;
  }

  .combo-footer {
    transform: translateX(-50%) translateY(calc(100% + 12px)) !important;
    background: #fff;
    border-top: 1px solid #e8e2dc;
    box-shadow: 0 -6px 20px rgba(48, 38, 34, 0.12);
    transition: transform 220ms ease;
  }

  .combo-footer.is-visible {
    transform: translateX(-50%) translateY(0) !important;
  }

  .combo-footer__left {
    display: none !important;
  }

  .combo-footer__right {
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    border-top: 0;
  }

  .combo-summary {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 118px;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 3px 10px;
  }

  .combo-summary__progress {
    grid-column: 1;
    grid-row: 1;
    align-items: flex-start;
    text-align: left;
  }

  .combo-summary__progress strong {
    font-size: 12px;
    line-height: 1.3;
  }

  .combo-summary__progress span {
    font-size: 11px;
    line-height: 1.3;
  }

  .combo-summary__row.total-row {
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 4px;
    flex-wrap: wrap;
    font-size: 11px;
    line-height: 1.25;
    text-align: left;
  }

  .combo-summary__value {
    justify-content: flex-start;
    gap: 4px;
  }

  .combo-checkout-btn {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 118px !important;
    min-height: 44px;
    padding: 8px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.2;
  }

  body.combo-footer-visible .combo-page {
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 359px) {
  .combo-summary {
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 3px 8px;
  }

  .combo-checkout-btn {
    width: 104px !important;
    font-size: 10px;
  }

  .combo-trust-strip {
    font-size: 9px;
  }
}

/* Festive combo offer */
.combo-offer-instructions {
  position: relative;
  overflow: hidden;
  border-color: #c8a24a;
  background: #fff7e8;
  box-shadow: 0 8px 24px rgba(84, 62, 58, 0.08);
}

.combo-offer-instructions::before,
.combo-offer-instructions::after {
  position: absolute;
  color: #c8a24a;
  content: '✦';
  font-size: 22px;
  opacity: 0.65;
  pointer-events: none;
}

.combo-offer-instructions::before {
  top: 12px;
  left: 18px;
}

.combo-offer-instructions::after {
  right: 18px;
  bottom: 12px;
}

.combo-offer-instructions__eyebrow span {
  margin: 0 5px;
  color: #c8a24a;
}

.combo-offer-instructions__copy {
  margin: 7px 0 0;
  color: #6f5a51;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.combo-offer-steps {
  display: flex;
  max-width: 620px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 14px auto 0;
  padding: 0;
  list-style: none;
}

.combo-offer-steps li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #543e3a;
  font-size: 12px;
  font-weight: 700;
}

.combo-offer-steps li:not(:last-child)::after {
  width: 28px;
  margin-left: 21px;
  border-top: 1px solid #d9c7a0;
  content: '';
}

.combo-offer-steps li > span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #c8a24a;
  border-radius: 50%;
  background: #fff;
  color: #543e3a;
  font-size: 11px;
}

.combo-offer-instructions__deadline {
  margin: 9px 0 0;
  color: #8a6a2e;
  font-size: 11px;
  font-weight: 700;
}

/* Swipeable product media */
.combo-mapped-card {
  position: relative;
}

.combo-card-gallery {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #f7f3ef;
}

.combo-card-gallery-spacer {
  width: 100%;
  aspect-ratio: 1;
}

.combo-card-details {
  min-height: 0;
}

.combo-card-gallery__track,
.combo-product-dialog__media {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.combo-card-gallery__track {
  touch-action: pan-y;
}

.combo-product-dialog__media {
  scroll-behavior: smooth;
}

.combo-card-gallery__track::-webkit-scrollbar,
.combo-product-dialog__media::-webkit-scrollbar {
  display: none;
}

.combo-card-gallery__track img,
.combo-product-dialog__media img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  flex: 0 0 100%;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  scroll-snap-align: start;
}

.combo-mapped-card .luxury-image {
  border-radius: 8px;
}

.combo-mapped-card .luxury-image > .product-card__image {
  visibility: hidden;
}

.combo-card-gallery__nav,
.combo-product-dialog__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  width: 28px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: rgba(84, 62, 58, 0.78);
  box-shadow: none;
  font-size: 12px;
  line-height: 1;
  transform: translateY(-50%);
  opacity: 0.52;
  transition: opacity 160ms ease, background-color 160ms ease;
  cursor: pointer;
}

.combo-card-gallery__nav--previous,
.combo-product-dialog__nav--previous {
  left: 7px;
}

.combo-card-gallery__nav--next,
.combo-product-dialog__nav--next {
  right: 7px;
}

.combo-card-gallery__nav:hover,
.combo-product-dialog__nav:hover {
  background: rgba(255, 255, 255, 0.62);
  opacity: 0.9;
}

@media (hover: hover) and (pointer: fine) {
  .combo-card-gallery__nav {
    opacity: 0;
  }

  .combo-card-gallery:hover .combo-card-gallery__nav,
  .combo-card-gallery:focus-within .combo-card-gallery__nav {
    opacity: 0.72;
  }
}

.combo-card-gallery__nav:disabled,
.combo-product-dialog__nav:disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

.combo-card-gallery__nav[hidden],
.combo-product-dialog__nav[hidden] {
  display: none !important;
}

/* Product quick view and confirmation */
body.combo-overlay-open {
  overflow: hidden;
}

/* Discount unlock celebration */
.combo-celebration[hidden] {
  display: none !important;
}

.combo-celebration {
  position: fixed;
  inset: 0;
  z-index: 2300;
  display: grid;
  place-items: center;
  padding: 20px;
  pointer-events: none;
}

.combo-celebration__card {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100%, 360px);
  min-height: 154px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 22px 24px;
  border: 1px solid #c8a24a;
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 18px 54px rgba(50, 35, 30, 0.24);
  color: #543e3a;
  opacity: 0;
  text-align: center;
  transform: translateY(18px) scale(0.92);
}

.combo-celebration.is-active .combo-celebration__card {
  animation: combo-celebration-card 2700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.combo-celebration__eyebrow {
  color: #2d7a45;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.combo-celebration__card strong {
  display: block;
  margin-top: 7px;
  font-size: 27px;
  font-variant-numeric: tabular-nums lining-nums;
  line-height: 1.15;
}

.combo-celebration__card strong span {
  color: #9a7131;
}

.combo-celebration__message {
  margin-top: 8px;
  color: #6f5a51;
  font-size: 13px;
  line-height: 1.4;
}

.combo-celebration__confetti {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.combo-confetti-piece {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 13px;
  border-radius: 1px;
  opacity: 0;
}

.combo-confetti-piece.is-round {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.combo-celebration.is-active .combo-confetti-piece {
  animation: combo-confetti-burst 1150ms cubic-bezier(0.2, 0.8, 0.25, 1) var(--confetti-delay) both;
}

@keyframes combo-celebration-card {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.92);
  }
  10%, 78% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
}

@keyframes combo-confetti-burst {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.7);
  }
  78% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--confetti-x)), calc(-50% + var(--confetti-y))) rotate(var(--confetti-rotation)) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .combo-celebration__card,
  .combo-celebration.is-active .combo-celebration__card {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .combo-confetti-piece {
    display: none;
  }

  .combo-product-dialog__media {
    scroll-behavior: auto;
  }

  .combo-product-dialog.is-open .combo-product-dialog__cues > span:not([hidden]),
  .combo-product-dialog.is-open .combo-product-dialog__trust li,
  .combo-product-dialog.is-open .combo-product-dialog__trust li > svg,
  .combo-product-dialog.is-open .combo-product-dialog__trustmark {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.combo-overlay[hidden] {
  display: none !important;
}

.combo-overlay {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: grid;
  align-items: end;
  justify-items: center;
  opacity: 0;
  transition: opacity 180ms ease;
}

.combo-overlay.is-open {
  opacity: 1;
}

.combo-overlay__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(35, 27, 24, 0.58);
}

.combo-overlay__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: 90dvh;
  overflow-y: auto;
  border-radius: 8px 8px 0 0;
  background: #fff;
  box-shadow: 0 -12px 40px rgba(35, 27, 24, 0.2);
  transform: translateY(20px);
  transition: transform 180ms ease;
}

.combo-overlay.is-open .combo-overlay__panel {
  transform: translateY(0);
}

.combo-overlay__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 1px solid #e5ddd8;
  border-radius: 50%;
  background: #fff;
  color: #543e3a;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.combo-product-dialog__media-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 1.15;
  overflow: hidden;
  background: #f7f3ef;
}

.combo-product-dialog__media {
  width: 100%;
  height: 100%;
}

.combo-product-dialog__media img {
  border-radius: 0;
  object-fit: cover;
}

.combo-product-dialog__body,
.combo-confirm-dialog__panel {
  padding: 20px;
}

.combo-product-dialog__eyebrow,
.combo-confirm-dialog__eyebrow {
  margin: 0 0 4px;
  color: #9a7131;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.combo-product-dialog h2,
.combo-confirm-dialog h2 {
  margin: 0;
  color: #543e3a;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.combo-product-dialog__price {
  margin: 7px 0 0;
  color: #543e3a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.combo-product-dialog__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  color: #6f5a51;
  font-size: 12px;
  line-height: 1.35;
}

.combo-product-dialog__rating > span {
  color: #b57d21;
  font-size: 13px;
}

.combo-product-dialog__rating strong {
  color: #543e3a;
}

.combo-product-dialog__cues {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.combo-product-dialog__cues span {
  padding: 5px 8px;
  border: 1px solid #e7dcc9;
  border-radius: 4px;
  background: #fbf8f2;
  color: #654c3c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.combo-product-dialog__cues span[hidden] {
  display: none !important;
}

.combo-product-dialog.is-open .combo-product-dialog__cues > span:not([hidden]) {
  animation: combo-product-dialog-cue-enter 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.combo-product-dialog.is-open .combo-product-dialog__cues > span:nth-child(1) {
  animation-delay: 80ms;
}

.combo-product-dialog.is-open .combo-product-dialog__cues > span:nth-child(2) {
  animation-delay: 130ms;
}

.combo-product-dialog.is-open .combo-product-dialog__cues > span:nth-child(3) {
  animation-delay: 180ms;
}

.combo-product-dialog__trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.combo-product-dialog__trust li {
  display: grid;
  min-width: 0;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  color: #543e3a;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.combo-product-dialog__trust svg {
  width: 20px;
  height: 20px;
  color: #9a7131;
}

.combo-product-dialog__trust .icon-truck .a {
  stroke: currentColor;
}

.combo-product-dialog__trustmark {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid #9a7131;
  border-radius: 50%;
  color: #2d7a45;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.combo-product-dialog.is-open .combo-product-dialog__trust li {
  animation: combo-product-dialog-trust-enter 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.combo-product-dialog.is-open .combo-product-dialog__trust li:nth-child(1) {
  animation-delay: 160ms;
}

.combo-product-dialog.is-open .combo-product-dialog__trust li:nth-child(2) {
  animation-delay: 210ms;
}

.combo-product-dialog.is-open .combo-product-dialog__trust li:nth-child(3) {
  animation-delay: 260ms;
}

.combo-product-dialog.is-open .combo-product-dialog__trust li:nth-child(4) {
  animation-delay: 310ms;
}

.combo-product-dialog.is-open .combo-product-dialog__trust li > svg,
.combo-product-dialog.is-open .combo-product-dialog__trustmark {
  animation: combo-product-dialog-trust-icon-enter 420ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: inherit;
}

@keyframes combo-product-dialog-cue-enter {
  from {
    opacity: 0;
    transform: translateY(6px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes combo-product-dialog-trust-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes combo-product-dialog-trust-icon-enter {
  from {
    opacity: 0;
    transform: scale(0.76);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.combo-product-specifications {
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid #e7dfd8;
  border-radius: 6px;
  background: #fff;
}

.combo-product-specifications h3 {
  margin: 0;
  padding: 9px 11px;
  border-bottom: 1px solid #eee8e3;
  background: #fbf9f7;
  color: #543e3a;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.combo-product-specifications__viewport {
  max-height: 142px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #c8a24a #f4efea;
  scrollbar-width: thin;
}

.combo-product-specifications__list {
  margin: 0;
}

.combo-product-specifications__list > div {
  display: grid;
  grid-template-columns: minmax(88px, 0.8fr) minmax(0, 1.2fr);
  gap: 12px;
  padding: 8px 11px;
  border-bottom: 1px solid #f0ebe7;
  font-size: 11px;
  line-height: 1.35;
}

.combo-product-specifications__list > div:last-child {
  border-bottom: 0;
}

.combo-product-specifications__list dt,
.combo-product-specifications__list dd {
  min-width: 0;
  margin: 0;
}

.combo-product-specifications__list dt {
  color: #806c63;
  font-weight: 600;
}

.combo-product-specifications__list dd {
  color: #3f302b;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.combo-product-dialog__actions,
.combo-confirm-dialog__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
}

.combo-product-dialog__add,
.combo-confirm-dialog__submit,
.combo-confirm-dialog__edit,
.combo-product-dialog__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.combo-product-dialog__add,
.combo-confirm-dialog__submit {
  border: 1px solid #543e3a;
  background: #543e3a;
  color: #fff;
}

.combo-product-dialog__link,
.combo-confirm-dialog__edit {
  border: 1px solid #d9c7a0;
  background: #fff;
  color: #543e3a;
}

.combo-confirm-dialog__panel {
  width: min(calc(100% - 24px), 460px);
  margin-bottom: 12px;
  border-radius: 8px;
}

.combo-confirm-dialog__items {
  margin-top: 16px;
  border-top: 1px solid #eee8e3;
}

.combo-confirm-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #eee8e3;
}

.combo-confirm-item img {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
}

.combo-confirm-item div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.combo-confirm-item strong {
  overflow: hidden;
  color: #543e3a;
  font-size: 12px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.combo-confirm-item span {
  color: #6f5a51;
  font-size: 11px;
}

.combo-confirm-dialog__saving {
  margin-top: 12px;
  padding: 8px 10px;
  border: 1px solid #b8d8c1;
  border-radius: 4px;
  background: #f2faf4;
  color: #2d7a45;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.combo-confirm-dialog__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-top: 13px;
  color: #543e3a;
  font-size: 13px;
}

.combo-confirm-dialog__total strong {
  font-size: 18px;
}

@media (min-width: 769px) {
  .combo-overlay {
    align-items: center;
  }

  .combo-product-dialog__panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 8px;
  }

  .combo-product-dialog__media-shell {
    aspect-ratio: 1;
  }
}

@media (max-width: 768px) {
  .combo-offer-instructions {
    width: calc(100% - 24px);
    margin: 10px auto 12px;
    padding: 14px 12px 12px;
  }

  .combo-offer-instructions::before {
    top: 8px;
    left: 10px;
    font-size: 14px;
  }

  .combo-offer-instructions::after {
    right: 10px;
    bottom: 8px;
    font-size: 14px;
  }

  .combo-offer-instructions__eyebrow {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    text-transform: none;
  }

  .combo-offer-instructions h1 {
    font-size: 22px;
  }

  .combo-offer-instructions__copy {
    margin-top: 4px;
    padding: 0 12px;
    font-size: 11px;
  }

  .combo-offer-steps {
    justify-content: space-between;
    gap: 4px;
    margin-top: 11px;
  }

  .combo-offer-steps li {
    flex: 1 1 0;
    justify-content: center;
    gap: 4px;
    font-size: 10px;
    white-space: nowrap;
  }

  .combo-offer-steps li:not(:last-child)::after {
    display: none;
  }

  .combo-offer-steps li > span {
    width: 20px;
    height: 20px;
    font-size: 9px;
  }

  .combo-offer-instructions__deadline {
    margin-top: 8px;
    font-size: 10px;
  }

  .combo-card-gallery,
  .combo-card-gallery__track img {
    border-radius: 8px;
  }

  .combo-card-gallery__nav {
    width: 24px;
    height: 34px;
    font-size: 11px;
  }

  .combo-footer__left {
    display: flex !important;
    width: 100%;
    padding: 10px 12px 7px;
    overflow: visible;
    border-top: 0;
    border-bottom: 1px solid #eee8e3;
    background: #fff;
  }

  .combo-slots {
    min-height: 47px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: visible;
    padding: 5px 0 0;
  }

  .combo-slot {
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 40px;
    border: 0 !important;
    border-radius: 6px;
    overflow: visible !important;
    background: transparent;
  }

  .combo-slot--empty {
    display: none !important;
  }

  .combo-slot:not(:last-child)::after {
    display: none;
  }

  .combo-slot img {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #d9c7a0;
    border-radius: 6px;
    background: #f8f4f1;
    object-fit: contain;
    object-position: center;
  }

  .combo-slot__remove {
    top: -7px;
    right: -7px;
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    padding: 0;
    font-size: 10px;
  }

  body.combo-footer-visible .combo-page {
    padding-bottom: calc(132px + env(safe-area-inset-bottom));
  }

  .combo-product-dialog__panel {
    width: 100%;
  }

  .combo-product-dialog__media-shell {
    aspect-ratio: 1.25;
  }

  .combo-product-dialog__body {
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
  }

  .combo-product-dialog h2 {
    font-size: 15px;
  }

  .combo-product-dialog__price {
    font-size: 21px;
  }

  .combo-product-dialog__add,
  .combo-product-dialog__link {
    height: 32px;
    min-height: 32px;
    padding: 4px 10px;
  }

  .combo-product-specifications__viewport {
    max-height: 132px;
  }
}

/* Refined combo offer header */
.combo-offer-instructions {
  border-color: #543e3a;
  background: #543e3a;
  box-shadow: 0 8px 20px rgba(49, 31, 27, 0.14);
  color: #fff;
}

.combo-offer-instructions::before,
.combo-offer-instructions::after {
  display: none;
}

.combo-offer-instructions__eyebrow,
.combo-offer-instructions h1,
.combo-offer-instructions__copy,
.combo-offer-instructions__deadline {
  color: #fff;
}

.combo-offer-instructions__eyebrow {
  opacity: 0.76;
}

.combo-offer-instructions__copy {
  font-size: 15px;
}

.combo-offer-instructions__deadline {
  opacity: 0.72;
}

.combo-offer-steps {
  max-width: 720px;
}

.combo-offer-steps li {
  color: #fff;
}

.combo-offer-steps li:not(:last-child)::after {
  border-color: rgba(255, 255, 255, 0.34);
}

.combo-offer-steps li > span {
  border-color: rgba(255, 255, 255, 0.62);
  background: transparent;
  color: #fff;
}

.combo-offer-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 13px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.combo-offer-trust li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.combo-offer-trust__mark {
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  font-size: 9px;
}

@media (max-width: 768px) {
  .combo-offer-instructions {
    padding: 16px 12px 13px;
  }

  .combo-offer-instructions__copy {
    font-size: 12px;
  }

  .combo-offer-steps li {
    white-space: normal;
  }

  .combo-offer-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    padding-top: 11px;
    text-align: left;
  }

  .combo-offer-trust li {
    font-size: 10px;
  }
}

.combo-offer-urgency {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
  color: #fff;
  font-size: 10px;
  line-height: 1.3;
}

.combo-offer-urgency > span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.combo-offer-urgency svg {
  width: 17px;
  height: 17px;
  color: #fff;
}

.combo-offer-urgency .combo-offer-instructions__deadline {
  margin: 0;
  color: #fff;
  opacity: 0.78;
}

.combo-offer-urgency .combo-offer-instructions__deadline[hidden] {
  display: none;
}

.combo-card-stock {
  position: absolute;
  z-index: 5;
  top: 8px;
  left: 8px;
  padding: 4px 7px;
  border-radius: 4px;
  color: #fff;
  background: rgb(84 62 58 / 90%);
  font-size: 9px;
  font-weight: 750;
  line-height: 1.2;
  pointer-events: none;
}

.combo-product-dialog__stock {
  width: fit-content;
  margin: 9px 0 0;
  padding-left: 13px;
  color: #2d7544;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.combo-product-dialog__stock::before {
  position: absolute;
  top: 0.36em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2d7544;
  content: '';
}

.combo-product-dialog__stock.is-low {
  color: #8b5d13;
}

.combo-product-dialog__stock.is-low::before {
  background: #9c6817;
}

.combo-product-dialog__stock[hidden] {
  display: none;
}

@media (max-width: 768px) {
  .combo-offer-urgency {
    gap: 4px 10px;
    margin-top: 7px;
    font-size: 9px;
  }

  .combo-offer-urgency > span:first-child {
    flex-basis: 100%;
    justify-content: center;
  }
}

/* Keep the CRO selection tray compact enough to leave the product grid usable. */
@media (max-width: 768px) {
  .combo-footer__left {
    min-height: 0;
    padding: 6px 12px 4px;
  }

  .combo-slots {
    min-height: 40px;
    gap: 8px;
    justify-content: safe center;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 9px 0 2px;
    scroll-padding-inline: 12px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .combo-slots::-webkit-scrollbar {
    display: none;
  }

  .combo-slot {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px;
  }

  .combo-footer__right {
    padding: 7px 12px calc(7px + env(safe-area-inset-bottom));
  }

  .combo-summary {
    grid-template-columns: minmax(0, 1fr) 118px;
    grid-template-rows: auto auto;
    gap: 3px 10px;
  }

  .combo-summary__progress {
    grid-column: 1;
    grid-row: 1;
  }

  .combo-summary__potential,
  .combo-summary__row.total-row {
    grid-column: 1;
    grid-row: 2;
  }

  .combo-footer__selection-toggle {
    position: absolute;
    top: 16px;
    right: 12px;
    line-height: 1.3;
    white-space: nowrap;
  }

  .combo-checkout-btn {
    grid-column: 2;
    grid-row: 1 / 3;
    min-height: 46px !important;
  }

  body.combo-footer-visible .combo-page {
    padding-bottom: calc(141px + env(safe-area-inset-bottom));
  }

  .combo-cro-status {
    bottom: calc(126px + env(safe-area-inset-bottom));
  }
}

/* Prevent shared product-card flex rules from creating empty space on mobile. */
@media (max-width: 768px) {
  .combo-page--cro .combo-mapped-card .valentine-outer-wrapper,
  .combo-page--cro .combo-mapped-card .product-card.luxury-card {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .combo-page--cro .combo-mapped-card .luxury-info,
  .combo-page--cro .combo-mapped-card .luxury-info-inner {
    flex: 0 0 auto !important;
    min-height: 0 !important;
  }

  .combo-page--cro .combo-mapped-card .luxury-info {
    padding: 6px 10px 0 !important;
  }

  .combo-page--cro .combo-mapped-card .luxury-title,
  .combo-page--cro .combo-mapped-card .product-card__name {
    height: auto !important;
    line-height: 1.25 !important;
    margin-bottom: 2px !important;
    max-height: none !important;
    min-height: 0 !important;
  }

  .combo-page--cro .combo-mapped-card .luxury-price-wrap,
  .combo-page--cro .combo-mapped-card .luxury-price {
    height: auto !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
  }

  .combo-page--cro .combo-mapped-card .luxury-price-wrap {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
    width: 100%;
  }

  .combo-page--cro .combo-mapped-card .luxury-price-wrap .combo-cro-card-quantity {
    flex: 0 0 auto;
    margin-left: 6px;
  }

  .combo-page--cro .combo-mapped-card .luxury-price .selling-price {
    line-height: 1.2 !important;
  }

  .combo-page--cro .combo-cro-card-value {
    min-height: 30px;
    padding: 0 10px;
  }

  .combo-page--cro .combo-mapped-card .combo-custom-btn-wrapper {
    margin-top: 0;
    padding: 0 0 10px !important;
  }

  .combo-page--cro .combo-card__atb-btn {
    height: 36px;
    min-height: 36px;
    margin-top: 2px !important;
    padding: 4px 8px;
  }
}

/* Keep four-digit combo values clear inside the two-column phone grid. */
@media (max-width: 480px) {
  .combo-page--cro .combo-cro-card-value {
    gap: 2px;
    grid-template-columns: minmax(0, 1fr) max-content;
    padding-inline: 4px;
  }

  .combo-page--cro .combo-cro-card-value__saving {
    padding-inline: 3px;
  }
}

@media (max-width: 340px) {
  .combo-page--cro .combo-cro-card-value {
    gap: 2px;
    grid-template-columns: minmax(0, 1fr);
    min-height: 44px;
    padding: 2px 6px 4px;
  }

  .combo-page--cro .combo-cro-card-value__saving {
    justify-self: start;
  }

}

/* Keep listing names scannable without forcing every card to reserve two lines. */
.combo-page--cro .combo-card-wrapper .luxury-title,
.combo-page--cro .combo-card-wrapper .product-card__name {
  display: -webkit-box !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 2.7em !important;
  overflow: hidden !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

