.elementor-8 .elementor-element.elementor-element-2bf5c7c{margin:-3px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8 .elementor-element.elementor-element-722cf81{margin:-50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-8 .elementor-element.elementor-element-2bf5c7c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-2bf5c7c */@media (max-width: 767px){

img.boho-hero-logo{
    display:none !important;
}

}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   BOHO BY SHAE HOMEPAGE
   ARTISAN JEWELRY BOUTIQUE
   ========================================================= */

:root {
  --boho-ivory: #faf7f2;
  --boho-cream: #f4eee6;
  --boho-white: #fffdf9;
  --boho-sand: #ddd0c0;

  --boho-charcoal: #29282b;
  --boho-brown: #594638;
  --boho-muted: #766f6a;

  --boho-gold: #b38a4a;
  --boho-gold-dark: #8e6933;
  --boho-gold-soft: rgba(179, 138, 74, 0.12);

  --boho-plum: #765b80;
  --boho-plum-soft: rgba(118, 91, 128, 0.11);

  --boho-sage: #98a28f;
  --boho-blue: #79a6ab;

  --boho-border: rgba(89, 70, 56, 0.14);
  --boho-border-gold: rgba(179, 138, 74, 0.32);

  --boho-shadow-sm: 0 8px 24px rgba(75, 59, 46, 0.08);
  --boho-shadow-md: 0 16px 40px rgba(75, 59, 46, 0.12);
  --boho-shadow-lg: 0 26px 70px rgba(46, 35, 28, 0.18);

  --boho-radius-sm: 10px;
  --boho-radius: 18px;
  --boho-radius-lg: 28px;

  --boho-content-width: 1240px;

  --boho-logo-image:
    url("https://bohobyshae.com/wp-content/uploads/2026/07/boho_logo.png");

  --boho-hero-image:
    url("https://bohobyshae.com/wp-content/uploads/2026/07/boho_hero-1-scaled.webp");
}


/* =========================================================
   GLOBAL SETTINGS
   ========================================================= */

.boho-page,
.boho-page * {
  box-sizing: border-box;
}

.boho-page {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--boho-ivory);
  color: var(--boho-charcoal);
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.boho-page img {
  display: block;
  max-width: 100%;
}

.boho-page h1,
.boho-page h2,
.boho-page h3,
.boho-page h4 {
  margin-top: 0;
  color: var(--boho-charcoal);
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;
  font-weight: 600;
}

.boho-page p {
  margin-top: 0;
}

.boho-page a {
  color: inherit;
}

.boho-container {
  width: min(92%, var(--boho-content-width));
  margin-right: auto;
  margin-left: auto;
}


/* =========================================================
   OPTIONAL ANNOUNCEMENT BAR
   ========================================================= */

.boho-announcement {
  padding: 0.7rem 1rem;
  background: var(--boho-charcoal);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}


/* =========================================================
   HEADER AND NAVIGATION
   ========================================================= */

.boho-header {
  position: relative;
  z-index: 20;
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid var(--boho-border);
  backdrop-filter: blur(12px);
}

.boho-header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  width: min(94%, var(--boho-content-width));
  min-height: 118px;
  margin: 0 auto;
}

.boho-logo-link {
  display: block;
  justify-self: center;
  width: min(390px, 42vw);
  aspect-ratio: 1051 / 437;
  background-image: var(--boho-logo-image);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.boho-logo {
  display: block;
  width: min(390px, 42vw);
  height: auto;
}

.boho-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.boho-nav-left {
  justify-self: start;
}

.boho-nav-right {
  justify-self: end;
}

.boho-nav a {
  position: relative;
  color: var(--boho-brown);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.boho-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--boho-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.boho-nav a:hover::after,
.boho-nav a:focus-visible::after {
  transform: scaleX(1);
}


/* =========================================================
   HERO
   ========================================================= */

.boho-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(780px, 82vh);
  overflow: hidden;
  background-image:
    linear-gradient(
      90deg,
      rgba(27, 24, 24, 0.82) 0%,
      rgba(27, 24, 24, 0.57) 48%,
      rgba(27, 24, 24, 0.3) 100%
    ),
    var(--boho-hero-image);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.boho-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 28% 38%,
      rgba(179, 138, 74, 0.18),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02),
      rgba(0, 0, 0, 0.24)
    );
}

.boho-hero-content {
  position: relative;
  z-index: 2;
  width: min(92%, var(--boho-content-width));
  margin: 0 auto;
  padding: 7rem 0;
}

.boho-hero-copy {
  max-width: 690px;
}

.boho-hero-logo {
  display: block;
  width: min(560px, 84vw);
  height: auto;
  margin: 0 auto 2rem 0;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.28));
}

.boho-eyebrow {
  margin: 0 0 1rem;
  color: var(--boho-gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.boho-hero .boho-eyebrow {
  color: #e2bd78;
}

.boho-hero h1 {
  max-width: 780px;
  margin: 0 0 1.25rem;
  color: #ffffff;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
}

.boho-hero-lead {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.75;
}

.boho-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.boho-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 50px;
  padding: 0.85rem 1.45rem;
  background:
    linear-gradient(
      135deg,
      var(--boho-gold),
      var(--boho-gold-dark)
    );
  border: 1px solid var(--boho-gold);
  border-radius: 999px;
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(142, 105, 51, 0.2);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.boho-button:hover {
  background:
    linear-gradient(
      135deg,
      #c59b58,
      var(--boho-gold)
    );
  box-shadow: 0 15px 30px rgba(142, 105, 51, 0.28);
  transform: translateY(-2px);
}

.boho-button-outline {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff !important;
  box-shadow: none;
  backdrop-filter: blur(7px);
}

.boho-button-outline:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--boho-charcoal) !important;
}

.boho-button-dark-outline {
  background: transparent;
  border-color: var(--boho-gold);
  color: var(--boho-gold-dark) !important;
  box-shadow: none;
}

.boho-button-dark-outline:hover {
  background: var(--boho-gold);
  color: #ffffff !important;
}


/* =========================================================
   SHARED SECTION STYLING
   ========================================================= */

.boho-section {
  padding: 6rem 1.5rem;
}

.boho-section-cream {
  background: var(--boho-cream);
}

.boho-section-white {
  background: var(--boho-white);
}

.boho-section-heading {
  max-width: 780px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.boho-section-heading h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.boho-section-heading p:not(.boho-eyebrow) {
  max-width: 680px;
  margin: 0 auto;
  color: var(--boho-muted);
  font-size: 1.02rem;
  line-height: 1.8;
}


/* =========================================================
   FEATURED COLLECTIONS
   ========================================================= */

.boho-collections-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}

.boho-collection-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #ddd;
  border: 1px solid var(--boho-border);
  border-radius: var(--boho-radius-lg);
  box-shadow: var(--boho-shadow-sm);
  text-decoration: none;
  isolation: isolate;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.boho-collection-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(25, 20, 18, 0.02) 25%,
      rgba(25, 20, 18, 0.74) 100%
    );
}

.boho-collection-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.boho-collection-card:hover {
  box-shadow: var(--boho-shadow-md);
  transform: translateY(-5px);
}

.boho-collection-card:hover img {
  transform: scale(1.055);
}

.boho-collection-content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem 1.7rem;
  color: #ffffff;
}

.boho-collection-content h3 {
  margin: 0 0 0.35rem;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.05;
}

.boho-collection-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}


/* =========================================================
   PRODUCT GRID
   ========================================================= */

.boho-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.boho-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--boho-white);
  border: 1px solid var(--boho-border);
  border-radius: var(--boho-radius);
  box-shadow: var(--boho-shadow-sm);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.boho-product-card:hover {
  border-color: var(--boho-border-gold);
  box-shadow: var(--boho-shadow-md);
  transform: translateY(-5px);
}

.boho-product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: var(--boho-cream);
}

.boho-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.boho-product-card:hover .boho-product-image img {
  transform: scale(1.045);
}

.boho-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.4rem;
  text-align: center;
}

.boho-product-category {
  margin: 0 0 0.45rem;
  color: var(--boho-gold-dark);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.boho-product-title {
  margin: 0 0 0.6rem;
  font-size: 1.65rem;
  line-height: 1.15;
}

.boho-product-description {
  margin: 0 0 1rem;
  color: var(--boho-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.boho-product-price {
  margin: auto 0 1rem;
  color: var(--boho-brown);
  font-size: 1rem;
  font-weight: 700;
}


/* =========================================================
   ABOUT SECTION
   ========================================================= */

.boho-about {
  padding: 7rem 1.5rem;
  background:
    linear-gradient(
      135deg,
      rgba(118, 91, 128, 0.07),
      rgba(179, 138, 74, 0.08)
    ),
    var(--boho-cream);
}

.boho-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.boho-about-image {
  position: relative;
}

.boho-about-image::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 70%;
  height: 70%;
  border: 1px solid var(--boho-border-gold);
  border-radius: var(--boho-radius-lg);
}

.boho-about-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: var(--boho-radius-lg);
  box-shadow: var(--boho-shadow-lg);
}

.boho-about-copy h2 {
  margin: 0 0 1.2rem;
  font-size: clamp(3rem, 5vw, 5rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.boho-about-copy p:not(.boho-eyebrow) {
  color: var(--boho-muted);
  font-size: 1rem;
  line-height: 1.85;
}


/* =========================================================
   BRAND BENEFITS
   ========================================================= */

.boho-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.boho-benefit-card {
  padding: 2rem 1.6rem;
  background: var(--boho-white);
  border: 1px solid var(--boho-border);
  border-radius: var(--boho-radius);
  box-shadow: var(--boho-shadow-sm);
  text-align: center;
}

.boho-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 1.15rem;
  background: var(--boho-gold-soft);
  border: 1px solid var(--boho-border-gold);
  border-radius: 50%;
  color: var(--boho-gold-dark);
  font-size: 1.4rem;
}

.boho-benefit-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.65rem;
}

.boho-benefit-card p {
  margin: 0;
  color: var(--boho-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}


/* =========================================================
   NEWSLETTER
   ========================================================= */

.boho-newsletter {
  padding: 6rem 1.5rem;
  background:
    radial-gradient(
      circle at top right,
      rgba(179, 138, 74, 0.2),
      transparent 36%
    ),
    linear-gradient(
      135deg,
      #352e2d,
      #211f22
    );
  color: #ffffff;
}

.boho-newsletter-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.boho-newsletter h2 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1;
}

.boho-newsletter p:not(.boho-eyebrow) {
  max-width: 620px;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.74);
}

.boho-newsletter-form {
  display: flex;
  max-width: 620px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  border-radius: 999px;
}

.boho-newsletter-form input {
  min-width: 0;
  flex: 1;
  padding: 1rem 1.4rem;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--boho-charcoal);
  font: inherit;
}

.boho-newsletter-form button {
  flex: 0 0 auto;
  padding: 0.85rem 1.6rem;
  background: var(--boho-gold);
  border: 0;
  color: #ffffff;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}


/* =========================================================
   FOOTER
   ========================================================= */

.boho-footer {
  padding: 4.5rem 1.5rem 2rem;
  background: #1f1d20;
  color: rgba(255, 255, 255, 0.72);
}

.boho-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 3rem;
  max-width: var(--boho-content-width);
  margin: 0 auto;
}

.boho-footer-logo {
  display: block;
  width: min(320px, 100%);
  height: auto;
  margin-bottom: 1rem;
  filter: brightness(1.08);
}

.boho-footer h3 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.boho-footer a {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  text-decoration: none;
}

.boho-footer a:hover {
  color: #ffffff;
}

.boho-footer-bottom {
  max-width: var(--boho-content-width);
  margin: 3rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  text-align: center;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .boho-header-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 0;
  }

  .boho-nav-left,
  .boho-nav-right {
    justify-self: center;
  }

  .boho-logo-link,
  .boho-logo {
    width: min(360px, 76vw);
  }

  .boho-collections-grid,
  .boho-products-grid,
  .boho-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .boho-about-grid {
    grid-template-columns: 1fr;
  }

  .boho-about-image {
    max-width: 760px;
    margin: 0 auto;
  }

  .boho-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {
  .boho-announcement {
    font-size: 0.66rem;
  }

  .boho-header-inner {
    min-height: auto;
  }

  .boho-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem 1.2rem;
  }

  .boho-nav a {
    font-size: 0.69rem;
  }

  .boho-logo-link,
  .boho-logo {
    width: min(330px, 88vw);
  }

  .boho-hero {
    min-height: 680px;
    background-position: center center;
  }

  .boho-hero-content {
    padding: 5rem 0;
    text-align: center;
  }

  .boho-hero-copy {
    margin: 0 auto;
  }

  .boho-hero-logo {
    width: min(470px, 92vw);
    margin-right: auto;
    margin-left: auto;
  }

  .boho-hero h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .boho-hero-actions {
    flex-direction: column;
  }

  .boho-hero-actions .boho-button {
    width: 100%;
  }

  .boho-section,
  .boho-about,
  .boho-newsletter {
    padding: 4.5rem 1rem;
  }

  .boho-collections-grid,
  .boho-products-grid,
  .boho-benefits-grid,
  .boho-footer-grid {
    grid-template-columns: 1fr;
  }

  .boho-collection-card,
  .boho-collection-card img {
    min-height: 390px;
  }

  .boho-about-image img {
    min-height: 420px;
  }

  .boho-newsletter-form {
    flex-direction: column;
    overflow: visible;
    background: transparent;
    border-radius: 0;
  }

  .boho-newsletter-form input {
    margin-bottom: 0.75rem;
    background: #ffffff;
    border-radius: 999px;
  }

  .boho-newsletter-form button {
    min-height: 50px;
    border-radius: 999px;
  }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {
  .boho-hero {
    min-height: 620px;
  }

  .boho-section-heading h2,
  .boho-about-copy h2,
  .boho-newsletter h2 {
    font-size: 2.8rem;
  }

  .boho-collection-card,
  .boho-collection-card img {
    min-height: 350px;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .boho-page *,
  .boho-page *::before,
  .boho-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Direct hero-image fix */

.boho-page .boho-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 780px;
  overflow: hidden;
  background: #29282b;
}

.boho-page .boho-hero-background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;
}

.boho-page .boho-hero-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(27, 24, 24, 0.76) 0%,
      rgba(27, 24, 24, 0.55) 50%,
      rgba(27, 24, 24, 0.32) 100%
    );
}

.boho-page .boho-hero-content {
  position: relative;
  z-index: 2;

  width: min(92%, 1240px);
  margin: 0 auto;
  padding: 7rem 0;
}

.boho-page .boho-hero-copy {
  max-width: 690px;
  text-align: center;
  margin: 0 auto;
}

.boho-page .boho-hero-logo {
  display: block;
  width: min(560px, 88vw);
  height: auto;
  margin: 0 auto 2rem;

  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.32));
}

.boho-page .boho-hero .boho-eyebrow {
  margin: 0 0 1rem;
  color: #e2bd78;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.boho-page .boho-hero-lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.75;
  text-align: center;
}

.boho-page .boho-hero-actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

@media (max-width: 700px) {
  .boho-page .boho-hero {
    min-height: 650px;
  }

  .boho-page .boho-hero-content {
    padding: 5rem 0;
  }

  .boho-page .boho-hero-overlay {
    background: rgba(27, 24, 24, 0.6);
  }
}

/* =========================================================
   FEATURED JEWELRY SECTION
   MATCHED CARD SIZES
   ========================================================= */

.featured-section {
  padding: 6.5rem 1.5rem;
  background:
    radial-gradient(
      circle at top right,
      rgba(179, 138, 74, 0.1),
      transparent 32rem
    ),
    var(--boho-ivory);
}

.featured-section .section-header {
  max-width: 800px;
  margin: 0 auto 3.75rem;
  text-align: center;
}

.featured-section .section-eyebrow {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--boho-gold-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.featured-section .section-title {
  margin: 0 0 1rem;
  color: var(--boho-charcoal);
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
}

.featured-section .section-subtitle {
  max-width: 680px;
  margin: 0 auto;
  color: var(--boho-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.featured-grid {
  display: grid;
  gap: 2.5rem;
  width: min(92%, 1180px);
  margin: 0 auto;
}

/*
  Every desktop featured card uses the same overall height.
  The image and content columns are locked to that height,
  while the content itself uses matching internal rows.
*/

.featured-grid > .featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  width: 100%;
  height: 680px;
  min-height: 680px;
  max-height: 680px;
  overflow: hidden;
  background: var(--boho-white);
  border: 1px solid var(--boho-border);
  border-radius: var(--boho-radius-lg);
  box-shadow: var(--boho-shadow-lg);
}

.featured-grid > .featured-card > .featured-image {
  position: relative;
  display: block;
  width: 100%;
  height: 680px;
  min-height: 680px;
  max-height: 680px;
  overflow: hidden;
  background: var(--boho-cream);
}

.featured-grid > .featured-card > .featured-image::after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      transparent 70%,
      rgba(41, 40, 43, 0.1)
    );
}

.featured-grid > .featured-card > .featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease;
}

.featured-grid > .featured-card:hover > .featured-image img {
  transform: scale(1.035);
}

/*
  Fixed internal content tracks keep both cards aligned even
  when one product name or description is longer.
*/

.featured-grid > .featured-card > .featured-content {
  display: grid;
  grid-template-rows:
    auto
    3.35em
    7.4em
    12.2rem
    1fr;
  width: 100%;
  height: 680px;
  min-height: 680px;
  max-height: 680px;
  padding: 3.25rem;
  overflow: hidden;
}

.featured-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  justify-self: start;
  margin: 0 0 1rem;
  padding: 0.4rem 0.75rem;
  background: var(--boho-gold-soft);
  border: 1px solid var(--boho-border-gold);
  border-radius: 999px;
  color: var(--boho-gold-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.featured-content h3 {
  display: -webkit-box;
  align-self: start;
  margin: 0;
  overflow: hidden;
  color: var(--boho-charcoal);
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;
  font-size: clamp(2.2rem, 3.4vw, 3.65rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.featured-description {
  display: -webkit-box;
  align-self: start;
  margin: 0;
  overflow: hidden;
  color: var(--boho-muted);
  font-size: 0.96rem;
  line-height: 1.85;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.featured-features {
  display: grid;
  align-content: start;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.featured-features li {
  position: relative;
  padding: 0.62rem 0 0.62rem 1.55rem;
  border-bottom: 1px solid var(--boho-border);
  color: var(--boho-brown);
  font-size: 0.88rem;
  line-height: 1.45;
}

.featured-features li:last-child {
  border-bottom: 0;
}

.featured-features li::before {
  content: "✦";
  position: absolute;
  top: 0.62rem;
  left: 0;
  color: var(--boho-gold);
  font-size: 0.8rem;
}

/* Keep both desktop cards to four visible feature rows. */

.featured-features li:nth-child(n + 5) {
  display: none;
}

.featured-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  align-items: end;
  align-self: end;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding-top: 1rem;
}

.featured-price {
  color: var(--boho-charcoal);
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.featured-product-note {
  max-width: 220px;
  color: var(--boho-gold-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.featured-footer .boho-button {
  min-width: 170px;
}

/* =========================================================
   FEATURED JEWELRY — TABLET
   Natural card height prevents text from being clipped.
   ========================================================= */

@media (max-width: 900px) {
  .featured-grid > .featured-card {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .featured-grid > .featured-card > .featured-image {
    height: 520px;
    min-height: 520px;
    max-height: 520px;
  }

  .featured-grid > .featured-card > .featured-content {
    display: flex;
    height: auto;
    min-height: 0;
    max-height: none;
    flex-direction: column;
    padding: 3rem;
    overflow: visible;
  }

  .featured-content h3,
  .featured-description {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  .featured-content h3 {
    margin-bottom: 1.15rem;
  }

  .featured-description {
    margin-bottom: 1.4rem;
  }

  .featured-features {
    margin-bottom: 1.5rem;
    overflow: visible;
  }

  .featured-features li:nth-child(n + 5) {
    display: block;
  }

  .featured-footer {
    align-items: center;
    align-self: auto;
    margin-top: auto;
  }
}

/* =========================================================
   FEATURED JEWELRY — MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .featured-section {
    padding: 4.5rem 1rem;
  }

  .featured-section .section-header {
    margin-bottom: 2.5rem;
  }

  .featured-grid {
    width: 100%;
    gap: 2rem;
  }

  .featured-grid > .featured-card > .featured-image {
    height: 390px;
    min-height: 390px;
    max-height: 390px;
  }

  .featured-grid > .featured-card > .featured-content {
    padding: 2rem 1.4rem;
  }

  .featured-content h3 {
    font-size: 2.5rem;
  }

  .featured-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .featured-price,
  .featured-product-note {
    max-width: none;
    text-align: center;
  }

  .featured-footer .boho-button {
    width: 100%;
  }
}

/* =========================================================
   FEATURED CARDS — REMOVE OVERLAP AND MATCH HEIGHTS
   ========================================================= */

.featured-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-auto-rows: 1fr !important;
  gap: 2.5rem !important;
  width: min(92%, 1180px) !important;
  margin: 0 auto !important;
}

/* Make both featured cards fill equal grid rows */
.featured-grid > .featured-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 680px !important;
  max-height: none !important;
  overflow: hidden !important;
  background: var(--boho-white) !important;
  border: 1px solid var(--boho-border) !important;
  border-radius: var(--boho-radius-lg) !important;
  box-shadow: var(--boho-shadow-lg) !important;
}

/* Matching image columns */
.featured-grid > .featured-card > .featured-image {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 680px !important;
  max-height: none !important;
  overflow: hidden !important;
  background: var(--boho-cream) !important;
}

.featured-grid > .featured-card > .featured-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 680px !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Flexible content area — no fixed text rows */
.featured-grid > .featured-card > .featured-content {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 680px !important;
  max-height: none !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 3.25rem !important;
  overflow: visible !important;
}

/* Category label */
.featured-category {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  margin: 0 0 1rem !important;
  padding: 0.4rem 0.75rem !important;
}

/* Product heading — allow natural wrapping */
.featured-content h3 {
  display: block !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 0 1.2rem !important;
  overflow: visible !important;
  color: var(--boho-charcoal) !important;
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif !important;
  font-size: clamp(2.2rem, 3.4vw, 3.65rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.08 !important;
  -webkit-line-clamp: unset !important;
}

/* Description — allow natural wrapping */
.featured-content .featured-description {
  display: block !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 0 1.4rem !important;
  overflow: visible !important;
  color: var(--boho-muted) !important;
  font-size: 0.96rem !important;
  line-height: 1.8 !important;
  -webkit-line-clamp: unset !important;
}

/* Feature list */
.featured-content .featured-features {
  display: grid !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 0 1.5rem !important;
  padding: 0 !important;
  overflow: visible !important;
  list-style: none !important;
}

/* Show every feature item */
.featured-content .featured-features li {
  display: block !important;
  position: relative !important;
  padding: 0.65rem 0 0.65rem 1.55rem !important;
  border-bottom: 1px solid var(--boho-border) !important;
  color: var(--boho-brown) !important;
  font-size: 0.88rem !important;
  line-height: 1.45 !important;
}

.featured-content .featured-features li:last-child {
  border-bottom: 0 !important;
}

.featured-content .featured-features li::before {
  content: "✦" !important;
  position: absolute !important;
  top: 0.65rem !important;
  left: 0 !important;
  color: var(--boho-gold) !important;
  font-size: 0.8rem !important;
}

/* Keep price/note and button aligned at bottom */
.featured-content .featured-footer {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin-top: auto !important;
  padding-top: 1rem !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
  .featured-grid {
    grid-auto-rows: auto !important;
  }

  .featured-grid > .featured-card {
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .featured-grid > .featured-card > .featured-image {
    height: 520px !important;
    min-height: 520px !important;
  }

  .featured-grid > .featured-card > .featured-image img {
    height: 520px !important;
    min-height: 520px !important;
  }

  .featured-grid > .featured-card > .featured-content {
    height: auto !important;
    min-height: 0 !important;
    padding: 3rem !important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .featured-grid {
    width: 100% !important;
    gap: 2rem !important;
  }

  .featured-grid > .featured-card > .featured-image {
    height: 390px !important;
    min-height: 390px !important;
  }

  .featured-grid > .featured-card > .featured-image img {
    height: 390px !important;
    min-height: 390px !important;
  }

  .featured-grid > .featured-card > .featured-content {
    padding: 2rem 1.4rem !important;
  }

  .featured-content h3 {
    font-size: 2.5rem !important;
  }

  .featured-content .featured-footer {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .featured-content .featured-price,
  .featured-content .featured-product-note {
    max-width: none !important;
    text-align: center !important;
  }

  .featured-content .featured-footer .boho-button {
    width: 100% !important;
  }
}

/* =========================================================
   FEATURED JEWELRY — COMPACT BOUTIQUE CARDS
   ========================================================= */

.featured-section {
  padding: 5rem 1.5rem !important;
}

.featured-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: 1fr !important;
  gap: 2rem !important;
  width: min(92%, 1120px) !important;
  margin: 0 auto !important;
}

/* Compact vertical card */

.featured-grid > .featured-card {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  flex-direction: column !important;
  overflow: hidden !important;
  background: var(--boho-white) !important;
  border: 1px solid var(--boho-border) !important;
  border-radius: 22px !important;
  box-shadow: var(--boho-shadow-md) !important;
}

/* Smaller matching image area */

.featured-grid > .featured-card > .featured-image {
  display: block !important;
  width: 100% !important;
  height: 350px !important;
  min-height: 350px !important;
  max-height: 350px !important;
  overflow: hidden !important;
  background: var(--boho-cream) !important;
}

.featured-grid > .featured-card > .featured-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Compact content */

.featured-grid > .featured-card > .featured-content {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  flex: 1 !important;
  flex-direction: column !important;
  padding: 1.8rem !important;
  overflow: visible !important;
}

.featured-category {
  align-self: flex-start !important;
  margin: 0 0 0.85rem !important;
  padding: 0.35rem 0.7rem !important;
  font-size: 0.64rem !important;
}

/* Product title */

.featured-content h3 {
  display: block !important;
  min-height: 2.45em !important;
  max-height: none !important;
  margin: 0 0 0.9rem !important;
  overflow: visible !important;
  font-size: clamp(2rem, 3vw, 2.7rem) !important;
  line-height: 1.05 !important;
  -webkit-line-clamp: unset !important;
}

/* Description */

.featured-content .featured-description {
  display: block !important;
  min-height: 7.2em !important;
  max-height: none !important;
  margin: 0 0 1rem !important;
  overflow: visible !important;
  font-size: 0.9rem !important;
  line-height: 1.65 !important;
  -webkit-line-clamp: unset !important;
}

/* Feature list */

.featured-content .featured-features {
  display: grid !important;
  min-height: 10.5rem !important;
  max-height: none !important;
  margin: 0 0 1.2rem !important;
  padding: 0 !important;
  overflow: visible !important;
}

.featured-content .featured-features li {
  display: block !important;
  padding: 0.5rem 0 0.5rem 1.4rem !important;
  font-size: 0.84rem !important;
  line-height: 1.4 !important;
}

.featured-content .featured-features li::before {
  top: 0.5rem !important;
}

/* Footer stays aligned */

.featured-content .featured-footer {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.9rem !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin-top: auto !important;
  padding-top: 0.75rem !important;
}

.featured-price {
  font-size: 2rem !important;
}

.featured-product-note {
  max-width: 170px !important;
  font-size: 0.68rem !important;
}

.featured-footer .boho-button {
  min-width: 145px !important;
  min-height: 45px !important;
  padding: 0.75rem 1.15rem !important;
  font-size: 0.7rem !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {
  .featured-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    max-width: 680px !important;
  }

  .featured-grid > .featured-card > .featured-image {
    height: 430px !important;
    min-height: 430px !important;
    max-height: 430px !important;
  }

  .featured-content h3,
  .featured-content .featured-description,
  .featured-content .featured-features {
    min-height: 0 !important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .featured-section {
    padding: 4rem 1rem !important;
  }

  .featured-grid {
    width: 100% !important;
    gap: 1.75rem !important;
  }

  .featured-grid > .featured-card > .featured-image {
    height: 330px !important;
    min-height: 330px !important;
    max-height: 330px !important;
  }

  .featured-grid > .featured-card > .featured-content {
    padding: 1.5rem !important;
  }

  .featured-content h3 {
    min-height: 0 !important;
    font-size: 2.15rem !important;
  }

  .featured-content .featured-description,
  .featured-content .featured-features {
    min-height: 0 !important;
  }

  .featured-content .featured-footer {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .featured-price,
  .featured-product-note {
    max-width: none !important;
    text-align: center !important;
  }

  .featured-footer .boho-button {
    width: 100% !important;
  }
}

/* =====================================================
   HOME COLLECTION BUTTONS
   ===================================================== */

.boho-home-collections{
    padding:70px 20px 80px;
    background:#faf7f2;
    text-align:center;
}

.boho-home-collections-inner{
    max-width:1200px;
    margin:0 auto;
}

.boho-home-categories-label{
    display:block;
    margin-bottom:28px;
    color:#8e6933;
    font-size:.78rem;
    font-weight:700;
    letter-spacing:.22em;
    text-transform:uppercase;
}

.boho-home-categories{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
}

.boho-home-category-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:165px;
    padding:14px 28px;
    border:1px solid #b38a4a;
    border-radius:999px;
    background:#fffdf9;
    color:#594638 !important;
    font-size:.82rem;
    font-weight:700;
    letter-spacing:.08em;
    text-decoration:none !important;
    text-transform:uppercase;
    transition:all .25s ease;
    box-shadow:0 6px 18px rgba(75,59,46,.08);
}

.boho-home-category-button:hover{
    background:linear-gradient(135deg,#c89b5a,#8e6933);
    color:#fff !important;
    border-color:#8e6933;
    transform:translateY(-3px);
    box-shadow:0 14px 30px rgba(75,59,46,.18);
}

/* Tablet */

@media (max-width:768px){

    .boho-home-collections{
        padding:60px 18px;
    }

    .boho-home-categories{
        gap:12px;
    }

    .boho-home-category-button{
        min-width:145px;
        padding:13px 22px;
        font-size:.78rem;
    }

}

/* Mobile */

@media (max-width:560px){

    .boho-home-collections{
        padding:50px 16px;
    }

    .boho-home-categories{
        flex-direction:column;
        align-items:stretch;
        max-width:360px;
        margin:0 auto;
    }

    .boho-home-category-button{
        width:100%;
        min-width:0;
        padding:15px 20px;
    }

}/* End custom CSS */