/* ============================================
   PRODUCTS MODULE STYLES
   Modern design for product listing, detail, prebook
   SwitchCorner brand colors: #303539 / #AB801C
   Same design system as hotels module
   ============================================ */

/* ============================================
   CSS Variables — Charte SwitchCorner
   ============================================ */
:root {
  --prod-primary: #303539;
  --prod-primary-dark: #0a0f24;
  --prod-primary-light: #1a2850;
  --prod-accent: #AB801C;
  --prod-accent-dark: #8a6616;
  --prod-accent-light: #c9a03d;
  --prod-gradient: linear-gradient(135deg, #303539 0%, #1a2850 50%, #1d2023 100%);
  --prod-accent-gradient: linear-gradient(135deg, #AB801C 0%, #8a6616 100%);
  --prod-dark: #1d2023;
  --prod-light: #fdf8f0;
  --prod-bg: #f8f9fa;
  --prod-star: #AB801C;
  --prod-success: #28a745;
  --prod-warning: #AB801C;
  --prod-error: #dc3545;
  --prod-shadow: 0 4px 20px rgba(14, 21, 52, 0.12);
  --prod-shadow-lg: 0 10px 40px rgba(14, 21, 52, 0.18);
  --prod-radius: 16px;
  --prod-radius-sm: 10px;
}

/* ============================================
   HERO / BREADCRUMB
   ============================================ */
.prod-hero {
  background: #fff;
  padding: 2.5rem 0 2rem;
  position: relative;
  overflow: hidden;
}
.prod-hero .breadcrumb {
  margin-bottom: 0.5rem;
}
.prod-hero .breadcrumb-item a {
  color: #303539;
  text-decoration: none;
  font-weight: 400;
  font-size:  0.9rem;
  transition: color .2s;
}
.prod-hero .breadcrumb-item a:hover {
  color: #333;
}
.prod-hero .breadcrumb-item.active {
 color: #303539;
  font-size:  0.9rem;
  font-weight: 400;
}
.prod-hero .breadcrumb-item + .breadcrumb-item::before {
  color: #303539 !important;
}
.prod-hero-title {
     font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #303539;
}
.prod-hero-title .accent {
  color: var(--prod-accent);
}
.prod-hero-count {
  color: #303539;
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
}
.prod-list-tag {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--prod-accent);
  font-size: 0.8rem;
  font-weight: 600;
}
.bg-prod-list { background-color: #f8f9fa;}
/* ============================================
   PRODUCT DETAIL HERO (fiche)
   ============================================ */
.prod-fiche-hero {
    background: #fff;
    padding: 1.25rem 0 1.5rem;
    color: #303539;
}
.prod-fiche-breadcrumb .breadcrumb-item a {
  color: #303539;
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 0.2s;
}
.prod-fiche-breadcrumb .breadcrumb-item a:hover {
  color: var(--prod-accent);
}
.prod-fiche-breadcrumb .breadcrumb-item.active {
  color: #303539;
  font-size: 0.82rem;
}
.prod-fiche-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(48,53,57,0.4);
}
.prod-fiche-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}
.prod-fiche-hero-info {
  flex: 1;
  min-width: 0;
}
.prod-fiche-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #303539;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
.prod-fiche-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  font-size: 0.85rem;
  color: #303539;
  margin-bottom: 0.5rem;
}
.prod-fiche-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.prod-fiche-meta-item svg {
  fill: var(--prod-accent);
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.prod-fiche-stars {
  display: inline-flex;
  gap: 2px;
  margin-left: 4px;
}
.prod-fiche-stars svg {
  width: 14px;
  height: 14px;
  fill: #FFB300;
}
.prod-fiche-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.6rem;
  background: rgba(171,128,28,0.15);
  border: 1px solid rgba(171,128,28,0.35);
  color: var(--prod-accent);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
}
.prod-fiche-hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.prod-fiche-share-btn {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s ease;
  text-decoration: none;
}
.prod-fiche-share-btn:hover {
  background: rgba(255,255,255,0.3);
  color: #fff;
}
.prod-fiche-badge {
  background: var(--prod-accent);
  color: var(--prod-primary-dark);
  border-radius: 20px;
  padding: 0.4rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 700;
}

/* Gallery Grid */
.prod-fiche-gallery {
  background: #fff;
  padding: 0;
}
.prod-fiche-gallery-grid {
  line-height: 0;
}

/* Gallery Carousel (Mobile) */
.fiche-carousel .carousel-item img,
.prod-fiche-carousel .carousel-item img {
  height: 280px;
  object-fit: cover;
  width: 100%;
}
.prod-fiche-carousel {
  border-radius: 0;
}
.prod-fiche-carousel .carousel-control-prev,
.prod-fiche-carousel .carousel-control-next {
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.45);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.prod-fiche-carousel .carousel-control-prev {
  left: 12px;
}
.prod-fiche-carousel .carousel-control-next {
  right: 12px;
}
.prod-fiche-carousel .carousel-control-prev:hover,
.prod-fiche-carousel .carousel-control-next:hover {
  background: rgba(0,0,0,0.7);
}
.prod-fiche-carousel .carousel-control-prev-icon,
.prod-fiche-carousel .carousel-control-next-icon {
  width: 16px;
  height: 16px;
}

/* Photo Count Badge */
.prod-photo-count {
  position: absolute;
  bottom: 12px;
  right: 16px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 0.8rem;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: background 0.2s;
}
.prod-photo-count:hover {
  background: rgba(0,0,0,0.85);
}

/* Gallery grid (desktop fancybox) - shared with hotels */
.gallery-main img,
.prod-gallery-main img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
.gallery-thumbs,
.prod-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
}
.gallery-thumbs a img,
.prod-gallery-thumbs a img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s;
}
.gallery-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: #e5e7eb;
  border: 1px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 22px;
}
.gallery-thumbs a.after-five,
.prod-gallery-thumbs a.after-five { display: none; }
.gallery-thumbs a img:hover,
.prod-gallery-thumbs a img:hover { opacity: 0.85; }

/* Gallery Responsive */
@media (max-width: 991.98px) {
  .gallery-main img,
  .prod-gallery-main img {
    height: 260px;
  }
  .gallery-thumbs,
  .prod-gallery-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-thumbs a img,
  .prod-gallery-thumbs a img {
    height: 90px;
  }
  .gallery-thumb-placeholder {
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  .gallery-thumbs,
  .prod-gallery-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Body Layout */
.prod-fiche-body {
  background: #f8fafc;
  padding: 2rem 0 3rem;
}
.prod-fiche-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 1.5rem;
  align-items: start;
}
.prod-fiche-main {
  min-width: 0;
}
.prod-fiche-sidebar {
  position: sticky;
  top: 80px;
}

/* Sections */
.prod-fiche-section {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  border: 1px solid #f0f2f5;
}
.prod-fiche-section-header {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f3f4f6;
}
.prod-fiche-section-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--prod-primary-dark);
  margin: 0;
}
.prod-fiche-description {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #4b5563;
}

/* Responsive */
@media (max-width: 991.98px) {
  .prod-fiche-layout {
    grid-template-columns: 1fr;
  }
  .prod-fiche-sidebar {
    position: static;
  }
  .prod-fiche-name {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .prod-fiche-hero-content {
    flex-direction: column;
    gap: 0.75rem;
  }
  .prod-fiche-hero-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

/* ============================================
   FILTERS BAR
   ============================================ */
.prod-filters {
  background: #fff;
  border-radius: var(--prod-radius);
  padding: 16px 20px;
  box-shadow: var(--prod-shadow);
  margin-top: -28px;
  position: relative;
  z-index: 10;
}
.prod-filters-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--prod-primary-dark);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.prod-chip-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.prod-chip-row::-webkit-scrollbar { display: none; }

.prod-chip {
  border: 1.5px solid #e0e4e8;
  background: #fff;
  color: #4a5568;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  transition: all .2s ease;
}
.prod-chip:hover {
  border-color: var(--prod-primary-light);
  color: var(--prod-primary);
  background: rgba(30, 77, 140, .05);
}
.prod-chip.active {
  background: var(--prod-accent);
  border-color: var(--prod-accent);
  color:#fff;
  box-shadow: 0 2px 8px rgba(171, 128, 28, .3);
}

/* ============================================
   PRODUCT CARDS — LISTING
   ============================================ */
.prod-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prod-card {
    position: relative;
  background: #fff;
  border-radius: var(--prod-radius);
  overflow: hidden;
  box-shadow: var(--prod-shadow);
  border: 1px solid rgba(0,0,0,.04);
  transition: transform .25s ease, box-shadow .25s ease;
}
.prod-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--prod-shadow-lg);
}
.prod-card .row { --bs-gutter-x: 0; }

/* Image */
.prod-card-img-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 220px;
}
.prod-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.prod-card:hover .prod-card-img-wrap img {
  transform: scale(1.05);
}
.prod-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--prod-accent);
  color: #fff;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

/* Body */
.prod-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prod-card-title {
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 6px;
  line-height: 1.3;
}
.prod-card-location {
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.prod-card-location svg {
  color: #6b7280;
  flex-shrink: 0;
}

/* Meta pills */
.prod-card-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.prod-pill {
  background: var(--prod-bg);
  color: #374151;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.prod-pill svg {
  width: 14px;
  height: 14px;
}
.prod-pill-star {
  color: #FFB300;
}

/* Marketing text */
.prod-card-promo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--prod-primary);
  margin-bottom: 6px;
}
.prod-card-promo img {
  width: 14px;
  height: 14px;
}

/* Themes / tags */
.prod-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.prod-tag {
  background: transparent;
  border: 1px solid #e0e4e8;
  color: #4a5568;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
}

/* Price panel */
.prod-card-price-panel {
  /* background:  linear-gradient(135deg, #f8f9fa 0%, #fdf8f0 100%); */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-left: 1px solid rgba(0,0,0,.04);
}
.prod-card-price-inner {
  text-align: center;
  width: 100%;
}
.prod-card-price-label {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.prod-card-price {
  font-size: 24px;
  font-weight: 800;
  color: var(--prod-primary-dark);
  line-height: 1.2;
}
.prod-card-price small {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
}
.prod-card-btn {
  display: block;
  margin-top: 12px;
  padding: 10px 16px;
  background: var(--prod-accent);
  color: #fff;
  text-decoration: none;
  border-radius: var(--prod-radius-sm);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  transition: all .2s ease;
  box-shadow: 0 2px 8px rgba(171, 128, 28, .25);
}
.prod-card-btn:hover {
  background: var(--prod-accent-dark);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(171, 128, 28, .35);
}

/* Empty state */
.prod-empty {
  text-align: center;
  padding: 4rem 2rem;
  background: #fff;
  border-radius: var(--prod-radius);
  box-shadow: var(--prod-shadow);
}
.prod-empty-icon {
  font-size: 48px;
  margin-bottom: 16px;
}
.prod-empty-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
}
.prod-empty-text {
  font-size: 14px;
  color: #6b7280;
}

/* ============================================
   RESPONSIVE — LISTING
   ============================================ */
@media (max-width: 991px) {
  .prod-hero {
    padding: 2rem 0 1.5rem;
  }
  .prod-filters {
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .prod-hero {
    padding: 1.5rem 0 1.2rem;
  }
  .prod-hero-title {
    font-size: 22px;
  }
  .prod-filters {
    margin-top: -16px;
    padding: 12px 14px;
    border-radius: var(--prod-radius-sm);
  }
  .prod-filters .row {
    gap: 8px;
  }

  /* Card stacks vertically */
  .prod-card-img-wrap {
    min-height: 200px;
    max-height: 220px;
  }
  .prod-card-body {
    padding: 14px;
  }
  .prod-card-price-panel {
    border-left: none;
    border-top: 1px solid rgba(0,0,0,.06);
    padding: 14px;
  }
  .prod-card-price {
    font-size: 20px;
  }
  .prod-card-btn {
    padding: 10px 14px;
    font-size: 13px;
  }
}

/* ============================================
   PRODUCT FICHE (DETAIL PAGE)
   ============================================ */

/* Sticky Navigation */
.prod-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e0e4e8;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  margin-bottom: 1.5rem;
}
.prod-nav {
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.prod-nav::-webkit-scrollbar { display: none; }
.prod-nav .nav-item { flex-shrink: 0; }
.prod-nav .nav-link {
  font-size: 14px;
  font-weight: 600;
  padding: 16px 20px;
  color: #6b7280;
  border-bottom: 3px solid transparent;
  transition: all .25s ease;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}
.prod-nav .nav-link:hover {
  color: var(--prod-primary-dark);
  background: rgba(171, 128, 28, .08);
}
.prod-nav .nav-link.active {
  color: var(--prod-primary-dark);
  border-bottom-color: var(--prod-accent);
  background: rgba(171, 128, 28, .04);
}

/* Product Header / Title */
.prod-fiche-title {
  font-size: clamp(20px, 3.5vw, 28px);
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.3;
}
.prod-fiche-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--prod-accent-gradient);
  color: #fff;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
}
.prod-fiche-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #4a5568;
  font-size: 14px;
}
.prod-fiche-location svg {
  color: var(--prod-primary);
  flex-shrink: 0;
}
.prod-fiche-hotel {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  color: #4a5568;
  font-size: 14px;
}
.prod-fiche-hotel svg {
  flex-shrink: 0;
}
.prod-fiche-stars {
  display: inline-flex;
  gap: 2px;
  margin-left: 6px;
}
.prod-fiche-stars svg {
  color: var(--prod-star);
}
.prod-fiche-promo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--prod-primary);
}
.prod-fiche-desc {
  margin-top: 1rem;
  color: #374151;
  line-height: 1.7;
  font-size: 15px;
}

/* Section Cards */
.prod-section {
  border: none;
  border-radius: var(--prod-radius);
  box-shadow: var(--prod-shadow);
  overflow: hidden;
  background: #fff;
  margin-bottom: 1.5rem;
}
.prod-section .card-body {
  padding: 1.75rem;
}
.prod-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 1rem;
}

/* Gallery */
.prod-gallery-desktop { display: block; }
.prod-gallery-mobile  { display: none;  }

.prod-gallery-main {
  position: relative;
  border-radius: var(--prod-radius-sm);
  overflow: hidden;
  background: var(--prod-bg);
}
.prod-gallery-main img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  cursor: zoom-in;
  transition: opacity .3s ease;
}
.prod-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,.45);
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s;
  z-index: 2;
}
.prod-gallery-arrow:hover { background: rgba(0,0,0,.7); }
.prod-gallery-arrow-prev { left: 14px; }
.prod-gallery-arrow-next { right: 14px; }
.prod-gallery-counter {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(0,0,0,.55);
  color: #fff;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(4px);
}

/* Thumbnails */
.prod-thumbs-side {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}
.prod-thumbs-side::-webkit-scrollbar { width: 5px; }
.prod-thumbs-side::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
.prod-thumbs-side::-webkit-scrollbar-thumb { background: var(--prod-accent); border-radius: 10px; }
.prod-thumbs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.prod-thumb {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all .25s;
}
.prod-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.prod-thumb:hover img { transform: scale(1.08); }
.prod-thumb.active {
  border-color: var(--prod-accent);
  box-shadow: 0 0 0 1px var(--prod-accent);
}
.prod-thumb-more {
  background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.65));
}
.prod-thumb-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #fff;
  font-weight: 700;
}
.prod-thumb-overlay span { font-size: 24px; }
.prod-thumb-overlay small { font-size: 12px; }

/* Gallery Modal */
.prod-modal-slider { position: relative; }
.prod-modal-slide { display: none; }
.prod-modal-slide.active { display: block; }
.prod-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,.6);
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 32px;
  cursor: pointer;
  transition: background .25s;
}
.prod-modal-arrow:hover { background: rgba(0,0,0,.8); }
.prod-modal-arrow-prev { left: 0; }
.prod-modal-arrow-next { right: 0; }

/* Mobile Gallery */
.prod-gallery-mobile .mobile-gallery-image {
  height: 260px;
  object-fit: cover;
}
.prod-gallery-mobile .mobile-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
}
.prod-gallery-mobile .mobile-gallery-btn {
  border: 1px solid #e0e4e8;
  background: #fff;
  border-radius: var(--prod-radius-sm);
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--prod-primary-dark);
  transition: all .2s;
}
.prod-gallery-mobile .mobile-gallery-btn:hover {
  border-color: var(--prod-accent);
  background: var(--prod-light);
}

/* Sidebar — Price Card */
.prod-sidebar-card {
  border: none;
  border-radius: var(--prod-radius);
  box-shadow: var(--prod-shadow);
  overflow: hidden;
  background: #fff;
  position: relative;
}
.prod-sidebar-card .card-body {
  padding: 1.5rem;
  text-align: center;
}
.prod-sidebar-share {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  background: rgba(255,255,255,.9);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s;
}
.prod-sidebar-share:hover {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.prod-sidebar-from {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 4px;
}
.prod-sidebar-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--prod-primary-dark);
    line-height: 1.2;
    margin-bottom: 12px;
}
.prod-sidebar-price small {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
}
.prod-sidebar-duration {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.prod-sidebar-duration svg {
  flex-shrink: 0;
}
.prod-service-badge {
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #6b7280;
}
.prod-service-badge i {
  font-size: 13px;
  color: var(--prod-primary);
}
.prod-card-summary {
  font-size: 0.82rem;
  color: #6b7280;
  line-height: 1.55;
  margin: 0.4rem 0 0;
}

.prod-btn-prebook {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 14px 24px;
 background: #303539;
  color: #fff;
  text-decoration: none;
  border-radius: var(--prod-radius-sm);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  transition: all .25s ease;
  border: none;
  box-shadow: 0 4px 14px rgba(171, 128, 28, .3);
}
.prod-btn-prebook:hover {
  background: var(--prod-accent-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(171, 128, 28, .4);
}
.prod-btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 12px 16px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  transition: all .25s;
}
.prod-btn-whatsapp:hover {
  background: #1ebe5a;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, .35);
}

/* Sidebar — Help Card */
.prod-help-card {
    border: none;
    border-radius: var(--prod-radius);
    overflow: hidden;
    margin-top: 16px;
    color: #303539;
    border: #AB801C 1px solid;
    background-size: cover;
    background-position: center;
    background: #fff;
}
.prod-help-card .card-body { padding: 24px 20px; }
.prod-help-title {
    color: #AB801C;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.prod-help-text {
     color: #303539;
  line-height: 1.6;
  margin-bottom: 14px;
  font-size: 14px;
}
.prod-help-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
   color: #303539;
  font-weight: 600;
  font-size: 14px;
}
.prod-help-line i {
  width: 18px;
  text-align: center;
   color: #303539;
}
.prod-help-phone {
  font-size: 18px;
    color: #303539;
  font-weight: 700;
}

/* Itinerary Timeline */
.prod-itinerary-item {
  position: relative;
  padding-left: 32px;
  padding-bottom: 20px;
}
.prod-itinerary-item:last-child { padding-bottom: 0; }
.prod-itinerary-item::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e0e4e8;
}
.prod-itinerary-item:last-child::before { display: none; }
.prod-itinerary-dot {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: var(--prod-accent);
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--prod-accent);
}
.prod-itinerary-title {
  text-decoration: none;
  color: #303539;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.prod-itinerary-title:focus,
.prod-itinerary-title:hover {
  color: #1e2022;
}
.prod-itinerary-chevron {
  display: inline-flex;
  color: #6b7280;
  transition: transform .25s ease;
  flex-shrink: 0;
}
.prod-itinerary-title[aria-expanded="true"] .prod-itinerary-chevron {
  transform: rotate(180deg);
}
.prod-itinerary-text {
  color: #4a5568;
  line-height: 1.7;
  font-size: 14px;
}

/* Tarifs Table */
.prod-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.prod-table thead th {
  background: var(--prod-bg);
  color: var(--prod-primary-dark);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 12px 16px;
  border-bottom: 2px solid var(--prod-accent);
}
.prod-table tbody td {
  padding: 12px 16px;
  font-size: 14px;
  color: #374151;
  border-bottom: 1px solid #f0f0f0;
}
.prod-table tbody tr:last-child td {
  border-bottom: none;
}
.prod-table tbody tr:hover td {
  background: rgba(171, 128, 28, .04);
}

/* Includes / Not includes */
.prod-includes-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.prod-includes-title.success { color: var(--prod-success); }
.prod-includes-title.danger  { color: var(--prod-error);   }
.prod-includes-text {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

/* FAQ style aligned with FAQ page */

#faq .prod-faq-accordion .faq-accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 12px !important;
  overflow: hidden;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

#faq .prod-faq-accordion .faq-accordion-item:hover {
  background: #f0f4f8;
}

#faq .prod-faq-accordion .faq-accordion-item:last-child {
  margin-bottom: 0;
}

#faq .prod-faq-accordion .accordion-button {
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: #303539;
  background: transparent;
  border: none;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

#faq .prod-faq-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #303539 0%, #1a2850 100%);
  color: #fff;
}

#faq .prod-faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  filter: brightness(0) invert(1);
}

#faq .prod-faq-accordion .accordion-body {
  padding: 1.25rem 1.5rem;
  color: #4a5568;
  line-height: 1.8;
  background: #fff;
  border-top: 1px solid #e9ecef;
}

#faq .prod-faq-accordion .accordion-body p {
  margin-bottom: 0.75rem;
}

#faq .prod-faq-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

/* ============================================
   MOBILE BOTTOM CTA BAR
   ============================================ */
.prod-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0.75rem 1rem;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.12);
  z-index: 1000;
  border-top: 1px solid #e5e7eb;
}
.prod-mobile-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.prod-mobile-cta-price {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.prod-mobile-cta-from {
  font-size: 0.7rem;
  color: #6b7280;
  text-transform: uppercase;
  font-weight: 600;
}
.prod-mobile-cta-amount {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--prod-primary-dark);
  line-height: 1;
}
.prod-mobile-cta-currency {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
}
.prod-mobile-cta-btn {
  flex-shrink: 0;
  background: var(--prod-accent);
  color: #fff;
  font-weight: 700;
  padding: 0.85rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 15px rgba(171,128,28,.35);
  transition: all .2s;
}
.prod-mobile-cta-btn:hover {
  background: var(--prod-accent-dark);
  color: #fff;
  transform: translateY(-2px);
}
.prod-mobile-cta-whatsapp {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(37,211,102,.25);
  transition: all .2s;
}
.prod-mobile-cta-whatsapp:hover {
  background: #20bd5a;
  color: #fff;
  transform: scale(1.05);
}
.prod-mobile-cta-whatsapp svg {
  width: 22px;
  height: 22px;
}

/* ============================================
   RESPONSIVE — FICHE
   ============================================ */
@media (max-width: 991px) {
  .prod-nav-wrap { margin-bottom: 1rem; }
  .prod-section .card-body { padding: 1.5rem; }
  
  /* Reorder: prix en haut sur tablette/mobile */
  .prod-fiche-layout {
    display: flex;
    flex-direction: column;
  }
  .prod-fiche-sidebar {
    order: -1;
    position: static;
    margin-bottom: 1.5rem;
  }
  .prod-fiche-main {
    order: 1;
  }
}

@media (max-width: 767px) {
  /* Show mobile CTA bar */
  .prod-mobile-cta {
    display: block;
  }
  
  /* Hide desktop sidebar on mobile */
  .prod-fiche-sidebar {
    display: none;
  }
  
  /* Add bottom padding for CTA bar */
  .prod-fiche-body {
    padding-bottom: 100px;
  }
  
  /* Hero mobile */
  .prod-fiche-hero {
    padding: 1rem 0 1.25rem;
  }
  .prod-fiche-name {
    font-size: 1.15rem;
    line-height: 1.3;
  }
  .prod-fiche-meta {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .prod-fiche-meta-item {
    font-size: 0.75rem;
  }
  .prod-fiche-hero-actions {
    display: none;
  }
  
  /* Carousel mobile */
  .prod-fiche-carousel .carousel-item img {
    height: 220px;
  }
  .prod-fiche-gallery .container {
    padding: 0;
  }
  .prod-fiche-carousel {
    border-radius: 0;
  }
  
  /* Sections mobile */
  .prod-fiche-body {
    padding: 1rem 0 100px;
  }
  .prod-fiche-section {
    border-radius: 0;
    margin-bottom: 0.75rem;
    padding: 1rem;
    border-left: none;
    border-right: none;
  }
  .prod-fiche-section-title {
    font-size: 0.95rem;
  }
  .prod-fiche-description {
    font-size: 0.85rem;
  }
  
  /* Gallery */
  .prod-gallery-desktop { display: none; }
  .prod-gallery-mobile  { display: block; }
  .prod-nav {
    gap: 2px;
    padding: 0 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .prod-nav .nav-item { scroll-snap-align: start; }
  .prod-nav .nav-link {
    padding: 12px 14px;
    font-size: 13px;
    border-bottom-width: 2px;
  }
  .prod-section {
    border-radius: var(--prod-radius-sm);
  }
  .prod-thumbs-side {
    height: auto;
    overflow-y: visible;
    margin-top: 10px;
  }
  .prod-thumbs-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .prod-gallery-arrow { width: 32px; height: 32px; }
  .prod-gallery-main img { height: 300px !important; }
  .prod-sidebar-card .card-body { padding: 1.25rem; }
  .prod-btn-prebook,
  .prod-btn-whatsapp { font-size: 15px; }
  .prod-fiche-title { font-size: 1.3rem; }
  
  /* Program/Itinerary mobile */
  .prod-itinerary-item {
    padding-left: 1.5rem;
  }
  .prod-itinerary-title {
    font-size: 0.9rem;
  }
  .prod-itinerary-text {
    font-size: 0.85rem;
  }
  
  /* Table mobile */
  .prod-table {
    font-size: 0.8rem;
  }
  .prod-table th,
  .prod-table td {
    padding: 0.6rem 0.5rem;
  }
}

@media (max-width: 576px) {
  .prod-section .card-body { padding: 1rem; }
  .prod-thumbs-grid { grid-template-columns: repeat(3, 1fr); }
  
  /* Even smaller hero */
  .prod-fiche-name {
    font-size: 1.05rem;
  }
  
  /* Mobile CTA adjustments */
  .prod-mobile-cta {
    padding: 0.65rem 0.75rem;
  }
  .prod-mobile-cta-amount {
    font-size: 1.2rem;
  }
  .prod-mobile-cta-btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.85rem;
  }
}
