  #marriottWishList {
    display: none !important;
  }
/* ==========================================================================
   Base Layout & Container
   ========================================================================== */

.rewards-section {
  background-color: #f4f5f7;
  padding: 4rem 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  box-sizing: border-box;
}

.marriott-rewards-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* ==========================================================================
   Typography & Section Headers (Left Aligned)
   ========================================================================== */

.rewards-header {
    text-align: center;
    margin-bottom: 3.5rem;
    padding-top: 3.5rem;
}

.main-title {
    font-size: 2.25rem !important;
    font-weight: 300 !important;
    letter-spacing: -0.5px;
    color: #222222;
    margin-bottom: .5rem !important;
    line-height: 1.2;
}

.main-subtitle {
  font-size: 1.1rem;
  color: #555555;
  font-weight: 400;
}

/* Featured Categories Heading - Left Aligned */
.categories-heading {
  text-align: left;
  margin-bottom: 1.5rem;
}

.categories-heading h2 {
    font-size: 1.85rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 0.4rem 0;
    letter-spacing: -0.5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-align: left;
    padding: 0 0 0.5rem 0;
    line-height: 1.2;
}

.categories-heading p {
  font-size: 1rem;
  color: #333333;
  margin: 0;
  font-weight: 400;
}

/* ==========================================================================
   Desktop Grid (Default > 900px: 4 Columns)
   ========================================================================== */

.carousel-wrapper {
  position: relative;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

/* ==========================================================================
   Card Styling
   ========================================================================== */

.category-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.card-image-wrap {
  width: 100%;
  height: 190px;
  overflow: hidden;
  background-color: #e5e7eb;
}

.card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-body {
  padding: 1.5rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-grow: 1;
  justify-content: space-between;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 300;
  color: #222222;
  margin: 0 0 1.25rem 0;
  letter-spacing: -0.2px;
}

/* Pill CTA Buttons */
.btn-category {
  display: inline-block;
  background-color: #1e1e1e;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.6rem 1.6rem;
  border-radius: 50px;
  transition: background-color 0.2s ease;
}

.btn-category:hover {
  background-color: #383838;
}

/* Hidden by default on desktop/tablet */
.carousel-btn,
.carousel-dots {
  display: none;
}
/* ==========================================================================
   RWR CAROUSEL
   ========================================================================== */
.home-carousel h2{
  font-size: 1.85rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 0.4rem 0;
  letter-spacing: -0.5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-align: left;
  padding: 0 0 0.5rem 0;
  line-height: 1.2;
} 
.home-section-ttl{
  padding: 1.375rem 0 0 0 !important;
}
.home-carousel a.small-cta {
    display: inline-flex;
    background: #F3F3F3;
    color: #000;
    height: 2.7em;
    align-items: center;
    justify-content: center;
    width: 10%;
    /* max-width: 250px; */
    border-radius: 10em;
    text-decoration: none;
    font-size: .75rem;
}
.home-section-ttl.contextFix + p {
    max-width: var(--c-carousel-max-width);
    margin: 0 auto;
}
/* ==========================================================================
   Marriott Bonvoy Boutiques Section
   ========================================================================== */

.boutiques-section {
    position: relative;
    background: linear-gradient(rgba(18, 18, 18, 0.25), rgba(18, 18, 18, 0.75)), url(/images/client/marriott/boutiquesBG.jpg) center / cover no-repeat;
    padding: 4.5rem 1.5rem;
    color: #ffffff;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Container */
.boutiques-section .marriott-rewards-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* Header Area */
.boutiques-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.25rem;
  gap: 1.5rem;
}

.boutiques-intro {
  max-width: 680px;
}

.boutiques-logo {
    height: 38px;
    width: auto !important;
    margin-bottom: 0.85rem;
    display: block;
}

.boutiques-subtext {
  font-size: 0.95rem;
  color: #f1f5f9;
  line-height: 1.45;
  margin: 0;
  font-weight: 400;
}

/* Shop All Pill Button */
.btn-boutiques-all {
  display: inline-block;
  white-space: nowrap;
  background-color: #ffffff;
  color: #1a1a1a;
  text-decoration: none;
  font-size: .75rem;
  font-weight: 600;
  padding: 0.55rem 1.4rem;
  border-radius: 50px;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-boutiques-all:hover {
  background-color: #e5e7eb;
}

/* Product Cards Grid (Desktop Default > 900px: 4 Columns) */
.boutiques-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.boutiques-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.boutiques-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.boutiques-card-img {
  width: 100%;
  height: 185px;
  overflow: hidden;
  background-color: #f3f4f6;
}

.boutiques-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.boutiques-card-body {
  padding: 1.25rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}

.boutiques-card-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: #222222;
}

.chevron-icon {
  color: #222222;
  flex-shrink: 0;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}

.boutiques-card:hover .chevron-icon {
  transform: translateX(3px);
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

/* Tablet View (900px down to 601px: 2x2 Grid) */
@media (max-width: 900px) and (min-width: 601px) {
  .boutiques-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

/* Mobile View (<= 600px) */
@media (max-width: 600px) {
  .boutiques-section {
    padding: 3rem 1rem;
  }

  .boutiques-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .boutiques-logo {
    height: 32px;
  }

  .boutiques-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
/* ==========================================================================
   Tablet View (900px down to 601px: 2x2 Grid)
   ========================================================================== */

@media (max-width: 900px) and (min-width: 601px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

/* ==========================================================================
   Mobile View (<= 600px: Single Card Carousel Slider)
   ========================================================================== */

@media (max-width: 600px) {
  .rewards-header {
    margin-bottom: 2rem;
  }

  .main-title {
    font-size: 1.6rem;
  }

  .carousel-wrapper {
    padding: 0 0.5rem;
  }

  /* Transform grid to horizontal scroll snap slider */
  .category-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }

  .category-grid::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  .category-card {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: center;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }

  .card-image-wrap {
    height: 220px;
  }

  .card-title {
    font-size: 1.35rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
  }

  .btn-category {
    padding: 0.75rem 2rem;
    font-size: 0.9rem;
  }

  /* Carousel Navigation Buttons */
  .carousel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 110px;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background-color: #0f172a;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  }

  .prev-btn {
    left: -6px;
  }

  .next-btn {
    right: -6px;
  }

  /* Carousel Indicator Dots */
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 1.25rem;
  }

  .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #9ca3af;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .dot.active {
    background-color: #111827;
    transform: scale(1.1);
  }
}