/** Shopify CDN: Minification failed

Line 226:0 Expected "}" to go with "{"

**/
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: #FFFFFF; color: #1A1A1A; font-family: 'Montserrat', sans-serif; font-weight: 300; overflow-x: hidden; line-height: 1.6; }

.gold-logo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  background: linear-gradient(180deg, #A87E2E 0%, #C8923A 15%, #DAA84A 30%, #E8BC60 45%, #F0CC75 50%, #E8BC60 55%, #DAA84A 70%, #C8923A 85%, #A87E2E 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 1px 0 rgba(240,204,117,0.4)) drop-shadow(0 2px 3px rgba(168,126,46,0.5));
  letter-spacing: 8px;
}

/* SPLASH */
.splash { position: fixed; inset: 0; z-index: 9999; background: #FFFFFF; display: flex; align-items: center; justify-content: center; flex-direction: column; animation: splashOut 0.5s ease-in-out 1.8s forwards; overflow: hidden; }
.star { position: absolute; width: 4px; height: 4px; background: radial-gradient(circle, #FFE89A 0%, #E8B855 40%, transparent 70%); border-radius: 50%; pointer-events: none; filter: drop-shadow(0 0 6px #F5D67A); }
.star::before, .star::after { content: ''; position: absolute; background: linear-gradient(180deg, transparent, #FFE89A, transparent); left: 50%; top: 50%; }
.star::before { width: 1px; height: 14px; transform: translate(-50%, -50%); }
.star::after { width: 14px; height: 1px; background: linear-gradient(90deg, transparent, #FFE89A, transparent); transform: translate(-50%, -50%); }
.star.s1 { top: 15%; left: 10%; animation: twinkle 2.2s ease-in-out infinite, float1 8s ease-in-out infinite; }
.star.s2 { top: 25%; left: 85%; animation: twinkle 1.8s ease-in-out infinite 0.3s, float2 9s ease-in-out infinite; }
.star.s3 { top: 70%; left: 15%; animation: twinkle 2.5s ease-in-out infinite 0.6s, float3 7s ease-in-out infinite; }
.star.s4 { top: 80%; left: 80%; animation: twinkle 2s ease-in-out infinite 0.9s, float1 10s ease-in-out infinite; }
.star.s5 { top: 40%; left: 5%; animation: twinkle 1.7s ease-in-out infinite 0.2s, float2 8s ease-in-out infinite; transform: scale(0.7); }
.star.s6 { top: 60%; left: 92%; animation: twinkle 2.3s ease-in-out infinite 0.7s, float3 9s ease-in-out infinite; transform: scale(0.8); }
.star.s7 { top: 10%; left: 50%; animation: twinkle 2.1s ease-in-out infinite 0.4s, float1 7s ease-in-out infinite; transform: scale(0.6); }
.star.s8 { top: 90%; left: 45%; animation: twinkle 1.9s ease-in-out infinite 0.8s, float2 8.5s ease-in-out infinite; transform: scale(0.7); }
.star.s9 { top: 30%; left: 30%; animation: twinkle 2.4s ease-in-out infinite 1.1s, float3 9s ease-in-out infinite; transform: scale(0.5); }
.star.s10 { top: 55%; left: 70%; animation: twinkle 2s ease-in-out infinite 0.5s, float1 10s ease-in-out infinite; transform: scale(0.6); }
.star.s11 { top: 20%; left: 65%; animation: twinkle 1.8s ease-in-out infinite 0.3s, float2 7.5s ease-in-out infinite; transform: scale(0.4); }
.star.s12 { top: 75%; left: 35%; animation: twinkle 2.2s ease-in-out infinite 0.6s, float3 8s ease-in-out infinite; transform: scale(0.5); }
@keyframes twinkle { 0%, 100% { opacity: 0.3; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes float1 { 0%, 100% { translate: 0 0; } 50% { translate: 20px -15px; } }
@keyframes float2 { 0%, 100% { translate: 0 0; } 50% { translate: -15px 20px; } }
@keyframes float3 { 0%, 100% { translate: 0 0; } 50% { translate: 18px 15px; } }
.splash-logo { font-size: clamp(80px, 14vw, 220px); opacity: 0; animation: splashFadeIn 0.8s ease-out 0.1s forwards; position: relative; z-index: 2; }
@keyframes splashFadeIn { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@keyframes splashOut { from { opacity: 1; visibility: visible; } to { opacity: 0; visibility: hidden; transform: scale(1.05); } }
.splash.hidden { display: none; }
.main-content { opacity: 0; animation: mainFadeIn 0.6s ease-out 2.1s forwards; }
@keyframes mainFadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ANNOUNCE */
.announce-bar { background: #000000; color: #C9A878; text-align: center; padding: 12px; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; font-weight: 500; }
.announce-bar .icon { color: #FFE89A; margin: 0 12px; }

/* NAV */
.site-nav { background: #FFFFFF; padding: 18px 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: sticky; top: 0; z-index: 100; border-bottom: 1px solid #F5F5F5; }
.menu-btn { background: none; border: none; cursor: pointer; justify-self: start; padding: 4px; display: flex; flex-direction: column; gap: 4px; }
.menu-btn span { width: 24px; height: 1.5px; background: #1A1A1A; }
.nav-logo { font-size: 36px; text-decoration: none; justify-self: center; }
.nav-icons { display: flex; gap: 18px; align-items: center; justify-self: end; }
.nav-icons a, .nav-icons button { background: none; border: none; cursor: pointer; position: relative; padding: 4px; color: #1A1A1A; text-decoration: none; display: flex; align-items: center; transition: transform 0.3s; }
.nav-icons a:hover, .nav-icons button:hover { transform: scale(1.1); }
.cart-icon { position: relative; }
.cart-num { position: absolute; top: -2px; right: -6px; background: #C9A878; color: #FFFFFF; font-size: 9px; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 600; }

/* HERO BANNER */
.hero-banner { position: relative; overflow: hidden; width: 100%; }
.banniere-img { width: 100%; display: block; height: auto; animation: bannerFloat 8s ease-in-out infinite; }
.banner-cta { position: absolute; top: 67%; left: 50%; transform: translate(-50%, -50%); width: 42%; height: 9%; cursor: pointer; z-index: 5; transition: transform 0.3s; }
.banner-cta:hover { transform: translate(-50%, -50%) scale(1.05); }
@keyframes bannerFloat { 0%, 100% { transform: scale(1) translateY(0); } 50% { transform: scale(1.04) translateY(-8px); } }

/* PRODUCTS */
.products { padding: 70px 24px 50px; background: #FFFFFF; text-align: center; }
.products-title-wrap { margin-bottom: 50px; }
.products-title { font-family: 'Playfair Display', serif; font-weight: 500; font-size: clamp(15px, 1.8vw, 22px); letter-spacing: 4px; color: #B8956A; text-transform: uppercase; margin-bottom: 14px; }
.products-divider { display: flex; align-items: center; justify-content: center; gap: 14px; }
.products-divider::before, .products-divider::after { content: ''; height: 1px; width: 50px; background: #C9A878; }
.divider-diamond { color: #C9A878; font-size: 10px; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1200px; margin: 0 auto; }
.pcard { background: #FFFFFF; border: 1px solid #F0EBE3; cursor: pointer; transition: all 0.4s; overflow: hidden; text-decoration: none; color: inherit; display: block; }
.pcard:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(184,149,106,0.15); }
.pcard-img { aspect-ratio: 4/5; background: linear-gradient(135deg, #FAF6EE 0%, #F0E5D0 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.pcard-photo { max-width: 90%; max-height: 90%; object-fit: contain; mix-blend-mode: multiply; transition: transform 0.4s; }
.pcard:hover .pcard-photo { transform: scale(1.06); }
.pcard-body { padding: 18px 14px 20px; text-align: center; }
.pcard-name { font-family: 'Playfair Display', serif; font-size: 13px; font-weight: 600; margin-bottom: 8px; letter-spacing: 2.5px; text-transform: uppercase; color: #1A1A1A; }
.pcard-cat { font-size: 10px; letter-spacing: 2px; color: #999; text-transform: uppercase; margin-bottom: 14px; }
.pcard-price { margin-bottom: 16px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.pcard-price .old-price { text-decoration: line-through; color: #B0B0B0; font-size: 12px; }
.pcard-price .new-price { color: #C03030; font-weight: 600; font-size: 14px; }
.add-to-cart { background: #FFFFFF; color: #1A1A1A; border: 1px solid #1A1A1A; padding: 11px 14px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; font-family: 'Montserrat', sans-serif; font-weight: 500; transition: all 0.3s; width: 100%; }
.add-to-cart:hover { background: #1A1A1A; color: #FFFFFF; }

/* BENEFITS */
.benefits { background: linear-gradient(180deg, #FAF6EE 0%, #F5EDD9 100%); padding: 50px 24px; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 1300px; margin: 0 auto; }
.benefit { text-align: center; padding: 0 16px; position: relative; }
.benefit:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 15%; bottom: 15%; width: 1px; background: #D4B896; }
.benefit-icon { font-size: 36px; color: #B8956A; margin-bottom: 16px; display: inline-block; }
.benefit-title { font-family: 'Playfair Display', serif; font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: #1A1A1A; margin-bottom: 12px; }
.benefit-desc { font-size: 11px; color: #888; line-height: 1.7; max-width: 200px; margin: 0 auto; }

/* AI CHAT */
.ai-section { background: #FFFFFF; padding: 70px 24px; text-align: center; }
.ai-title { font-size: clamp(22px, 3vw, 32px); letter-spacing: 4px; margin-bottom: 10px; }
.ai-subtitle { font-size: 11px; letter-spacing: 2px; color: #999; text-transform: uppercase; margin-bottom: 36px; }
.chat-widget { max-width: 560px; margin: 0 auto; background: #FFFFFF; border: 1px solid #F0EBE3; box-shadow: 0 20px 60px rgba(184,149,106,0.1); display: flex; flex-direction: column; height: 460px; text-align: left; }
.chat-header { display: flex; align-items: center; gap: 14px; padding: 18px 22px; border-bottom: 1px solid #F5F0E5; }
.chat-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #FFE89A, #B8956A); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.chat-name { font-family: 'Playfair Display', serif; font-size: 17px; letter-spacing: 1px; }
.chat-status { font-size: 9px; color: #B8956A; letter-spacing: 2px; text-transform: uppercase; margin-top: 2px; }
.chat-messages { flex: 1; overflow-y: auto; padding: 22px; display: flex; flex-direction: column; gap: 12px; background: #FAF6EE; }
.msg { max-width: 85%; padding: 12px 16px; font-size: 13px; line-height: 1.6; }
.msg.bot { background: #FFFFFF; border: 1px solid #F0EBE3; color: #1A1A1A; align-self: flex-start; border-radius: 2px 14px 14px 14px; }
.msg.user { background: #1A1A1A; color: #FFFFFF; align-self: flex-end; border-radius: 14px 2px 14px 14px; }
.chat-input-row { display: flex; border-top: 1px solid #F5F0E5; padding: 14px 18px; gap: 10px; }
.chat-input-row input { flex: 1; border: 1px solid #E8DFD0; padding: 11px 14px; font-family: 'Montserrat', sans-serif; font-size: 12px; outline: none; background: #FAF6EE; }
.send-btn { background: #1A1A1A; color: #FFFFFF; border: none; width: 42px; cursor: pointer; font-size: 14px; }

/* PRODUCT PAGE */
.product-page { max-width: 1200px; margin: 40px auto; padding: 0 24px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.product-gallery-page { background: linear-gradient(135deg, #FAF6EE 0%, #F0E5D0 100%); padding: 40px; }
.product-main-img { aspect-ratio: 1/1; background: #FFFFFF; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; overflow: hidden; border: 1px solid #F0EBE3; }
.product-main-img img { max-width: 85%; max-height: 85%; object-fit: contain; mix-blend-mode: multiply; }
.product-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.product-thumb { aspect-ratio: 1/1; background: #FFFFFF; cursor: pointer; border: 2px solid transparent; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: border-color 0.3s; }
.product-thumb img { max-width: 85%; max-height: 85%; object-fit: contain; mix-blend-mode: multiply; }
.product-thumb.active { border-color: #B8956A; }
.product-info-page { padding: 40px 0; }
.product-vendor { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #B8956A; margin-bottom: 12px; }
.product-title { font-size: 28px; margin-bottom: 16px; letter-spacing: 4px; }
.product-price-page { font-family: 'Playfair Display', serif; font-size: 22px; margin-bottom: 28px; display: flex; align-items: center; gap: 12px; }
.product-price-page .old-price { text-decoration: line-through; color: #B0B0B0; font-weight: 400; font-size: 16px; }
.product-price-page .new-price { color: #C03030; font-weight: 600; }
.product-desc-section { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #F0EBE3; }
.product-desc-section h4 { font-family: 'Playfair Display', serif; font-size: 13px; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 10px; color: #B8956A; }
.product-desc-section p, .product-desc-section div { font-size: 13px; line-height: 1.8; color: #555; }
.product-qty { margin-bottom: 20px; }
.product-qty label { display: block; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 10px; color: #999; }
.qty-control { display: inline-flex; align-items: center; border: 1px solid #E8DFD0; }
.qty-control button { background: none; border: none; width: 38px; height: 38px; font-size: 16px; cursor: pointer; transition: background 0.2s; }
.qty-control button:hover { background: #FAF6EE; }
.qty-control input { border: none; outline: none; width: 50px; text-align: center; font-size: 14px; font-family: 'Montserrat', sans-serif; }
.product-buy { background: #1A1A1A; color: #FFFFFF; border: none; padding: 16px; font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; cursor: pointer; width: 100%; margin-bottom: 24px; font-weight: 500; transition: background 0.3s; }
.product-buy:hover { background: #B8956A; }
.product-info-bottom { border-top: 1px solid #F0EBE3; padding-top: 20px; display: flex; flex-direction: column; gap: 10px; font-size: 12px; color: #777; }

/* CART */
.cart-page { max-width: 900px; margin: 60px auto; padding: 0 24px; }
.cart-page h1 { font-family: 'Cormorant Garamond', serif; font-size: 32px; letter-spacing: 6px; text-align: center; margin-bottom: 40px; }
.cart-table { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
.cart-table th { text-align: left; padding: 16px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #777; border-bottom: 1px solid #EEE; }
.cart-table th.center { text-align: center; }
.cart-table th.right { text-align: right; }
.cart-table td { padding: 20px 16px; border-bottom: 1px solid #F5F5F5; }
.cart-table .item-cell { display: flex; gap: 16px; align-items: center; }
.cart-table .item-cell img { width: 60px; height: 60px; object-fit: contain; background: #FAF6EE; }
.cart-table .item-name { font-family: 'Playfair Display', serif; font-size: 14px; margin-bottom: 4px; }
.cart-table .item-price { font-size: 12px; color: #999; }
.cart-total { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-top: 2px solid #1A1A1A; }
.cart-total .label { font-family: 'Cormorant Garamond', serif; font-size: 20px; letter-spacing: 2px; }
.cart-total .price { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 600; }
.cart-actions { display: flex; gap: 12px; margin-top: 30px; }
.cart-empty { text-align: center; padding: 60px 20px; }

/* FOOTER */
.site-footer { background: #1A1A1A; color: #C9A878; padding: 50px 24px 24px; text-align: center; }
.f-logo { font-size: 32px; margin-bottom: 20px; }
.f-text { font-size: 11px; color: rgba(201,168,120,0.6); letter-spacing: 1px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .site-nav { padding: 14px 16px; }
  .nav-logo { font-size: 24px; letter-spacing: 4px; }
  .nav-icons { gap: 12px; }
  .splash-logo { font-size: 56px; }
  .announce-bar { font-size: 9px; letter-spacing: 2px; padding: 10px; }
  .products { padding: 50px 12px 30px; }
  .products-title { font-size: 12px; letter-spacing: 3px; }
  .products-divider::before, .products-divider::after { width: 30px; }
  .products-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .pcard-body { padding: 12px 6px 14px; }
  .pcard-name { font-size: 9px; letter-spacing: 1.5px; }
  .pcard-cat { font-size: 8px; letter-spacing: 1px; margin-bottom: 8px; }
  .pcard-price { gap: 4px; margin-bottom: 10px; }
  .pcard-price .old-price { font-size: 10px; }
  .pcard-price .new-price { font-size: 11px; }
  .add-to-cart { padding: 8px 4px; font-size: 8px; letter-spacing: 1px; }
  .benefits { padding: 40px 16px; }
  .benefit { padding: 0 6px; }
  .benefit-icon { font-size: 28px; margin-bottom: 10px; }
  .benefit-title { font-size: 9px; letter-spacing: 1.5px; margin-bottom: 8px; }
  .benefit-desc { font-size: 9px; }
  .ai-section { padding: 50px 16px; }
  .chat-widget { height: 420px; }
  .product-grid { grid-template-columns: 1fr; gap: 30px; }
  .product-page { padding: 0 16px; margin: 20px auto; }
  .product-gallery-page { padding: 20px; }
  .product-info-page { padding: 0; }
  .product-title { font-size: 22px; letter-spacing: 3px; }
  .product-price-page { font-size: 18px; }
  .site-footer { padding: 40px 20px 24px; }
  /* Fix Chrome bouton AJOUTER AU PANIER */
.add-to-cart,
.pcard .add-to-cart,
.products-grid .pcard .add-to-cart {
  white-space: nowrap !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 9px 2px !important;
  font-size: 7px !important;
  letter-spacing: 0.5px !important;
  line-height: 1.2 !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

@media (max-width: 480px) {
  .add-to-cart {
    font-size: 7px !important;
    padding: 9px 2px !important;
    letter-spacing: 0.3px !important;
  }
}
