/*!
 * Bradleys Local Styles
 * Copyright 2008-2017 Punchmark
 */

 @font-face {
    font-family: 'Cambria';
    src: url('../fonts/Cambria.eot');
    src: url('../fonts/Cambria.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cambria.woff2') format('woff2'),
        url('../fonts/Cambria.woff') format('woff'),
        url('../fonts/Cambria.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,h2,h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    font-family: 'Cambria', serif !important;
}

nav.navbar .navbar-nav.navbar-left .nav-item .nav-link, 
nav.navbar .navbar-nav.navbar-right .nav-item .nav-link {
    font-family: 'Cambria', serif !important;
}

#product-details > div > div:nth-child(16) {
  display: none !important; 
  
}

#website-footer > div.copyrights > div.row > div > ul > li.required-links-item.required-links-item-returns {
 color: #fff;
}

 /*==================

 Header

===================*/

header {
    background: #2E504C !important;
}


@media (max-width: 991px) {
    nav.navbar #main-navigation .mobile-bottom .social-networks .network i {
        color: var(--bs-light) !important;
    }
    nav.navbar #main-navigation .mobile-bottom .social-networks .network {
        border-color: var(--bs-light) !important;
    }

    nav.navbar #main-navigation .mobile-top .input-group .form-control {
        color: var(--bs-dark) !important;
    }
    header .content-toolbar .content-toolbar-inner>ul>li>a {
        color: var(--bs-light);
    }
    header .content-toolbar, header .content-toolbar .content-toolbar-inner>ul>li, header .content-toolbar .content-toolbar-inner>ul {
        z-index: 50;
        position: relative;
    }
}

header .main-content > .row > .col {
    height: 80px !important;
}

@media (min-width: 992px) {
    header, header .main-content, header .main-content > .row > .col {
        height: 150px !important;
    }
    nav.navbar .navbar-nav .nav-item .nav-link {
        color: var(--bs-light);
    }
}

/*==============================

Nav / Mobile Nav

==============================*/

@media (max-width: 991px) {
    nav.navbar #main-navigation {
        background: var(--bs-secondary) !important;
    }

    nav.navbar #main-navigation .mobile-top-toolbar .toolbar-item>a {
        color: var(--bs-light);
    }

    nav.navbar .navbar-nav {
        border-bottom: none !important;
    }
}

@media (max-width: 991px) {
    nav.navbar #main-navigation .mobile-bottom .nav-logo {
        background: url('https://cdn.jewelryimages.net/static/domains/bradleysfinejewelers/images/store-pics/bradleys-logo-3.png');
        background-size: contain !important;
        background-repeat: no-repeat !important;
        width: 200px;
        height: 68px;
        display: block;
        margin-bottom: 20px !important;
    }
    nav.navbar #main-navigation .mobile-bottom .nav-logo img {
        display: none !important;
    }
}

/*===========================

Footer

===========================*/

footer {
    background-color: #2E504C !important;
    /* background: url('https://cdn.jewelryimages.net/static/domains/bradleysfinejewelers/images/store-pics/BradleysVectorPattern.jpg') !important; */
    background-repeat: repeat !important;
    background-size: 264px 325px !important;
}

.footerlinks a:hover, 
.footerlinks a:focus  {
    text-decoration: underline;
}

 footer .subscribe-widget-xl form .input-group .btn {
    background: var(--bs-primary) !important;
 }

 footer .subscribe-widget-xl form .input-group .btn:hover,
    footer .subscribe-widget-xl form .input-group .btn:focus {
        background: #be931e !important;
        /* color: var(--bs-primary) !important; */
}

 footer .subscribe-widget-xl form .input-group .form-control {
    color: #fff;
 }
 footer .subscribe-widget-xl form .input-group .form-control::placeholder {
    color: #fff;
 }

 footer .subscribe-widget-xl form .input-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
  }
  footer .subscribe-widget-xl form .input-group .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
  }
  footer .subscribe-widget-xl form .input-group .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
  }
  footer .subscribe-widget-xl form .input-group .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
  }

  footer .social-networks .network {
    color: var(--bs-primary);
    border: 2px solid var(--bs-primary);
  }

  footer .social-networks .network i {
    color: var(--bs-primary);
  }

  footer .social-networks .network:hover,
    footer .social-networks .network:focus {
        background: var(--bs-primary);
    }

    footer .social-networks .network:hover i,
    footer .social-networks .network:focus i {
        color: var(--bs-secondary);
    }

/* ============================================
   Bradley's Fine Jewelers
   Lab Grown vs. Natural Diamonds Page
   Scoped to .bfj-diamonds wrapper
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');

.bfj-diamonds {
  --bfj-green: #2D504C;
  --bfj-green-dark: #1e3a37;
  --bfj-gold: #C9A84C;
  --bfj-gold-light: #e8c97a;
  --bfj-cream: #FAF8F4;
  --bfj-white: #ffffff;
  --bfj-text: #1C1C1C;
  --bfj-text-muted: #6b6b6b;
  --bfj-border: #e8e2d9;
  --bfj-lab: #2B6CB0;
  --bfj-natural: #8B5E3C;

  font-family: 'DM Sans', sans-serif;
  color: var(--bfj-text);
  background-color: var(--bfj-cream);
  padding: 0;
  margin: 0;
}

/* ── Hero ── */
.bfj-diamonds .bfj-hero {
  background-color: var(--bfj-green);
  padding: 80px 24px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.bfj-diamonds .bfj-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 120%, rgba(201,168,76,0.18) 0%, transparent 70%);
  pointer-events: none;
}

.bfj-diamonds .bfj-hero-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bfj-gold);
  margin: 0 0 20px;
}

.bfj-diamonds .bfj-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 300;
  color: var(--bfj-white);
  margin: 0 0 20px;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.bfj-diamonds .bfj-hero h1 em {
  font-style: italic;
  color: var(--bfj-gold-light);
}

.bfj-diamonds .bfj-hero-sub {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.72);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── Intro ── */
.bfj-diamonds .bfj-intro {
  max-width: 680px;
  margin: 0 auto;
  padding: 64px 24px 0;
  text-align: center;
}

.bfj-diamonds .bfj-intro p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--bfj-text-muted);
  margin: 0;
}

/* ── Divider ── */
.bfj-diamonds .bfj-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 200px;
  margin: 48px auto;
}

.bfj-diamonds .bfj-divider::before,
.bfj-diamonds .bfj-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--bfj-gold);
  opacity: 0.4;
}

.bfj-diamonds .bfj-divider span {
  font-size: 18px;
  color: var(--bfj-gold);
  opacity: 0.7;
}

/* ── Comparison Cards ── */
.bfj-diamonds .bfj-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.bfj-diamonds .bfj-card {
  background: var(--bfj-white);
  padding: 52px 44px;
  position: relative;
  overflow: hidden;
}

.bfj-diamonds .bfj-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

.bfj-diamonds .bfj-card.bfj-card--lab::before {
  background: linear-gradient(90deg, var(--bfj-lab), #5b8fd4);
}

.bfj-diamonds .bfj-card.bfj-card--natural::before {
  background: linear-gradient(90deg, var(--bfj-natural), #c49a6c);
}

.bfj-diamonds .bfj-card-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.bfj-diamonds .bfj-card--lab .bfj-card-tag {
  background: rgba(43,108,176,0.1);
  color: var(--bfj-lab);
}

.bfj-diamonds .bfj-card--natural .bfj-card-tag {
  background: rgba(139,94,60,0.1);
  color: var(--bfj-natural);
}

.bfj-diamonds .bfj-card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 8px;
  line-height: 1.2;
  color: var(--bfj-text);
}

.bfj-diamonds .bfj-card-subtitle {
  font-size: 13px;
  font-weight: 300;
  color: var(--bfj-text-muted);
  margin: 0 0 36px;
  font-style: italic;
}

.bfj-diamonds .bfj-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bfj-diamonds .bfj-card-features li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--bfj-text);
}

.bfj-diamonds .bfj-card-features li::before {
  content: '';
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  margin-top: 2px;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.bfj-diamonds .bfj-card--lab .bfj-card-features li::before {
  background-color: rgba(43,108,176,0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%232B6CB0' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.bfj-diamonds .bfj-card--natural .bfj-card-features li::before {
  background-color: rgba(139,94,60,0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%238B5E3C' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.bfj-diamonds .bfj-card-features li strong {
  font-weight: 500;
}

.bfj-diamonds .bfj-btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid;
  transition: all 0.25s ease;
  cursor: pointer;
}

.bfj-diamonds .bfj-btn--lab {
  color: var(--bfj-lab);
  border-color: var(--bfj-lab);
  background: transparent;
}

.bfj-diamonds .bfj-btn--lab:hover {
  background: var(--bfj-lab);
  color: var(--bfj-white);
}

.bfj-diamonds .bfj-btn--natural {
  color: var(--bfj-natural);
  border-color: var(--bfj-natural);
  background: transparent;
}

.bfj-diamonds .bfj-btn--natural:hover {
  background: var(--bfj-natural);
  color: var(--bfj-white);
}

/* ── At a Glance Table ── */
.bfj-diamonds .bfj-glance {
  background: var(--bfj-white);
  padding: 72px 24px;
  border-top: 1px solid var(--bfj-border);
  border-bottom: 1px solid var(--bfj-border);
}

.bfj-diamonds .bfj-glance-inner {
  max-width: 860px;
  margin: 0 auto;
}

.bfj-diamonds .bfj-section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bfj-gold);
  text-align: center;
  margin: 0 0 12px;
}

.bfj-diamonds .bfj-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 300;
  text-align: center;
  margin: 0 0 48px;
  color: var(--bfj-text);
}

.bfj-diamonds .bfj-table {
  width: 100%;
  border-collapse: collapse;
}

.bfj-diamonds .bfj-table thead tr {
  border-bottom: 2px solid var(--bfj-border);
}

.bfj-diamonds .bfj-table th {
  padding: 12px 20px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: left;
  color: var(--bfj-text-muted);
}

.bfj-diamonds .bfj-table th:nth-child(2) { color: var(--bfj-lab); }
.bfj-diamonds .bfj-table th:nth-child(3) { color: var(--bfj-natural); }

.bfj-diamonds .bfj-table tbody tr {
  border-bottom: 1px solid var(--bfj-border);
  transition: background 0.15s ease;
}

.bfj-diamonds .bfj-table tbody tr:hover {
  background: var(--bfj-cream);
}

.bfj-diamonds .bfj-table td {
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--bfj-text);
}

.bfj-diamonds .bfj-table td:first-child {
  font-weight: 500;
  font-size: 13px;
  color: var(--bfj-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

/* ── CTA Band ── */
.bfj-diamonds .bfj-cta {
  background-color: var(--bfj-green);
  padding: 80px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.bfj-diamonds .bfj-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% -20%, rgba(201,168,76,0.15) 0%, transparent 65%);
  pointer-events: none;
}

.bfj-diamonds .bfj-cta p.bfj-section-label {
  color: var(--bfj-gold);
  opacity: 0.9;
}

.bfj-diamonds .bfj-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 300;
  color: var(--bfj-white);
  margin: 0 0 16px;
}

.bfj-diamonds .bfj-cta h2 em {
  font-style: italic;
  color: var(--bfj-gold-light);
}

.bfj-diamonds .bfj-cta-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  max-width: 460px;
  margin: 0 auto 44px;
  line-height: 1.7;
}

.bfj-diamonds .bfj-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.bfj-diamonds .bfj-btn--outline-white {
  display: inline-block;
  padding: 14px 32px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.4);
  color: var(--bfj-white);
  background: transparent;
  transition: all 0.25s ease;
}

.bfj-diamonds .bfj-btn--outline-white:hover {
  border-color: var(--bfj-white);
  background: rgba(255,255,255,0.08);
}

.bfj-diamonds .bfj-btn--gold {
  display: inline-block;
  padding: 14px 32px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--bfj-gold);
  color: var(--bfj-green-dark);
  border: 1px solid var(--bfj-gold);
  transition: all 0.25s ease;
}

.bfj-diamonds .bfj-btn--gold:hover {
  background: var(--bfj-gold-light);
  border-color: var(--bfj-gold-light);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .bfj-diamonds .bfj-compare {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 0 16px 60px;
  }

  .bfj-diamonds .bfj-card {
    padding: 40px 28px;
  }

  .bfj-diamonds .bfj-glance {
    padding: 56px 16px;
    overflow-x: auto;
  }

  .bfj-diamonds .bfj-table th,
  .bfj-diamonds .bfj-table td {
    padding: 14px 12px;
    font-size: 13px;
  }

  .bfj-diamonds .bfj-table td:first-child {
    font-size: 11px;
  }

  .bfj-diamonds .bfj-hero {
    padding: 60px 20px 52px;
  }

  .bfj-diamonds .bfj-intro {
    padding: 48px 20px 0;
  }
}

@media (max-width: 480px) {
  .bfj-diamonds .bfj-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .bfj-diamonds .bfj-btn--outline-white,
  .bfj-diamonds .bfj-btn--gold {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}