html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height, 80px) + 20px)}header-component,.header-section header{overflow:visible!important}.header__logo,.header-logo,a[href="/"].header__logo{display:flex!important;align-items:center!important;overflow:visible!important;position:relative!important;z-index:3!important}.header-logo__image,.header__logo img,.header-logo img{width:auto!important;height:auto!important;max-width:200px!important;max-height:72px!important;min-width:100px!important;object-fit:contain!important;display:block!important}@media screen and (max-width:749px){.header-logo__image,.header__logo img,.header-logo img{max-width:150px!important;max-height:52px!important;min-width:80px!important}}.luxemed-fade-in{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.luxemed-fade-in.is-visible{opacity:1;transform:translateY(0)}.luxemed-fade-in:nth-child(2){transition-delay:.1s}.luxemed-fade-in:nth-child(3){transition-delay:.2s}.luxemed-fade-in:nth-child(4){transition-delay:.3s}.luxemed-fade-in:nth-child(5){transition-delay:.4s}.luxemed-fade-in:nth-child(6){transition-delay:.5s}.luxemed-subheading{font-size:.8125rem;letter-spacing:.25em;text-transform:uppercase;opacity:.6;margin-bottom:.75rem;font-weight:500}.luxemed-heading{font-family:var(--font-heading--family);letter-spacing:-.02em;line-height:1.1}.luxemed-whatsapp{position:fixed;bottom:24px;right:24px;z-index:var(--layer-overlay, 16);width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0003;transition:transform .25s ease-out,box-shadow .25s ease-out;text-decoration:none}.luxemed-whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 24px #0000004d}.luxemed-whatsapp svg{width:28px;height:28px;fill:#fff}.luxemed-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center;padding:2rem 0}@media screen and (max-width:749px){.luxemed-trust-grid{grid-template-columns:1fr;gap:1.5rem}}.luxemed-trust-item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.luxemed-trust-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.luxemed-trust-icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.5;fill:none}.luxemed-trust-title{font-family:var(--font-heading--family);font-size:1.125rem;font-weight:500;margin:0}.luxemed-trust-desc{font-size:.875rem;opacity:.7;margin:0;max-width:24rem;line-height:1.6}.luxemed-trust-grid--stats{grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:1rem 0}@media screen and (max-width:1024px){.luxemed-trust-grid--stats{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.luxemed-trust-grid--stats{grid-template-columns:1fr}}.luxemed-trust-stat{font-family:var(--font-heading--family, serif);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:300;line-height:1;letter-spacing:-.02em;margin-bottom:.25rem;color:inherit}.luxemed-trust-grid--stats .luxemed-trust-title{font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;opacity:.9}.luxemed-trust-grid--stats .luxemed-trust-desc{max-width:18rem;font-size:.8125rem}.luxemed-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media screen and (max-width:749px){.luxemed-contact-grid{grid-template-columns:1fr;gap:2rem}}.luxemed-contact-info{display:flex;flex-direction:column;gap:1.25rem}.luxemed-contact-item{display:flex;align-items:flex-start;gap:.75rem}.luxemed-contact-item svg{width:20px;height:20px;flex-shrink:0;margin-top:2px;stroke:currentColor;stroke-width:1.5;fill:none}.luxemed-map-wrapper{border-radius:8px;overflow:hidden;aspect-ratio:4 / 3}.luxemed-map-wrapper iframe{width:100%;height:100%;border:0}.luxemed-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:56rem;margin:0 auto}@media screen and (max-width:749px){.luxemed-team-grid{grid-template-columns:1fr;gap:2rem}}.luxemed-team-card{text-align:center}.luxemed-team-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;margin:0 auto 1.25rem;display:block;border:3px solid var(--color-border, #e0e0e0)}.luxemed-team-name{font-family:var(--font-heading--family);font-size:1.25rem;font-weight:500;margin:0 0 .25rem}.luxemed-team-role{font-size:.875rem;text-transform:uppercase;letter-spacing:.15em;opacity:.6;margin:0 0 1rem}.luxemed-team-bio{font-size:.9375rem;line-height:1.7;opacity:.8;max-width:28rem;margin:0 auto}.luxemed-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;text-align:left}@media screen and (max-width:749px){.luxemed-values-grid{grid-template-columns:1fr;gap:1.5rem}}.luxemed-values-item{padding:1.5rem;border:1px solid var(--color-border, #e0e0e0);border-radius:8px;transition:box-shadow .3s ease,transform .3s ease}.luxemed-values-item:hover{box-shadow:0 8px 32px #00000014;transform:translateY(-2px)}.luxemed-values-title{font-family:var(--font-heading--family);font-size:1.125rem;font-weight:500;margin:0 0 .75rem;letter-spacing:.02em}.luxemed-values-text{font-size:.9375rem;line-height:1.7;opacity:.8;margin:0}.luxemed-divider{width:60px;height:2px;background:currentColor;opacity:.3;margin:1.5rem auto;border:none}.luxemed-cta-group{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1.5rem}.luxemed-cta-group .button{min-width:180px}.luxemed-fade-in-left,.luxemed-fade-in-right{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.luxemed-fade-in-left{transform:translate(-40px)}.luxemed-fade-in-right{transform:translate(40px)}.luxemed-fade-in-left.is-visible,.luxemed-fade-in-right.is-visible{opacity:1;transform:translate(0)}.luxemed-zoom-in{opacity:0;transform:scale(.85);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.luxemed-zoom-in.is-visible{opacity:1;transform:scale(1)}.luxemed-hero__award--text{position:relative;animation:luxemed-spin-slow 30s linear infinite}.luxemed-hero__award--text .luxemed-hero__award-inner{animation:luxemed-spin-slow-reverse 30s linear infinite}@keyframes luxemed-spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes luxemed-spin-slow-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.luxemed-hero__btn--primary{position:relative;overflow:hidden}.luxemed-hero__btn--primary:before{content:"";position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.18) 50%,transparent 100%);transform:skew(-20deg);transition:left .7s cubic-bezier(.16,1,.3,1);pointer-events:none}.luxemed-hero__btn--primary:hover:before{left:130%}.luxemed-whatsapp{animation:luxemed-bob 3s ease-in-out infinite}@keyframes luxemed-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.luxemed-whatsapp:hover{animation-play-state:paused;transform:scale(1.1)}@media(prefers-reduced-motion:reduce){.luxemed-fade-in,.luxemed-fade-in-left,.luxemed-fade-in-right,.luxemed-zoom-in{transition:opacity .3s ease;transform:none!important}.luxemed-hero__award--text,.luxemed-hero__award--text .luxemed-hero__award-inner,.luxemed-whatsapp,.luxemed-hero__product-img{animation:none!important}.luxemed-hero__btn--primary:before{display:none}}.luxemed-sucursales{text-align:center}.luxemed-sucursales__subheading{font-size:.8125rem;letter-spacing:.25em;text-transform:uppercase;margin:0 0 .75rem;opacity:.7}.luxemed-sucursales__heading{font-family:var(--font-heading--family);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;margin:0 0 1rem;letter-spacing:-.02em}.luxemed-sucursales__description{max-width:42rem;margin:0 auto 2.5rem;opacity:.8;line-height:1.7}.luxemed-sucursales__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:92rem;margin:0 auto}@media screen and (max-width:749px){.luxemed-sucursales__grid{grid-template-columns:1fr;gap:1.25rem}}.luxemed-sucursales__card{position:relative;display:block;width:100%;min-height:380px;padding:0;border:0;background:#1a1a1a;border-radius:14px;overflow:hidden;aspect-ratio:4 / 5;cursor:pointer;font:inherit;color:inherit;box-shadow:0 8px 24px #0000001f,0 2px 6px #00000014;transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s cubic-bezier(.16,1,.3,1)}.luxemed-sucursales__card:hover,.luxemed-sucursales__card:focus-visible{transform:translateY(-8px);box-shadow:0 28px 60px #00000047,0 8px 16px #0000001f;outline:none}.luxemed-sucursales__card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.33,1,.68,1),filter .5s ease;filter:saturate(1.05)}.luxemed-sucursales__card:hover .luxemed-sucursales__card-img{transform:scale(1.08);filter:saturate(1.15)}.luxemed-sucursales__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000d9,#0000008c 25%,#0000001a 55%,#0000);transition:opacity .4s ease;pointer-events:none}.luxemed-sucursales__card:hover .luxemed-sucursales__card-overlay{opacity:.92}.luxemed-sucursales__card:after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.18) 50%,transparent 100%);transform:skew(-20deg);transition:left .9s cubic-bezier(.33,1,.68,1);pointer-events:none;z-index:2}.luxemed-sucursales__card:hover:after{left:125%}.luxemed-sucursales__card-content{position:absolute;bottom:0;left:0;right:0;padding:1.75rem 1.75rem 2rem;color:#fff;text-align:left;z-index:3;text-shadow:0 2px 8px rgba(0,0,0,.5);transform:translateY(0);transition:transform .45s cubic-bezier(.16,1,.3,1)}.luxemed-sucursales__card:hover .luxemed-sucursales__card-content{transform:translateY(-4px)}.luxemed-sucursales__card-eyebrow{display:block;font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;opacity:.95;margin:0 0 .5rem;font-weight:600}.luxemed-sucursales__card-title{display:block;font-family:var(--font-heading--family);font-size:clamp(1.5rem,2.4vw,1.875rem);font-weight:500;margin:0 0 .85rem;letter-spacing:-.015em;line-height:1.15}.luxemed-sucursales__card-cta{display:inline-flex;align-items:center;gap:.45rem;font-size:.875rem;font-weight:600;letter-spacing:.02em;padding:.55rem 1.05rem;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:#ffffff14;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:gap .25s ease,background .3s ease,border-color .3s ease}.luxemed-sucursales__card:hover .luxemed-sucursales__card-cta{gap:.75rem;background:#fffffff2;border-color:#fffffff2;color:#1a1a1a;text-shadow:none}.luxemed-sucursales__card-cta-arrow{transition:transform .3s cubic-bezier(.16,1,.3,1)}.luxemed-sucursales__card:hover .luxemed-sucursales__card-cta-arrow{transform:translate(4px)}.luxemed-sucursales__dialog{width:min(92vw,640px);max-height:90vh;padding:0;border:0;border-radius:12px;background:var(--color-background, #fff);color:var(--color-foreground, #111);overflow:hidden;box-shadow:0 24px 80px #00000059}.luxemed-sucursales__dialog::backdrop{background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.luxemed-sucursales__dialog[open]{animation:luxemed-dialog-in .35s cubic-bezier(.16,1,.3,1)}@keyframes luxemed-dialog-in{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.luxemed-sucursales__dialog-inner{display:flex;flex-direction:column;max-height:90vh;overflow:auto}.luxemed-sucursales__dialog-media{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#f0f0f0;position:relative}.luxemed-sucursales__dialog-img{width:100%;height:100%;object-fit:cover;display:block}.luxemed-sucursales__dialog-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:0;background:#0009;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;z-index:2}.luxemed-sucursales__dialog-close:hover{background:#000000d9;transform:scale(1.05)}.luxemed-sucursales__dialog-close svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none}.luxemed-sucursales__dialog-body{padding:1.5rem 1.5rem 1.75rem}.luxemed-sucursales__dialog-eyebrow{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;opacity:.6;margin:0 0 .5rem;font-weight:500}.luxemed-sucursales__dialog-title{font-family:var(--font-heading--family);font-size:1.5rem;font-weight:500;margin:0 0 1rem;letter-spacing:-.01em}.luxemed-sucursales__dialog-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.875rem}.luxemed-sucursales__dialog-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.55}.luxemed-sucursales__dialog-item svg{width:18px;height:18px;flex-shrink:0;margin-top:3px;stroke:currentColor;stroke-width:1.6;fill:none}.luxemed-sucursales__dialog-item a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;opacity:.85;transition:opacity .2s}.luxemed-sucursales__dialog-item a:hover{opacity:1}.luxemed-sucursales__dialog-actions{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:.5rem}.luxemed-sucursales__dialog-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.25rem;border-radius:4px;font-size:.875rem;font-weight:500;text-decoration:none;border:0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.luxemed-sucursales__dialog-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #00000026}.luxemed-sucursales__dialog-btn--whatsapp{background:#25d366;color:#fff}.luxemed-sucursales__dialog-btn--call{background:#000;color:#fff}.luxemed-sucursales__dialog-btn--maps{background:transparent;color:inherit;border:1px solid currentColor}.luxemed-sucursales__dialog-btn--booking{background:transparent;color:inherit;border:1px dashed currentColor;opacity:.85}.luxemed-sucursales__dialog-btn svg{width:16px;height:16px;flex-shrink:0}@media(prefers-reduced-motion:reduce){.luxemed-sucursales__card,.luxemed-sucursales__card-img,.luxemed-sucursales__card-overlay,.luxemed-sucursales__card-cta,.luxemed-sucursales__card-cta-arrow{transition:none!important;transform:none!important}.luxemed-sucursales__dialog[open]{animation:none}}.luxemed-mobile-nav{display:none}@media screen and (max-width:749px){.luxemed-mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:998;background:#fffffff5;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid rgba(0,0,0,.06);padding:.5rem .75rem calc(.5rem + env(safe-area-inset-bottom,0px));box-shadow:0 -6px 24px #00000014;justify-content:space-around;align-items:flex-end;min-height:64px}body{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.luxemed-whatsapp{bottom:calc(80px + env(safe-area-inset-bottom,0px))!important}}.luxemed-mobile-nav__item{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;text-decoration:none;color:#1a1a1a;padding:.4rem 0;font-size:.6875rem;font-weight:500;letter-spacing:.02em;transition:color .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent}.luxemed-mobile-nav__item svg{width:22px;height:22px;flex-shrink:0}.luxemed-mobile-nav__item:active{transform:scale(.9);color:#b8860b}.luxemed-mobile-nav__label{display:block}.luxemed-mobile-nav__count{position:absolute;top:2px;left:50%;transform:translate(4px);min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#d4163c;color:#fff;font-size:.625rem;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;letter-spacing:0}@media(prefers-reduced-motion:reduce){.luxemed-mobile-nav__item{transition:none}}.luxemed-product-features{text-align:center}.luxemed-product-features__heading{font-family:var(--font-heading--family);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;margin:0 0 .5rem;letter-spacing:-.015em}.luxemed-product-features__subheading{font-size:.8125rem;letter-spacing:.2em;text-transform:uppercase;opacity:.65;margin:0 0 .5rem;font-weight:500}.luxemed-product-features__grid{display:grid;grid-template-columns:repeat(var(--feat-cols, 3),1fr);gap:1.5rem;margin-top:2.5rem}@media screen and (max-width:749px){.luxemed-product-features__grid{grid-template-columns:1fr;gap:1rem}}.luxemed-product-features__item{background:#00000005;border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:1.75rem 1.5rem;text-align:left;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease,border-color .3s ease}.luxemed-product-features__item:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000014;border-color:#0000001f}.luxemed-product-features__icon{width:44px;height:44px;border-radius:10px;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.luxemed-product-features__icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.luxemed-product-features__title{font-family:var(--font-heading--family);font-size:1.125rem;font-weight:500;margin:0 0 .5rem}.luxemed-product-features__desc{font-size:.9375rem;line-height:1.6;margin:0;opacity:.75}.luxemed-product-guarantee{background:linear-gradient(135deg,#f8f6f1,#f0ebe1);border-radius:16px;padding:2.5rem 2rem;display:grid;grid-template-columns:1fr 1px 1fr;gap:2rem;align-items:center}@media screen and (max-width:749px){.luxemed-product-guarantee{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1.5rem}}.luxemed-product-guarantee__divider{width:1px;height:60%;background:#0000001f;margin:0 auto}@media screen and (max-width:749px){.luxemed-product-guarantee__divider{width:60%;height:1px}}.luxemed-product-guarantee__col{display:flex;align-items:flex-start;gap:1rem}.luxemed-product-guarantee__icon{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center}.luxemed-product-guarantee__icon svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.luxemed-product-guarantee__title{font-family:var(--font-heading--family);font-size:1rem;font-weight:600;margin:0 0 .25rem;letter-spacing:.02em}.luxemed-product-guarantee__text{font-size:.9375rem;line-height:1.5;margin:0;opacity:.8}.luxemed-product-guarantee__price{font-family:var(--font-heading--family);font-size:1.625rem;font-weight:500;color:#1a1a1a;margin:.25rem 0 0}.luxemed-product-guarantee__price small{font-size:.875rem;font-weight:400;opacity:.65}.luxemed-reviews{overflow:hidden}.luxemed-reviews__layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}@media(max-width:900px){.luxemed-reviews__layout{grid-template-columns:1fr;gap:2rem}}.luxemed-reviews__intro{display:flex;flex-direction:column;gap:1.25rem}.luxemed-reviews__badge{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:6px 12px;border-radius:999px;background:#d4a0171a;color:#9a7200;font-size:.8125rem;font-weight:500;letter-spacing:.01em}.luxemed-reviews__badge strong{font-weight:700;color:#1a1a1a}.luxemed-reviews__badge span{opacity:.7;color:#1a1a1a}.luxemed-reviews__badge-star{color:#d4a017;fill:currentColor}.luxemed-reviews__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;opacity:.65;margin:0}.luxemed-reviews__heading{font-family:var(--font-heading--family);font-size:clamp(1.875rem,4vw,3rem);font-weight:400;line-height:1.05;letter-spacing:-.02em;margin:0}.luxemed-reviews__description{font-size:1rem;line-height:1.6;opacity:.75;margin:0;max-width:32rem}.luxemed-reviews__dots{display:flex;gap:10px;margin-top:1rem}.luxemed-reviews__dot{width:10px;height:10px;border-radius:999px;border:0;background:#0000002e;cursor:pointer;padding:0;transition:width .32s cubic-bezier(.16,1,.3,1),background .22s ease}.luxemed-reviews__dot:hover{background:#00000059}.luxemed-reviews__dot.is-active{width:40px;background:#1a1a1a}.luxemed-reviews__dot:focus-visible{outline:2px solid #1a1a1a;outline-offset:3px}.luxemed-reviews__stage{position:relative;min-height:360px;isolation:isolate}@media(max-width:900px){.luxemed-reviews__stage{min-height:340px}}@media(max-width:500px){.luxemed-reviews__stage{min-height:380px}}.luxemed-reviews__card{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 20px 50px -20px #0000001f,0 4px 12px #0000000a;opacity:0;transform:translate(80px) scale(.94);transition:opacity .52s cubic-bezier(.16,1,.3,1),transform .52s cubic-bezier(.16,1,.3,1);pointer-events:none;z-index:0}.luxemed-reviews__card.is-active{opacity:1;transform:translate(0) scale(1);pointer-events:auto;z-index:2}@media(prefers-reduced-motion:reduce){.luxemed-reviews__card{transition:opacity .2s ease;transform:none!important}}.luxemed-reviews__stars{display:inline-flex;gap:3px;color:#d4a017}.luxemed-reviews__stars svg{fill:currentColor}.luxemed-reviews__stars .is-empty{opacity:.18}.luxemed-reviews__quote-wrap{position:relative;flex:1;padding-left:6px}.luxemed-reviews__quote-icon{position:absolute;top:-8px;left:-14px;color:#1a1a1a14;fill:currentColor;pointer-events:none}.luxemed-reviews__card-title{font-family:var(--font-heading--family);font-size:1.25rem;font-weight:500;margin:0 0 .5rem;letter-spacing:-.01em;position:relative;z-index:1}.luxemed-reviews__card-body{font-size:.9375rem;line-height:1.65;margin:0;color:#1a1a1a;opacity:.82;position:relative;z-index:1}.luxemed-reviews__divider{height:1px;background:linear-gradient(to right,transparent,rgba(0,0,0,.1),transparent)}.luxemed-reviews__author{display:flex;align-items:center;gap:12px}.luxemed-reviews__avatar{width:44px;height:44px;border-radius:999px;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#1a1a1a,#3a3a3a);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;font-family:var(--font-heading--family);border:2px solid rgba(255,255,255,.8);box-shadow:0 2px 6px #0000001a}.luxemed-reviews__avatar img{width:100%;height:100%;object-fit:cover;display:block}.luxemed-reviews__author-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.luxemed-reviews__author-name{font-size:.9375rem;font-weight:600;margin:0;display:inline-flex;align-items:center;gap:6px}.luxemed-reviews__verified{color:#1d9bf0;display:inline-flex;flex-shrink:0}.luxemed-reviews__verified svg{fill:currentColor}.luxemed-reviews__author-sub{font-size:.8125rem;opacity:.6;margin:0}.luxemed-reviews__deco{position:absolute;width:80px;height:80px;background:#d4a01714;border-radius:14px;z-index:0;pointer-events:none}.luxemed-reviews__deco--tl{top:-20px;right:-20px}.luxemed-reviews__deco--br{bottom:-20px;left:-20px;background:#1a1a1a0a}@media(max-width:500px){.luxemed-reviews__card{padding:1.5rem;border-radius:16px}.luxemed-reviews__deco{width:60px;height:60px}.luxemed-reviews__heading{font-size:clamp(1.625rem,7vw,2.25rem)}}.luxemed-product-faqs__heading{font-family:var(--font-heading--family);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;margin:0 0 2rem;letter-spacing:-.015em;text-align:center}.luxemed-product-faqs__list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.luxemed-product-faqs__item{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;overflow:hidden;transition:border-color .25s ease,box-shadow .3s ease}.luxemed-product-faqs__item[open]{border-color:#0000002e;box-shadow:0 4px 16px #0000000d}.luxemed-product-faqs__summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.125rem 1.5rem;font-family:var(--font-heading--family);font-size:1rem;font-weight:500;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;transition:background .2s ease}.luxemed-product-faqs__summary::-webkit-details-marker{display:none}.luxemed-product-faqs__summary:hover{background:#00000005}.luxemed-product-faqs__icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;transition:transform .3s cubic-bezier(.16,1,.3,1)}.luxemed-product-faqs__item[open] .luxemed-product-faqs__icon{transform:rotate(45deg)}.luxemed-product-faqs__icon svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round}.luxemed-product-faqs__answer{padding:0 1.5rem 1.25rem;font-size:.9375rem;line-height:1.65;opacity:.85;margin:0}.luxemed-lineup__subheading{text-align:center;font-size:.8125rem;letter-spacing:.15em;text-transform:uppercase;opacity:.7;margin:0 0 .5rem}.luxemed-lineup__heading{text-align:center;font-family:var(--font-heading--family);font-size:clamp(1.5rem,4vw,2.25rem);margin:0 0 .75rem}.luxemed-lineup__desc{text-align:center;max-width:620px;margin:0 auto 2.5rem;opacity:.8;line-height:1.65}.luxemed-lineup__grid{display:grid;grid-template-columns:repeat(var(--lineup-cols, 3),1fr);gap:1.5rem}@media(max-width:989px){.luxemed-lineup__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.luxemed-lineup__grid{grid-template-columns:1fr;gap:1.25rem}}.luxemed-lineup__card{position:relative;background:var(--color-background);border:1px solid rgba(0,0,0,.08);border-radius:6px;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.luxemed-lineup__card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #00000014}.luxemed-lineup__badge{position:absolute;top:.875rem;left:.875rem;z-index:2;padding:.3rem .7rem;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:999px;background:#1a1a1a;color:#fff}.luxemed-lineup__badge--available{background:#0a7a4a}.luxemed-lineup__badge--new{background:#b88746}.luxemed-lineup__badge--soon{background:#000000bf}.luxemed-lineup__media{aspect-ratio:4/5;background:#f4f1ed;overflow:hidden}.luxemed-lineup__img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.luxemed-lineup__card:hover .luxemed-lineup__img{transform:scale(1.04)}.luxemed-lineup__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading--family);font-size:4rem;color:#00000026;background:linear-gradient(135deg,#efe9e0,#f7f3ee)}.luxemed-lineup__body{padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.luxemed-lineup__eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;opacity:.6;margin:0}.luxemed-lineup__title{font-family:var(--font-heading--family);font-size:1.25rem;margin:0}.luxemed-lineup__text{font-size:.9375rem;line-height:1.6;opacity:.8;margin:0 0 .5rem}.luxemed-lineup__cta{align-self:flex-start;font-size:.875rem;font-weight:500;text-decoration:none;color:inherit;border-bottom:1px solid currentColor;padding-bottom:2px;transition:opacity .3s ease}.luxemed-lineup__cta:hover{opacity:.6}.luxemed-lineup__cta--disabled{opacity:.4;cursor:not-allowed;border-bottom-style:dashed}.luxemed-about-cta__inner{text-align:center;max-width:680px;margin:0 auto}.luxemed-about-cta__eyebrow{font-size:.8125rem;letter-spacing:.2em;text-transform:uppercase;opacity:.7;margin:0 0 .75rem}.luxemed-about-cta__heading{font-family:var(--font-heading--family);font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.2;margin:0 0 1rem}.luxemed-about-cta__desc{font-size:1rem;line-height:1.7;opacity:.85;margin:0 0 2rem}.luxemed-about-cta__btn{display:inline-flex;align-items:center;gap:.6rem;background:var(--color-foreground);color:var(--color-background);padding:.95rem 1.75rem;border-radius:4px;text-decoration:none;font-weight:500;letter-spacing:.02em;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s ease}.luxemed-about-cta__btn:hover{transform:translateY(-2px);opacity:.92}.luxemed-lineup__head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.luxemed-lineup__heading-wrap{flex:1 1 auto;min-width:0}.luxemed-lineup .luxemed-lineup__subheading,.luxemed-lineup .luxemed-lineup__heading,.luxemed-lineup .luxemed-lineup__desc{text-align:left}.luxemed-lineup .luxemed-lineup__heading{margin:.25rem 0 .5rem}.luxemed-lineup .luxemed-lineup__desc{margin:0;max-width:540px}.luxemed-lineup__nav{display:flex;gap:.5rem;flex-shrink:0}.luxemed-lineup__arrow{width:44px;height:44px;border-radius:50%;border:1px solid currentColor;background:transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s ease,color .25s ease,opacity .25s ease,transform .25s ease}.luxemed-lineup__arrow:hover:not(:disabled){background:currentColor;transform:translateY(-1px)}.luxemed-lineup__arrow:hover:not(:disabled) svg{color:var(--color-background)}.luxemed-lineup__arrow svg{transition:color .25s ease}.luxemed-lineup__arrow:disabled{opacity:.3;cursor:not-allowed}.luxemed-lineup__viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;margin:0 -1rem;padding:.5rem 1rem 1rem}.luxemed-lineup__viewport::-webkit-scrollbar{display:none}.luxemed-lineup__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--lineup-cols, 4) - 1) * 1.25rem) / var(--lineup-cols, 4));gap:1.25rem}@media(max-width:989px){.luxemed-lineup__track{grid-auto-columns:calc((100% - 1.25rem)/2)}}@media(max-width:749px){.luxemed-lineup__head{margin-bottom:1.5rem}.luxemed-lineup__track{grid-auto-columns:78%;gap:1rem}}.luxemed-lineup__card{scroll-snap-align:start}.luxemed-lineup__media-link{display:block;text-decoration:none;color:inherit}.luxemed-lineup__title a{color:inherit;text-decoration:none;transition:opacity .25s ease}.luxemed-lineup__title a:hover{opacity:.65}.luxemed-lineup__price{font-size:.95rem;font-weight:500;margin:0;letter-spacing:.01em}.luxemed-faqs__layout{display:grid;grid-template-columns:1fr 1.6fr;gap:4rem;align-items:start}@media(max-width:989px){.luxemed-faqs__layout{grid-template-columns:1fr;gap:2rem}}.luxemed-faqs__aside{position:sticky;top:6rem}@media(max-width:989px){.luxemed-faqs__aside{position:static}}.luxemed-faqs__eyebrow{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;opacity:.55;margin:0 0 .75rem}.luxemed-faqs__heading{font-family:var(--font-heading--family);font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.15;margin:0 0 1rem}.luxemed-faqs__intro{font-size:1rem;line-height:1.7;opacity:.8;margin:0 0 1.25rem;max-width:360px}.luxemed-faqs__contact{display:inline-flex;align-items:center;gap:.4rem;font-size:.9375rem;font-weight:500;text-decoration:none;color:inherit;border-bottom:1px solid currentColor;padding-bottom:2px;transition:opacity .25s ease}.luxemed-faqs__contact:hover{opacity:.65}.luxemed-faqs__list{display:flex;flex-direction:column;gap:0}.luxemed-faqs__item{border-top:1px solid rgba(0,0,0,.12);padding:0}.luxemed-faqs__item:last-child{border-bottom:1px solid rgba(0,0,0,.12)}.luxemed-faqs__summary{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;padding:1.5rem 0;cursor:pointer;list-style:none;font-size:1.0625rem;font-weight:500;font-family:var(--font-heading--family);transition:opacity .25s ease}.luxemed-faqs__summary::-webkit-details-marker{display:none}.luxemed-faqs__summary:hover{opacity:.75}.luxemed-faqs__num{font-family:var(--font-body--family);font-size:.8125rem;letter-spacing:.1em;opacity:.45;font-weight:400;font-variant-numeric:tabular-nums}.luxemed-faqs__q{line-height:1.4}.luxemed-faqs__chevron{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid currentColor;transition:transform .35s cubic-bezier(.16,1,.3,1),background .25s ease;color:inherit}.luxemed-faqs__item[open] .luxemed-faqs__chevron{transform:rotate(180deg);background:#0000000d}.luxemed-faqs__answer{padding:0 0 1.75rem 2.75rem;font-size:1rem;line-height:1.75;opacity:.82;max-width:56ch}.luxemed-faqs__answer p{margin:0 0 .75rem}.luxemed-faqs__answer p:last-child{margin:0}@media(max-width:749px){.luxemed-faqs__answer{padding-left:0}.luxemed-faqs__summary{gap:.75rem;padding:1.25rem 0;font-size:1rem}.luxemed-faqs__chevron{width:32px;height:32px}}.shopify-section [class*=product-card] .product-card-gallery,.product-card .product-card-gallery,[id*=MainCollection] .product-card .product-card-gallery{aspect-ratio:4/5!important;overflow:hidden;background:#f4f1ed}.shopify-section [class*=product-card] .product-card-gallery img,.product-card img.product-card-gallery__image,[id*=MainCollection] .product-card img{width:100%!important;height:100%!important;object-fit:cover!important}.luxemed-chatbot{position:fixed;left:20px;bottom:24px;z-index:9999;font-family:var(--font-body--family, system-ui, -apple-system, sans-serif);--lx-panel: #202c33;--lx-header: #1f2c34;--lx-chat-bg: #0b141a;--lx-bubble-bot: #ffffff;--lx-bubble-bot-text: #111b21;--lx-bubble-user: #005c4b;--lx-text: #e9edef;--lx-text-muted: #8696a0;--lx-border: rgba(255,255,255,.08);--lx-accent: #c9a87a}.luxemed-chatbot__particles,.luxemed-chatbot__border,.luxemed-chatbot__launcher-pulse{display:none!important}.luxemed-chatbot__launcher{position:relative;width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;background:#1a1a1a;color:#fff;box-shadow:0 8px 24px #00000059;display:flex;align-items:center;justify-content:center;transition:transform .2s cubic-bezier(.16,1,.3,1),background .2s}.luxemed-chatbot__launcher{animation:luxemed-bob 3s ease-in-out infinite}.luxemed-chatbot__launcher:hover{transform:scale(1.06);background:#2a2a2a;animation-play-state:paused}.luxemed-chatbot__launcher.is-open{animation:none}@media(prefers-reduced-motion:reduce){.luxemed-chatbot__launcher{animation:none}}.luxemed-chatbot__launcher svg{width:24px;height:24px}.luxemed-chatbot__launcher .luxemed-chatbot__launcher-icon--chat{display:block}.luxemed-chatbot__launcher .luxemed-chatbot__launcher-icon--close,.luxemed-chatbot__launcher.is-open .luxemed-chatbot__launcher-icon--chat{display:none}.luxemed-chatbot__launcher.is-open .luxemed-chatbot__launcher-icon--close{display:block}.luxemed-chatbot__launcher.is-open{background:#2a2a2a}.luxemed-chatbot__launcher-dot{position:absolute;top:4px;right:4px;width:11px;height:11px;border-radius:50%;background:#ef4444;border:2px solid #1a1a1a;opacity:0;transform:scale(0);transition:all .18s}.luxemed-chatbot__launcher-dot.is-visible{opacity:1;transform:scale(1)}.luxemed-chatbot__badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;line-height:20px;text-align:center;border:2px solid #1a1a1a;opacity:0;transform:scale(0);transition:opacity .22s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1);pointer-events:none;z-index:2}.luxemed-chatbot__badge.is-visible{opacity:1;transform:scale(1);animation:luxemed-badge-pop .42s cubic-bezier(.16,1,.3,1)}@keyframes luxemed-badge-pop{0%{transform:scale(0)}60%{transform:scale(1.25)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.luxemed-chatbot__badge.is-visible{animation:none}}.luxemed-chatbot__teaser{position:absolute;bottom:72px;left:0;display:inline-flex;align-items:center;gap:8px;padding:10px 12px 10px 14px;background:#fff;color:#1a1a1a;font-size:13px;font-weight:500;border-radius:16px;box-shadow:0 10px 30px #0000002e,0 2px 6px #00000014;white-space:nowrap;cursor:pointer;opacity:0;transform:translateY(8px) scale(.92);transform-origin:bottom left;pointer-events:none;transition:opacity .26s cubic-bezier(.16,1,.3,1),transform .26s cubic-bezier(.16,1,.3,1);z-index:1}.luxemed-chatbot__teaser.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.luxemed-chatbot__teaser:after{content:"";position:absolute;left:22px;bottom:-6px;width:14px;height:14px;background:#fff;transform:rotate(45deg);box-shadow:3px 3px 6px #0000000f;border-radius:2px}.luxemed-chatbot__teaser-text{line-height:1.2}.luxemed-chatbot__teaser-close{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:0;border-radius:50%;background:#f1f1f1;color:#666;cursor:pointer;padding:0;transition:background .16s,color .16s}.luxemed-chatbot__teaser-close:hover{background:#e5e5e5;color:#1a1a1a}@media(prefers-reduced-motion:reduce){.luxemed-chatbot__teaser{transition:opacity .15s;transform:none!important}}@media(max-width:600px){.luxemed-chatbot__teaser{bottom:66px;font-size:12.5px}}.luxemed-chatbot__card{position:fixed;bottom:96px;left:20px;width:min(400px,calc(100vw - 40px));max-height:calc(100vh - 180px);background:var(--lx-panel);border-radius:14px;box-shadow:0 24px 60px #00000080,0 0 0 1px var(--lx-border);color:var(--lx-text);overflow:hidden;opacity:0;transform:translateY(12px) scale(.98);transition:opacity .24s cubic-bezier(.16,1,.3,1),transform .24s cubic-bezier(.16,1,.3,1);display:none}.luxemed-chatbot__card.is-open{display:block;opacity:1;transform:translateY(0) scale(1)}.luxemed-chatbot__inner{display:flex;flex-direction:column;width:100%;height:100%;max-height:inherit;position:relative;z-index:1}.luxemed-chatbot__bg{display:none!important}@media(max-width:600px){.luxemed-chatbot{left:14px;right:auto;bottom:88px}.luxemed-chatbot__card{right:10px;left:10px;bottom:154px;width:auto;max-width:none;max-height:calc(100vh - 170px)}}.luxemed-chatbot__header{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--lx-header);border-bottom:1px solid var(--lx-border)}.luxemed-chatbot__title-wrap{flex:1;min-width:0}.luxemed-chatbot__subtitle{font-size:12px;color:var(--lx-text-muted);display:flex;align-items:center;gap:6px;margin:2px 0 0;line-height:1.3}.luxemed-chatbot__status-dot{width:7px;height:7px;border-radius:50%;background:#10b981;flex-shrink:0}.luxemed-chatbot__avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#c9a87a,#a08258);color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}.luxemed-chatbot__title{flex:1;min-width:0}.luxemed-chatbot__name{font-size:14px;font-weight:600;color:var(--lx-text);margin:0;line-height:1.2}.luxemed-chatbot__status{font-size:12px;color:var(--lx-text-muted);display:flex;align-items:center;gap:6px;margin-top:2px}.luxemed-chatbot__status:before{content:"";width:7px;height:7px;border-radius:50%;background:#10b981}.luxemed-chatbot__close{width:32px;height:32px;border:none;border-radius:50%;background:transparent;cursor:pointer;color:var(--lx-text-muted);display:flex;align-items:center;justify-content:center;transition:background .18s,color .18s}.luxemed-chatbot__close:hover{background:#ffffff14;color:var(--lx-text)}.luxemed-chatbot__close svg{width:16px;height:16px}.luxemed-chatbot__messages{flex:1 1 auto;min-height:0;max-height:340px;overflow-y:auto!important;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:16px 14px;display:flex;flex-direction:column;gap:10px;background:var(--lx-chat-bg);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}@media(max-width:600px){.luxemed-chatbot__messages{max-height:calc(100svh - 280px)}}.luxemed-chatbot__messages::-webkit-scrollbar{width:6px}.luxemed-chatbot__messages::-webkit-scrollbar-track{background:transparent}.luxemed-chatbot__messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.luxemed-chatbot__msg{display:flex;max-width:100%;animation:lx-msg-in .26s cubic-bezier(.16,1,.3,1)}@keyframes lx-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.luxemed-chatbot__msg--assistant{justify-content:flex-start}.luxemed-chatbot__msg--user{justify-content:flex-end}.luxemed-chatbot__bubble{position:relative;max-width:82%;padding:8px 12px 9px;border-radius:8px;font-size:14px;line-height:1.45;word-wrap:break-word;overflow-wrap:break-word;box-shadow:0 1px 1px #0000002e}.luxemed-chatbot__msg--assistant .luxemed-chatbot__bubble{background:var(--lx-bubble-bot);color:var(--lx-bubble-bot-text);border-top-left-radius:0;margin-left:8px}.luxemed-chatbot__msg--assistant .luxemed-chatbot__bubble:before{content:"";position:absolute;top:0;left:-8px;width:8px;height:13px;background:var(--lx-bubble-bot);clip-path:polygon(100% 0,100% 100%,0 0)}.luxemed-chatbot__msg--user .luxemed-chatbot__bubble{background:var(--lx-bubble-user);color:#e9edef;border-top-right-radius:0;margin-right:8px}.luxemed-chatbot__msg--user .luxemed-chatbot__bubble:before{content:"";position:absolute;top:0;right:-8px;width:8px;height:13px;background:var(--lx-bubble-user);clip-path:polygon(0 0,100% 0,0 100%)}.luxemed-chatbot__bubble a{color:inherit;text-decoration:underline;font-weight:600}.luxemed-chatbot__typing{display:flex!important;gap:4px;padding:12px 14px!important;width:56px}.luxemed-chatbot__typing span{width:6px;height:6px;border-radius:50%;background:var(--lx-text-muted);animation:lx-typing 1.3s infinite ease-in-out}.luxemed-chatbot__typing span:nth-child(2){animation-delay:.15s}.luxemed-chatbot__typing span:nth-child(3){animation-delay:.3s}@keyframes lx-typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.luxemed-chatbot__suggestions{flex:0 0 auto;padding:8px 12px 6px;display:flex;flex-wrap:wrap;gap:6px;background:var(--lx-chat-bg);border-top:1px solid var(--lx-border)}.luxemed-chatbot__chip{padding:6px 12px;border-radius:999px;background:#ffffff0f;border:1px solid var(--lx-border);font-size:12px;color:var(--lx-text);cursor:pointer;transition:all .18s;font-family:inherit}.luxemed-chatbot__chip:hover{background:var(--lx-accent);color:#1a1a1a;border-color:var(--lx-accent)}.luxemed-chatbot__form{flex:0 0 auto;display:flex;gap:8px;padding:10px 12px;background:var(--lx-header);border-top:1px solid var(--lx-border)}.luxemed-chatbot__human-link{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 12px 10px;background:var(--lx-header);color:#25d366;font-weight:600;font-size:11px;text-decoration:none}.luxemed-chatbot__human-link:hover{text-decoration:underline}.luxemed-chatbot__input{flex:1;padding:10px 16px;border-radius:999px;border:1px solid transparent;background:var(--lx-panel);color:var(--lx-text);font-size:14px;outline:none;font-family:inherit;transition:border-color .18s,background .18s;min-width:0}.luxemed-chatbot__input::placeholder{color:var(--lx-text-muted)}.luxemed-chatbot__input:focus{border-color:var(--lx-accent);background:#2a3942}.luxemed-chatbot__send{width:40px;height:40px;border-radius:50%;border:none;background:var(--lx-accent);color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .18s,background .18s}.luxemed-chatbot__send:hover{transform:scale(1.06);background:#d4b689}.luxemed-chatbot__send:disabled{opacity:.4;cursor:not-allowed;transform:none}.luxemed-chatbot__send svg{width:16px;height:16px}.luxemed-chatbot__wa,.luxemed-chatbot__human{text-align:center;padding:8px 12px 10px;background:var(--lx-header);font-size:11px;color:var(--lx-text-muted)}.luxemed-chatbot__wa a,.luxemed-chatbot__human-link{color:#25d366;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.luxemed-chatbot__wa a:hover,.luxemed-chatbot__human-link:hover{text-decoration:underline}@media(prefers-reduced-motion:reduce){.luxemed-chatbot__msg,.luxemed-chatbot__typing span{animation:none}}.luxemed-pvideos{position:relative;max-width:1400px;margin:0 auto;padding-inline:clamp(16px,4vw,48px)}.luxemed-pvideos__header{max-width:720px;margin:0 auto 40px;text-align:center}.luxemed-pvideos__eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-foreground);opacity:.6;margin:0 0 12px;font-weight:600}.luxemed-pvideos__heading{font-size:clamp(1.75rem,3.2vw,2.5rem);line-height:1.15;margin:0 0 14px;letter-spacing:-.01em}.luxemed-pvideos__intro{font-size:1rem;line-height:1.55;opacity:.75;margin:0}.luxemed-pvideos__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,280px);gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:16px;padding:8px 4px 24px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.luxemed-pvideos__track::-webkit-scrollbar{height:6px}.luxemed-pvideos__track::-webkit-scrollbar-thumb{background:#00000026;border-radius:999px}.luxemed-pvideos__track::-webkit-scrollbar-track{background:transparent}@media(min-width:900px){.luxemed-pvideos__track{grid-auto-columns:minmax(260px,300px);gap:20px}}.luxemed-pvideos__card{scroll-snap-align:start;position:relative;display:flex;flex-direction:column;gap:12px;cursor:pointer;background:transparent;border:0;padding:0;text-align:left;outline:none;transition:transform .5s cubic-bezier(.16,1,.3,1)}.luxemed-pvideos__card:hover{transform:translateY(-4px)}.luxemed-pvideos__card:focus-visible{outline:2px solid var(--color-foreground);outline-offset:4px;border-radius:14px}.luxemed-pvideos__frame{position:relative;aspect-ratio:9 / 16;width:100%;overflow:hidden;border-radius:14px;background:#0f0f10;isolation:isolate;box-shadow:0 4px 20px #00000014;transition:box-shadow .5s cubic-bezier(.16,1,.3,1)}.luxemed-pvideos__card:hover .luxemed-pvideos__frame{box-shadow:0 12px 40px #0000002e}.luxemed-pvideos__video,.luxemed-pvideos__frame>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.luxemed-pvideos__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff9;font-size:.85rem}.luxemed-pvideos__playicon{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ffffffeb;color:#0f0f10;border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:1;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);pointer-events:none;padding-left:3px}.luxemed-pvideos__card:hover .luxemed-pvideos__playicon{opacity:0;transform:scale(.85)}.luxemed-pvideos__muted{position:absolute;bottom:10px;right:10px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#0000008c;color:#fff;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none}.luxemed-pvideos__meta{padding:0 4px}.luxemed-pvideos__title{font-size:.95rem;font-weight:600;margin:0 0 4px;line-height:1.3}.luxemed-pvideos__caption{font-size:.85rem;line-height:1.4;margin:0;opacity:.7}.luxemed-pvideos__controls{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:16px}.luxemed-pvideos__nav{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;color:#0f0f10;border:1px solid rgba(0,0,0,.1);border-radius:999px;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:transform .3s cubic-bezier(.16,1,.3,1),background .2s,opacity .3s}.luxemed-pvideos__nav:hover{transform:scale(1.08);background:#f5f5f5}.luxemed-pvideos__nav.is-disabled{opacity:.35;pointer-events:none}@media(max-width:768px){.luxemed-pvideos__controls{display:none}}.luxemed-pvideos__modal{padding:0;border:0;background:#0a0a0cf0;color:#fff;max-width:100vw;max-height:100vh;width:100vw;height:100vh;margin:0}.luxemed-pvideos__modal::backdrop{background:#000000b3}.luxemed-pvideos__modal-inner{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:16px}.luxemed-pvideos__modal-video{max-width:min(420px,100%);max-height:80vh;aspect-ratio:9 / 16;width:auto;height:auto;border-radius:14px;background:#000;object-fit:contain}.luxemed-pvideos__modal-meta{max-width:420px;text-align:center;color:#fff}.luxemed-pvideos__modal-meta h3{font-size:1.1rem;margin:0 0 6px;font-weight:600}.luxemed-pvideos__modal-meta p{font-size:.9rem;margin:0;opacity:.75;line-height:1.45}.luxemed-pvideos__modal-close{position:absolute;top:20px;right:20px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff1f;color:#fff;border:0;border-radius:999px;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:4;transition:background .2s}.luxemed-pvideos__modal-close:hover{background:#ffffff38}@media(prefers-reduced-motion:reduce){.luxemed-pvideos__card,.luxemed-pvideos__frame,.luxemed-pvideos__playicon,.luxemed-pvideos__nav{transition:none}.luxemed-pvideos__card:hover{transform:none}}.luxemed-bento{max-width:1400px;margin:0 auto;padding-inline:clamp(16px,4vw,48px)}.luxemed-bento__header{max-width:720px;margin:0 auto 48px;text-align:center}.luxemed-bento__eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;opacity:.6;margin:0 0 12px;font-weight:600}.luxemed-bento__heading{font-size:clamp(1.75rem,3.2vw,2.5rem);line-height:1.15;margin:0 0 14px;letter-spacing:-.01em}.luxemed-bento__intro{font-size:1rem;line-height:1.55;opacity:.75;margin:0}.luxemed-bento__grid{--bento-cell: clamp(120px, 18vw, 230px);display:grid;grid-template-columns:repeat(4,var(--bento-cell));grid-auto-rows:var(--bento-cell);grid-auto-flow:dense;gap:8px;justify-content:center}.luxemed-bento__tile{position:relative;background:transparent;border:0;padding:0;cursor:pointer;outline:none;transition:transform .5s cubic-bezier(.16,1,.3,1);min-width:0;min-height:0}.luxemed-bento__tile--lg{grid-column:span 2;grid-row:span 2}.luxemed-bento__tile--tall{grid-column:span 1;grid-row:span 2}.luxemed-bento__tile--wide{grid-column:span 2;grid-row:span 1}.luxemed-bento__tile--sm{grid-column:span 1;grid-row:span 1}.luxemed-bento__tile .luxemed-bento__frame{width:100%;height:100%;aspect-ratio:auto}@media(max-width:600px){.luxemed-bento__grid{--bento-cell: calc((100vw - 38px)/2) ;grid-template-columns:repeat(2,var(--bento-cell));grid-auto-rows:var(--bento-cell);gap:6px}}.luxemed-bento__tile{position:relative;background:transparent;border:0;padding:0;cursor:pointer;outline:none;transition:transform .5s cubic-bezier(.16,1,.3,1)}.luxemed-bento__tile:hover{transform:translateY(-3px)}.luxemed-bento__tile:focus-visible{outline:2px solid var(--color-foreground);outline-offset:4px;border-radius:16px}.luxemed-bento__frame{position:relative;width:100%;height:100%;overflow:hidden;border-radius:14px;background:#0f0f10;isolation:isolate;box-shadow:0 4px 16px #00000014;transition:box-shadow .5s cubic-bezier(.16,1,.3,1)}.luxemed-bento__tile:hover .luxemed-bento__frame{box-shadow:0 14px 40px #0000002e}.luxemed-bento__video,.luxemed-bento__frame>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.luxemed-bento__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff6}.luxemed-bento__overlay{position:absolute;left:0;right:0;bottom:0;padding:16px 18px;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.35) 60%,transparent 100%);color:#fff;z-index:2;pointer-events:none}.luxemed-bento__title{font-size:.95rem;font-weight:600;margin:0 0 4px;line-height:1.25;letter-spacing:-.005em}.luxemed-bento__caption{font-size:.8rem;margin:0;opacity:.85;line-height:1.4}.luxemed-bento__tile--lg .luxemed-bento__title{font-size:1.1rem}.luxemed-bento__tile--lg .luxemed-bento__caption{font-size:.85rem}.luxemed-bento__tile--sm .luxemed-bento__title{font-size:.8rem}.luxemed-bento__tile--sm .luxemed-bento__caption{font-size:.72rem}.luxemed-bento__playicon{position:absolute;top:14px;right:14px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#ffffffeb;color:#0f0f10;border-radius:999px;z-index:3;opacity:0;transform:scale(.85);transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);padding-left:2px;pointer-events:none}.luxemed-bento__tile:hover .luxemed-bento__playicon,.luxemed-bento__tile:focus-visible .luxemed-bento__playicon{opacity:1;transform:scale(1)}.luxemed-bento__modal{padding:0;border:0;background:#0a0a0cf0;color:#fff;max-width:100vw;max-height:100vh;width:100vw;height:100vh;margin:0}.luxemed-bento__modal::backdrop{background:#000000b3}.luxemed-bento__modal-inner{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:16px}.luxemed-bento__modal-video{max-width:min(900px,100%);max-height:80vh;width:auto;height:auto;border-radius:14px;background:#000;object-fit:contain}.luxemed-bento__modal-meta{max-width:600px;text-align:center}.luxemed-bento__modal-meta h3{font-size:1.1rem;margin:0 0 6px;font-weight:600}.luxemed-bento__modal-meta p{font-size:.9rem;margin:0;opacity:.75;line-height:1.45}.luxemed-bento__modal-close{position:absolute;top:20px;right:20px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff1f;color:#fff;border:0;border-radius:999px;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:4;transition:background .2s}.luxemed-bento__modal-close:hover{background:#ffffff38}@media(prefers-reduced-motion:reduce){.luxemed-bento__tile,.luxemed-bento__frame,.luxemed-bento__playicon{transition:none}.luxemed-bento__tile:hover{transform:none}}.luxemed-pillars{max-width:1320px;margin:0 auto;padding-inline:clamp(16px,4vw,48px)}.luxemed-pillars__head{max-width:720px;margin:0 auto 56px;text-align:center}.luxemed-pillars__eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;opacity:.6;margin:0 0 12px;font-weight:600}.luxemed-pillars__heading{font-size:clamp(1.75rem,3.4vw,2.6rem);line-height:1.15;margin:0 0 14px;letter-spacing:-.015em}.luxemed-pillars__intro{font-size:1rem;line-height:1.55;opacity:.75;margin:0}.luxemed-pillars__layout{display:grid;grid-template-columns:minmax(260px,.8fr) 1.6fr;gap:clamp(20px,3vw,40px);align-items:start}@media(max-width:900px){.luxemed-pillars__layout{grid-template-columns:1fr;gap:28px}}.luxemed-pillars__tabs{display:flex;flex-direction:column;gap:14px;padding-block:8px}.luxemed-pillars__tab{position:relative;display:flex;flex-direction:column;gap:6px;padding:22px 26px;border:0;border-radius:14px;background:var(--pillar-bg, #1a1a1a);color:var(--pillar-fg, #fff);text-align:left;cursor:pointer;outline:none;transform-origin:center;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1),filter .3s ease;box-shadow:0 2px 8px #0000000f}.luxemed-pillars__tab[data-pillar-tilt="0"]{transform:rotate(-1.5deg)}.luxemed-pillars__tab[data-pillar-tilt="1"]{transform:rotate(1.5deg)}.luxemed-pillars__tab:hover{transform:rotate(0) translateY(-2px);filter:brightness(1.05)}.luxemed-pillars__tab:focus-visible{outline:2px solid currentColor;outline-offset:4px}.luxemed-pillars__tab.is-active{transform:rotate(0) scale(1.04);box-shadow:0 16px 50px #0000002e,0 4px 12px #0000001a;z-index:2}.luxemed-pillars__tab-eyebrow{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;opacity:.75;font-weight:600}.luxemed-pillars__tab-title{font-size:clamp(1.05rem,1.6vw,1.35rem);font-weight:700;line-height:1.2;letter-spacing:-.005em;text-transform:uppercase}.luxemed-pillars__panels{position:relative;min-height:420px}.luxemed-pillars__panel{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:translate(24px);pointer-events:none;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.luxemed-pillars__panel.is-active{opacity:1;transform:translate(0);pointer-events:auto}.luxemed-pillars__panel-card{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#ffffff0a;border:1px solid rgba(0,0,0,.06);border-radius:20px;overflow:hidden;min-height:420px;box-shadow:0 12px 40px #0000000f}@media(max-width:600px){.luxemed-pillars__panel-card{grid-template-columns:1fr;grid-template-rows:minmax(260px,320px) auto}.luxemed-pillars__panels{min-height:540px}}.luxemed-pillars__panel-media{position:relative;background:var(--pillar-bg, #1a1a1a);overflow:hidden}.luxemed-pillars__panel-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.luxemed-pillars__panel-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#ffffff4d}.luxemed-pillars__panel-content{padding:clamp(24px,3vw,36px);display:flex;flex-direction:column;gap:14px;justify-content:center}.luxemed-pillars__panel-badge{display:inline-flex;align-self:flex-start;padding:5px 11px;background:#0000000f;color:var(--color-foreground);border-radius:999px;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600}.luxemed-pillars__panel-title{font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.1;margin:0;letter-spacing:-.015em}.luxemed-pillars__panel-subtitle{font-size:.95rem;line-height:1.45;opacity:.7;margin:0;font-style:italic}.luxemed-pillars__panel-bullets{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-direction:column;gap:8px}.luxemed-pillars__panel-bullets li{position:relative;padding-left:22px;font-size:.92rem;line-height:1.4}.luxemed-pillars__panel-bullets li:before{content:"";position:absolute;left:0;top:.55em;width:10px;height:2px;background:var(--pillar-bg, currentColor);border-radius:2px;opacity:.7}.luxemed-pillars__panel-cta{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin-top:10px;padding:12px 22px;background:var(--color-foreground);color:var(--color-background);border-radius:999px;text-decoration:none;font-size:.9rem;font-weight:600;letter-spacing:.02em;transition:transform .3s cubic-bezier(.16,1,.3,1),filter .3s ease}.luxemed-pillars__panel-cta:hover{transform:translate(3px);filter:brightness(.92)}.luxemed-pillars__panel-cta svg{transition:transform .3s cubic-bezier(.16,1,.3,1)}.luxemed-pillars__panel-cta:hover svg{transform:translate(3px)}@media(prefers-reduced-motion:reduce){.luxemed-pillars__tab,.luxemed-pillars__panel,.luxemed-pillars__panel-cta,.luxemed-pillars__panel-cta svg{transition:none}.luxemed-pillars__tab[data-pillar-tilt]{transform:none}.luxemed-pillars__tab.is-active{transform:scale(1.02)}}.luxemed-pdetails{max-width:1100px;margin:0 auto;padding-inline:clamp(16px,4vw,36px)}.luxemed-pdetails__banner{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;margin-bottom:24px;background:#fff5f0;border:1px solid #f5c2a7;border-radius:10px;color:#8b3a1a;font-size:.88rem;line-height:1.45}.luxemed-pdetails__banner svg{flex-shrink:0;margin-top:2px}.luxemed-pdetails__head{margin-bottom:16px}.luxemed-pdetails__title{font-size:clamp(1.25rem,2.2vw,1.65rem);letter-spacing:-.005em;margin:0}.luxemed-pdetails__toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:18px 22px;background:#00000006;border:1px solid rgba(0,0,0,.08);border-radius:12px;cursor:pointer;text-align:left;outline:none;transition:background .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1);color:inherit}.luxemed-pdetails__toggle:hover{background:#0000000d;border-color:#00000026}.luxemed-pdetails__toggle:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.luxemed-pdetails__toggle-text{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.luxemed-pdetails__toggle-title{font-size:clamp(1.05rem,1.8vw,1.3rem);font-weight:600;letter-spacing:-.005em}.luxemed-pdetails__toggle-hint{font-size:.82rem;opacity:.65;line-height:1.4}.luxemed-pdetails__toggle-icon{flex-shrink:0;transition:transform .4s cubic-bezier(.16,1,.3,1);opacity:.7}.luxemed-pdetails.is-open .luxemed-pdetails__toggle-icon{transform:rotate(180deg);opacity:1}.luxemed-pdetails.is-open .luxemed-pdetails__toggle{background:#0000000a;border-color:#00000026;border-bottom-left-radius:0;border-bottom-right-radius:0}.luxemed-pdetails__body{max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:max-height .5s cubic-bezier(.16,1,.3,1),opacity .3s cubic-bezier(.16,1,.3,1),padding .4s cubic-bezier(.16,1,.3,1),border-color .3s ease,visibility 0s linear .5s;border:1px solid transparent;border-top:0;border-radius:0 0 12px 12px;padding:0}.luxemed-pdetails.is-open .luxemed-pdetails__body{max-height:5000px;opacity:1;visibility:visible;border-color:#00000014;padding:8px clamp(20px,3vw,32px) clamp(24px,3vw,32px);transition:max-height .6s cubic-bezier(.16,1,.3,1),opacity .4s cubic-bezier(.16,1,.3,1) .1s,padding .4s cubic-bezier(.16,1,.3,1),border-color .3s ease,visibility 0s linear 0s}.luxemed-pdetails__tabs{display:flex;flex-wrap:wrap;gap:0;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:0}.luxemed-pdetails__tab{position:relative;flex:0 0 auto;padding:14px 22px;border:0;background:transparent;color:#0000008c;font-size:.95rem;font-weight:500;cursor:pointer;outline:none;transition:color .25s cubic-bezier(.16,1,.3,1);white-space:nowrap}.luxemed-pdetails__tab:after{content:"";position:absolute;left:12px;right:12px;bottom:-1px;height:2px;background:var(--color-foreground);border-radius:2px;transform:scaleX(0);transform-origin:center;transition:transform .35s cubic-bezier(.16,1,.3,1)}.luxemed-pdetails__tab:hover{color:#000c}.luxemed-pdetails__tab.is-active{color:var(--color-foreground);font-weight:600}.luxemed-pdetails__tab.is-active:after{transform:scaleX(1)}.luxemed-pdetails__tab:focus-visible{outline:2px solid currentColor;outline-offset:2px;border-radius:4px}@media(max-width:600px){.luxemed-pdetails__tabs{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.luxemed-pdetails__tabs::-webkit-scrollbar{display:none}.luxemed-pdetails__tab{padding:12px 16px;font-size:.88rem}}.luxemed-pdetails__panels{position:relative;padding-top:24px}.luxemed-pdetails__panel{display:none;opacity:0;transform:translateY(8px);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1)}.luxemed-pdetails__panel.is-active{display:block;animation:pdetailsFadeIn .45s cubic-bezier(.16,1,.3,1) forwards}@keyframes pdetailsFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.luxemed-pdetails__content{font-size:.95rem;line-height:1.65;color:var(--color-foreground)}.luxemed-pdetails__content p{margin:0 0 14px}.luxemed-pdetails__content p:last-child{margin-bottom:0}.luxemed-pdetails__content h3,.luxemed-pdetails__content h4{margin:22px 0 10px;font-size:1.05rem;letter-spacing:-.005em}.luxemed-pdetails__content ul,.luxemed-pdetails__content ol{margin:0 0 14px;padding-left:22px}.luxemed-pdetails__content li{margin-bottom:6px}.luxemed-pdetails__content strong{font-weight:600}.luxemed-pdetails__content--extra{margin-top:24px}.luxemed-pdetails__content--returns{background:#00000005;border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:22px 24px}.luxemed-pdetails__table{width:100%;border-collapse:collapse;border-radius:10px;overflow:hidden;font-size:.92rem}.luxemed-pdetails__table tr{border-bottom:1px solid rgba(0,0,0,.06)}.luxemed-pdetails__table tr:last-child{border-bottom:0}.luxemed-pdetails__table tr:nth-child(odd){background:#00000006}.luxemed-pdetails__table th,.luxemed-pdetails__table td{padding:12px 16px;text-align:left;vertical-align:top}.luxemed-pdetails__table th{font-weight:600;color:#000000b3;width:40%}@media(max-width:600px){.luxemed-pdetails__table{font-size:.85rem}.luxemed-pdetails__table th,.luxemed-pdetails__table td{padding:10px 12px}.luxemed-pdetails__table th{width:45%}}.luxemed-pdetails__sizes-help{display:flex;align-items:flex-start;gap:8px;margin-top:18px;padding:12px 16px;background:#00000008;border-radius:10px;font-size:.85rem;line-height:1.5;color:#000000b3}.luxemed-pdetails__sizes-help svg{flex-shrink:0;margin-top:2px}@media(prefers-reduced-motion:reduce){.luxemed-pdetails__panel,.luxemed-pdetails__tab,.luxemed-pdetails__tab:after{transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/luxemed-custom.css.map */
