/** Shopify CDN: Minification failed

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

**/
/* ============================================================
   PRESENTOIRBIJOUX.COM — REFONTE PREMIUM
   Surcouche CSS — n'écrase pas styles.scss.css de Turbo,
   surcharge par spécificité. À charger APRÈS styles.scss.css.
   ============================================================ */

:root {
  --bjx-bg: #FAF7F2;
  --bjx-bg-soft: #F0EBE2;
  --bjx-bg-marble: #ECE7DC;
  --bjx-card-bg: #FFFFFF;
  --bjx-ink: #1A1A1A;
  --bjx-ink-soft: #3A3A3A;
  --bjx-ink-mute: #6B6B6B;
  --bjx-ink-faint: #9A9A9A;
  --bjx-gold: #BFA46F;
  --bjx-gold-light: #D6C19A;
  --bjx-gold-deep: #9C8451;
  --bjx-line: #E5E0D5;
  --bjx-line-soft: #EFEBE2;
  --bjx-shadow: rgba(26, 26, 26, 0.06);
  --bjx-shadow-md: rgba(26, 26, 26, 0.10);
  --bjx-shadow-lg: rgba(26, 26, 26, 0.14);
  --bjx-sale: #B4654A;
  --bjx-radius-sm: 8px;
  --bjx-radius-md: 14px;
  --bjx-radius-lg: 22px;
  --bjx-radius-pill: 999px;
  --bjx-serif: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --bjx-sans: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bjx-ease: cubic-bezier(.2,.7,.2,1);
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

body { background-color: var(--bjx-bg) !important; color: var(--bjx-ink-soft) !important; font-family: var(--bjx-sans) !important; font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1,h2,h3,h4,h5,.logo,.headline { font-family: var(--bjx-serif) !important; color: var(--bjx-ink) !important; letter-spacing: 0.01em !important; font-weight: 500 !important; text-transform: none !important; }
h1 { font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.1; }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.15; }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1.25; }
h6 { font-family: var(--bjx-sans) !important; font-weight: 600 !important; letter-spacing: 0.08em !important; text-transform: uppercase !important; font-size: 0.78rem !important; color: var(--bjx-ink) !important; }
a { color: var(--bjx-ink); transition: color .2s var(--bjx-ease); }
a:hover { color: var(--bjx-gold-deep); }
p { color: var(--bjx-ink-soft); }
.feature_divider { height: 1px; background: linear-gradient(to right, transparent, var(--bjx-line) 20%, var(--bjx-line) 80%, transparent); margin: 1.5rem 0; border: none; }

/* PROMO + REASSURANCE BAR */
.promo_banner { background: var(--bjx-ink) !important; color: #fff !important; padding: 10px 16px !important; font-size: 0.82rem !important; letter-spacing: 0.05em; }
.promo_banner__content, .promo_banner__content p, .promo_banner__content strong { color: #fff !important; margin: 0 !important; font-weight: 400 !important; }
.promo_banner__content strong { color: var(--bjx-gold-light) !important; font-weight: 600 !important; }
.bjx-reassurance-bar { background: var(--bjx-bg-soft); border-top: 1px solid var(--bjx-line); border-bottom: 1px solid var(--bjx-line); font-size: 0.78rem; padding: 9px 16px; text-align: center; color: var(--bjx-ink-soft); letter-spacing: 0.03em; }
.bjx-reassurance-bar__inner { max-width: 1280px; margin: 0 auto; display: flex; gap: 24px; justify-content: center; align-items: center; flex-wrap: wrap; }
.bjx-reassurance-bar__item { display: inline-flex; align-items: center; gap: 6px; }
.bjx-reassurance-bar__item::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--bjx-gold); margin-right: 4px; }
.bjx-reassurance-bar__item:first-child::before { display: none; }
@media (max-width: 768px) { .bjx-reassurance-bar { font-size: 0.72rem; padding: 7px 8px; } .bjx-reassurance-bar__inner { gap: 10px; } .bjx-reassurance-bar__item::before { display: none; } }

/* HEADER */
.header, .header-section, .top_bar, .main_nav { background-color: var(--bjx-bg) !important; color: var(--bjx-ink) !important; }
.header-background--solid .top_bar { background-color: var(--bjx-bg) !important; }
.top_bar, .top_bar a, .top_bar ul li a { color: var(--bjx-ink) !important; }
.sticky_nav, .mobile_nav-fixed--true #header, .header-fixed--true { box-shadow: 0 2px 12px var(--bjx-shadow) !important; background: rgba(250, 247, 242, 0.96) !important; backdrop-filter: saturate(180%) blur(8px); -webkit-backdrop-filter: saturate(180%) blur(8px); }
.nav ul.menu li a { color: var(--bjx-ink) !important; font-family: var(--bjx-sans) !important; font-weight: 500 !important; letter-spacing: 0.08em !important; text-transform: uppercase !important; font-size: 0.78rem !important; position: relative; padding: 14px 18px !important; }
.nav ul.menu li a::after { content: ''; position: absolute; left: 50%; bottom: 8px; height: 1px; width: 0; background: var(--bjx-gold); transition: width .25s var(--bjx-ease), left .25s var(--bjx-ease); }
.nav ul.menu li a:hover::after, .nav ul.menu li.active a::after { width: calc(100% - 36px); left: 18px; }
.nav ul.menu li a:hover { color: var(--bjx-gold-deep) !important; }
.main_nav div.logo { padding-top: 18px !important; padding-bottom: 12px !important; }
.main_nav div.logo a { color: var(--bjx-ink) !important; }
.cart_count { background: var(--bjx-gold) !important; color: #fff !important; font-weight: 600 !important; border-radius: var(--bjx-radius-pill) !important; border: none !important; font-size: 0.7rem !important; }
.icon-cart, .icon-bag, .icon-search, .icon-user { color: var(--bjx-ink) !important; }
.icon-cart:hover, .icon-bag:hover, .icon-search:hover, .icon-user:hover { color: var(--bjx-gold-deep) !important; }
.mobile_nav, .mobile_nav span { color: var(--bjx-ink) !important; }
.mobile_nav span { background-color: var(--bjx-ink) !important; }
.mobile_nav .menu_title { color: var(--bjx-ink) !important; }
#mobile_menu li a { color: var(--bjx-ink) !important; font-family: var(--bjx-sans) !important; font-size: 0.92rem !important; padding: 14px 18px !important; border-bottom: 1px solid var(--bjx-line) !important; letter-spacing: 0.02em !important; text-transform: none !important; }
#mobile_menu .sublink ul li a { padding-left: 32px !important; color: var(--bjx-ink-soft) !important; font-size: 0.85rem !important; }
#mobile_menu .sublink ul ul li a { padding-left: 46px !important; font-size: 0.8rem !important; }

/* BUTTONS */
.action_button, .btn, button.action_button, input[type="submit"].action_button, .add_to_cart, .continue-button { background: var(--bjx-ink) !important; color: #fff !important; border: 1px solid var(--bjx-ink) !important; border-radius: var(--bjx-radius-pill) !important; padding: 14px 28px !important; font-family: var(--bjx-sans) !important; font-weight: 600 !important; font-size: 0.78rem !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; transition: all .25s var(--bjx-ease) !important; box-shadow: 0 2px 8px var(--bjx-shadow); cursor: pointer; }
.action_button:hover, .btn:hover, .add_to_cart:hover { background: var(--bjx-gold-deep) !important; border-color: var(--bjx-gold-deep) !important; box-shadow: 0 6px 18px var(--bjx-shadow-md); transform: translateY(-1px); }
.action_button--secondary, .secondary_button, .cart_content__continue-shopping { background: transparent !important; color: var(--bjx-ink) !important; border: 1px solid var(--bjx-ink) !important; }
.action_button--secondary:hover, .secondary_button:hover { background: var(--bjx-ink) !important; color: #fff !important; }
.bjx-btn-gold { background: var(--bjx-gold) !important; color: #fff !important; border-color: var(--bjx-gold) !important; }
.bjx-btn-gold:hover { background: var(--bjx-gold-deep) !important; border-color: var(--bjx-gold-deep) !important; }
.bjx-btn-ghost { background: transparent !important; color: var(--bjx-ink) !important; border: 1px solid var(--bjx-line) !important; letter-spacing: 0.08em !important; }
.bjx-btn-ghost:hover { border-color: var(--bjx-gold) !important; color: var(--bjx-gold-deep) !important; background: transparent !important; }

/* PRODUCT CARDS */
.product-list .product-thumbnail, .product-list .product-loop-item, .collection-matrix .product { background: var(--bjx-card-bg); border-radius: var(--bjx-radius-md); overflow: hidden; transition: all .3s var(--bjx-ease); box-shadow: 0 1px 4px var(--bjx-shadow); padding: 0 !important; margin-bottom: 28px !important; }
.product-list .product-thumbnail:hover, .collection-matrix .product:hover { box-shadow: 0 12px 32px var(--bjx-shadow-md); transform: translateY(-3px); }
.product-list .product-thumbnail a img, .collection-matrix .product img { display: block !important; width: 100% !important; aspect-ratio: 1 / 1; object-fit: cover !important; }
.product-list .product-thumbnail .title, .product-list .product-thumbnail .price_wrap, .collection-matrix .product .title, .collection-matrix .product .price_wrap { padding: 0 18px !important; }
.product-list .product-thumbnail .title { padding-top: 16px !important; font-family: var(--bjx-sans) !important; font-weight: 500 !important; font-size: 0.92rem !important; color: var(--bjx-ink) !important; line-height: 1.4 !important; letter-spacing: 0 !important; text-transform: none !important; min-height: 2.6em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-list .price_wrap { padding-bottom: 18px !important; font-family: var(--bjx-sans) !important; color: var(--bjx-ink) !important; }
.product-list .money { color: var(--bjx-ink) !important; font-weight: 600 !important; }
.product-list .was_price .money { color: var(--bjx-ink-faint) !important; font-weight: 400 !important; text-decoration: line-through; }
.product-list .sale .money, .modal_price .sale .money { color: var(--bjx-sale) !important; }
.sale_banner_product, .new_banner_product, .preorder_banner_product { background: var(--bjx-ink) !important; color: #fff !important; border-radius: var(--bjx-radius-pill) !important; padding: 6px 14px !important; font-size: 0.7rem !important; font-weight: 600 !important; letter-spacing: 0.08em !important; text-transform: uppercase !important; font-family: var(--bjx-sans) !important; position: absolute; top: 14px; left: 14px; z-index: 2; }
.new_banner_product { background: var(--bjx-gold) !important; }
.sale_banner_product { background: var(--bjx-sale) !important; }

/* COLLECTION PAGE */
.banner.page-banner { border-radius: 0; overflow: hidden; position: relative; }
.banner.page-banner .headline { color: #fff !important; font-size: clamp(2rem, 4.5vw, 3.5rem) !important; text-shadow: 0 2px 16px rgba(0,0,0,0.4); }
.collection_description { background: var(--bjx-bg-soft); border-radius: var(--bjx-radius-md); padding: 28px 32px; color: var(--bjx-ink-soft); margin-top: 32px; border: 1px solid var(--bjx-line-soft); }
.collection_description--collapsed { max-height: 200px; overflow: hidden; position: relative; }
.collection_description--collapsed::after { content:''; position:absolute; bottom:0; left:0; right:0; height: 80px; background: linear-gradient(to bottom, transparent, var(--bjx-bg-soft)); pointer-events:none; }
.collection_description__toggle { background: transparent; border: 1px solid var(--bjx-gold); color: var(--bjx-gold-deep); border-radius: var(--bjx-radius-pill); padding: 8px 22px; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 18px; cursor: pointer; transition: all .2s var(--bjx-ease); }
.collection_description__toggle:hover { background: var(--bjx-gold); color: #fff; }
.bjx-empty-state { background: var(--bjx-bg-soft); border: 1px dashed var(--bjx-line); border-radius: var(--bjx-radius-lg); padding: 56px 32px; text-align: center; margin: 40px 0; }
.bjx-empty-state h2 { font-family: var(--bjx-serif) !important; font-size: 1.6rem !important; color: var(--bjx-ink) !important; margin-bottom: 12px !important; }
.bjx-empty-state p { color: var(--bjx-ink-mute); max-width: 480px; margin: 0 auto 24px; }
.bjx-empty-state__links { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 18px; }
.tag_filter, .sort_by, select.tag_filter, select.sort_by { background: #fff !important; border: 1px solid var(--bjx-line) !important; border-radius: var(--bjx-radius-pill) !important; padding: 9px 18px !important; font-family: var(--bjx-sans) !important; font-size: 0.82rem !important; color: var(--bjx-ink) !important; }
.breadcrumb_text, .breadcrumb_text a, .breadcrumb_link { font-family: var(--bjx-sans) !important; font-size: 0.78rem !important; letter-spacing: 0.04em; color: var(--bjx-ink-mute) !important; text-transform: none !important; }
.breadcrumb_text a:hover { color: var(--bjx-gold-deep) !important; }
.breadcrumb-divider { color: var(--bjx-ink-faint) !important; margin: 0 6px; }

/* PRODUCT PAGE */
.product_section .product__images img, .product_gallery img, .gallery-wrap .product_gallery img { border-radius: var(--bjx-radius-md); background: #fff; }
.product_gallery { background: var(--bjx-bg-soft); border-radius: var(--bjx-radius-md); padding: 8px; }
.thumbnails .image-element, .gallery-thumb img { border-radius: var(--bjx-radius-sm); border: 1px solid var(--bjx-line-soft); transition: border-color .2s var(--bjx-ease); }
.thumbnails .image-element.active, .thumbnails .image-element:hover { border-color: var(--bjx-gold) !important; }
.product_name { font-family: var(--bjx-serif) !important; font-size: clamp(1.6rem, 3vw, 2.4rem) !important; color: var(--bjx-ink) !important; line-height: 1.15; margin-bottom: 12px !important; letter-spacing: 0 !important; text-transform: none !important; font-weight: 500 !important; }
.modal_price .current_price .money { font-size: 1.4rem !important; font-weight: 600 !important; color: var(--bjx-ink) !important; }
.modal_price .was_price .money { color: var(--bjx-ink-faint) !important; margin-left: 8px; }
.swatch_options { margin: 18px 0; }
.swatch_options label, .swatch_options .select_label { color: var(--bjx-ink) !important; font-weight: 500 !important; }
.swatch_options input + label, .swatch_options li label { border: 1px solid var(--bjx-line) !important; border-radius: var(--bjx-radius-pill) !important; background: #fff !important; color: var(--bjx-ink) !important; padding: 6px 14px !important; cursor: pointer; transition: all .2s var(--bjx-ease); }
.swatch_options input:checked + label { border-color: var(--bjx-ink) !important; background: var(--bjx-ink) !important; color: #fff !important; }
.purchase-details__quantity { border: 1px solid var(--bjx-line); border-radius: var(--bjx-radius-pill); background: #fff; display: inline-flex; align-items: center; padding: 4px 6px; }
.purchase-details__quantity .quantity { border: none !important; background: transparent !important; text-align: center; width: 38px !important; }

/* BADGES + CONSEIL + ACCORDIONS + CROSS-SELL */
.bjx-product-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 22px 0; padding: 18px; background: var(--bjx-bg-soft); border-radius: var(--bjx-radius-md); border: 1px solid var(--bjx-line-soft); }
.bjx-product-badge { display: flex; align-items: center; gap: 10px; font-size: 0.82rem; color: var(--bjx-ink-soft); line-height: 1.3; }
.bjx-product-badge__icon { flex-shrink: 0; width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; color: var(--bjx-gold-deep); background: #fff; border-radius: 50%; border: 1px solid var(--bjx-gold-light); }
.bjx-product-badge__icon svg { width: 14px; height: 14px; stroke-width: 1.6; }
.bjx-product-badge strong { display: block; color: var(--bjx-ink); font-weight: 600; font-size: 0.84rem; }
@media (max-width: 568px) { .bjx-product-badges { grid-template-columns: 1fr; } }
.bjx-pro-tip { background: linear-gradient(135deg, var(--bjx-bg-soft) 0%, #fff 100%); border-left: 3px solid var(--bjx-gold); border-radius: var(--bjx-radius-sm); padding: 18px 22px; margin: 22px 0; font-size: 0.92rem; line-height: 1.55; }
.bjx-pro-tip strong { color: var(--bjx-ink); display: block; margin-bottom: 4px; font-family: var(--bjx-serif); font-size: 1.05rem; font-weight: 500; }
.bjx-accordions { margin-top: 36px; border-top: 1px solid var(--bjx-line); }
.bjx-accordion { border-bottom: 1px solid var(--bjx-line); }
.bjx-accordion__head { width: 100%; background: transparent; border: 0; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; font-family: var(--bjx-sans); font-weight: 600; font-size: 0.92rem; letter-spacing: 0.03em; color: var(--bjx-ink); cursor: pointer; text-align: left; }
.bjx-accordion__head:hover { color: var(--bjx-gold-deep); }
.bjx-accordion__icon { width: 16px; height: 16px; transition: transform .25s var(--bjx-ease); color: var(--bjx-gold); }
.bjx-accordion[open] .bjx-accordion__icon { transform: rotate(45deg); }
.bjx-accordion__body { padding: 0 0 22px; color: var(--bjx-ink-soft); font-size: 0.92rem; line-height: 1.65; }
.bjx-accordion__body h3 { font-size: 1rem !important; margin: 16px 0 6px; color: var(--bjx-ink) !important; font-family: var(--bjx-sans) !important; }
.bjx-accordion__body p { margin: 0 0 12px; }
.bjx-accordion__body table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 0.88rem; }
.bjx-accordion__body table td, .bjx-accordion__body table th { padding: 10px 14px; border-bottom: 1px solid var(--bjx-line-soft); text-align: left; }
.bjx-accordion__body table th { font-weight: 600; color: var(--bjx-ink); background: var(--bjx-bg-soft); }
.bjx-cross-sell { margin: 56px 0 32px; }
.bjx-cross-sell h2 { font-family: var(--bjx-serif) !important; font-size: 1.6rem !important; text-align: center; margin-bottom: 24px !important; color: var(--bjx-ink) !important; }
.bjx-cross-sell h2::after { content: ''; display: block; width: 60px; height: 1px; background: var(--bjx-gold); margin: 14px auto 0; }
.bjx-cross-sell__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; }
.bjx-cross-sell__item { background: #fff; border: 1px solid var(--bjx-line-soft); border-radius: var(--bjx-radius-md); padding: 18px; text-align: center; text-decoration: none; color: var(--bjx-ink); transition: all .25s var(--bjx-ease); }
.bjx-cross-sell__item:hover { border-color: var(--bjx-gold); box-shadow: 0 8px 20px var(--bjx-shadow); transform: translateY(-2px); }
.bjx-cross-sell__item strong { display: block; font-family: var(--bjx-serif); font-size: 1.1rem; margin-bottom: 4px; }
.bjx-cross-sell__item span { font-size: 0.8rem; color: var(--bjx-ink-mute); letter-spacing: 0.08em; text-transform: uppercase; }

/* FOOTER */
.footer, footer.footer { background: var(--bjx-ink) !important; color: #d4cfc4 !important; padding: 56px 0 24px !important; }
.footer h6, footer.footer h6 { color: #fff !important; font-family: var(--bjx-sans) !important; font-size: 0.82rem !important; letter-spacing: 0.16em !important; text-transform: uppercase !important; margin-bottom: 18px !important; font-weight: 600 !important; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer p, .footer li p, .footer a { color: #c8c2b5 !important; font-family: var(--bjx-sans) !important; font-size: 0.86rem !important; line-height: 1.7 !important; }
.footer ul li a:hover { color: var(--bjx-gold-light) !important; }
.footer .newsletter input[type="email"], .footer .newsletter input[type="text"] { background: rgba(255,255,255,.06) !important; border: 1px solid rgba(255,255,255,.12) !important; border-radius: var(--bjx-radius-pill) !important; color: #fff !important; padding: 12px 18px !important; width: 100% !important; margin-bottom: 8px; }
.footer .newsletter input[type="email"]::placeholder { color: rgba(255,255,255,.5) !important; }
.footer .newsletter input[type="submit"] { background: var(--bjx-gold) !important; color: #fff !important; border: 1px solid var(--bjx-gold) !important; border-radius: var(--bjx-radius-pill) !important; padding: 12px 24px !important; font-family: var(--bjx-sans) !important; font-weight: 600 !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; font-size: 0.78rem !important; cursor: pointer; width: 100%; }
.footer .newsletter input[type="submit"]:hover { background: var(--bjx-gold-deep) !important; border-color: var(--bjx-gold-deep) !important; }
.footer .footer_credits .credits, .footer_credits p, .footer_credits .credits a { color: #8c8579 !important; font-size: 0.75rem !important; text-align: center; }
.footer_credits { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px !important; margin-top: 36px; }
.payment_methods { text-align: center; padding-top: 14px; }
.payment_methods .payment-icon { height: 22px !important; width: auto !important; margin: 0 6px; filter: grayscale(100%) brightness(0.9); opacity: 0.85; }

/* HOMEPAGE SECTIONS */
.bjx-reassurance-grid { background: var(--bjx-bg); padding: 56px 18px; border-top: 1px solid var(--bjx-line); border-bottom: 1px solid var(--bjx-line); }
.bjx-reassurance-grid__inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.bjx-reassurance-card { text-align: center; padding: 18px 14px; }
.bjx-reassurance-card__icon { width: 52px; height: 52px; margin: 0 auto 14px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--bjx-gold-light); border-radius: 50%; color: var(--bjx-gold-deep); background: #fff; }
.bjx-reassurance-card__icon svg { width: 22px; height: 22px; stroke-width: 1.4; }
.bjx-reassurance-card__title { font-family: var(--bjx-serif); font-size: 1.15rem; margin: 4px 0 6px; color: var(--bjx-ink); font-weight: 500; }
.bjx-reassurance-card__text { font-size: 0.86rem; color: var(--bjx-ink-mute); line-height: 1.5; }
@media (max-width: 900px) { .bjx-reassurance-grid__inner { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
.bjx-materials { padding: 64px 18px; background: var(--bjx-bg-marble); }
.bjx-materials__head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.bjx-materials__head h2 { font-family: var(--bjx-serif) !important; font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important; margin-bottom: 10px !important; }
.bjx-materials__head h2::after { content:''; display:block; width: 60px; height: 1px; background: var(--bjx-gold); margin: 14px auto 0; }
.bjx-materials__head p { color: var(--bjx-ink-mute); font-size: 1rem; }
.bjx-materials__grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.bjx-material-card { position: relative; border-radius: var(--bjx-radius-md); overflow: hidden; aspect-ratio: 3 / 4; display: block; text-decoration: none; color: #fff; }
.bjx-material-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--bjx-ease); }
.bjx-material-card:hover img { transform: scale(1.05); }
.bjx-material-card::after { content:''; position: absolute; inset:0; background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,.65) 100%); }
.bjx-material-card__label { position: absolute; bottom: 18px; left: 18px; right: 18px; z-index: 2; }
.bjx-material-card__label strong { display: block; font-family: var(--bjx-serif); font-size: 1.3rem; font-weight: 500; }
.bjx-material-card__label span { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.85; color: var(--bjx-gold-light); }
@media (max-width: 900px) { .bjx-materials__grid { grid-template-columns: repeat(2, 1fr); } }
.bjx-b2b { background: var(--bjx-ink); color: #fff; padding: 72px 18px; position: relative; overflow: hidden; }
.bjx-b2b::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(191,164,111,.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(191,164,111,.08) 0%, transparent 50%); pointer-events: none; }
.bjx-b2b__inner { max-width: 920px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.bjx-b2b h2 { color: #fff !important; font-family: var(--bjx-serif) !important; font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important; margin-bottom: 16px !important; }
.bjx-b2b p { color: #c8c2b5 !important; font-size: 1.05rem; max-width: 620px; margin: 0 auto 32px; line-height: 1.6; }
.bjx-universes { padding: 64px 18px; }
.bjx-universes__head { text-align: center; margin-bottom: 36px; }
.bjx-universes__grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.bjx-universe { background: #fff; border: 1px solid var(--bjx-line); border-radius: var(--bjx-radius-md); padding: 28px 18px; text-align: center; transition: all .25s var(--bjx-ease); text-decoration: none; color: var(--bjx-ink); }
.bjx-universe:hover { border-color: var(--bjx-gold); box-shadow: 0 10px 26px var(--bjx-shadow); transform: translateY(-2px); }
.bjx-universe__icon { color: var(--bjx-gold-deep); margin-bottom: 14px; }
.bjx-universe__icon svg { width: 28px; height: 28px; stroke-width: 1.4; }
.bjx-universe strong { display: block; font-family: var(--bjx-serif); font-size: 1.1rem; font-weight: 500; margin-bottom: 4px; }
.bjx-universe span { font-size: 0.82rem; color: var(--bjx-ink-mute); }
@media (max-width: 900px) { .bjx-universes__grid { grid-template-columns: repeat(2, 1fr); } }
.bjx-advice { padding: 64px 18px; background: linear-gradient(180deg, var(--bjx-bg) 0%, var(--bjx-bg-soft) 100%); }
.bjx-advice__inner { max-width: 1100px; margin: 0 auto; }
.bjx-advice__head { text-align: center; margin-bottom: 36px; }
.bjx-advice__head h2 { font-family: var(--bjx-serif) !important; font-size: clamp(1.8rem, 3.5vw, 2.4rem) !important; }
.bjx-advice__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bjx-advice-card { background: #fff; padding: 26px; border-radius: var(--bjx-radius-md); border: 1px solid var(--bjx-line-soft); }
.bjx-advice-card__num { display: inline-block; font-family: var(--bjx-serif); font-size: 1.6rem; color: var(--bjx-gold-deep); margin-bottom: 8px; }
.bjx-advice-card strong { display: block; margin-bottom: 8px; font-family: var(--bjx-serif); font-size: 1.15rem; color: var(--bjx-ink); }
.bjx-advice-card p { color: var(--bjx-ink-soft); font-size: 0.92rem; margin: 0; }
@media (max-width: 900px) { .bjx-advice__grid { grid-template-columns: 1fr; } }

/* NEWSLETTER + MINI CART + SLIDESHOW */
.newsletter_section, section.newsletter-section { background: var(--bjx-bg-soft) !important; padding: 56px 18px !important; text-align: center; }
.newsletter_section h2, .newsletter_section h6 { font-family: var(--bjx-serif) !important; font-size: 1.6rem !important; color: var(--bjx-ink) !important; text-transform: none !important; letter-spacing: 0 !important; border: none !important; padding: 0 !important; }
.newsletter_section .newsletter input[type="email"] { background: #fff !important; border: 1px solid var(--bjx-line) !important; border-radius: var(--bjx-radius-pill) !important; padding: 12px 20px !important; color: var(--bjx-ink) !important; font-family: var(--bjx-sans) !important; }
.cart_content { background: #fff !important; border: 1px solid var(--bjx-line) !important; border-radius: var(--bjx-radius-md) !important; box-shadow: 0 20px 40px var(--bjx-shadow-lg) !important; padding: 22px !important; }
.cart_items .mini-cart__item { border-bottom: 1px solid var(--bjx-line-soft) !important; padding: 14px 0 !important; }
.cart_items img { border-radius: var(--bjx-radius-sm) !important; }
.cart_items .item_title a { color: var(--bjx-ink) !important; font-family: var(--bjx-sans) !important; font-size: 0.88rem !important; font-weight: 500 !important; }
.cart_subtotal { color: var(--bjx-ink) !important; font-family: var(--bjx-sans) !important; }
.cart_subtotal .money { color: var(--bjx-ink) !important; font-weight: 600 !important; font-size: 1.05rem; }
.empty_cart { color: var(--bjx-ink-mute); }
.slideshow .caption h2.headline, .slideshow .caption { font-family: var(--bjx-serif) !important; }
.slideshow .caption .action_button { font-family: var(--bjx-sans) !important; }
@media (max-width: 768px) { body { font-size: 14.5px; } .product-list .product-thumbnail .title { font-size: 0.86rem !important; } .product_name { font-size: 1.5rem !important; } .action_button { padding: 12px 22px !important; font-size: 0.74rem !important; } }
.bjx-text-center { text-align: center; }
.bjx-container { max-width: 1280px; margin: 0 auto; padding: 0 18px; }
.footer_credits a[href*="outofthesandbox"], .credits a[href*="outofthesandbox"] { display: none !important; }
.newsletter_section h6:empty { display: none; }
