/* Root Theme Colors */
:root {
  --wine-color: #8b4513;
  --wine-hover: #7a3f12;
  --amber-color: #d2691e;
  --emerald-color: #50c878;
  --rose-color: #e75480;
  --lavender-color: #b57edc;
  --cream-bg: #fff8f3;
  --footer-bg: #2c2c2c;
  --footer-text: #f8f9fa;
  --text-dark: #2c2c2c;
  --text-muted: #6c757d;
  --section-space: 6rem;
  --body-bg: #f8f9fa;
  --shadow-soft: 0 5px 20px rgba(139, 69, 19, 0.08);
}
.right-icons {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 80px;
 
}
.right-icons a {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  
 
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  transition: background 0.2s;
  margin-left: 0;
  box-sizing: border-box;
  text-decoration: none;
  opacity: 1;
  border: none;
  box-shadow: none;
}
.right-icons a img.nav-icon {
  width: 24px;
  height: 24px;
}
.nav-icon:hover {
  transform: scale(1.1);
}
.right-icons a:hover,
.right-icons a:focus {
  
  color: #fff;
  outline: none;
  border: none;
  box-shadow: none;
}
/* Utility */
.text-wine {
  color: var(--wine-color) !important;
}
.bg-wine {
  background: var(--wine-color) !important;
}
.bg-rose {
  background: var(--rose-color) !important;
}
.bg-lavender {
  background: var(--lavender-color) !important;
}
.bg-cream {
  background: var(--cream-bg) !important;
}

.btn-wine {
  --bs-btn-bg: var(--wine-color);
  --bs-btn-border-color: var(--wine-color);
  --bs-btn-hover-bg: var(--rose-color);
  --bs-btn-hover-border-color: var(--rose-color);
  --bs-btn-active-bg: var(--wine-hover);
  --bs-btn-active-border-color: var(--wine-hover);
  --bs-btn-color: #fff;
  box-shadow: 0 2px 8px rgba(139, 69, 19, 0.12);
  transition: box-shadow 0.2s, transform 0.2s;
}
.btn-wine:hover, .btn-wine:focus {
  box-shadow: 0 4px 16px rgba(231, 84, 128, 0.18);
  transform: translateY(-2px) scale(1.03);
}

.btn-outline-wine {
  --bs-btn-color: #8b2332;
  --bs-btn-border-color: #8b2332;
  --bs-btn-hover-bg: #8b2332;
  --bs-btn-hover-border-color: #8b2332;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg:#8b2332;
  --bs-btn-active-border-color: #8b2332;
  color: #8b2332;
  border: 2px solid #8b2332;
  box-shadow: 0 2px 8px rgba(139, 35, 50, 0.08);
  transition: box-shadow 0.2s, transform 0.2s, color 0.2s, border-color 0.2s;
}
.btn-outline-wine:hover, .btn-outline-wine:focus {
  color: #fff;
  background: #8b2332;
  border-color: #8b2332;
  box-shadow: 0 4px 16px rgba(139, 35, 50, 0.18);
  transform: translateY(-2px) scale(1.03);
}

.btn-outline-wine.w-110 {
  width: 100% !important;
  background: #8b2332;
  color: #fff;
  border: 2px solid #8b2332;
  box-shadow: 0 2px 8px rgba(139, 35, 50, 0.08);
  transition: box-shadow 0.2s, transform 0.2s;
}
.btn-outline-wine.w-110:hover,
.btn-outline-wine.w-110:focus {
  background: white;
  color: #8b2332;
  box-shadow: 0 4px 16px rgba(139, 35, 50, 0.18);
  transform: translateY(-2px) scale(1.03);
}

/* Global */
body {
  font-family: 'Inter', sans-serif;
  line-height: 1.7;
  color: var(--text-dark);
  padding-top: 80px; /* navbar offset */
  background: linear-gradient(rgba(224, 218, 218, 0.85), rgba(255,255,255,0.85)), url('images/Amber hour 02.jpeg') center center/cover no-repeat;
  background-blend-mode: lighten;
}

section {
  margin-bottom: var(--section-space);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--wine-color);
}

h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 1.5rem;
}

p, .lead {
  color: var(--text-muted);
  font-size: 1.1rem;
}
/* --- Navbar and Nav-Links CSS from styl.css --- */

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 80px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 80px;
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
  height: 80px;
}
.navbar-logo {
  width: 81px;
  height: 50px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
}
.nav-links li a {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #68462F;
  text-decoration: none;
  transition: color 0.2s;
  padding: 8px 0;
  position: relative;
}

.nav-links li a:hover,
.nav-links li a:focus {
  color: #d2691e;
}

.right-icons {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 80px;
}
.right-icons a {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  transition: background 0.2s;
  margin-left: 0;
  box-sizing: border-box;
  text-decoration: none;
  opacity: 1;
  border: none;
  box-shadow: none;
}
.right-icons a img.nav-icon {
  width: 24px;
  height: 24px;
}
.nav-icon:hover {
  transform: scale(1.1);
}
.right-icons a:hover,
.right-icons a:focus {
  color: #fff;
  outline: none;
  border: none;
  box-shadow: none;
}

@media (max-width: 900px) {
  .navbar-inner {
    flex-direction: column;
    height: auto;
    padding: 12px 8px;
  }
  .nav-links {
    flex-direction: column;
    gap: 18px;
    width: 100%;
    margin: 12px 0;
  }
  .logo, .right-icons {
    height: auto;
  }
  .right-icons a {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    transition: background 0.2s;
    margin-left: 0;
    box-sizing: border-box;
    text-decoration: none;
    opacity: 1;
    border: none;
    box-shadow: none;
  }
  .logo img {
    height: 40px;
  }
}

@media (max-width: 600px) {
  .navbar-inner {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    padding: 0 8px;
    height: auto;
  }
  .nav-links {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .nav-links li {
    margin: 0;
    padding: 0;
  }
  .nav-links li a {
    font-size: 16px;
    padding: 6px 4px;
  }
}

/* --- End Navbar and Nav-Links CSS --- */

.hero-content {
  max-width: 500px;
  color: #000;
}

.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
  margin-left: 21%;
  display: inline-block;
  text-align: left;
}
.hero-content h1 .highlight {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
  display: block;
  text-align: left;
  margin-top: 0.2rem;
}

.hero-content p {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: #333;
  margin-bottom: 30px;
  margin-left: 21%;
  display: inline-block;
  text-align: left;
}
.hero-content p .highlight {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: #333;
  margin-bottom: 30px;
  display: block;
  text-align: left;
  margin-top: 0.2rem;
}

.shop-button {
  background-color: #842c2a; /* deep red/maroon */
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  transition: background 0.3s ease;
}

.shop-button:hover {
  background-color: #a33a37;
}
/* Hero */
    .hero-section {
      background: none;
    }
    .hero-image-container {
      position: relative;
      width: 1350px;
      height: 590px;
      max-width: 100%;
      margin: 0 auto;
      background: url('hero-bg.png') center center/cover no-repeat;
      border-radius: 24px;
      box-shadow: var(--shadow-soft);
      display: flex;
      align-items: center;
    }
    .hero-content {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-left: 0;
      z-index: 2;
      text-align: center;
    }
    .hero-content h1,
    .hero-content p {
      text-align: center;
    }
    .hero-content h1 {
      font-size: 3.2rem;
      font-weight: 800;
      color: #231815;
      margin-bottom: 1.2rem;
      line-height: 1.1;
      letter-spacing: -0.02em;
      position: relative;
    }
    .hero-content h1::after {
      display: none;
    }
    .hero-content p {
      font-size: 1.3rem;
      color: #231815;
      margin-bottom: 2.2rem;
      font-weight: 400;
    }
.hero-content .btn {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.8rem 2.5rem;
  border-radius: 10px;
  background: #8b2332;
  border: none;
  color: #fff;
  box-shadow: 0 2px 8px rgba(139, 35, 50, 0.10);
  transition: background 0.2s, box-shadow 0.2s;
}
.hero-content .btn:hover, .hero-content .btn:focus {
  background: #a8324a;
  box-shadow: 0 4px 16px rgba(139, 35, 50, 0.18);
}
.hero-section img {
  box-shadow: 0 8px 32px rgba(139, 69, 19, 0.10);
  border-radius: 18px;
}
.hero-section > .container {
  max-width: 1348px;
  min-height: 590px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: stretch;
}
/* Group 9 */
.group-9 {
  position: absolute;
  width: 1348px;
  height: 590px;
  left: calc(50% - 1348px / 2);
  top: 134px;
}

/* Frame 11 - with background image and rounded corners */
.frame-11 {
  position: absolute;
  width: 1348px;
  height: 590px;
  left: 46px;
  top: 134px;

  background-image: url('Amber hour 02.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 14px;
}

/* Product Showcase */
#shop {
  background: none !important;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  padding: 3rem 0;
}

.card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 12px rgba(139, 69, 19, 0.08);
  background: #fff;
}
.card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(231, 84, 128, 0.13);
}
.card-img-top {
  height: 478px;
  width: 400px;
  top: -8px;
  object-fit: cover;
  transition: transform 0.5s, filter 0.3s;
  filter: brightness(0.97) contrast(1.05);
}
.card:hover .card-img-top {
  transform: scale(1.07);
  filter: brightness(1.03) contrast(1.1);
}
.card-body {
  padding: 1.5rem 1.2rem 1rem 1.2rem;
}
.card-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--wine-color);
}
.card-footer {
  background: transparent;
  border: none;
}

.badge.bg-wine {
  font-size: 0.9rem;
  padding: 0.5em 1em;
  border-radius: 8px;
  letter-spacing: 0.03em;
}

/* Featured Banner */
.featured-banner {
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  margin: 4rem 0;
  box-shadow: 0 8px 32px rgba(139, 69, 19, 0.10);
}
.featured-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
  filter: brightness(0.85) saturate(1.1);
}
.featured-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(139,69,19,0.12) 0%, rgba(231,84,128,0.10) 100%);
  z-index: 1;
}
.featured-banner:hover img {
  transform: scale(1.03);
  filter: brightness(0.92) saturate(1.15);
}
.featured-caption {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: rgba(255, 255, 255, 0.93);
  padding: 1.5rem 2rem;
  border-radius: 14px;
  max-width: 400px;
  z-index: 2;
  box-shadow: 0 2px 12px rgba(139, 69, 19, 0.08);
}
.featured-caption h3 {
  color: var(--rose-color);
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
}

/* Testimonial */
.testimonial {
  text-align: center;
  padding: 4rem 0;
  background: var(--cream-bg);
  border-radius: 20px;
  margin: 4rem 0;
  box-shadow: 0 5px 15px rgba(231,84,128,0.07);
}
.testimonial img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 5px 15px rgba(231,84,128,0.13);
}
.testimonial blockquote {
  max-width: 700px;
  margin: 0 auto 1.5rem;
  font-size: 1.35rem;
  font-style: italic;
  color: var(--wine-color);
  line-height: 1.8;
}
.testimonial .blockquote-footer {
  font-size: 1rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* About Section */
#about {
  /* background: linear-gradient(120deg, var(--lavender-color) 0%, var(--cream-bg) 100%); */
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  padding: 3rem 0;
}
#about h3 {
  color: var(--amber-color);
}
#about img {
  box-shadow: 0 4px 24px rgba(139, 69, 19, 0.10);
  border-radius: 14px;
}

/* Footer */
footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 2.5rem 0 1.5rem 0;
  font-size: 1rem;
  letter-spacing: 0.03em;
  border-radius: 18px 18px 0 0;
  margin-top: 3rem;
}
footer .container {
  color: var(--footer-text);
}

/* Accessibility */
:focus {
  outline: 2px solid var(--rose-color) !important;
  outline-offset: 2px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .hero-section {
    padding: 2rem 0 1rem 0;
  }
  #shop, #about {
    padding: 2rem 0;
  }
  .featured-banner {
    height: 260px;
  }
  .hero-content {
    padding-left: 24px;
  }
  .hero-content h1 {
    font-size: 2.1rem;
  }
  .hero-image-container {
    height: 340px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2.1rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  .hero-section {
    margin-top: 1rem;
    padding: 1.2rem 0 0.5rem 0;
  }
  .featured-banner {
    height: 180px;
  }
  .featured-caption {
    left: 1rem;
    bottom: 1rem;
    padding: 1rem 1.2rem;
    max-width: 90vw;
  }
  .testimonial {
    padding: 2rem 0;
  }
  #about {
    padding: 1.2rem 0;
  }
  footer {
    padding: 1.2rem 0 0.7rem 0;
    font-size: 0.95rem;
  }
  .hero-content {
    padding-left: 10px;
  }
  .hero-content h1 {
    font-size: 1.3rem;
  }
  .hero-image-container {
    height: 180px;
  }
}

#shop h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0;
  color: #231815;
  text-align: center;
  margin-bottom: 24px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

#shop .text-center p {
  width: fit-content;
  height: 56px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 28px;
  align-items: center;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color:#000000CC;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  margin-top: 30px;
}

#shop .row.g-4 {
  margin-top: 150px;
}

.w-110 {
  width: 110px !important;
}

.featured-grid-section {
  margin: 60px 0;
  display: flex;
  justify-content: center;
}
.featured-grid-container {
  display: flex;
  gap: 24px;
  max-width: 1200px;
  width: 100%;
}
.featured-grid-large {
  position: relative;
  width: 715px;
  height: 695px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(139, 35, 50, 0.10);
}
.featured-grid-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  
}
.featured-grid-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 32px 32px 24px 32px;
  background: linear-gradient(0deg, rgba(139,35,50,0.75) 0%, rgba(139,35,50,0.0) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 0 0 18px 18px;
}
.featured-grid-label {
  color: #fff;
  font-size: 2rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
.featured-grid-btn {
  background:  #8b2332;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 28px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(139, 35, 50, 0.10);
  transition: background 0.2s, color 0.2s;
}
.featured-grid-btn:hover {
  background: white;
  color:  #8b2332;
}
.featured-grid-small-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
.featured-grid-small-group > img {
  width: 512px;
  height: 426px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 4px 24px rgba(139, 35, 50, 0.10);
  display: block;
  margin: 0 auto;
}
.featured-grid-small-row {
  display: flex;
  gap: 24px;
}
.featured-grid-small-row img {
  width: 250px;
  height: 257px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(139, 35, 50, 0.10);
  object-position: center center;
}
@media (max-width: 1200px) {
  .featured-grid-container {
    flex-direction: column;
    align-items: center;
  }
  .featured-grid-large, .featured-grid-small-group > img {
    width: 100vw;
    max-width: 100%;
  }
  .featured-grid-small-row img {
    width: 45vw;
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .featured-grid-large {
    height: 320px;
  }
  .featured-grid-small-group > img {
    height: 200px;
  }
  .featured-grid-small-row img {
    height: 120px;
  }
}

.testimonial-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.testimonial-container {
  background: rgba(128, 128, 128, 0.25);
  border-radius: 20px;
  padding: 40px 32px 32px 32px;
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.testimonial-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  background: #fff;
}
.testimonial-content {
  margin-top: 20px;
  text-align: center;
}
.testimonial-name {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #231815;
}
.testimonial-text {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #231815;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .testimonial-container {
    padding: 32px 8px 24px 8px;
  }
  .testimonial-avatar {
    width: 70px;
    height: 70px;
    top: -35px;
  }
  .testimonial-content {
    margin-top: 40px;
  }
}

.about-section {
  width: 100%;
  padding: 60px 0;
  background: none;
}
.about-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-left: 45px;
  margin-bottom: 48px;
}
.about-row.reverse {
  flex-direction: row-reverse;
  align-items: center;
  gap: 32px;
}

.about-row.reverse .about-text-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  margin-right: 0;
}

.about-img-card img {
  width: 700px;
  height: 349px;
  object-fit: cover;
  border-radius: 18px;
  display: block;

}

.about-text-card {
  flex: 1 1 45%;
  background: rgba(255,255,255,0.97);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(139, 69, 19, 0.10);
  padding: 48px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
  max-width: 480px;
}
.about-text-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #231815;
  margin-bottom: 18px;
}
.about-text-card p {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #231815;
  margin-bottom: 28px;
}
.about-btn {
  background: #8b2332;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(139, 35, 50, 0.10);
  letter-spacing: 0.03em;
}
.about-btn:hover {
  background: #a8324a;
  color: #fff;
}
@media (max-width: 900px) {
  .about-row {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
  .about-img-card {
    min-height: 180px;
    max-height: 220px;
  }
  .about-img-card img {
    max-height: 220px;
  }
  .about-text-card {
    padding: 32px 16px 24px 16px;
    max-width: 100%;
  }
}

/* Remove custom navbar styles */
.custom-navbar, .custom-navlinks, .custom-navlinks .nav-link, .icon-link, .icon-link:hover {
  all: unset;
}

.navbar .bi-person, .navbar .bi-bag {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #881C27;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
  font-size: 24px;
}

.navbar .bi-bag {
  margin-right: 16px;
}

.custom-card {
  width: 400px;
  height: 685px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(139, 69, 19, 0.08);
  margin: 0 auto 24px auto;
}

.custom-card .card-img-top {
  width: 100%;
  height: 410px;           /* 410px for a 400x685 card, adjust as needed */
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

.custom-card .card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 20px 20px 20px;
  background: #fff;
}

.custom-card .card-footer {
  background: #fff;
  border: none;
  padding: 16px 20px;
}