    .v2-scope {  --bronze: #8b6914; --bronze-deep: #6e5210; --bronze-warm: #a07b1f; --bronze-line: rgba(139, 105, 20, 0.26); --bronze-hair: rgba(139, 105, 20, 0.14); --bronze-tint: rgba(139, 105, 20, 0.06); --bronze-soft: rgba(139, 105, 20, 0.55); --bronze-shadow: rgba(139, 105, 20, 0.4); --beige: #fdf9f3; --beige-warm: #f5ecdb; --beige-deep: #ece1cb; --gris: #2a3138; --gris-soft: #5b6168; --gris-mute: #8a8f95; --serif: 'Cormorant Garamond', Georgia, serif; --sans: 'Outfit', system-ui, -apple-system, sans-serif;  --rule-color: var(--bronze-line);  font-family: var(--sans); font-weight: 300; color: var(--gris); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } .v2-scope, .v2-scope * { box-sizing: border-box; } .v2-scope img { max-width: 100%; height: auto; display: block; } .v2-scope a { color: var(--bronze); text-decoration: none; transition: color .2s, border-color .2s; } .v2-scope a:hover { color: var(--bronze-deep); }  .v2-eyebrow { display: inline-flex; align-items: center; gap: 14px; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 2.6px; text-transform: uppercase; color: var(--bronze); margin: 0 0 18px; } .v2-eyebrow::before { content: ''; width: 26px; height: 1px; background: currentColor; display: inline-block; } .v2-eyebrow--center { display: flex; justify-content: center; text-align: center; } .v2-eyebrow--center::before { display: none; } .v2-eyebrow--center::after { content: ''; position: absolute; inset: auto 0 -10px 0; width: 26px; height: 1px; margin: 0 auto; background: var(--bronze); }  .v2-number { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 14px; color: var(--bronze); letter-spacing: 1px; margin: 0 0 10px; }  .v2-hero { position: relative; width: 100%; min-height: 480px; padding: 130px 32px 90px; background: var(--gris); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; margin: 0; } .v2-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 12% 78%, rgba(139, 105, 20, 0.55) 0%, transparent 50%), radial-gradient(circle at 88% 18%, rgba(139, 105, 20, 0.22) 0%, transparent 55%), linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.5) 100%); pointer-events: none; } .v2-hero::after { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2' height='2'><circle cx='1' cy='1' r='0.5' fill='%23fdf9f3' fill-opacity='0.04'/></svg>"); background-size: 3px 3px; pointer-events: none; opacity: 0.6; } .v2-hero > * { position: relative; z-index: 2; max-width: 920px; } .v2-hero .v2-eyebrow { color: rgba(255, 245, 225, 0.92); margin-bottom: 28px; } .v2-hero .v2-eyebrow::before { background: rgba(255,245,225,0.5); } .v2-hero h1, .v2-h2h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(40px, 5.8vw, 84px); line-height: 1.02; letter-spacing: -0.8px; color: #fff; margin: 0 0 26px; text-wrap: balance; } .v2-hero h1 em, .v2-h2h1 em { font-style: italic; color: var(--beige-warm); font-weight: 300; } .v2-hero .v2-lede { font-family: var(--sans); font-size: clamp(15px, 1.18vw, 18px); font-weight: 300; line-height: 1.7; max-width: 860px; opacity: 0.95; margin: 0; } .v2-hero-meta { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 36px; } .v2-hero-meta a, .v2-hero-meta span { font-family: var(--sans); font-size: 11.5px; letter-spacing: 1.7px; text-transform: uppercase; color: rgba(255, 245, 225, 0.88); text-decoration: none; padding: 9px 16px; border: 1px solid rgba(255, 245, 225, 0.28); border-radius: 999px; transition: all .2s; font-weight: 400; } .v2-hero-meta a:hover { border-color: rgba(255, 245, 225, 0.85); background: rgba(255,255,255,0.06); color: #fff; }@media (max-width: 768px){ .v2-hero { min-height: 360px; padding: 90px 22px 60px; }}  .v2-hero--light { background: var(--beige); color: var(--gris); } .v2-hero--light::before { background-image: radial-gradient(circle at 12% 78%, rgba(139, 105, 20, 0.13) 0%, transparent 55%), radial-gradient(circle at 88% 18%, rgba(139, 105, 20, 0.08) 0%, transparent 55%); } .v2-hero--light::after { opacity: 0.25; } .v2-hero--light h1, .v2-h2h1 { color: var(--gris); text-shadow: none; } .v2-hero--light h1 em, .v2-h2h1 em { color: var(--bronze); } .v2-hero--light .v2-lede { color: var(--gris); opacity: 1; } .v2-hero--light .v2-eyebrow { color: var(--bronze); } .v2-hero--light .v2-hero-meta a, .v2-hero--light .v2-hero-meta span { color: var(--gris-soft); border-color: var(--bronze-line); } .v2-hero--light .v2-hero-meta a:hover { border-color: var(--bronze); color: var(--bronze); background: var(--bronze-tint); }  .v2-section { padding: 100px 32px; max-width: 1280px; margin: 0 auto; font-family: var(--sans); color: var(--gris); } .v2-section--narrow { max-width: 820px; } .v2-section--reading { max-width: 720px; } .v2-section--tight { padding: 60px 32px; } .v2-section--alt { background: var(--beige); margin: 0; max-width: none; } .v2-section--alt-warm { background: var(--beige-warm); margin: 0; max-width: none; } .v2-section--dark { background: var(--gris); color: var(--beige); margin: 0; max-width: none; } .v2-section--dark h2, .v2-section--dark h3, .v2-section--dark h4 { color: var(--beige); } .v2-section--dark p, .v2-section--dark li { color: rgba(253, 249, 243, 0.88); } .v2-section--dark a { color: var(--beige); border-bottom-color: rgba(253, 249, 243, 0.4); } .v2-section--dark .v2-eyebrow { color: var(--beige-warm); } .v2-section--dark .v2-eyebrow::before { background: var(--beige-warm); } .v2-section--alt-inner { max-width: 1280px; margin: 0 auto; padding: 100px 32px; } .v2-section h2, .v2-section--alt-inner h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 3.2vw, 50px); line-height: 1.12; color: var(--gris); margin: 0 0 26px; letter-spacing: -0.4px; text-wrap: balance; } .v2-section h2 em, .v2-section--alt-inner h2 em { font-style: italic; color: var(--bronze); } .v2-section h2.v2-h2-anchor, .v2-section--alt-inner h2.v2-h2-anchor { position: relative; padding-left: 36px; } .v2-section h2.v2-h2-anchor::before, .v2-section--alt-inner h2.v2-h2-anchor::before { content: ''; position: absolute; left: 0; top: 22px; width: 22px; height: 1px; background: var(--bronze); } .v2-section h3, .v2-section--alt-inner h3 { font-family: var(--sans); font-weight: 500; font-size: 19px; letter-spacing: 0.1px; color: var(--gris); margin: 40px 0 14px; line-height: 1.3; } .v2-section h4, .v2-section--alt-inner h4 { font-family: var(--sans); font-weight: 500; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--bronze); margin: 26px 0 12px; } .v2-section p, .v2-section--alt-inner p, .v2-section li, .v2-section--alt-inner li { font-family: var(--sans); font-size: 16.5px; font-weight: 300; line-height: 1.78; color: var(--gris); margin: 0 0 16px; text-wrap: pretty; } .v2-section p strong, .v2-section--alt-inner p strong { font-weight: 500; color: var(--gris); } .v2-section p em, .v2-section--alt-inner p em { font-style: italic; color: var(--gris); background: linear-gradient(to bottom, transparent 64%, var(--bronze-tint) 64%); padding: 0 2px; } .v2-section a, .v2-section--alt-inner a { color: var(--bronze); text-decoration: none; border-bottom: 1px solid var(--bronze-line); transition: border-color .15s, color .15s; } .v2-section a:hover, .v2-section--alt-inner a:hover { border-bottom-color: var(--bronze); color: var(--bronze-deep); }  .v2-section ul, .v2-section--alt-inner ul { padding-left: 0; list-style: none; margin: 18px 0; } .v2-section ul li, .v2-section--alt-inner ul li { position: relative; padding-left: 26px; } .v2-section ul li::before, .v2-section--alt-inner ul li::before { content: ''; position: absolute; left: 0; top: 13px; width: 12px; height: 1px; background: var(--bronze); }  .v2-dropcap::first-letter { font-family: var(--serif); font-size: 4.4em; float: left; line-height: 0.92; margin: 0.06em 0.12em -0.08em 0; color: var(--bronze); font-weight: 400; font-style: italic; } .v2-dropcap2 p:nth-of-type(2)::first-letter { font-family: var(--serif); font-size: 4.4em; float: left; line-height: 0.92; margin: 0.06em 0.12em -0.08em 0; color: var(--bronze); font-weight: 400; font-style: italic; }  .v2-divider { display: flex; align-items: center; gap: 18px; margin: 70px auto; max-width: 880px; } .v2-divider::before, .v2-divider::after { content: ''; flex: 1; height: 1px; background: var(--bronze-line); } .v2-divider-diamond { width: 7px; height: 7px; background: var(--bronze); transform: rotate(45deg); flex-shrink: 0; } .v2-divider-thin { height: 1px; background: var(--bronze-line); margin: 36px 0; border: 0; }  .v2-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin: 40px 0; align-items: start; } .v2-split > * { min-width: 0; } .v2-split--asymmetric { grid-template-columns: 5fr 7fr; gap: 80px; } .v2-split--reverse { direction: rtl; } .v2-split--reverse > * { direction: ltr; } .v2-split--centered { align-items: center; }@media (max-width: 900px){ .v2-split, .v2-split--asymmetric { grid-template-columns: 1fr; gap: 36px; } .v2-split--reverse { direction: ltr; }}  .v2-grid { display: grid; gap: 32px; } .v2-grid-2 { grid-template-columns: 1fr 1fr; } .v2-grid-3 { grid-template-columns: repeat(3, 1fr); } .v2-grid-4 { grid-template-columns: repeat(4, 1fr); } .v2-grid-tight { gap: 18px; }@media (max-width: 1024px){ .v2-grid-3, .v2-grid-4 { grid-template-columns: 1fr 1fr; }}@media (max-width: 600px){ .v2-grid-2, .v2-grid-3, .v2-grid-4 { grid-template-columns: 1fr; gap: 24px; }}  .v2-card { background: var(--beige); border: 1px solid var(--bronze-hair); display: flex; flex-direction: column; text-decoration: none !important; color: var(--gris); transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease; overflow: hidden; position: relative; margin-top:20px; } .v2-card:hover { border-color: var(--bronze); transform: translateY(-3px); box-shadow: 0 16px 36px -22px rgba(139, 105, 20, 0.45); } .v2-card-media { aspect-ratio: 4/5; background: var(--beige-warm); background-size: cover; background-position: center; position: relative; overflow: hidden; } .v2-card-media img, .v2-card-media .brxe-image, .v2-card-media > a { width: 100%; height: 100%; display: block; } .v2-card-media img { object-fit: cover; transition: transform .6s ease; } .v2-card:hover .v2-card-media img { transform: scale(1.04); } .v2-card-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(0,0,0,0.06)); pointer-events: none; } .v2-card-media-wide { aspect-ratio: 4/3; } .v2-card-media-square { aspect-ratio: 1; } .v2-card-body { padding: 26px 26px 30px; display: flex; flex-direction: column; gap: 10px; flex: 1; } .v2-card-eyebrow { font-family: var(--sans); font-size: 10.5px; letter-spacing: 1.9px; text-transform: uppercase; color: var(--bronze); margin: 0; font-weight: 500; } .v2-card-body h3, .v2-card-body .v2-card-title { font-family: var(--serif); font-weight: 400; font-size: 30px; line-height: 1.06; margin: 0; color: var(--gris); letter-spacing: 0.1px; } .v2-card-body h3 a { color: inherit; text-decoration: none; border: 0; position: static; } .v2-card-body h3 a.v2-card-link { position: static; } .v2-card .v2-card-link::after { content: ''; position: absolute; inset: 0; z-index: 1; } .v2-card .v2-card-arrow, .v2-card .v2-card-eyebrow, .v2-card .v2-card-body p { position: relative; z-index: 0; } .v2-card-body p, .v2-card-body .v2-card-desc { margin: 0; font-family: var(--sans); font-size: 14.5px; font-weight: 300; line-height: 1.65; color: var(--gris-soft); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .v2-card-arrow { margin-top: auto; padding-top: 8px; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 1.9px; text-transform: uppercase; color: var(--bronze); display: inline-flex; align-items: center; gap: 8px; } .v2-card-arrow::after { content: '→'; transition: transform .25s; } .v2-card:hover .v2-card-arrow::after { transform: translateX(5px); }  .v2-card-mark { position: absolute; top: 16px; left: 16px; z-index: 2; background: var(--beige); color: var(--bronze); font-family: var(--sans); font-size: 10px; letter-spacing: 1.7px; text-transform: uppercase; padding: 7px 12px; border: 1px solid var(--bronze-line); font-weight: 500; }  .v2-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; } .v2-chip { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; background: transparent; border: 1px solid var(--bronze-line); border-radius: 999px; text-decoration: none !important; color: var(--gris); font-family: var(--sans); font-size: 12.5px; letter-spacing: 0.3px; font-weight: 400; transition: all .15s; } .v2-chip:hover { border-color: var(--bronze); background: var(--bronze-tint); color: var(--bronze-deep); } .v2-chip-swatch { width: 13px; height: 13px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.08); flex-shrink: 0; }  .v2-btn, .v2-loop-loadmore .facetwp-load-more { display: inline-flex; align-items: center; gap: 14px; padding: 17px 32px; background: var(--bronze); color: #fff !important; font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: 1.9px; text-transform: uppercase; text-decoration: none !important; transition: background .25s, transform .25s, box-shadow .25s; border: none; border-bottom: 0 !important; cursor: pointer; } .v2-btn:hover, .v2-loop-loadmore .facetwp-load-more:hover { background: var(--bronze-deep); box-shadow: 0 10px 22px -14px rgba(139, 105, 20, 0.6); } .v2-btn::after { content: '→'; transition: transform .25s; } .v2-btn:hover::after { transform: translateX(4px); } .v2-btn--ghost { background: transparent; color: var(--bronze) !important; border: 1px solid var(--bronze-line); } .v2-btn--ghost:hover { background: var(--bronze); color: #fff !important; } .v2-btn--light { background: rgba(255,255,255,0.1); color: #fff !important; border: 1px solid rgba(255,255,255,0.28); } .v2-btn--light:hover { background: rgba(255,255,255,0.2); }  .v2-mesh { background: var(--beige-warm); padding: 60px 40px; border-top: 2px solid var(--bronze); margin: 80px auto; max-width: 1280px; position: relative; } .v2-mesh::after { content: ''; position: absolute; top: -7px; left: 40px; width: 14px; height: 14px; background: var(--bronze); transform: rotate(45deg); } .v2-mesh h2 { font-family: var(--serif); font-size: clamp(28px, 2.6vw, 40px); font-weight: 400; margin: 0 0 8px; color: var(--gris); } .v2-mesh-sub { font-family: var(--sans); font-size: 14.5px; color: var(--gris-soft); margin: 0 0 32px; font-weight: 300; max-width: 640px; } .v2-mesh-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }@media (max-width: 900px){ .v2-mesh-cols { grid-template-columns: 1fr; }} .v2-mesh-col h3 { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 1.9px; text-transform: uppercase; color: var(--bronze); margin: 0 0 18px; padding-bottom: 12px; border-bottom: 1px solid var(--bronze-line); } .v2-mesh-col p { font-size: 14.5px; font-weight: 300; line-height: 1.65; color: var(--gris); margin: 0 0 14px; } .v2-mesh-col a { display: inline-block; font-family: var(--sans); font-size: 13px; font-weight: 400; color: var(--bronze); text-decoration: none; border-bottom: 1px solid var(--bronze-line); margin-top: 6px; transition: border-color .15s; } .v2-mesh-col a:hover { border-bottom-color: var(--bronze); }  .v2-link-grid { display: flex; flex-direction: column; gap: 0; margin: 18px 0 0; } .v2-link-grid a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--bronze-line); font-family: var(--sans); font-size: 14px; color: var(--gris); text-decoration: none; transition: padding .2s; } .v2-link-grid a:hover { padding-left: 8px; color: var(--bronze); } .v2-link-grid a::after { content: '→'; font-size: 14px; color: var(--bronze); opacity: 0.6; transition: opacity .2s, transform .2s; } .v2-link-grid a:hover::after { opacity: 1; transform: translateX(4px); }  .v2-faq { margin: 40px 0; max-width: 880px; } .v2-faq details { border-bottom: 1px solid var(--bronze-line); padding: 24px 0; } .v2-faq details:first-child { border-top: 1px solid var(--bronze-line); } .v2-faq summary { font-family: var(--sans); font-size: 17px; font-weight: 500; color: var(--gris); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-right: 6px; letter-spacing: 0.1px; } .v2-faq summary::-webkit-details-marker { display: none; } .v2-faq summary::after { content: '+'; font-family: var(--serif); font-size: 26px; color: var(--bronze); font-weight: 300; transition: transform .25s; flex-shrink: 0; line-height: 1; } .v2-faq details[open] summary::after { content: '–'; } .v2-faq details > div, .v2-faq details > p { margin: 16px 0 0; font-family: var(--sans); font-size: 15.5px; font-weight: 300; line-height: 1.78; color: var(--gris-soft); } .v2-faq details > div p { margin: 0 0 12px; } .v2-faq details > div p:last-child { margin-bottom: 0; }  .v2-table-wrap { overflow-x: auto; margin: 36px 0; } .v2-table { width: 100%; border-collapse: collapse; font-family: var(--sans); min-width: 720px; } .v2-table th, .v2-table td { padding: 18px 18px; text-align: left; border-bottom: 1px solid var(--bronze-line); font-size: 14px; font-weight: 300; color: var(--gris); vertical-align: top; } .v2-table th { font-weight: 500; text-transform: uppercase; letter-spacing: 1.6px; font-size: 11px; color: var(--bronze); background: var(--bronze-tint); border-bottom: 1px solid var(--bronze); } .v2-table td:first-child { font-weight: 500; color: var(--gris); } .v2-table tbody tr:hover { background: var(--bronze-tint); }  .v2-quote { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.32; color: var(--gris); margin: 60px 0; padding: 0 0 0 36px; border-left: 2px solid var(--bronze); max-width: 760px; } .v2-quote em { font-style: normal; color: var(--bronze); }  .v2-rating { display: flex; flex-direction: column; gap: 18px; margin: 24px 0; max-width: 460px; } .v2-rating-row { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 16px; font-family: var(--sans); font-size: 13px; letter-spacing: 0.1px; color: var(--gris); } .v2-rating-bar { height: 4px; background: var(--bronze-tint); position: relative; border-radius: 2px; overflow: hidden; } .v2-rating-bar-fill { position: absolute; inset: 0 auto 0 0; background: var(--bronze); border-radius: 2px; } .v2-rating-val { font-family: var(--serif); font-size: 16px; color: var(--bronze); font-weight: 400; letter-spacing: 0.5px; }  .v2-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 40px 0; border-top: 1px solid var(--bronze-line); border-bottom: 1px solid var(--bronze-line); }@media (max-width: 700px){ .v2-specs { grid-template-columns: 1fr; }} .v2-spec { padding: 26px 28px; border-right: 1px solid var(--bronze-line); font-family: var(--sans); } .v2-spec:last-child { border-right: none; }@media (max-width: 700px){ .v2-spec { border-right: none; border-bottom: 1px solid var(--bronze-line); } .v2-spec:last-child { border-bottom: none; }} .v2-spec-label { font-size: 10.5px; letter-spacing: 1.7px; text-transform: uppercase; color: var(--bronze); margin-bottom: 10px; font-weight: 500; } .v2-spec-value { font-family: var(--serif); font-size: clamp(20px, 1.8vw, 26px); color: var(--gris); font-weight: 400; line-height: 1.2; } .v2-spec-helper { font-size: 12px; color: var(--gris-soft); font-weight: 300; margin-top: 6px; letter-spacing: 0.2px; }    .v2-product-hero { display: grid; grid-template-columns: 7fr 5fr; gap: 70px; max-width: 1320px; margin: 50px auto 70px; padding: 0 32px; }@media (max-width: 1024px){ .v2-product-hero { grid-template-columns: 1fr; gap: 36px; }} .v2-product-gallery { position: relative; } .v2-product-gallery .woocommerce-product-gallery { margin: 0 !important; max-width: none !important; width: 100% !important; } .v2-product-info { position: sticky; top: 110px; align-self: start; font-family: var(--sans); }@media (max-width: 1024px){ .v2-product-info { position: static; }} .v2-product-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 22px; } .v2-product-pills a, .v2-product-pills span { font-family: var(--sans); font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; padding: 7px 13px; border: 1px solid var(--bronze-line); border-radius: 999px; color: var(--gris-soft); text-decoration: none; transition: all .15s; font-weight: 400; } .v2-product-pills a:hover { border-color: var(--bronze); color: var(--bronze); background: var(--bronze-tint); } .v2-product-title { font-family: var(--serif); font-weight: 300; font-size: clamp(32px, 3.4vw, 50px); line-height: 1.05; color: var(--gris); margin: 0 0 10px; letter-spacing: -0.4px; } .v2-product-title em { font-style: italic; color: var(--bronze); font-weight: 300; } .v2-product-price { font-family: var(--sans); font-weight: 500; font-size: 22px; color: var(--gris); margin: 0 0 24px; } .v2-product-trust { display: flex; gap: 24px; flex-wrap: wrap; padding: 22px 0; border-top: 1px solid var(--bronze-line); border-bottom: 1px solid var(--bronze-line); margin: 28px 0; } .v2-product-trust-item { display: flex; align-items: center; gap: 10px; font-family: var(--sans); font-size: 12px; color: var(--gris-soft); letter-spacing: 0.3px; } .v2-product-trust-item::before { content: ''; width: 6px; height: 6px; background: var(--bronze); border-radius: 50%; }  .v2-cross { margin: 80px auto; max-width: 1280px; padding: 0 32px; } .v2-cross-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 32px; gap: 24px; flex-wrap: wrap; padding-bottom: 18px; border-bottom: 1px solid var(--bronze-line); } .v2-cross-head h2 { font-family: var(--serif); font-size: clamp(26px, 2.6vw, 38px); font-weight: 400; margin: 0; color: var(--gris); letter-spacing: -0.3px; } .v2-cross-head a { font-family: var(--sans); font-size: 11.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--bronze); text-decoration: none; font-weight: 500; } .v2-cross-head a:hover { color: var(--bronze-deep); } .v2-cross-head a::after { content: ' →'; }  .v2-archive-toolbar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; padding: 22px 0; border-top: 1px solid var(--bronze-line); border-bottom: 1px solid var(--bronze-line); margin-bottom: 44px; font-family: var(--sans); font-size: 13px; color: var(--gris-soft); letter-spacing: 0.2px; } .v2-archive-count strong { color: var(--gris); font-weight: 500; }  .v2-cta-block { background: var(--gris); color: #fff; padding: 90px 32px; text-align: center; position: relative; overflow: hidden; } .v2-cta-block::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(139,105,20,0.45) 0%, transparent 65%); pointer-events: none; } .v2-cta-block > * { position: relative; z-index: 2; } .v2-cta-block h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(30px, 3.2vw, 46px); margin: 0 0 18px; color: #fff !important; letter-spacing: -0.3px; line-height: 1.1; } .v2-cta-block p { font-family: var(--sans); font-size: 16px; font-weight: 300; line-height: 1.7; color: rgba(255,245,225,0.88); margin: 0 auto 30px; max-width: 580px; } .v2-cta-block .v2-btn { background: var(--beige); color: var(--gris) !important; } .v2-cta-block .v2-btn:hover { background: #fff; }@media (max-width:768px){ .v2-btn {margin-bottom: 10px;}}  .v2-footnote { font-family: var(--sans); font-size: 12px; color: var(--gris-mute); font-style: italic; letter-spacing: 0.1px; margin: 24px 0 0; }  .v2-card-media-bg { background-position: center; background-size: cover; background-repeat: no-repeat; }  .v2-scope a:focus-visible, .v2-scope button:focus-visible, .v2-scope summary:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; }@media (prefers-reduced-motion: reduce){ .v2-scope, .v2-scope *, .v2-scope *::before, .v2-scope *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } .v2-product-card:hover, .v2-card:hover { transform: none; }}@media print{ .v2-hero, .v2-cta-block, .v2-mesh, .v2-cross { background: #fff; color: #000; } .v2-hero::before, .v2-hero::after { display: none; } .v2-card, .v2-product-card { box-shadow: none; break-inside: avoid; }}    .v2-finition-loop { display: flex; flex-direction: column; gap: 0; margin-top: 40px; }  .v2-finition-products-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; margin-top: 40px; }@media (max-width: 768px){ .v2-finition-products-row { grid-template-columns: 1fr; gap: 16px; margin-top: 24px; }}@media (min-width: 768px) and (max-width: 1024px){ .v2-finition-products-row { grid-template-columns: 1fr 1fr; }} .v2-finition-product-cell { position: relative; padding-top: 24px; } .v2-finition-product-cell::before { content: attr(data-motif); position: absolute; top: 0; left: 0; font-family: var(--sans); font-size: 10px; letter-spacing: 1.7px; text-transform: uppercase; color: var(--bronze); font-weight: 500; z-index: 1; }  .v2-scope .brxe-text > p:first-child { margin-top: 0; } .v2-scope .brxe-text > p:last-child { margin-bottom: 0; } .v2-scope ol { padding-left: 24px; } .v2-scope ol li { padding-left: 0; } .v2-scope ol li::before { display: none; }  .v2-section--alt { background: var(--beige) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><circle cx='2' cy='2' r='0.6' fill='%238b6914' fill-opacity='0.025'/></svg>") repeat; } .v2-section--alt-warm { background: var(--beige-warm) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4'><circle cx='2' cy='2' r='0.6' fill='%238b6914' fill-opacity='0.04'/></svg>") repeat; }  .v2-scope > * + * {  }   .v2-card--repere { background: transparent; border: none; padding: 0; } .v2-card--repere:hover { border-color: transparent; transform: none; box-shadow: none; } .v2-card--repere .v2-card-body { padding: 24px 0 0; border-top: 1px solid var(--bronze-line); } .v2-card--repere .v2-card-body h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(22px, 2vw, 26px); color: var(--gris); margin: 0 0 12px; } .v2-card--repere .v2-card-body p { -webkit-line-clamp: none; display: block; font-family: var(--sans); font-size: 15px; font-weight: 300; line-height: 1.7; color: var(--gris-soft); margin: 0; } .v2-silh-anatomy { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px 56px; margin-top: 36px; } .v2-silh-anatomy-item { padding-left: 22px; border-left: 1px solid var(--bronze-line); } .v2-silh-anatomy-item h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(22px, 2vw, 26px); line-height: 1.15; color: var(--gris); margin: 0 0 10px; } .v2-silh-anatomy-item h3 em { font-style: italic; color: var(--bronze); } .v2-silh-anatomy-item p { font-family: var(--sans); font-size: 15px; font-weight: 300; line-height: 1.7; color: var(--gris-soft); margin: 0; } .v2-card--collection .v2-card-body { padding: 24px 28px 28px; } .v2-card--collection .v2-card-body p { -webkit-line-clamp: none; display: block; } .unclamp, .unclamp p { -webkit-line-clamp: none !important;} * Accordion holdon, bouton serif élégant, hairline bronze */ .v2-silh-accordion { margin-top: 18px; } .v2-silh-accordion > summary { list-style: none; cursor: pointer; display: inline-flex; align-items: baseline; gap: 18px; padding: 0 0 14px; border: none; border-bottom: 1px solid var(--bronze-line); background: transparent; font-family: var(--serif); font-size: clamp(18px, 1.8vw, 22px); font-weight: 400; font-style: italic; letter-spacing: 0; text-transform: none; color: var(--bronze); transition: color .25s, border-color .25s; margin-bottom: 32px; } .v2-silh-accordion > summary::-webkit-details-marker { display: none; } .v2-silh-accordion > summary::after { content: '↓'; font-family: var(--sans); font-style: normal; font-size: 14px; font-weight: 300; color: var(--bronze); transition: transform .25s; margin-left: 6px; } .v2-silh-accordion > summary:hover { color: var(--bronze-deep); border-bottom-color: var(--bronze); } .v2-silh-accordion > summary:hover::after { transform: translateY(2px); } .v2-silh-accordion[open] > summary { border-bottom-color: var(--bronze); } .v2-silh-accordion[open] > summary::after { content: '↓'; }   .v2-product-card { position: relative; display: flex; flex-direction: column; background: var(--beige); border: 1px solid var(--bronze-hair); transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease; overflow: hidden; font-family: var(--sans); } .v2-product-card:hover { border-color: var(--bronze); transform: translateY(-3px); box-shadow: 0 18px 38px -22px rgba(42, 49, 56, 0.5); } .v2-product-card-image { aspect-ratio: 1; background: var(--beige-warm); position: relative; overflow: hidden; } .v2-product-card-image img, .v2-product-card-image .brxe-image, .v2-product-card-image a { width: 100%; height: 100%; display: block; } .v2-product-card-image img { object-fit: cover; transition: transform .6s ease; } .v2-product-card:hover .v2-product-card-image img { transform: scale(1.05); } .v2-product-card-size { position: absolute; top: 14px; left: 14px; width: 38px; height: 38px; background: var(--gris); color: var(--beige); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 0.3px; z-index: 2; } .v2-product-card-size span { line-height: 1; } .v2-product-card-body { padding: 18px 20px 18px; display: flex; flex-direction: column; gap: 6px; } .v2-product-card-name { font-family: var(--serif); font-weight: 400; font-size: 21px; line-height: 1.18; margin: 0; color: var(--gris); } .v2-product-card-name a { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .15s; } .v2-product-card-name a:hover { border-bottom-color: var(--bronze); } .v2-product-card-meta { display: flex; gap: 6px; flex-wrap: wrap; font-family: var(--sans); font-size: 11px; font-weight: 400; color: var(--gris-soft); letter-spacing: 0.4px; text-transform: lowercase; } .v2-product-card-meta span:not(:last-child)::after { content: '·'; margin-left: 6px; color: var(--bronze); } .v2-product-card-bottom { margin-top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid var(--bronze-line); } .v2-product-card-price { font-family: var(--sans); font-size: 16.5px; font-weight: 600; color: var(--gris); letter-spacing: 0.2px; line-height: 1.1; } .v2-product-card-cart .holdon-cart-wrapper, .v2-product-card-cart .holdon-archive-cart { display: flex; gap: 4px; align-items: center; } .v2-product-card-cart .holdon-qty-btn, .v2-product-card-cart .holdon-qty-input { height: 32px !important; } .v2-product-card-cart .holdon-qty-btn { width: 22px !important; } .v2-product-card-cart .holdon-qty-input { width: 26px !important; padding: 0 !important; } .v2-product-card-cart .holdon-add-to-cart-btn { min-width: 0 !important; height: 32px !important; padding: 8px 14px !important; background: var(--bronze) !important; color: #fff !important; font-size: 11px !important; letter-spacing: 1.5px !important; text-transform: uppercase; font-weight: 500; border: none; transition: background .2s; } .v2-product-card-cart .holdon-add-to-cart-btn:hover { background: var(--bronze-deep) !important; } .v2-product-card-cart .holdon-btn-text { display: none; } .v2-product-card-cart .holdon-add-to-cart-btn::after { --icon: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E"); content: ''; display: inline-block; width: 14px; height: 14px; background-color: currentColor; -webkit-mask: var(--icon) no-repeat center / contain; mask: var(--icon) no-repeat center / contain; } .holdon-indicateurs { width: 100%; border-collapse: collapse; margin-top: 0em; } .holdon-indicateurs th { text-align: center; font-weight: 500; color: #666; font-size:10px; } .holdon-indicateurs td { text-align: center; vertical-align: top; } .holdon-prix-visu { display: inline-flex; gap: .3em; font-weight: 600; white-space: nowrap; opacity:0.8; align-items: center; line-height: 1; } .holdon-prix-visu__symbole.is-on { color: #8b6914; opacity: 0.8; } .holdon-prix-visu__symbole.is-on:not(.is-water) { filter: grayscale(1) sepia(1) saturate(4) hue-rotate(355deg) brightness(.65); } .holdon-prix-visu__symbole.is-on.is-water { filter: grayscale(1) sepia(1) saturate(8) hue-rotate(180deg) brightness(.4); } .holdon-prix-visu__symbole.is-off { color: #d9d9d9; opacity: .4; filter: grayscale(1); } .holdon-indicateurs td:first-child .holdon-prix-visu__symbole { position: relative; top: -.1em; } .v2-card-body .v2-card-desc { margin: 0; font-family: var(--sans); font-size: 14.5px; font-weight: 300; line-height: 1.65; color: var(--gris-soft); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }    .v2-article-meta { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 24px; font-family: var(--sans); font-size: 11.5px; font-weight: 500; letter-spacing: 1.8px; text-transform: uppercase; color: var(--gris-soft); } .v2-article-meta a { color: var(--bronze); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .2s; } .v2-article-meta a:hover { border-bottom-color: var(--bronze); } .v2-article-meta .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--bronze-line); display: inline-block; }  .v2-article-cover { position: relative; width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); background: var(--beige-warm); overflow: hidden; margin-bottom: 64px; } .v2-article-cover img { display: block; width: 100%; max-width: 1600px; margin: 0 auto; height: auto; max-height: 620px; object-fit: cover; object-position: center; }  .v2-article-body p { font-family: var(--sans); font-weight: 300; font-size: 17px; line-height: 1.78; color: var(--gris); margin: 0 0 22px; } .v2-article-body > .brxe-post-content > p:first-of-type { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(19px, 1.9vw, 23px); line-height: 1.5; color: var(--gris); padding-bottom: 26px; margin-bottom: 32px; border-bottom: 1px solid var(--bronze-line); } .v2-article-body h2, .v2-article-body h3 { font-family: var(--serif); font-weight: 400; color: var(--gris); line-height: 1.18; } .v2-article-body h2 { font-size: clamp(26px, 2.6vw, 32px); margin: 48px 0 18px; } .v2-article-body h3 { font-size: clamp(20px, 2vw, 24px); margin: 36px 0 14px; } .v2-article-body h2 em, .v2-article-body h3 em { color: var(--bronze); font-style: italic; } .v2-article-body blockquote { position: relative; border-left: 2px solid var(--bronze); background: var(--beige-warm); padding: 26px 30px 26px 38px; margin: 36px 0; font-family: var(--serif); font-style: italic; font-size: clamp(19px, 2.1vw, 22px); line-height: 1.5; color: var(--gris); } .v2-article-body blockquote p { font-size: inherit; margin: 0; font-family: inherit; font-style: inherit; } .v2-article-body blockquote::before { content: '«'; position: absolute; top: -4px; left: 26px; font-size: 50px; font-family: var(--serif); color: var(--bronze); opacity: 0.45; } .v2-article-body ul, .v2-article-body ol { margin: 0 0 26px; padding-left: 24px; font-family: var(--sans); } .v2-article-body li { margin-bottom: 10px; font-size: 16px; line-height: 1.7; color: var(--gris); font-weight: 300; } .v2-article-body li::marker { color: var(--bronze); } .v2-article-body em { color: var(--bronze); font-style: italic; font-weight: 400; } .v2-article-body strong { color: var(--gris); font-weight: 500; } .v2-article-body a { color: var(--bronze); text-decoration: none; border-bottom: 1px solid var(--bronze-line) !important; transition: border-color .25s, color .25s; } .v2-article-body a:hover { color: var(--bronze-deep); border-bottom-color: var(--bronze); } .v2-article-body img { width: 100%; height: auto;display: block; } .v2-article-body figure { margin: 36px 0; } .v2-article-body figcaption { font-family: var(--sans); font-size: 12px; font-style: italic; color: var(--gris-soft); text-align: center; padding-top: 10px; }  .v2-article-topics { max-width: 720px; margin: 56px auto 0; padding: 28px 24px 0; border-top: 1px solid var(--bronze-line); } .v2-article-topics-label { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 2.4px; text-transform: uppercase; color: var(--bronze); margin-bottom: 14px; display: block; } .v2-article-topics-list { display: flex; flex-wrap: wrap; gap: 10px; } .v2-article-topics-list a { font-family: var(--sans); font-size: 12.5px; font-weight: 400; color: var(--gris); background: var(--beige-warm); border: 1px solid var(--bronze-line); padding: 8px 14px; text-decoration: none !important; transition: background .2s, border-color .2s, color .2s; } .v2-article-topics-list a:hover { background: var(--bronze); border-color: var(--bronze); color: var(--beige); }  .v2-article-sign { max-width: 720px; margin: 56px auto 0; padding: 28px 24px 0; border-top: 1px solid var(--bronze-line); text-align: center; } .v2-article-sign-label { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 2.4px; text-transform: uppercase; color: var(--bronze); } .v2-article-sign-name { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 22px; color: var(--gris); margin-top: 8px; }  .v2-card--chronique { background: transparent; border: 0; box-shadow: none; } .v2-card--chronique:hover { border-color: transparent; box-shadow: none; transform: translateY(-3px); } .v2-card--chronique .v2-card-media { aspect-ratio: 16/11; margin-bottom: 18px; } .v2-card--chronique .v2-card-body { padding: 0; } .v2-card--chronique .v2-card-body h3 { font-size: clamp(20px, 2vw, 23px); line-height: 1.18; }  .v2-pagination { margin-top: 56px; display: flex; justify-content: center; } .v2-pagination .page-numbers { display: inline-block; padding: 9px 14px; border: 1px solid var(--bronze-line); color: var(--gris); text-decoration: none; font-family: var(--sans); font-size: 12.5px; font-weight: 500; letter-spacing: 0.5px; margin: 0 4px; transition: background .2s, color .2s, border-color .2s; } .v2-pagination a.page-numbers:hover, .v2-pagination .current { background: var(--bronze); color: var(--beige); border-color: var(--bronze); }  .v2-pagination { margin-top: 56px; display: flex; justify-content: center; } .v2-pagination .page-numbers { display: inline-block; padding: 9px 14px; border: 1px solid var(--bronze-line); color: var(--gris); text-decoration: none; font-family: var(--sans); font-size: 12.5px; font-weight: 500; letter-spacing: 0.5px; margin: 0 4px; transition: background .2s, color .2s, border-color .2s; } .v2-pagination a.page-numbers:hover, .v2-pagination .current { background: var(--bronze, #8b6914); color: var(--beige); border-color: var(--bronze, #8b6914); }   .v2-card-media--empty { background: var(--beige-warm, #f5ecdb); display: flex; align-items: center; justify-content: center; } .v2-card-media--empty::before { content: ''; display: block; width: 56px; height: 56px; background: var(--bronze, #8b6914); opacity: 0.10; border-radius: 50%; } .v2-card-badge { display: inline-block; align-self: flex-start; font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 1.7px; text-transform: uppercase; color: var(--bronze, #8b6914); background: rgba(139, 105, 20, 0.08); border-left: 2px solid var(--bronze, #8b6914); padding: 6px 12px; margin: 0 0 6px; } .v2-card-swatch { display: block; width: 100%; aspect-ratio: 4/3; background: var(--swatch-color, var(--bronze, #8b6914)); } .v2-grid-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }@media (max-width: 900px){ .v2-grid-cards { grid-template-columns: repeat(2, 1fr); }}@media (max-width: 560px){ .v2-grid-cards { grid-template-columns: 1fr; }}  .v2-grid-cards > .brxe-div { display: contents; }    .v2-coll-hero-img { aspect-ratio: 1:1; background: var(--beige-warm); overflow: hidden; } .v2-coll-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; } .v2-coll-hero-img--placeholder { background: var(--beige-warm); display: flex; align-items: center; justify-content: center; } .v2-coll-hero-img--placeholder::before { content: ''; display: block; width: 60%; height: 60%; background: var(--bronze); opacity: 0.08; }  .v2-coll-histoire { max-width: 880px; margin: 0 auto; } .v2-coll-histoire p { font-family: var(--sans); font-weight: 300; font-size: 16.5px; line-height: 1.75; color: var(--gris); margin: 0 0 20px; } .v2-coll-histoire p:first-of-type::first-letter { font-family: var(--serif); font-size: 4.4em; float: left; line-height: 0.92; padding-right: 12px; color: var(--bronze); font-weight: 400; }  .v2-coll-bandeau { position: relative; width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); background: var(--beige-warm, #f5ecdb); overflow: hidden; text-align: center; } .v2-coll-bandeau img { display: block; width: 100%; height: auto; margin: 0 auto;  }  .v2-collection-hero-bg { position: relative; overflow: hidden; background-size: cover; background-position: top; } .v2-collection-hero-bg::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(253, 249, 243, 0.78) 0%, rgba(253, 249, 243, 0.86) 60%, rgba(253, 249, 243, 0.94) 100%); pointer-events: none; z-index: 0; } .v2-collection-hero-bg > * { position: relative; z-index: 1; }  .v2-grid-cards > .brxe-div, .v2-coll-fin-grid > .brxe-div { display: contents; } .v2-grid-cards > .brx-query-trail, .v2-coll-fin-grid > .brx-query-trail { display: none; }  .v2-coll-motif-group { margin-bottom: 64px; } .v2-coll-motif-group:last-child { margin-bottom: 0; } .v2-coll-motif-group-head { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; margin-bottom: 4px; padding-bottom: 14px; border-bottom: 1px solid var(--bronze-line); } .v2-coll-motif-group-head h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(22px, 2.4vw, 28px); color: var(--gris); margin: 0; } .v2-coll-motif-group-head h3 em { font-style: italic; color: var(--bronze); }  .v2-coll-fin-default-badge { position: absolute; top: 12px; right: 12px; z-index: 2; background: var(--bronze); color:var(--beige); font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: 1.8px; text-transform: uppercase; padding: 4px 8px; } .v2-cat-prose-cols .brxe-text, .v2-cat-prose-cols > [class*="brxe-"]:only-child { column-count: 2; column-gap: 48px; column-rule: 1px solid var(--bronze-line); } .v2-cat-prose-cols--3 .brxe-text, .v2-cat-prose-cols--3 > [class*="brxe-"]:only-child { column-count: 3; column-gap: 40px; } .v2-cat-prose-cols--4 .brxe-text, .v2-cat-prose-cols--4 > [class*="brxe-"]:only-child { column-count: 4; column-gap: 32px; }@media (max-width: 1100px){ .v2-cat-prose-cols--4 .brxe-text, .v2-cat-prose-cols--4 > [class*="brxe-"]:only-child { column-count: 2; }}@media (max-width: 900px){ .v2-cat-prose-cols--3 .brxe-text, .v2-cat-prose-cols--3 > [class*="brxe-"]:only-child { column-count: 2; }}@media (max-width: 700px){ .v2-cat-prose-cols .brxe-text, .v2-cat-prose-cols--3 .brxe-text, .v2-cat-prose-cols--4 .brxe-text, .v2-cat-prose-cols > [class*="brxe-"]:only-child, .v2-cat-prose-cols--3 > [class*="brxe-"]:only-child, .v2-cat-prose-cols--4 > [class*="brxe-"]:only-child { column-count: 1; }} .v2-cat-prose-cols h2, .v2-cat-prose-cols h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(20px, 2vw, 24px); line-height: 1.15; color: var(--gris); margin: 0 0 12px; break-after: avoid; page-break-after: avoid; -webkit-column-break-after: avoid; } .v2-cat-prose-cols h2 em, .v2-cat-prose-cols h3 em { font-style: italic; color: var(--bronze); } .v2-cat-prose-cols p { font-family: var(--sans); font-weight: 300; font-size: 15px; line-height: 1.7; color: var(--gris-soft); margin: 0 0 28px; break-inside: avoid; page-break-inside: avoid; -webkit-column-break-inside: avoid; } .v2-cat-prose-cols p:last-child { margin-bottom: 0; } .v2-cat-prose-cols em { font-style: italic; color: var(--bronze); } .v2-cat-prose-cols .brxe-text > p:first-child { column-span: all; -webkit-column-span: all; font-family: var(--serif); font-style: italic; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.5; color: var(--gris); max-width: 65ch; margin: 0 auto 32px; text-align: left; padding-bottom: 24px; border-bottom: 1px solid var(--bronze-line); } .v2-cat-switch { position: relative; width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); background: var(--beige-warm, #f5ecdb); padding: 96px 32px 100px; border-top: 1px solid var(--bronze-line); border-bottom: 1px solid var(--bronze-line); } .v2-cat-switch-inner { max-width: 1100px; margin: 0 auto; } .v2-cat-switch-header { text-align: center; max-width: 680px; margin: 0 auto 56px; } .v2-cat-switch-eyebrow { display: inline-flex; align-items: center; gap: 14px; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 2.6px; text-transform: uppercase; color: var(--bronze, #8b6914); margin: 0 0 18px; } .v2-cat-switch-eyebrow::before, .v2-cat-switch-eyebrow::after { content: ''; display: inline-block; width: 28px; height: 1px; background: var(--bronze-line); } .v2-cat-switch-title { font-family: var(--serif); font-weight: 400; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; color: var(--gris); margin: 0 0 16px; } .v2-cat-switch-title em { font-style: italic; color: var(--bronze, #8b6914); } .v2-cat-switch-lede { font-family: var(--sans); font-weight: 300; font-size: clamp(15px, 1.5vw, 17px); line-height: 1.65; color: var(--gris-soft); margin: 0 auto; max-width: 56ch; } .v2-cat-switch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }@media (max-width: 800px){ .v2-cat-switch-grid { grid-template-columns: 1fr; gap: 22px; }} .v2-cat-switch-grid .v2-card { background: #fff; } .v2-cat-switch-grid .v2-card--current { opacity: 0.55; background: rgba(255, 255, 255, 0.6); pointer-events: none; } .v2-cat-switch-grid .v2-card--current:hover { transform: none; border-color: var(--accent-line); } html { scroll-behavior: smooth; } .v2-cat-toc { position: relative; width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); background: var(--beige, #fdf9f3); border-top: 1px solid var(--bronze-line); border-bottom: 1px solid var(--bronze-line); padding: 20px 32px; } .v2-cat-toc-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; } .v2-cat-toc-label { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 2.2px; text-transform: uppercase; color: var(--bronze, #8b6914); white-space: nowrap; } .v2-cat-toc-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; } .v2-cat-toc-list a { display: inline-block; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gris, #2a3138); border: 1px solid var(--bronze-line); padding: 9px 16px; background: transparent; text-decoration: none !important; transition: background .25s ease, border-color .25s ease, color .25s ease; } .v2-cat-toc-list a:hover { background: var(--bronze, #8b6914); border-color: var(--bronze, #8b6914); color: #fff; } .v2-cat-toc-cta { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 1.6px; text-transform: uppercase; color: var(--bronze, #8b6914); border-bottom: 1px solid var(--bronze, #8b6914); padding: 0 0 4px; text-decoration: none !important; white-space: nowrap; transition: color .25s; } .v2-cat-toc-cta:hover { color: var(--bronze-deep, #6e5210); } .v2-cat-toc-cta::after { content: ' →'; transition: transform .25s; display: inline-block; } .v2-cat-toc-cta:hover::after { transform: translateX(4px); }@media (max-width: 900px){ .v2-cat-toc-inner { flex-direction: column; align-items: stretch; gap: 16px; } .v2-cat-toc-list { overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; padding-bottom: 4px; } .v2-cat-toc-list::-webkit-scrollbar { height: 2px; } .v2-cat-toc-cta { align-self: flex-end; }} #par-matiere, #par-collection, #par-forme, #par-couleur { scroll-margin-top: 24px; } .v2-cat .v2-card { border: 1px solid var(--bronze-hair); transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; } .v2-cat .v2-card:hover { border-color: var(--bronze); transform: translateY(-3px); box-shadow: 0 16px 36px -22px rgba(139, 105, 20, 0.4); } .v2-cat .v2-card-media { aspect-ratio: 1; } .v2-cat .v2-card-media--empty, .v2-cat .v2-card-media--empty { aspect-ratio: 1; }  :root { --bronze: #8b6914; --bronze-deep: #6e5210; --bronze-warm: #a07b1f; --bronze-line: rgba(139, 105, 20, 0.26); --bronze-hair: rgba(139, 105, 20, 0.14); --bronze-tint: rgba(139, 105, 20, 0.06); --bronze-soft: rgba(139, 105, 20, 0.55); --bronze-shadow: rgba(139, 105, 20, 0.4); --beige: #fdf9f3; --beige-warm: #f5ecdb; --beige-deep: #ece1cb; --gris: #2a3138; --gris-soft: #5b6168; --gris-mute: #8a8f95; --serif: 'Cormorant Garamond', Georgia, serif; --sans: 'Outfit', system-ui, -apple-system, sans-serif; }   .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce .button.alt, .woocommerce .button.alt.disabled, .wc-block-components-button, .wc-block-components-button.wc-block-components-button { display: inline-flex !important; align-items: center; gap: 14px; padding: 17px 32px !important; background: var(--bronze) !important; color: #fff !important; font-family: var(--sans) !important; font-size: 12px !important; font-weight: 500 !important; letter-spacing: 1.9px !important; text-transform: uppercase !important; text-decoration: none !important; border: none !important; border-radius: 0 !important; box-shadow: none; cursor: pointer; transition: background .25s, transform .25s, box-shadow .25s !important; } .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce .button.alt:hover, .wc-block-components-button:hover { background: var(--bronze-deep) !important; color: #fff !important; box-shadow: 0 10px 22px -14px rgba(139, 105, 20, 0.6) !important; }  .woocommerce a.button.wc-backward, .woocommerce-cart-form .actions .button[name=update_cart] { background: transparent !important; color: var(--bronze) !important; border: 1px solid var(--bronze-line) !important; } .woocommerce a.button.wc-backward:hover, .woocommerce-cart-form .actions .button[name=update_cart]:hover { background: var(--bronze-tint) !important; border-color: var(--bronze) !important; color: var(--bronze-deep) !important; }  .woocommerce table.shop_table, .woocommerce-cart table.cart, .woocommerce table.my_account_orders, .woocommerce-account table.account-orders-table { border: 1px solid var(--bronze-line); border-collapse: collapse; background: transparent; font-family: var(--sans); } .woocommerce table.shop_table th { background: var(--bronze-tint); color: var(--gris); font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 1.6px; text-transform: uppercase; padding: 16px; border-bottom: 1px solid var(--bronze-line); text-align: left; } .woocommerce table.shop_table td { border-top: 1px solid var(--bronze-hair); padding: 18px 16px; color: var(--gris); font-size: 15px; font-weight: 300; font-family: var(--sans); vertical-align: middle; } .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td { border-top: 1px solid var(--bronze-line); font-weight: 500; color: var(--gris); }  .woocommerce-form input[type=text], .woocommerce-form input[type=email], .woocommerce-form input[type=tel], .woocommerce-form input[type=password], .woocommerce-form textarea, .woocommerce-form select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { border: 1px solid var(--bronze-line); border-radius: 0; padding: 12px 14px; background: transparent; font-family: var(--sans); font-size: 15px; font-weight: 300; color: var(--gris); transition: border-color .2s; } .woocommerce-form input:focus, .woocommerce-form textarea:focus, .woocommerce-form select:focus, .woocommerce form .form-row input.input-text:focus { outline: none; border-color: var(--bronze); }  .woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-message { border-left: 3px solid var(--bronze); background: var(--bronze-tint); color: var(--gris); padding: 14px 18px; border-radius: 0; font-family: var(--sans); font-size: 14px; font-weight: 300; } .woocommerce-error { border-left-color: #a8302c; background: rgba(168, 48, 44, 0.06); }  .woocommerce a:not(.button):not(.wc-block-components-button) { color: var(--bronze); text-decoration: none; transition: color .2s, border-color .2s; } .woocommerce a:not(.button):not(.wc-block-components-button):hover { color: var(--bronze-deep); border-bottom-color: var(--bronze); }  .woocommerce h2, .woocommerce-account h2, .woocommerce h3, .woocommerce-account h3 { font-family: var(--serif); font-weight: 400; color: var(--gris); letter-spacing: -0.3px; }  .woocommerce .quantity input.qty { border: 1px solid var(--bronze-line); background: transparent; font-family: var(--sans); color: var(--gris); padding: 10px; border-radius: 0; }  .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li { padding: 14px 0; border-bottom: 1px solid var(--bronze-hair); } .woocommerce .widget_shopping_cart .total { border-top: 1px solid var(--bronze-line); padding-top: 16px; } .woocommerce-account .woocommerce-MyAccount-navigation {background:none;} .input, input:not([type=submit]), select, textarea {padding:0px;} .holdon-archive-cart-confirm{margin-top:10px !important;} li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads { display: none; }  .v2-footer-newsletter{border-bottom:1px solid var(--gris);background:var(--gris);padding:46px 32px;} .v2-footer-newsletter-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:48px;flex-wrap:wrap;} .v2-nl-title{font-family:var(--serif);font-weight:400;font-size:clamp(24px,2.4vw,34px);line-height:1.1;letter-spacing:-0.3px;color:var(--beige);margin:6px 0 10px;} .v2-nl-title em{font-style:italic;color:var(--bronze);} .v2-nl-lede{font-family:var(--sans);font-weight:300;font-size:14.5px;line-height:1.6;color:var(--beige);margin:0;} .v2-nl-form{flex:1 1 360px;max-width:440px;min-width:300px;} .v2-nl-form .brxe-form{display:flex;flex-direction:column;gap:14px;} .v2-nl-form .form-group{margin:0;} .v2-nl-form input[type=email]{width:100%;border:1px solid var(--bronze-line);background:var(--beige);border-radius:0;padding:0 16px;line-height:50px;font-family:var(--sans);font-size:15px;color:var(--gris);} .v2-nl-form input[type=email]:focus{outline:none;border-color:var(--bronze);} .v2-nl-form .brxe-checkbox label,.v2-nl-form label{font-family:var(--sans);font-size:12px;line-height:1.45;color:var(--bronze);} .v2-nl-form button[type=submit]{align-self:flex-start;background:var(--bronze);color:#fff;border:none;border-radius:0;font-family:var(--sans);font-size:12px;font-weight:500;letter-spacing:1.9px;text-transform:uppercase;padding:15px 34px;cursor:pointer;transition:background .25s;} .v2-nl-form button[type=submit]:hover{background:var(--bronze-deep);} .v2-nl-form .brxe-form ul.frm-validation,.v2-nl-form .message{font-family:var(--sans);font-size:13px;}@media(max-width:768px){.v2-footer-newsletter-inner{flex-direction:column;align-items:flex-start;gap:26px;}.v2-nl-form{width:100%;max-width:none;}}  .v2-footer { --footer-bronze: #8b6914;  --footer-bronze-soft: #a07b1f;  background: var(--gris, #2a3138); color: var(--beige, #fdf9f3); padding: 80px 32px 32px; position: relative; font-family: var(--sans, 'Outfit', system-ui, sans-serif); } .v2-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--footer-bronze-soft) 40%, var(--footer-bronze-soft) 60%, transparent); opacity: 0.6; } .v2-footer-inner { max-width: 1240px; margin: 0 auto; }  .v2-footer-cols { display: grid; grid-template-columns: 2fr 1.2fr 1fr 1.4fr; gap: 56px; padding-bottom: 56px; border-bottom: 1px solid rgba(253, 249, 243, 0.10); }@media (max-width: 980px){ .v2-footer-cols { grid-template-columns: 1fr 1fr; gap: 48px 40px; }}@media (max-width: 560px){ .v2-footer-cols { grid-template-columns: 1fr; gap: 40px; padding-bottom: 40px; }}  .v2-footer-brand { max-width: 380px; } .v2-footer-logo { display: inline-flex; align-items: baseline; gap: 10px; margin: 0 0 20px; font-family: var(--sans, 'Outfit', system-ui, sans-serif); font-size: 36px; letter-spacing: 0.5px; line-height: 1; } .v2-footer-logo-h { font-weight: 800; color: var(--beige, #fdf9f3); } .v2-footer-logo-p { font-weight: 200; color: var(--beige, #fdf9f3); } .v2-footer-tagline { font-size: 14px; font-weight: 300; line-height: 1.7; color: rgba(253, 249, 243, 0.78); margin: 0 0 22px; max-width: 340px; } .v2-footer-since { font-size: 9.5px; font-weight: 500; letter-spacing: 2.4px; text-transform: uppercase; color: rgba(253, 249, 243, 0.72); margin: 0; } .v2-footer-since::before { content: ''; display: inline-block; width: 24px; height: 1px; background: rgba(253, 249, 243, 0.45); vertical-align: middle; margin-right: 12px; }  .v2-footer-title { font-family: var(--sans, 'Outfit', system-ui, sans-serif); font-size: 10.5px; font-weight: 600; letter-spacing: 2.4px; text-transform: uppercase; color: var(--beige-warm, #f5ecdb); margin: 0 0 22px; padding-bottom: 14px; border-bottom: 1px solid rgba(253, 249, 243, 0.18); } .v2-footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; } .v2-footer-col ul a { color: rgba(253, 249, 243, 0.82) !important; text-decoration: none !important; font-size: 14px; font-weight: 300; transition: color .25s ease; display: inline-block; white-space: nowrap; } .v2-footer-col ul a::after { content: ' →'; display: inline-block; opacity: 0; margin-left: 0; color: var(--footer-bronze-soft); transition: opacity .25s ease, margin-left .25s ease, transform .25s ease; } .v2-footer-col ul a:hover { color: var(--beige, #fdf9f3); } .v2-footer-col ul a:hover::after { opacity: 1; margin-left: 8px; }  .v2-footer-seo { padding: 28px 0 30px; border-bottom: 1px solid rgba(253, 249, 243, 0.10); } .v2-footer-seo-line { margin: 0 0 12px; font-size: 12.5px; line-height: 1.85; color: rgba(253, 249, 243, 0.55); } .v2-footer-seo-line:last-child { margin-bottom: 0; } .v2-footer-seo-label { display: inline-block; font-weight: 600; font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--footer-bronze); margin-right: 14px; min-width: 110px; } .v2-footer-seo a { color: rgba(253, 249, 243, 0.70) !important; text-decoration: none !important; transition: color .25s ease; } .v2-footer-seo a:hover { color: var(--beige, #fdf9f3); } .v2-footer-seo .sep { color: rgba(253, 249, 243, 0.25); margin: 0 4px; }  .v2-footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; padding-top: 28px; font-size: 12px; font-weight: 300; color: rgba(253, 249, 243, 0.55); } .v2-footer-bottom-right { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; } .v2-footer-bottom-right a { color: rgba(253, 249, 243, 0.65); text-decoration: none !important; font-size: 12px; transition: color .25s ease; } .v2-footer-bottom-right a:hover { color: var(--footer-bronze-soft); } .v2-footer-bottom-right a + a::before { content: '·'; margin-right: 22px; color: rgba(253, 249, 243, 0.30); }@media (max-width: 700px){ .v2-footer-seo-line { padding-left: 0; } .v2-footer-seo-label { display: block; margin-bottom: 4px; }}@media (max-width: 560px){ .v2-footer { padding: 64px 22px 28px; } .v2-footer-bottom { flex-direction: column; align-items: flex-start; gap: 14px; } .v2-footer-bottom-right { gap: 14px; } .v2-footer-bottom-right a + a::before { margin-right: 14px; }}:root:root:root{--bricks-color-nagzag:var(--beige);--bricks-color-jpywll:var(--gris);--bricks-color-axebgc:var(--bronze);}.v2-loop-loadmore { grid-column: 1 / -1; display: flex; justify-content: center; align-items: center; margin: 48px 0 16px; }.v2-loop-loadmore:not(:has(.facetwp-load-more)) { display: none !important; margin: 0 !important; height: 0 !important; }.v2-loop-loadmore .facetwp-load-more.facetwp-loading { opacity: .6; cursor: wait; pointer-events: none; }.v2-loop-loadmore .facetwp-load-more::after { content: '↓'; transition: transform .25s; }.v2-loop-loadmore .facetwp-load-more:hover::after { transform: translateY(3px); }