/** Shopify CDN: Minification failed

Line 456:0 All "@import" rules must come first

**/
/* BIJOLINA - Clean Premium CSS */
/* RULE: No font-size overrides. Theme settings_data.json controls all sizes. */
/* RULE: No !important except for cookie banner and quick-add fixes. */

/* === Smooth Rendering === */
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
::selection { background: rgba(197,165,114,0.2); }

/* === Focus States (Accessibility) === */
*:focus-visible { outline: 2px solid rgba(197,165,114,0.5); outline-offset: 2px; }

/* === Product Card Hover === */
.product-card { transition: transform 0.4s ease, box-shadow 0.4s ease; }
.product-card:hover { transform: translateY(-4px); }
.product-card img { transition: transform 0.5s ease; }
.product-card:hover img { transform: scale(1.03); }

/* === Collection Card Hover === */
.collection-card .image-block { overflow: hidden; }
.collection-card .image-block__image { transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
.collection-card:hover .image-block__image { transform: scale(1.04); }
.collection-card .text-block { transition: color 0.3s ease; }
.collection-card:hover .text-block { color: #c5a572 !important; }
.collection-card img { transition: transform 0.5s ease; }
.collection-card:hover img { transform: scale(1.03); }

/* === Quick-Add Button Fix (was invisible: white on white) === */
.quick-add__button {
  background: #1a1a2e !important;
  color: #fff !important;
  border: 1px solid #1a1a2e !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.quick-add__button:hover {
  background: #c5a572 !important;
  border-color: #c5a572 !important;
}

/* === Scroll Reveal === */
.reveal-on-scroll { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

/* === Buttons: Sharp Corners (Luxury) === */
.button, [class*=button], .shopify-payment-button button { border-radius: 0; }

/* === Loading Shimmer === */
@keyframes bijolina-shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* =============================================
   MOBILE OPTIMIZATION (max-width: 749px)
   ============================================= */
@media (max-width: 749px) {

  /* --- Prevent horizontal overflow --- */
  html, body { overflow-x: hidden; max-width: 100vw; }

  /* Carousel/slider overflow fix */
  .resource-list,
  .ui-test-collection-list,
  .ui-test-product-list { overflow-x: clip; }

  /* --- Touch Targets: WCAG 44px minimum --- */
  header a, header button,
  .header__menu-item,
  summary { min-height: 44px; display: inline-flex; align-items: center; }

  /* Footer menu links */
  .menu__item a,
  .details-content a,
  .footer-content a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding-block: 10px;
  }

  /* Slideshow/product gallery overflow containment */
  .product-media-slideshow,
  .resource-list-slideshow,
  .slideshow,
  [class*=slideshow],
  .product-media-grid { overflow: clip; max-width: 100vw; }

  /* Section overflow containment */
  .shopify-section { overflow-x: clip; max-width: 100vw; }

  /* Footer bottom legal/policy links */
  .shopify-section-group-footer-group a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding-block: 10px;
  }

  /* Exclude inline text links from min-height */
  p a, span a, .rte a,
  .announcement-bar__text a,
  .product-card__link { min-height: auto; display: revert; padding-block: revert; }

  /* --- Hero Content Centering --- */
  .hero__content-wrapper {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  /* --- Mobile Nav Touch-friendly --- */
  .mobile-nav__link,
  .drawer__nav a,
  .menu-drawer a { min-height: 48px; padding-block: 12px; }

  /* --- Product Cards Spacing --- */
  .product-card { margin-bottom: 8px; }
}

/* === Small Phone (320-374px) === */
@media (max-width: 374px) {
  .hero .button { font-size: 0.8125rem; }
}

/* === Hero Text Readability === */
.hero__content-wrapper,
.hero [class*="content"] {
  text-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 0 20px rgba(0,0,0,0.15);
}
.hero .button,
.hero [class*="button"] { text-shadow: none; }

/* === Collection Card Title Overlay === */
.collection-card__content { z-index: 2; position: relative; padding: 20px 24px; }
.collection-card--image-bg .collection-card__content {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/* Hero content padding */
.hero__content-wrapper, .hero-content, [class*=hero] .layout-panel-flex {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
@media (max-width: 749px) {
  .hero__content-wrapper, .hero-content, [class*=hero] .layout-panel-flex {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Product card title - max 2 lines, elegant truncation */
.product-card__title, .product-card h3, .product-card [class*=title] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

/* === BIJOLINA Hero v3 === */
.bjh-wrap{position:relative;width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden}
.bjh-grid{display:grid !important;grid-template-columns:11fr 9fr !important;min-height:42vh;max-height:58vh}
.bjh-img{display:flex !important;align-items:center !important;justify-content:center !important;background:linear-gradient(160deg,#f8f4ee 0%,#f0ebe2 50%,#e8e0d4 100%) !important;padding:32px !important;position:relative;overflow:hidden}
.bjh-img::before{content:'';position:absolute;top:32px;left:32px;right:32px;bottom:32px;border:1px solid rgba(197,165,114,0.15);pointer-events:none}
.bjh-img-inner{position:relative;max-width:380px;width:75%}
.bjh-ring{width:100% !important;height:auto !important;filter:drop-shadow(0 24px 48px rgba(26,26,46,0.12)) drop-shadow(0 8px 16px rgba(26,26,46,0.08));transition:transform 0.8s cubic-bezier(0.25,0.1,0.25,1);mix-blend-mode:multiply}
.bjh-img:hover .bjh-ring{transform:scale(1.03) rotate(2deg)}
.bjh-text{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:56px 48px}
.bjh-gold-line{width:40px;height:1.5px;background:linear-gradient(90deg,#c5a572,rgba(197,165,114,0));margin-bottom:24px}
.bjh-label{font-size:0.68rem;font-weight:400;letter-spacing:0.28em;text-transform:uppercase;color:#c5a572 !important;margin:0 0 16px}
.bjh-h1{font-family:var(--font-heading--family);font-size:clamp(2.8rem,5vw,4.5rem) !important;font-weight:300 !important;letter-spacing:0.18em;text-transform:uppercase;margin:0 0 16px;line-height:1.1}
.bjh-sub{font-size:clamp(0.92rem,1.2vw,1.1rem);font-weight:300;letter-spacing:0.03em;opacity:0.65;margin:0 0 36px;line-height:1.7;max-width:360px}
.bjh-cta{display:inline-flex !important;align-items:center;justify-content:center;font-size:0.72rem;font-weight:500;letter-spacing:0.18em;text-transform:uppercase;color:#1a1a2e !important;background:#c5a572 !important;padding:16px 44px !important;text-decoration:none !important;border:none !important;transition:all 0.35s ease;min-height:48px}
.bjh-cta:hover{background:#d4b88a !important;transform:translateY(-2px);box-shadow:0 8px 24px rgba(197,165,114,0.4)}
.bjh-certs{font-size:0.58rem;letter-spacing:0.12em;text-transform:uppercase;opacity:0.3;margin:32px 0 0;line-height:1.8}

/* Mobile Hero - TIGHT ring section, no wasted space */
@media(max-width:749px){
  .bjh-grid{grid-template-columns:1fr !important;min-height:auto;max-height:none}
  .bjh-img{min-height:auto;padding:20px 24px 12px;order:1}
  .bjh-text{padding:20px 24px 24px;order:2}
  .bjh-img::before{display:none}
  .bjh-img-inner{max-width:260px;width:70%;margin:0 auto}
  .bjh-h1{letter-spacing:0.12em;font-size:2.2rem !important}
  .bjh-sub{margin-bottom:24px}
  .bjh-cta{width:100% !important}
  .bjh-certs{font-size:0.5rem;margin-top:16px}
}
@media(min-width:750px) and (max-width:999px){
  .bjh-grid{grid-template-columns:1fr 1fr !important}
  .bjh-text{padding:48px 32px}
  .bjh-img-inner{max-width:380px}
  .bjh-h1{font-size:2.6rem}
}

/* === Smooth section transitions === */
.section-wrapper { opacity: 1; }
.section-wrapper + .section-wrapper { margin-top: 0; }

/* === Newsletter === */
.newsletter-form input[type="email"]:focus {
  border-color: #c5a572 !important;
  outline: none;
  box-shadow: 0 0 0 1px rgba(197,165,114,0.3);
}
.newsletter-form button:hover {
  background: #d4b88a !important;
  border-color: #d4b88a !important;
}

/* === Footer & Brand Story Links === */
.bj-footer a:hover { color: #c5a572 !important; opacity: 1 !important; }
.bijolina-brand-story a:hover { color: #c5a572 !important; border-bottom-color: #c5a572 !important; }

/* Mobile-specific hero + brand story fixes */
@media(max-width:749px) {
  .hero .media img,
  .hero picture img,
  .hero .hero__media img { object-position: center 35% !important; }
  .hero .hero__content-wrapper,
  .hero .hero__inner,
  .hero .content-wrapper {
    padding-left: 16px !important;
    padding-right: 16px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .hero h1, .hero [class*="h1"] {
    font-size: 2rem !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    letter-spacing: 0.12em !important;
  }
  .hero .rte p, .hero p:not(.h1):not(.h2) {
    font-size: 0.82rem !important;
    overflow-wrap: break-word !important;
  }
  .hero [style*="letter-spacing"][style*="uppercase"] {
    font-size: 0.42rem !important;
    letter-spacing: 0.04em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    display: block !important;
  }
  .hero .button {
    min-height: 48px !important;
    font-size: 0.82rem !important;
    width: 100% !important;
    justify-content: center !important;
  }
  .bijolina-brand-story { grid-template-columns: 1fr !important; }
  .bijolina-brand-story__media { height: 50vh !important; }
  .bijolina-brand-story__content { padding: 48px 24px !important; }
}

/* === Category & Product Card Backgrounds === */
.collection-card .image-block {
  background: linear-gradient(160deg, #f8f5f0 0%, #f0ece4 100%) !important;
  border-radius: 2px !important;
}
.collection-card .image-block__image { mix-blend-mode: multiply; }
.product-card .image-block {
  background: #faf9f7 !important;
  border-radius: 2px !important;
}
.product-card .image-block__image { mix-blend-mode: multiply; }

/* Horizon Theme correct selectors */
.product-media {
  background: linear-gradient(160deg, #faf8f5 0%, #f5f2ed 100%) !important;
  border-radius: 2px !important;
}
.product-media img { mix-blend-mode: multiply !important; }
.collection-card .product-media {
  background: linear-gradient(160deg, #f8f5f0 0%, #f0ece4 100%) !important;
}

/* === Gold accents for price === */
.product-card .price .price__current { color: #1a1a2e !important; font-weight: 500 !important; }
.product-card .price .price__original { color: #c5a572 !important; }

/* ============================================================
   COOKIE CONSENT - SLIM BAR (single source of truth)
   ============================================================ */
section#shopify-pc__banner,
section.shopify-pc__banner__dialog {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  transform: none !important;
  padding: 10px 20px !important;
  font-size: 0.72rem !important;
  max-height: none !important;
  box-sizing: border-box !important;
  z-index: 1000 !important;
  background: #fff !important;
  border-top: 1px solid #e8e4de !important;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.06) !important;
}
section#shopify-pc__banner h2,
#shopify-pc__banner__body-title { display: none !important; }
section#shopify-pc__banner .shopify-pc__banner__wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 16px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
section#shopify-pc__banner .shopify-pc__banner__body {
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
section#shopify-pc__banner .shopify-pc__banner__body p {
  font-size: 0.7rem !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  color: #555 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
}
section#shopify-pc__banner .shopify-pc__banner__btns {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}
section#shopify-pc__banner button {
  padding: 7px 16px !important;
  font-size: 0.68rem !important;
  min-height: 32px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}
#shopify-pc__banner__btn-accept {
  background: #1a1a2e !important;
  color: #fff !important;
  font-weight: 600 !important;
  border: 1px solid #1a1a2e !important;
}
#shopify-pc__banner__btn-decline {
  background: transparent !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
}
#shopify-pc__banner__btn-manage-prefs {
  font-size: 0.6rem !important;
  padding: 4px 10px !important;
  min-height: 28px !important;
  background: transparent !important;
  color: #888 !important;
  border: none !important;
  text-decoration: underline !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
section#shopify-pc__banner a { color: #c5a572 !important; font-size: 0.65rem !important; }
@media (max-width: 749px) {
  section#shopify-pc__banner { padding: 8px 12px !important; }
  section#shopify-pc__banner .shopify-pc__banner__wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
  }
  section#shopify-pc__banner .shopify-pc__banner__body p {
    font-size: 0.62rem !important;
    -webkit-line-clamp: 1 !important;
  }
  section#shopify-pc__banner .shopify-pc__banner__btns,
  section#shopify-pc__banner .shopify-pc__banner__btns-granular {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    width: 100% !important;
  }
  section#shopify-pc__banner button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    padding: 7px 14px !important;
    font-size: 0.6rem !important;
    min-height: 30px !important;
    flex: 0 1 auto !important;
  }
  #shopify-pc__banner__btn-accept { flex: 1 1 auto !important; }
}

/* === PDP: Eliminate whitespace above product === */
.product-information { padding-top: 0 !important; margin-top: 0 !important; }
.product-information .spacing-style:first-child { padding-top: 0 !important; }
.product-information__grid { margin-top: 0 !important; gap: 24px !important; }
/* PDP media gallery - no top gap */
.product-media-gallery,
.media-gallery,
media-gallery,
.product-information__media { margin-top: 0 !important; padding-top: 0 !important; }
/* PDP section wrapper */
.product-information .section-wrapper,
.product-information > .section-wrapper { padding-top: 0 !important; }
@media (max-width: 749px) {
  .product-information__grid { gap: 16px !important; }
  /* Mobile: image full width, no margins */
  .product-media-gallery,
  .media-gallery,
  media-gallery { margin: 0 !important; }
  /* Breadcrumb tighter */
  .breadcrumb { margin-bottom: 8px !important; padding-bottom: 0 !important; }
  nav.breadcrumb, .breadcrumbs { margin-bottom: 8px !important; }
}


/* Premium scrollbar */
html { scrollbar-width: thin; scrollbar-color: rgba(139,105,20,.2) transparent; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(139,105,20,.2); border-radius: 3px; }

/* Accessible focus ring focus-a11y */
:focus-visible {
    outline: 2px solid rgba(139,105,20,.5) !important;
    outline-offset: 2px !important;
}

/* 2025 premium typography premium-typography-2025 */
h1, h2, h3 { text-wrap: balance; }
h1 { letter-spacing: -0.02em; }
h2 { letter-spacing: -0.015em; }

/* Page content fade-in page-fade-in */
@keyframes pageFadeIn { from { opacity: 0; } to { opacity: 1; } }
main { animation: pageFadeIn 0.3s ease forwards; }

/* Serif product card titles — luxury feel (Cartier/Van Cleef pattern) card-title-serif */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap');
product-card h3,
product-card h3.h4,
product-card .h4,
.product-card [class*=title],
.product-card [class*=title] a,
.product-card h3 a {
    font-family: 'Playfair Display', 'Georgia', serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
}

/* Collection page titles serif */
.collection h1,
.collection-hero__title,
h1.collection__title {
    font-family: 'Playfair Display', 'Georgia', serif !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em;
}

/* Section headings serif */
.section-header h2,
.featured-collection h2 {
    font-family: 'Playfair Display', 'Georgia', serif !important;
    font-weight: 400 !important;
}