/** Shopify CDN: Minification failed

Line 71: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;
}

.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-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;
}

@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%;
}

/* 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;
  position: relative;
  z-index: 10;
  background: white;
}

.combo-card__atb-btn {

  background: #f6efe3;
  color: #3E1511;
  border: none;
  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-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;
}

.combo-summary__compare {
    color: #86726C;
    font-size: 0.7em;
    font-weight: 500;
    text-decoration: line-through;
}

.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-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;
    justify-content: center;
    align-items: center; /* Center horizontally for connectors */
    gap: 40px; /* Wider gap for connector lines */
  }

  .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: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 100%;
    max-width: 1200px;
  }
  .custom-combo-breadcrumbs{
  padding:0px;
   font-size: 12px; 
}

  .combo-summary__title, .combo-summary__row:not(.total-row) { display: none; }

  .combo-summary__row.total-row {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
    color: #1D1B18;
    font-family: 'Open sans', serif;
    font-weight: 700;
  }

  .combo-checkout-btn {
    width: auto !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);
  }
}

/* ============================================================================
   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: 10px 15px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #EEE;
  }

  .combo-summary {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
  }

  .combo-summary__title, .combo-summary__row:not(.total-row) { display: none; }

  .combo-summary__row.total-row {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0.95rem;
            font-size: 11px;
    color: #1D1B18;
    font-weight: 700;
  }

  .combo-checkout-btn {
    width: auto !important;
        min-width: 130px;
        padding: 8px 13px;
        font-size: .65rem;
    border-radius: 4px;
    background: #543E3A;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
  }

  .combo-summary__value {
    gap: 6px;
  }

  .combo-summary__compare {
    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;
    }
}

