:root {
  --lux-ink: #07100d;
  --lux-ink-2: #0b1712;
  --lux-ink-3: #11231a;
  --lux-paper: #f2f4ee;
  --lux-white: #fbfdf9;
  --lux-green: #29f08a;
  --lux-green-dark: #087746;
  --lux-muted: #91a098;
  --lux-line: rgba(223, 244, 232, 0.14);
  --lux-paper-line: #ccd5cf;
  --lux-shadow: 0 30px 90px rgba(4, 13, 9, 0.16);
  --lux-max: 1400px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--lux-ink); }
body.mas-luxe-store,
body.mas-fallback { margin: 0; overflow-x: hidden; background: var(--lux-ink); color: var(--lux-white); font-family: Arial, Helvetica, sans-serif; }
.mas-luxe-store a,
.mas-fallback a { color: inherit; text-decoration: none; }
.mas-luxe-store button,
.mas-luxe-store input,
.mas-luxe-store select,
.mas-luxe-store textarea { font: inherit; }
.mas-luxe-store button { cursor: pointer; }
[hidden] { display: none !important; }

.lux-announcement {
  position: relative;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 38px;
  padding: 0 max(32px, calc((100vw - var(--lux-max)) / 2));
  border-bottom: 1px solid rgba(41, 240, 138, 0.18);
  background: #03120b;
  color: #a9b9b0;
  font-family: "Courier New", monospace;
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.lux-announcement > span:first-child { display: flex; align-items: center; gap: 9px; }
.lux-announcement > span:first-child i { width: 5px; height: 5px; border-radius: 50%; background: var(--lux-green); box-shadow: 0 0 12px var(--lux-green); }
.lux-announcement > span:nth-child(2) { color: #61736a; }
.lux-announcement a { justify-self: end; color: #d8e7de; }
.lux-announcement a b { margin-left: 8px; color: var(--lux-green); }

.lux-header {
  position: absolute;
  z-index: 50;
  top: 38px;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(var(--lux-max), calc(100% - 64px));
  height: 92px;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--lux-line);
}
.admin-bar .lux-header { top: 70px; }
.lux-brand { display: flex; width: 126px; height: 58px; align-items: center; }
.lux-brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.lux-nav { display: flex; align-items: center; gap: 34px; }
.lux-nav a { position: relative; padding: 36px 0 33px; color: #bcc9c1; font-size: 12px; font-weight: 700; transition: color .25s ease; }
.lux-nav a::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: var(--lux-green); content: ""; transform: scaleX(0); transition: transform .25s ease; }
.lux-nav a:hover,
.lux-nav a.is-active { color: var(--lux-white); }
.lux-nav a.is-active::after { transform: scaleX(1); }
.lux-header-actions { display: flex; justify-self: end; align-items: center; gap: 12px; }
.lux-consult { padding: 13px 16px; color: #c9d7cf; font-size: 11px; font-weight: 700; }
.lux-consult span { margin-left: 8px; color: var(--lux-green); }
.lux-cart-trigger {
  display: flex;
  min-height: 45px;
  align-items: center;
  gap: 13px;
  padding: 0 8px 0 18px;
  border: 1px solid rgba(41, 240, 138, .38);
  border-radius: 100px;
  background: rgba(41, 240, 138, .07);
  color: #e8f8ef;
  font-size: 11px;
  font-weight: 800;
}
.lux-cart-trigger b { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--lux-green); color: #03120b; }
.lux-mobile-menu { display: none; position: relative; justify-self: end; }
.lux-mobile-menu summary { list-style: none; cursor: pointer; font-size: 12px; font-weight: 800; }
.lux-mobile-menu summary::-webkit-details-marker { display: none; }
.lux-mobile-menu summary span { color: var(--lux-green); }
.lux-mobile-menu nav { position: absolute; top: 34px; right: 0; display: grid; width: 210px; padding: 10px; border: 1px solid var(--lux-line); background: rgba(5, 16, 11, .98); box-shadow: 0 24px 60px rgba(0, 0, 0, .42); }
.lux-mobile-menu a { padding: 13px; border-bottom: 1px solid rgba(255,255,255,.06); color: #d0ddd5; font-size: 12px; }

.lux-hero {
  position: relative;
  display: grid;
  min-height: 820px;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr);
  align-items: center;
  gap: 70px;
  overflow: hidden;
  padding: 190px max(32px, calc((100vw - var(--lux-max)) / 2)) 90px;
  background:
    radial-gradient(circle at 75% 42%, rgba(30, 160, 94, .12), transparent 27%),
    linear-gradient(130deg, #06100c 0%, #07100d 54%, #0a1711 100%);
}
.lux-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,16,13,.25), transparent 55%), repeating-linear-gradient(90deg, transparent 0, transparent calc(20% - 1px), rgba(129,202,162,.04) 20%); content: ""; }
.lux-hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(146,218,178,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(146,218,178,.07) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.5) 72%, transparent); }
.lux-aurora { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.lux-aurora-one { top: 15%; right: 6%; width: 460px; height: 460px; background: rgba(41, 240, 138, .07); }
.lux-aurora-two { bottom: -30%; left: -10%; width: 420px; height: 420px; background: rgba(8, 119, 70, .12); }
.lux-hero-copy { position: relative; z-index: 2; max-width: 790px; }
.lux-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; color: #9baba2; font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.lux-kicker span { width: 31px; height: 1px; background: var(--lux-green); box-shadow: 0 0 12px var(--lux-green); }
.lux-hero h1 { max-width: 800px; margin: 0; color: #f3f7f3; font-size: clamp(55px, 5.7vw, 88px); font-weight: 560; line-height: .99; letter-spacing: -.06em; }
.lux-hero h1 em { color: var(--lux-green); font-style: normal; }
.lux-hero-copy > p { max-width: 650px; margin: 31px 0 0; color: #9dadA4; font-size: 16px; line-height: 1.75; }
.lux-hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 38px; }
.lux-primary { display: inline-flex; min-height: 55px; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border: 0; border-radius: 4px; background: var(--lux-green); color: #04150d !important; font-size: 12px; font-weight: 900; box-shadow: 0 18px 55px rgba(41, 240, 138, .12); transition: transform .25s ease, box-shadow .25s ease; }
.lux-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 60px rgba(41, 240, 138, .23); }
.lux-text-link { color: #dce8e1; font-size: 12px; font-weight: 800; }
.lux-text-link span { margin-left: 11px; color: var(--lux-green); }
.lux-trust-row { display: flex; flex-wrap: wrap; gap: 17px 30px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--lux-line); }
.lux-trust-row span { color: #809188; font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.lux-trust-row b { margin-right: 9px; color: var(--lux-green); }

.lux-hero-showcase { position: relative; z-index: 2; width: 100%; aspect-ratio: 1.06; overflow: hidden; border: 1px solid rgba(141, 221, 177, .16); border-radius: 6px; background: linear-gradient(145deg, rgba(17,42,29,.34), rgba(3,13,8,.62)); box-shadow: inset 0 0 80px rgba(41,240,138,.03), 0 38px 100px rgba(0,0,0,.22); }
.lux-hero-showcase::before,
.lux-hero-showcase::after { position: absolute; inset: 12%; border: 1px solid rgba(41,240,138,.08); border-radius: 50%; content: ""; }
.lux-hero-showcase::after { inset: 24%; border-style: dashed; animation: luxRotate 26s linear infinite; }
.lux-showcase-head,
.lux-showcase-foot { position: absolute; z-index: 3; right: 23px; left: 23px; display: flex; justify-content: space-between; color: #667a6e; font-family: "Courier New", monospace; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.lux-showcase-head { top: 22px; }
.lux-showcase-head i { color: var(--lux-green); font-style: normal; }
.lux-showcase-head i b { display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: var(--lux-green); box-shadow: 0 0 10px var(--lux-green); }
.lux-showcase-foot { bottom: 22px; }
.lux-showcase-orbit { position: absolute; top: 50%; left: 50%; display: grid; width: 230px; height: 230px; place-items: center; border: 1px solid rgba(41,240,138,.25); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: inset 0 0 50px rgba(41,240,138,.04), 0 0 70px rgba(41,240,138,.04); }
.lux-showcase-orbit::before { position: absolute; inset: 29px; border: 1px dashed rgba(41,240,138,.2); border-radius: 50%; content: ""; animation: luxRotate 19s linear infinite reverse; }
.lux-showcase-orbit::after { position: absolute; inset: 73px; border: 1px solid rgba(41,240,138,.48); border-radius: 50%; background: rgba(41,240,138,.08); content: ""; box-shadow: 0 0 40px rgba(41,240,138,.12); }
.lux-showcase-orbit span { position: relative; z-index: 2; color: var(--lux-green); font-family: "Courier New", monospace; font-size: 24px; font-weight: 800; }
.lux-floating-card { position: absolute; z-index: 4; min-width: 155px; padding: 16px; border: 1px solid rgba(166,230,195,.15); background: rgba(5,18,12,.82); box-shadow: 0 16px 45px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.lux-floating-card small { display: block; margin-bottom: 8px; color: #6c7f74; font-family: "Courier New", monospace; font-size: 8px; letter-spacing: .1em; }
.lux-floating-card strong { font-family: "Courier New", monospace; font-size: 16px; }
.lux-floating-card i { display: block; width: 73%; height: 2px; margin-top: 13px; background: var(--lux-green); box-shadow: 0 0 9px var(--lux-green); }
.lux-float-a { top: 23%; left: 7%; }
.lux-float-b { right: 7%; bottom: 23%; }

.lux-signature { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(32px, calc((100vw - var(--lux-max)) / 2)); border-top: 1px solid rgba(222,242,231,.12); border-bottom: 1px solid rgba(222,242,231,.12); background: #09140f; }
.lux-signature div { display: grid; grid-template-columns: auto 1fr; gap: 4px 15px; min-height: 122px; align-content: center; padding: 20px 27px; border-right: 1px solid rgba(222,242,231,.1); }
.lux-signature div:first-child { border-left: 1px solid rgba(222,242,231,.1); }
.lux-signature span { grid-row: 1 / 3; align-self: start; color: var(--lux-green); font-family: "Courier New", monospace; font-size: 9px; }
.lux-signature strong { color: #e8f1eb; font-size: 14px; }
.lux-signature small { color: #718278; font-size: 10px; }

.lux-catalog { padding: 125px max(32px, calc((100vw - var(--lux-max)) / 2)) 140px; background: var(--lux-paper); color: var(--lux-ink); }
.lux-section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 62px; }
.lux-section-index { color: var(--lux-green-dark); font-family: "Courier New", monospace; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lux-section-index.light { color: var(--lux-green); }
.lux-section-heading h2 { margin: 20px 0 0; font-size: clamp(43px, 5vw, 70px); font-weight: 570; line-height: 1.01; letter-spacing: -.055em; }
.lux-section-heading h2 em { color: var(--lux-green-dark); font-style: normal; }
.lux-section-heading > p { max-width: 470px; margin: 0; color: #5c6962; font-size: 14px; line-height: 1.8; }
.lux-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 36px; padding: 13px; border: 1px solid var(--lux-paper-line); background: rgba(255,255,255,.42); }
.lux-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.lux-filters button { min-height: 41px; padding: 0 16px; border: 1px solid transparent; border-radius: 3px; background: transparent; color: #536159; font-size: 11px; font-weight: 800; }
.lux-filters button:hover { border-color: #b6c3bb; }
.lux-filters button.is-active { background: var(--lux-ink); color: var(--lux-white); }
.lux-search { display: flex; min-width: 260px; align-items: center; gap: 9px; padding: 0 14px; border-left: 1px solid var(--lux-paper-line); color: var(--lux-green-dark); }
.lux-search input { width: 100%; min-height: 40px; border: 0; outline: 0; background: transparent; color: var(--lux-ink); font-size: 12px; }
.lux-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.lux-product-card { overflow: hidden; border: 1px solid #c8d2cb; border-radius: 5px; background: #f9faf6; box-shadow: 0 10px 30px rgba(6,20,13,.04); transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease; }
.lux-product-card:hover { transform: translateY(-6px); border-color: #9db3a6; box-shadow: var(--lux-shadow); }
.lux-product-card.is-hidden { display: none; }
.lux-product-card.is-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.05fr .95fr; }
.lux-product-visual { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--lux-ink-2); }
.lux-product-card.is-featured .lux-product-visual { height: 100%; min-height: 590px; aspect-ratio: auto; }
.lux-product-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.03); transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.lux-product-card:hover .lux-product-visual img { transform: scale(1.035); filter: saturate(1) contrast(1.05); }
.lux-product-sheen { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,15,9,.08), rgba(4,15,9,.72)); }
.lux-product-topline { position: absolute; top: 19px; right: 20px; left: 20px; display: flex; justify-content: space-between; color: rgba(234,246,239,.72); font-family: "Courier New", monospace; font-size: 8px; letter-spacing: .11em; }
.lux-product-topline b { color: var(--lux-green); font-weight: 700; }
.lux-featured-label { position: absolute; bottom: 20px; left: 20px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(41,240,138,.32); background: rgba(5,17,11,.72); color: #e4f4eb; font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(9px); }
.lux-featured-label span { color: var(--lux-green); }
.lux-product-content { padding: 29px 30px 31px; }
.lux-product-card.is-featured .lux-product-content { display: flex; flex-direction: column; justify-content: center; padding: 54px 48px; }
.lux-product-category { color: var(--lux-green-dark); font-family: "Courier New", monospace; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lux-product-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-top: 12px; }
.lux-product-title-row h3 { margin: 0; font-size: clamp(25px, 2.2vw, 35px); font-weight: 620; letter-spacing: -.04em; }
.lux-product-title-row a { display: grid; flex: 0 0 35px; width: 35px; height: 35px; place-items: center; border: 1px solid #bfcac3; border-radius: 50%; color: var(--lux-green-dark); transition: background .25s, color .25s; }
.lux-product-title-row a:hover { background: var(--lux-ink); color: var(--lux-green); }
.lux-product-content > p { min-height: 49px; margin: 17px 0 0; color: #657169; font-size: 13px; line-height: 1.68; }
.lux-product-features { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 18px; margin: 24px 0; padding: 22px 0; border-top: 1px solid #d8dfda; border-bottom: 1px solid #d8dfda; list-style: none; }
.lux-product-features li { display: flex; gap: 9px; color: #34423a; font-size: 11px; line-height: 1.45; }
.lux-product-features li span { color: var(--lux-green-dark); font-weight: 900; }
.lux-product-meta { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 22px; }
.lux-product-meta > span { color: #7a877f; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.lux-product-meta > span + span { padding-left: 18px; border-left: 1px solid #d8dfda; }
.lux-product-meta b { display: block; margin-top: 5px; color: #25352c; font-size: 11px; text-transform: none; letter-spacing: 0; }
.lux-variant-label { display: grid; gap: 8px; color: #6b776f; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lux-variant-select { width: 100%; min-height: 47px; padding: 0 39px 0 13px; border: 1px solid #bdc9c1; border-radius: 3px; outline: 0; background: #fff; color: #1a2a21; font-size: 11px; }
.lux-variant-select:focus { border-color: var(--lux-green-dark); box-shadow: 0 0 0 3px rgba(8,119,70,.08); }
.lux-product-buy { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 25px; }
.lux-product-buy small { display: block; margin-bottom: 5px; color: #758178; font-size: 9px; text-transform: uppercase; }
.lux-product-buy strong { color: var(--lux-ink); font-size: 22px; letter-spacing: -.03em; }
.lux-add-button { display: inline-flex; min-height: 47px; align-items: center; gap: 17px; padding: 0 11px 0 18px; border: 1px solid var(--lux-ink); border-radius: 3px; background: var(--lux-ink); color: var(--lux-white); font-size: 10px; font-weight: 900; }
.lux-add-button span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--lux-green); color: var(--lux-ink); font-size: 16px; }
.lux-empty-catalog { grid-column: 1/-1; padding: 80px; border: 1px solid #cad3cd; text-align: center; }
.lux-empty-catalog span { color: var(--lux-green-dark); font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .1em; }
.lux-empty-catalog h3 { margin: 14px 0 8px; font-size: 28px; }
.lux-empty-catalog p { color: #66736b; }
.lux-no-results { padding: 60px 20px; color: #657169; text-align: center; }

.lux-custom { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 130px max(32px, calc((100vw - var(--lux-max)) / 2)); overflow: hidden; background: linear-gradient(125deg, #07100d, #0b1912); }
.lux-custom::before { position: absolute; right: -180px; bottom: -320px; width: 700px; height: 700px; border: 1px solid rgba(41,240,138,.06); border-radius: 50%; content: ""; }
.lux-custom-copy { position: relative; z-index: 1; align-self: center; }
.lux-custom h2 { margin: 23px 0 0; font-size: clamp(43px, 4.5vw, 66px); font-weight: 560; line-height: 1.02; letter-spacing: -.055em; }
.lux-custom h2 em { color: var(--lux-green); font-style: normal; }
.lux-custom-copy > p { max-width: 590px; margin: 29px 0 0; color: #95a59c; font-size: 15px; line-height: 1.75; }
.lux-custom-points { display: grid; gap: 17px; margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--lux-line); }
.lux-custom-points span { color: #c7d4cc; font-size: 12px; }
.lux-custom-points i { margin-right: 14px; color: var(--lux-green); font-family: "Courier New", monospace; font-size: 9px; font-style: normal; }
.lux-custom-form { position: relative; z-index: 2; padding: 35px; border: 1px solid rgba(177,228,199,.15); border-radius: 5px; background: rgba(7,25,15,.68); box-shadow: 0 35px 100px rgba(0,0,0,.26); backdrop-filter: blur(12px); }
.lux-form-head { display: flex; justify-content: space-between; margin-bottom: 29px; padding-bottom: 18px; border-bottom: 1px solid var(--lux-line); color: #718278; font-family: "Courier New", monospace; font-size: 8px; letter-spacing: .11em; }
.lux-form-head b { color: var(--lux-green); }
.lux-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.lux-custom-form label,
.lux-checkout-form label,
.lux-checkout-panel label { display: grid; gap: 8px; color: #8fa097; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lux-custom-form input,
.lux-custom-form select,
.lux-custom-form textarea,
.lux-checkout-panel input,
.lux-checkout-panel textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid rgba(190,227,207,.16); border-radius: 3px; outline: 0; background: rgba(3,13,8,.52); color: #edf7f1; font-size: 12px; text-transform: none; transition: border-color .2s, box-shadow .2s; }
.lux-custom-form textarea,
.lux-checkout-panel textarea { resize: vertical; }
.lux-custom-form input:focus,
.lux-custom-form select:focus,
.lux-custom-form textarea:focus,
.lux-checkout-panel input:focus,
.lux-checkout-panel textarea:focus { border-color: rgba(41,240,138,.7); box-shadow: 0 0 0 3px rgba(41,240,138,.06); }
.lux-custom-form select { color-scheme: dark; }
.lux-field-full { grid-column: 1 / -1; }
.lux-form-submit { margin-top: 24px; }
.lux-custom-form > small { display: block; margin-top: 15px; color: #63756a; font-size: 9px; }

.lux-assurance { padding: 120px max(32px, calc((100vw - var(--lux-max)) / 2)) 130px; background: var(--lux-paper); color: var(--lux-ink); }
.lux-assurance > div:first-child { display: grid; grid-template-columns: .35fr 1fr; align-items: end; gap: 50px; padding-bottom: 55px; }
.lux-assurance > div:first-child span { color: var(--lux-green-dark); font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .12em; }
.lux-assurance h2 { margin: 0; font-size: clamp(39px, 4.5vw, 64px); font-weight: 560; line-height: 1.02; letter-spacing: -.055em; }
.lux-assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--lux-paper-line); border-bottom: 1px solid var(--lux-paper-line); }
.lux-assurance-grid article { min-height: 270px; padding: 27px 28px; border-right: 1px solid var(--lux-paper-line); }
.lux-assurance-grid article:first-child { border-left: 1px solid var(--lux-paper-line); }
.lux-assurance-grid b { color: var(--lux-green-dark); font-family: "Courier New", monospace; font-size: 9px; }
.lux-assurance-grid h3 { margin: 86px 0 12px; font-size: 22px; }
.lux-assurance-grid p { max-width: 310px; margin: 0; color: #68746d; font-size: 12px; line-height: 1.7; }

.lux-footer { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 40px; padding: 70px max(32px, calc((100vw - var(--lux-max)) / 2)) 32px; border-top: 1px solid var(--lux-line); background: #050d09; }
.lux-footer-brand img { width: 126px; height: 58px; object-fit: contain; object-position: left; }
.lux-footer-brand p { margin: 13px 0 0; color: #6f8076; font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.lux-footer-links,
.lux-footer-contact { display: grid; align-content: start; gap: 15px; padding-top: 7px; }
.lux-footer-links a,
.lux-footer-contact a { color: #a8b7ae; font-size: 11px; }
.lux-footer-links a:hover,
.lux-footer-contact a:hover { color: var(--lux-green); }
.lux-footer small { grid-column: 1/-1; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.06); color: #536159; font-size: 9px; }

.lux-cart-backdrop { position: fixed; z-index: 990; inset: 0; background: rgba(0,0,0,.62); backdrop-filter: blur(3px); }
.lux-cart { position: fixed; z-index: 1000; top: 0; right: 0; display: flex; width: min(470px, 100%); height: 100%; flex-direction: column; padding: 30px; border-left: 1px solid rgba(196,234,213,.17); background: #07110d; color: var(--lux-white); box-shadow: -30px 0 90px rgba(0,0,0,.42); transform: translateX(102%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.lux-cart.is-open { transform: translateX(0); }
.lux-cart > header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--lux-line); }
.lux-cart > header span { color: var(--lux-green); font-family: "Courier New", monospace; font-size: 8px; letter-spacing: .12em; }
.lux-cart > header h2 { margin: 8px 0 0; font-size: 28px; letter-spacing: -.04em; }
.lux-cart > header button,
.lux-checkout-close { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--lux-line); border-radius: 50%; background: transparent; color: #dce9e1; font-size: 21px; }
.lux-cart-lines { display: grid; gap: 12px; overflow-y: auto; padding: 22px 0; }
.lux-cart-line { display: grid; grid-template-columns: 62px 1fr auto; gap: 13px; align-items: center; padding: 12px; border: 1px solid var(--lux-line); background: rgba(255,255,255,.02); }
.lux-cart-line-image { width: 62px; height: 54px; object-fit: cover; }
.lux-cart-line h3 { margin: 0 0 5px; font-size: 12px; }
.lux-cart-line p { margin: 0; color: #82938a; font-size: 9px; line-height: 1.5; }
.lux-cart-line strong { display: block; margin-top: 6px; color: var(--lux-green); font-size: 11px; }
.lux-cart-line-controls { display: grid; justify-items: center; gap: 6px; }
.lux-cart-line-controls button { width: 24px; height: 24px; border: 1px solid var(--lux-line); background: transparent; color: #dce9e1; }
.lux-cart-line-controls span { color: #dce9e1; font-size: 10px; }
.lux-cart-remove { color: #809087 !important; font-size: 14px; }
.lux-cart-empty { margin: auto 0; text-align: center; }
.lux-cart-empty > span { color: var(--lux-green); font-size: 38px; }
.lux-cart-empty h3 { margin: 15px 0 8px; font-size: 21px; }
.lux-cart-empty p { max-width: 300px; margin: 0 auto; color: #7c8e83; font-size: 11px; line-height: 1.65; }
.lux-cart-summary { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--lux-line); }
.lux-cart-summary > div { display: flex; align-items: end; justify-content: space-between; }
.lux-cart-summary span { color: #83938a; font-size: 10px; text-transform: uppercase; }
.lux-cart-summary strong { color: var(--lux-green); font-size: 25px; }
.lux-cart-summary p { color: #65776c; font-size: 9px; line-height: 1.55; }
.lux-cart-summary .lux-primary { width: 100%; margin-top: 13px; }
.lux-clear-cart { width: 100%; padding: 14px; border: 0; background: transparent; color: #73847a; font-size: 9px; text-transform: uppercase; }

.lux-checkout { position: fixed; z-index: 1100; inset: 0; display: grid; overflow-y: auto; place-items: center; padding: 25px; background: rgba(0,0,0,.73); backdrop-filter: blur(6px); }
.lux-checkout-panel { position: relative; width: min(600px, 100%); padding: 42px; border: 1px solid rgba(175,228,199,.18); border-radius: 5px; background: #0a1711; box-shadow: 0 45px 120px rgba(0,0,0,.5); }
.lux-checkout-close { position: absolute; top: 22px; right: 22px; }
.lux-checkout-panel h2 { max-width: 470px; margin: 14px 0 10px; font-size: 38px; letter-spacing: -.05em; }
.lux-checkout-panel > p { max-width: 490px; margin: 0 0 27px; color: #8fa097; font-size: 12px; line-height: 1.6; }
.lux-checkout-panel form { display: grid; gap: 16px; }
.lux-honeypot { position: absolute !important; left: -9999px !important; }
.lux-checkout-panel .lux-primary { margin-top: 5px; }
.lux-form-status { min-height: 17px; color: #9db0a5; font-size: 10px; }
.lux-form-status.is-error { color: #ff9b9b; }
.lux-toast { position: fixed; z-index: 1200; right: 22px; bottom: 22px; max-width: 350px; padding: 15px 18px; border: 1px solid rgba(41,240,138,.32); border-radius: 4px; background: #0b1c13; color: #e9f7ef; font-size: 11px; box-shadow: 0 20px 60px rgba(0,0,0,.34); opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .25s, transform .25s; }
.lux-toast.is-visible { opacity: 1; transform: translateY(0); }
body.lux-lock { overflow: hidden; }

.lux-detail-header { top: 0; }
.admin-bar .lux-detail-header { top: 32px; }
.lux-detail { min-height: 100vh; padding: 150px max(32px, calc((100vw - var(--lux-max)) / 2)) 110px; background: var(--lux-paper); color: var(--lux-ink); }
.lux-back { display: inline-block; margin-bottom: 30px; color: var(--lux-green-dark); font-size: 11px; font-weight: 800; }
.lux-detail-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 70px; align-items: start; }
.lux-detail-visual { position: sticky; top: 30px; overflow: hidden; border: 1px solid #c5d0c8; background: var(--lux-ink); }
.lux-detail-visual img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.lux-detail-visual > div { display: flex; justify-content: space-between; padding: 17px 19px; color: #a8bab0; font-family: "Courier New", monospace; font-size: 8px; letter-spacing: .1em; }
.lux-detail-visual b { color: var(--lux-green); }
.lux-detail-copy h1 { margin: 15px 0 19px; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.06em; }
.lux-detail-intro { color: #56645c; font-size: 16px; line-height: 1.7; }
.lux-detail-rich { color: #657169; font-size: 13px; line-height: 1.75; }
.lux-detail-features { grid-template-columns: 1fr 1fr; margin-top: 28px; }
.lux-detail-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 23px; color: #768279; font-size: 9px; text-transform: uppercase; }
.lux-detail-meta b { display: block; margin-top: 5px; color: var(--lux-ink); font-size: 12px; text-transform: none; }
.lux-detail-action { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 26px; }
.lux-detail-action small { display: block; color: #738078; font-size: 9px; text-transform: uppercase; }
.lux-detail-action strong { display: block; margin-top: 5px; font-size: 26px; }
.lux-detail-footer { grid-template-columns: 1fr auto; }

.fallback-shell { min-height: 100vh; padding: 50px max(32px, calc((100vw - 1200px)/2)); background: radial-gradient(circle at 75% 30%, rgba(41,240,138,.12), transparent 35%), var(--lux-ink); }
.fallback-brand { color: var(--lux-green) !important; font-family: "Courier New", monospace; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.fallback-shell section { max-width: 850px; padding-top: 20vh; }
.fallback-shell span { color: var(--lux-green); font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .13em; }
.fallback-shell h1 { margin: 20px 0; font-size: clamp(52px, 8vw, 100px); line-height: .95; letter-spacing: -.06em; }
.fallback-shell p { max-width: 550px; color: #92a39a; font-size: 16px; line-height: 1.7; }
.fallback-shell section a { display: inline-block; margin-top: 20px; color: var(--lux-green); font-weight: 800; }

@keyframes luxRotate { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
  .lux-header { grid-template-columns: 1fr auto; }
  .lux-nav { display: none; }
  .lux-header-actions { margin-left: auto; }
  .lux-mobile-menu { display: block; margin-left: 15px; }
  .lux-header { grid-template-columns: 1fr auto auto; }
  .lux-hero { grid-template-columns: 1fr 430px; gap: 40px; }
  .lux-hero h1 { font-size: 62px; }
  .lux-signature { grid-template-columns: repeat(2,1fr); }
  .lux-signature div:nth-child(3) { border-left: 1px solid rgba(222,242,231,.1); }
  .lux-custom { gap: 50px; }
}

@media (max-width: 900px) {
  .lux-announcement { grid-template-columns: 1fr auto; }
  .lux-announcement > span:nth-child(2) { display: none; }
  .lux-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 175px; }
  .lux-hero-copy { max-width: 760px; }
  .lux-hero-showcase { max-width: 640px; margin: 0 auto; }
  .lux-section-heading { grid-template-columns: 1fr; gap: 25px; }
  .lux-product-card.is-featured {
    display: block;
    height: auto;
    min-height: 0;
  }
  .lux-product-card.is-featured .lux-product-visual {
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
  }
  .lux-product-card.is-featured .lux-product-visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    transform: none;
  }
  .lux-product-card.is-featured:hover .lux-product-visual img {
    transform: none;
  }
  .lux-product-card.is-featured .lux-product-content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    flex-direction: column;
    justify-content: flex-start;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    padding: 30px;
  }
  .lux-custom { grid-template-columns: 1fr; }
  .lux-assurance > div:first-child { grid-template-columns: 1fr; gap: 22px; }
  .lux-detail-grid { grid-template-columns: 1fr; }
  .lux-detail-visual { position: relative; top: auto; }
}

@media (max-width: 700px) {
  .lux-announcement { min-height: 34px; padding: 0 18px; }
  .lux-announcement a { display: none; }
  .lux-header { top: 34px; width: calc(100% - 40px); height: 78px; }
  .admin-bar .lux-header { top: 80px; }
  .lux-brand { width: 104px; height: 50px; }
  .lux-consult,
  .lux-cart-trigger span { display: none; }
  .lux-cart-trigger { min-height: 40px; padding: 5px; border: 0; background: transparent; }
  .lux-cart-trigger::before { content: "Cart"; color: #dce8e1; font-size: 10px; }
  .lux-mobile-menu { margin-left: 6px; }
  .lux-hero { padding: 150px 20px 70px; }
  .lux-hero h1 { font-size: 47px; }
  .lux-hero-copy > p { font-size: 14px; }
  .lux-hero-actions { align-items: stretch; flex-direction: column; }
  .lux-primary { width: 100%; }
  .lux-trust-row { gap: 14px; }
  .lux-hero-showcase { aspect-ratio: .92; }
  .lux-showcase-orbit { width: 180px; height: 180px; }
  .lux-showcase-orbit::after { inset: 56px; }
  .lux-floating-card { min-width: 125px; padding: 12px; }
  .lux-float-a { left: 4%; }
  .lux-float-b { right: 4%; }
  .lux-signature { grid-template-columns: 1fr; padding: 0 20px; }
  .lux-signature div,
  .lux-signature div:nth-child(3) { min-height: 100px; border-left: 1px solid rgba(222,242,231,.1); border-bottom: 1px solid rgba(222,242,231,.08); }
  .lux-catalog,
  .lux-custom,
  .lux-assurance { padding: 82px 20px 90px; }
  .lux-section-heading h2,
  .lux-custom h2 { font-size: 43px; }
  .lux-toolbar { align-items: stretch; flex-direction: column; }
  .lux-search { min-width: 0; border-top: 1px solid var(--lux-paper-line); border-left: 0; }
  .lux-product-grid { grid-template-columns: 1fr; }
  .lux-product-card.is-featured { grid-column: auto; }
  .lux-product-content,
  .lux-product-card.is-featured .lux-product-content { padding: 24px 21px 25px; }
  .lux-product-card.is-featured .lux-product-title-row { align-items: flex-start; }
  .lux-product-card.is-featured .lux-product-title-row h3 { font-size: 30px; line-height: 1.08; }
  .lux-product-card.is-featured .lux-product-topline {
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
  }
  .lux-product-card.is-featured .lux-product-topline b {
    max-width: 65%;
    text-align: right;
    white-space: normal;
  }
  .lux-product-card.is-featured .lux-product-content > p {
    display: block;
    min-height: 0;
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }
  .lux-product-features { grid-template-columns: 1fr; }
  .lux-product-buy { align-items: stretch; flex-direction: column; }
  .lux-add-button { justify-content: space-between; }
  .lux-form-grid { grid-template-columns: 1fr; }
  .lux-field-full { grid-column: auto; }
  .lux-custom-form { padding: 25px 20px; }
  .lux-form-head { gap: 15px; }
  .lux-assurance-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .lux-assurance-grid article,
  .lux-assurance-grid article:first-child { min-height: 230px; border-bottom: 1px solid var(--lux-paper-line); border-left: 1px solid var(--lux-paper-line); }
  .lux-assurance-grid h3 { margin-top: 65px; }
  .lux-footer { grid-template-columns: 1fr; padding: 55px 20px 28px; }
  .lux-footer small { grid-column: auto; }
  .lux-cart { padding: 22px 18px; }
  .lux-checkout { align-items: start; padding: 10px; }
  .lux-checkout-panel { margin-top: 12px; padding: 33px 20px; }
  .lux-checkout-panel h2 { padding-right: 35px; font-size: 34px; }
  .lux-detail-header { top: 0; }
  .lux-detail { padding: 120px 20px 80px; }
  .lux-detail-copy h1 { font-size: 48px; }
  .lux-detail-action { align-items: stretch; flex-direction: column; }
  .lux-detail-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Product Collection v5.0.2 — premium card system shared with Smart Toko. */
.lux-catalog {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(42, 166, 105, .08), transparent 25rem),
    radial-gradient(circle at 91% 34%, rgba(217, 183, 110, .09), transparent 24rem),
    linear-gradient(180deg, #f6f8f4 0%, #eef3ed 100%);
}
.lux-catalog::before {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(6, 16, 12, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 16, 12, .035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}
.lux-catalog > * { position: relative; z-index: 1; }
.lux-toolbar {
  border-color: rgba(154, 173, 160, .6);
  border-radius: 16px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 16px 45px rgba(5,20,12,.06), inset 0 1px 0 #fff;
  backdrop-filter: blur(12px);
}
.lux-filters button { border-radius: 10px; }
.lux-filters button.is-active {
  background: linear-gradient(135deg, #07100d, #123123);
  box-shadow: 0 9px 22px rgba(7,16,13,.18);
}
.lux-search { min-height: 43px; border-radius: 10px; background: rgba(255,255,255,.72); }
.lux-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.2vw, 32px);
}
.lux-product-card,
.lux-product-card.is-featured {
  position: relative;
  display: flex;
  overflow: hidden;
  grid-column: auto;
  grid-template-columns: none;
  flex-direction: column;
  border: 1px solid rgba(156, 174, 162, .56);
  border-radius: 24px;
  background: rgba(253,254,251,.96);
  box-shadow: 0 18px 44px rgba(5,20,12,.075), 0 2px 8px rgba(5,20,12,.035), inset 0 1px 0 #fff;
  transition: border-color .35s ease, box-shadow .35s ease, transform .35s cubic-bezier(.2,.75,.2,1);
}
.lux-product-card::before {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(166,240,203,.7), transparent);
  content: "";
  pointer-events: none;
}
.lux-product-card:hover {
  border-color: rgba(62,132,91,.65);
  box-shadow: 0 28px 75px rgba(5,20,12,.15), 0 7px 20px rgba(10,132,85,.08);
  transform: translateY(-8px);
}
.lux-product-card.is-featured {
  border-color: rgba(185,147,74,.7);
  box-shadow: 0 22px 58px rgba(93,69,19,.12), 0 4px 18px rgba(9,92,58,.08);
}
.lux-product-card.is-featured::before {
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #8d6b2c, #f0d89a 50%, #8d6b2c);
}
.lux-product-card.is-hidden { display: none; }
.lux-product-gallery { min-width: 0; background: #07110d; }
.lux-product-visual,
.lux-product-card.is-featured .lux-product-visual {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: radial-gradient(circle at 72% 30%, #173527, #07110d 64%);
}
.lux-product-visual img,
.lux-product-card.is-featured .lux-product-visual img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.04);
  transform: none;
  transition: transform .55s ease, filter .3s ease;
}
.lux-product-card:hover .lux-product-visual img,
.lux-product-card.is-featured:hover .lux-product-visual img {
  filter: saturate(1) contrast(1.06);
  transform: scale(1.018);
}
.lux-product-sheen {
  z-index: 2;
  background: linear-gradient(to bottom, rgba(4,14,8,.36), transparent 42%, rgba(4,14,8,.24));
  pointer-events: none;
}
.lux-product-topline {
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  padding: 20px 22px;
  color: #bac9c0;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.lux-product-topline b { color: #68d99d; }
.lux-ready-badge {
  position: absolute;
  z-index: 5;
  bottom: 18px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(180,215,194,.22);
  border-radius: 2px;
  background: rgba(4,14,8,.78);
  color: #d9e6de;
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
}
.lux-ready-badge i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #50dd94;
  box-shadow: 0 0 10px rgba(80,221,148,.8);
}
.lux-zoom-stage { cursor: zoom-in; }
.lux-zoom-lens {
  position: absolute;
  z-index: 6;
  width: 142px;
  height: 142px;
  border: 2px solid rgba(255,255,255,.92);
  border-radius: 50%;
  background-color: #07110d;
  background-repeat: no-repeat;
  box-shadow: 0 18px 42px rgba(0,0,0,.36), inset 0 0 0 5px rgba(41,240,138,.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.86);
  transition: opacity .16s ease, transform .16s ease;
}
.lux-zoom-stage.is-zooming .lux-zoom-lens { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.lux-zoom-open {
  position: absolute;
  z-index: 7;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid rgba(205,232,218,.28);
  border-radius: 3px;
  background: rgba(4,14,8,.82);
  color: #ecf7f0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  backdrop-filter: blur(9px);
}
.lux-zoom-open:hover,
.lux-zoom-open:focus-visible { border-color: var(--lux-green); background: var(--lux-green-dark); color: #fff; }
.lux-zoom-open span { font-size: 16px; line-height: 1; }
.lux-product-content,
.lux-product-card.is-featured .lux-product-content {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25px 24px 26px;
  visibility: visible;
  opacity: 1;
}
.lux-product-category {
  align-self: flex-start;
  min-height: 25px;
  padding: 6px 9px 5px;
  border: 1px solid rgba(10,132,85,.18);
  border-radius: 999px;
  background: rgba(10,132,85,.07);
  color: var(--lux-green-dark);
  font-size: 8px;
  letter-spacing: .12em;
  line-height: 1.35;
}
.lux-product-title-row { align-items: center; margin-top: 13px; }
.lux-product-title-row h3,
.lux-product-card.is-featured .lux-product-title-row h3 {
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 590;
  letter-spacing: -.045em;
  line-height: 1.08;
}
.lux-product-title-row a {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 7px 18px rgba(5,20,12,.06);
}
.lux-product-title-row a:hover { background: var(--lux-green-dark); color: #fff; transform: rotate(8deg); }
.lux-product-content > p,
.lux-product-card.is-featured .lux-product-content > p {
  display: block;
  min-height: 65px;
  margin-top: 16px;
  overflow: visible;
  color: #657169;
  font-size: 12px;
  line-height: 1.72;
  visibility: visible;
  opacity: 1;
}
.lux-product-features {
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 20px 0;
  padding: 20px 0;
  border-color: #e0e6e1;
}
.lux-product-features li { align-items: flex-start; gap: 10px; color: #526159; font-size: 11px; line-height: 1.5; }
.lux-product-features li span { font-size: 14px; }
.lux-choice-panel {
  margin-top: auto;
  padding: 15px;
  border: 1px solid #d2ddd5;
  border-radius: 13px;
  background: linear-gradient(145deg, #f7faf6, #eef4ef);
  box-shadow: inset 0 1px 0 #fff;
}
.lux-variant-select { min-height: 45px; border-radius: 9px; font-weight: 700; }
.lux-product-meta { gap: 12px; margin: 12px 0 0; }
.lux-product-meta > span + span { padding-left: 12px; }
.lux-product-meta b { overflow: hidden; font-family: "Courier New", monospace; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.lux-product-buy { align-items: center; margin-top: 22px; }
.lux-product-buy strong { font-size: clamp(23px, 2.8vw, 34px); font-weight: 560; }
.lux-add-button {
  min-height: 47px;
  border-radius: 11px;
  background: linear-gradient(135deg, #06100c, #123123);
  box-shadow: 0 12px 28px rgba(6,16,12,.18);
}
.lux-add-button:hover { border-color: var(--lux-green-dark); background: var(--lux-green-dark); }

/* Keep long prices from pushing the desktop CTA outside its product card. */
@media (min-width: 701px) {
  .lux-product-buy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    align-items: end;
    gap: 14px;
  }
  .lux-product-buy > div { min-width: 0; }
  .lux-product-buy strong {
    display: block;
    font-size: clamp(21px, 1.65vw, 30px);
    font-variant-numeric: tabular-nums;
    line-height: 1.05;
    white-space: nowrap;
  }
  .lux-add-button {
    width: 150px;
    max-width: 100%;
    justify-content: space-between;
    justify-self: end;
    gap: 10px;
    padding-left: 16px;
    white-space: nowrap;
  }
}
.lux-pagination {
  display: grid;
  justify-items: center;
  gap: 17px;
  margin-top: clamp(38px, 5vw, 66px);
  padding-top: 28px;
  border-top: 1px solid rgba(143,162,150,.36);
}
.lux-pagination > p { margin: 0; color: #68766d; font-family: "Courier New", monospace; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lux-pagination-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; padding: 9px; border: 1px solid rgba(154,173,160,.55); border-radius: 16px; background: rgba(255,255,255,.76); box-shadow: 0 16px 45px rgba(5,20,12,.08), inset 0 1px 0 #fff; backdrop-filter: blur(12px); }
.lux-pagination-list button { min-width: 44px; min-height: 44px; padding: 0 13px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #526159; font-size: 11px; font-weight: 800; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.lux-pagination-list button:hover:not(:disabled) { border-color: #a6b8ac; background: #f1f6f2; color: var(--lux-green-dark); transform: translateY(-1px); }
.lux-pagination-list button[aria-current="page"] { border-color: var(--lux-green-dark); background: linear-gradient(135deg, #087746, #14a36b); color: #fff; box-shadow: 0 9px 22px rgba(10,132,85,.24); }
.lux-pagination-list button:disabled { cursor: not-allowed; opacity: .38; }
.lux-pagination-list .lux-page-last { border-color: rgba(153,124,65,.26); color: #7a6130; }
.lux-lightbox { position: fixed; z-index: 400; inset: 0; display: grid; place-items: center; padding: 70px 30px 30px; background: rgba(1,7,3,.95); color: #fff; backdrop-filter: blur(12px); }
.lux-lightbox figure { display: grid; max-width: min(1200px, 100%); max-height: 88vh; gap: 12px; margin: 0; }
.lux-lightbox figure img { width: 100%; max-height: 80vh; object-fit: contain; }
.lux-lightbox figcaption { color: #9eb0a6; font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .12em; text-align: center; }
.lux-lightbox-close { position: absolute; top: 24px; right: 24px; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(209,232,219,.28); border-radius: 50%; background: rgba(9,25,17,.8); color: #eaf4ee; font-size: 25px; }
.lux-lightbox-close:hover,
.lux-lightbox-close:focus-visible { border-color: var(--lux-green); background: var(--lux-green-dark); }

@media (max-width: 1280px) {
  .lux-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 701px) and (max-width: 900px) {
  .lux-product-buy { grid-template-columns: minmax(0, 1fr); }
  .lux-add-button { width: 100%; justify-self: stretch; }
}

@media (max-width: 700px) {
  .lux-toolbar { border-radius: 13px; }
  .lux-search { border-radius: 9px; }
  .lux-product-grid { grid-template-columns: 1fr; }
  .lux-product-card,
  .lux-product-card.is-featured { display: flex; grid-column: auto; border-radius: 18px; }
  .lux-product-visual,
  .lux-product-card.is-featured .lux-product-visual { aspect-ratio: 16 / 10; }
  .lux-product-visual img,
  .lux-product-card.is-featured .lux-product-visual img { object-fit: contain; transform: none; }
  .lux-product-card:hover .lux-product-visual img,
  .lux-product-card.is-featured:hover .lux-product-visual img { transform: none; }
  .lux-zoom-lens { display: none; }
  .lux-zoom-open { right: 12px; bottom: 12px; min-height: 34px; }
  .lux-ready-badge { bottom: 14px; left: 15px; }
  .lux-product-content,
  .lux-product-card.is-featured .lux-product-content { padding: 24px 20px 25px; }
  .lux-product-title-row h3,
  .lux-product-card.is-featured .lux-product-title-row h3 { font-size: 30px; }
  .lux-product-content > p,
  .lux-product-card.is-featured .lux-product-content > p { min-height: 0; }
  .lux-product-meta { grid-template-columns: 1fr; }
  .lux-product-meta > span + span { padding-top: 10px; padding-left: 0; border-top: 1px solid #d8dfda; border-left: 0; }
  .lux-product-buy { align-items: stretch; flex-direction: column; }
  .lux-pagination-list { width: 100%; gap: 6px; padding: 8px; }
  .lux-pagination-list button { min-width: 41px; min-height: 41px; padding-inline: 10px; }
  .lux-pagination-list .lux-page-direction { flex: 1 1 42%; }
  .lux-pagination-list .lux-page-last { flex: 1 1 100%; }
  .lux-lightbox { padding: 70px 14px 20px; }
  .lux-lightbox-close { top: 14px; right: 14px; }
}

/* Product Detail v5.0.3 — homepage chrome with a modern engineering layout. */
.mas-detail-chrome {
  position: relative;
  min-height: 100px;
  overflow: visible;
  border-bottom: 1px solid rgba(214, 239, 226, .1);
  background:
    radial-gradient(circle at 82% 10%, rgba(41, 240, 138, .09), transparent 28rem),
    linear-gradient(135deg, #06100c 0%, #07100d 58%, #0b1812 100%);
}
.mas-product-detail .site-header { top: 0; }
.mas-product-detail .desktop-nav a { position: relative; }
.mas-product-detail .desktop-nav a.is-current { color: var(--green); }
.mas-product-detail .desktop-nav a.is-current::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 1px;
  background: var(--green);
  content: "";
  box-shadow: 0 0 12px rgba(41, 240, 138, .7);
}
.admin-bar.mas-product-detail .mas-detail-chrome { min-height: 132px; }
.admin-bar.mas-product-detail .site-header { top: 32px; }

.mas-product-detail .lux-detail {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: clamp(38px, 4.5vw, 70px) max(32px, calc((100vw - var(--lux-max)) / 2)) clamp(90px, 9vw, 140px);
  background:
    radial-gradient(circle at 4% 12%, rgba(26, 154, 92, .1), transparent 28rem),
    radial-gradient(circle at 96% 78%, rgba(195, 157, 80, .1), transparent 25rem),
    linear-gradient(180deg, #f8faf6 0%, #eef3ed 100%);
  color: var(--lux-ink);
}
.mas-product-detail .lux-detail::before {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(6, 16, 12, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 16, 12, .035) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  pointer-events: none;
}
.mas-product-detail .lux-detail > * { position: relative; z-index: 1; }
.lux-detail-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(30px, 4vw, 54px);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(130, 151, 138, .35);
}
.mas-product-detail .lux-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #173b2a;
  font-size: 11px;
  font-weight: 800;
  transition: color .2s ease, transform .2s ease;
}
.mas-product-detail .lux-back:hover { color: var(--lux-green-dark); transform: translateX(-3px); }
.lux-detail-topline > span {
  color: #77877e;
  font-family: "Courier New", monospace;
  font-size: 9px;
  letter-spacing: .12em;
}
.mas-product-detail .lux-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  align-items: start;
  gap: clamp(42px, 5.2vw, 82px);
}
.lux-detail-media-column { position: sticky; top: 24px; min-width: 0; }
.mas-product-detail .lux-detail-visual {
  position: relative;
  top: auto;
  overflow: hidden;
  border: 1px solid rgba(115, 139, 124, .58);
  border-radius: 24px;
  background: #06100c;
  box-shadow: 0 30px 80px rgba(5, 20, 12, .16), 0 5px 20px rgba(5, 20, 12, .08);
}
.mas-product-detail .lux-detail-visual::before {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(105, 255, 175, .8), transparent);
  content: "";
  pointer-events: none;
}
.mas-product-detail .lux-detail-visual > .lux-detail-image-stage {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
  background:
    radial-gradient(circle at 70% 35%, rgba(41, 240, 138, .08), transparent 38%),
    #06100c;
}
.mas-product-detail .lux-detail-visual .lux-detail-image-stage > img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  transition: transform .5s cubic-bezier(.2, .75, .2, 1);
}
.mas-product-detail .lux-detail-image-stage:hover > img { transform: scale(1.018); }
.lux-detail-image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 9, 5, .58), transparent 26%, transparent 67%, rgba(2, 9, 5, .54));
  pointer-events: none;
}
.lux-detail-image-top {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  left: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  color: #aabbb1;
  font-family: "Courier New", monospace;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lux-detail-image-top b {
  padding: 8px 10px;
  border: 1px solid rgba(41, 240, 138, .36);
  border-radius: 999px;
  background: rgba(4, 18, 10, .72);
  color: var(--lux-green);
  line-height: 1;
  backdrop-filter: blur(8px);
}
.mas-product-detail .lux-detail-visual > .lux-detail-image-caption {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  border-top: 1px solid rgba(199, 231, 214, .12);
  color: #82968b;
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.lux-detail-image-caption b { display: inline-flex; align-items: center; gap: 8px; color: #b9c8c0; font-size: 8px; }
.lux-detail-image-caption i { width: 6px; height: 6px; border-radius: 50%; background: var(--lux-green); box-shadow: 0 0 12px var(--lux-green); }
.lux-detail-media-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(147, 165, 154, .46);
  border-radius: 15px;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 14px 42px rgba(7, 20, 13, .05);
  backdrop-filter: blur(9px);
}
.lux-detail-media-notes span {
  min-width: 0;
  padding: 17px 13px;
  border-right: 1px solid rgba(147, 165, 154, .35);
  color: #5f6f66;
  font-family: "Courier New", monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .035em;
  text-align: center;
  text-transform: uppercase;
}
.lux-detail-media-notes span:last-child { border-right: 0; }
.lux-detail-media-notes b { margin-right: 5px; color: var(--lux-green-dark); }

.mas-product-detail .lux-detail-copy { min-width: 0; padding-top: 4px; }
.lux-detail-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--lux-green-dark);
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.lux-detail-kicker span { width: 28px; height: 1px; background: var(--lux-green-dark); }
.mas-product-detail .lux-detail-copy h1 {
  max-width: 740px;
  margin: 19px 0 22px;
  color: #06100c;
  font-size: clamp(50px, 5.5vw, 82px);
  font-weight: 590;
  line-height: .95;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.mas-product-detail .lux-detail-intro {
  max-width: 720px;
  margin: 0;
  color: #4f6157;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.7;
}
.mas-product-detail .lux-detail-rich {
  max-width: 720px;
  margin-top: 20px;
  color: #68766e;
  font-size: 13px;
  line-height: 1.78;
}
.mas-product-detail .lux-detail-rich > :first-child { margin-top: 0; }
.mas-product-detail .lux-detail-rich > :last-child { margin-bottom: 0; }
.lux-detail-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(135, 155, 143, .42);
  color: #26382e;
  font-size: 11px;
  font-weight: 850;
}
.lux-detail-section-head b {
  color: #748279;
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mas-product-detail .lux-detail-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  list-style: none;
}
.mas-product-detail .lux-detail-features li {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 11px;
  padding: 12px 12px 12px 0;
  border-bottom: 1px solid rgba(148, 166, 155, .3);
  color: #425249;
  font-size: 11px;
  line-height: 1.45;
}
.mas-product-detail .lux-detail-features li:nth-child(odd) { margin-right: 18px; }
.mas-product-detail .lux-detail-features li span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border: 1px solid rgba(8, 119, 70, .24);
  border-radius: 50%;
  background: rgba(8, 119, 70, .06);
  color: var(--lux-green-dark);
  font-size: 12px;
  font-weight: 900;
}
.mas-product-detail .lux-detail-features li b { font-weight: 650; }
.mas-product-detail .lux-detail-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid rgba(141, 160, 148, .5);
  border-radius: 14px;
  background: rgba(255, 255, 255, .58);
}
.mas-product-detail .lux-detail-meta > span { padding: 18px 20px; }
.mas-product-detail .lux-detail-meta > span + span { border-left: 1px solid rgba(141, 160, 148, .4); }
.mas-product-detail .lux-detail-meta small {
  display: block;
  color: #7a8980;
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mas-product-detail .lux-detail-meta b {
  display: block;
  margin-top: 7px;
  color: #15261d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: none;
}
.lux-detail-config {
  position: relative;
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(67, 112, 87, .55);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 0%, rgba(41, 240, 138, .12), transparent 18rem),
    linear-gradient(145deg, #07100d, #0c1e15);
  color: #f3faf5;
  box-shadow: 0 26px 70px rgba(5, 20, 12, .18);
}
.lux-detail-config::before {
  position: absolute;
  top: 0;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(41, 240, 138, .75), transparent);
  content: "";
}
.lux-detail-config-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.lux-detail-config-head span { font-size: 12px; font-weight: 850; }
.lux-detail-config-head b {
  color: #83978c;
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.lux-detail-config .lux-variant-label { color: #9dafA5; }
.lux-detail-config .lux-variant-select {
  min-height: 52px;
  border-color: rgba(167, 199, 180, .26);
  border-radius: 11px;
  background: rgba(255, 255, 255, .96);
  color: #10231a;
  font-size: 12px;
  font-weight: 800;
}
.mas-product-detail .lux-detail-action {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(196, 225, 209, .14);
}
.mas-product-detail .lux-detail-action small {
  display: block;
  color: #899b91;
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.mas-product-detail .lux-detail-action strong {
  display: block;
  margin-top: 5px;
  color: #f5fbf7;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 560;
  letter-spacing: -.045em;
}
.mas-product-detail .lux-detail-action em { display: block; margin-top: 6px; color: #71857a; font-size: 8px; font-style: normal; }
.mas-product-detail .lux-detail-action .lux-primary { min-width: 178px; border-radius: 11px; box-shadow: 0 18px 45px rgba(41, 240, 138, .16); }
.lux-detail-guarantee {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 15px 17px;
  border: 1px solid rgba(142, 161, 150, .38);
  border-radius: 14px;
  background: rgba(255, 255, 255, .48);
}
.lux-detail-guarantee > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: rgba(8, 119, 70, .08);
  color: var(--lux-green-dark);
  font-size: 18px;
}
.lux-detail-guarantee p { margin: 0; color: #65736b; font-size: 10px; line-height: 1.6; }
.lux-detail-guarantee b { color: #1b3427; }
.lux-detail-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(70px, 8vw, 120px);
  overflow: hidden;
  border: 1px solid rgba(135, 156, 143, .45);
  border-radius: 20px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 24px 70px rgba(7, 20, 13, .07);
}
.lux-detail-assurance article {
  display: grid;
  min-height: 190px;
  grid-template-columns: 36px 1fr;
  gap: 15px;
  padding: 28px;
  border-right: 1px solid rgba(135, 156, 143, .38);
}
.lux-detail-assurance article:last-child { border-right: 0; }
.lux-detail-assurance article > span { color: var(--lux-green-dark); font-family: "Courier New", monospace; font-size: 9px; font-weight: 800; }
.lux-detail-assurance h2 { margin: 42px 0 10px; color: #12251a; font-size: 19px; letter-spacing: -.025em; }
.lux-detail-assurance p { margin: 0; color: #66756d; font-size: 11px; line-height: 1.65; }

@media (max-width: 1050px) {
  .mas-product-detail .lux-detail-grid { grid-template-columns: 1fr; }
  .lux-detail-media-column { position: relative; top: auto; }
  .mas-product-detail .lux-detail-copy { padding-top: 14px; }
  .mas-product-detail .lux-detail-copy h1 { max-width: 860px; }
}

@media (max-width: 782px) {
  .admin-bar.mas-product-detail .mas-detail-chrome { min-height: 146px; }
  .admin-bar.mas-product-detail .site-header { top: 46px; }
}

@media (max-width: 700px) {
  .mas-detail-chrome { min-height: 88px; }
  .mas-product-detail .site-header { width: calc(100% - 40px); height: 88px; }
  .mas-product-detail .desktop-nav a.is-current::after { display: none; }
  .mas-product-detail .lux-detail { padding: 28px 20px 82px; }
  .lux-detail-topline { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 26px; padding-bottom: 15px; }
  .lux-detail-topline > span { font-size: 8px; }
  .mas-product-detail .lux-detail-grid { gap: 32px; }
  .mas-product-detail .lux-detail-visual { border-radius: 17px; }
  .mas-product-detail .lux-detail-visual > .lux-detail-image-stage { aspect-ratio: 16 / 11; }
  .lux-detail-image-top { top: 14px; right: 14px; left: 14px; gap: 10px; font-size: 7px; }
  .lux-detail-image-top b { max-width: 55%; padding: 7px 8px; text-align: right; }
  .mas-product-detail .lux-detail-visual > .lux-detail-image-caption { min-height: 52px; padding: 0 14px; font-size: 7px; }
  .lux-detail-image-caption b { font-size: 7px; }
  .lux-detail-media-notes { grid-template-columns: 1fr; }
  .lux-detail-media-notes span { padding: 13px; border-right: 0; border-bottom: 1px solid rgba(147, 165, 154, .35); text-align: left; }
  .lux-detail-media-notes span:last-child { border-bottom: 0; }
  .mas-product-detail .lux-detail-copy h1 { margin-top: 15px; font-size: clamp(45px, 14vw, 62px); }
  .mas-product-detail .lux-detail-intro { font-size: 15px; }
  .lux-detail-section-head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .mas-product-detail .lux-detail-features { grid-template-columns: 1fr; }
  .mas-product-detail .lux-detail-features li:nth-child(odd) { margin-right: 0; }
  .mas-product-detail .lux-detail-meta { grid-template-columns: 1fr; }
  .mas-product-detail .lux-detail-meta > span + span { border-top: 1px solid rgba(141, 160, 148, .4); border-left: 0; }
  .lux-detail-config { padding: 21px 18px; border-radius: 17px; }
  .lux-detail-config-head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .mas-product-detail .lux-detail-action { align-items: stretch; flex-direction: column; }
  .mas-product-detail .lux-detail-action .lux-primary { width: 100%; }
  .lux-detail-guarantee { align-items: start; }
  .lux-detail-assurance { grid-template-columns: 1fr; border-radius: 17px; }
  .lux-detail-assurance article { min-height: 150px; border-right: 0; border-bottom: 1px solid rgba(135, 156, 143, .38); }
  .lux-detail-assurance article:last-child { border-bottom: 0; }
  .lux-detail-assurance h2 { margin-top: 20px; }
}
