body.template-product{background-color:rgb(var(--color-background))!important}body.template-product .product__media-wrapper{position:relative!important;background:linear-gradient(135deg,rgba(var(--color-background),.96),rgba(var(--color-foreground),.03))!important;border:1px solid rgba(var(--color-foreground),.08)!important;border-radius:16px!important;overflow:hidden!important;padding:clamp(10px,1.5vw,18px)!important;box-shadow:0 20px 50px rgba(var(--color-foreground),.05)!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;gap:14px!important}body.template-product .product__media-wrapper:before{content:"";position:absolute;inset:clamp(14px,2vw,24px);pointer-events:none;border:1px solid var(--lux-star-color, rgba(var(--color-foreground), .15));z-index:1}body.template-product .product__media-wrapper .product__media-list,body.template-product .product__media-wrapper .product__media-item,body.template-product .product__media-wrapper .product__media,body.template-product .product__media-wrapper .media{background:transparent!important}body.template-product .product__media-wrapper .media img,body.template-product .product__media img{border-radius:12px!important;object-fit:cover!important;transition:transform .4s ease!important}body.template-product .product__media-wrapper .media:hover img{transform:scale(1.02)!important}body.template-product .thumbnail-slider__button[aria-current=true],body.template-product .thumbnail-slider__button:hover{border-color:rgb(var(--color-foreground))!important;transform:scale(1.03)}body.template-product .thumbnail{border-radius:8px!important;overflow:hidden!important;border:1.5px solid rgba(var(--color-foreground),.08);transition:all .22s ease!important}body.template-product .product-media-modal__content{background:rgb(var(--color-background))!important}body.template-product .product__title h1{font-family:var(--font-heading-family, "Cormorant Garamond", Georgia, serif)!important;font-size:clamp(2.2rem,3.8vw,3.2rem)!important;font-weight:var(--font-heading-weight, 400)!important;color:rgb(var(--color-foreground))!important;line-height:1.15!important;letter-spacing:-.01em!important;margin-bottom:.5rem!important}body.template-product .product__title a{display:none!important}.lux-sku-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.08);border-radius:6px;padding:4px 8px;margin-top:10px;margin-bottom:8px}.lux-sku-label{font-family:Inter,sans-serif!important;font-size:11px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:rgba(var(--color-foreground),.5)}.lux-sku-value{font-family:Inter,sans-serif!important;font-size:11.5px!important;font-weight:700!important;color:rgb(var(--color-foreground))}.lux-sku-copy-btn{background:transparent!important;border:none!important;padding:2px!important;margin-left:2px!important;cursor:pointer!important;color:rgba(var(--color-foreground),.4);display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;transition:color .2s ease,transform .2s ease!important}.lux-sku-copy-btn:hover{color:rgb(var(--color-foreground))!important;transform:scale(1.08)!important}.lux-sku-copy-btn svg{display:block!important}.lux-copy-tooltip{position:absolute!important;bottom:125%!important;left:50%!important;transform:translate(-50%) translateY(4px)!important;background:rgb(var(--color-foreground))!important;color:rgb(var(--color-background))!important;font-family:Inter,sans-serif!important;font-size:9px!important;font-weight:600!important;padding:3px 6px!important;border-radius:4px!important;text-transform:uppercase!important;letter-spacing:.05em!important;white-space:nowrap!important;pointer-events:none!important;opacity:0!important;transition:opacity .2s ease,transform .2s ease!important;box-shadow:0 4px 10px #0000001a!important;z-index:10!important}.lux-sku-copy-btn:hover .lux-copy-tooltip{opacity:1!important;transform:translate(-50%) translateY(0)!important}.lux-copy-tooltip.active{background:#0f6e56!important;opacity:1!important;transform:translate(-50%) translateY(0)!important}body.template-product .price{margin-top:18px!important;padding-top:20px!important;border-top:1px solid rgba(var(--color-foreground),.08)!important}body.template-product .price__container .price-item--regular,body.template-product .lxc-price-amount{font-family:var(--font-body-family, sans-serif)!important;font-size:clamp(1.8rem,3vw,2.6rem)!important;font-weight:700!important;color:rgb(var(--color-foreground))!important;letter-spacing:-.01em!important}body.template-product .lxc-price-label{font-size:9px!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:rgba(var(--color-foreground),.45)!important;font-family:var(--font-body-family, system-ui, sans-serif)!important}body.template-product .lxc-price-meta,body.template-product .lxc-price-tax-note,body.template-product .product__tax{font-size:11px!important;color:rgba(var(--color-foreground),.45)!important;font-style:normal!important}body.template-product .product-form__input label,body.template-product .product-form__input .form__label{font-family:var(--font-body-family, system-ui, sans-serif)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.09em!important;text-transform:uppercase!important;color:rgb(var(--color-foreground))!important;margin-bottom:8px!important}body.template-product select.select__select{font-family:var(--font-body-family, system-ui, sans-serif)!important;font-size:14px!important;border:1.5px solid rgba(var(--color-foreground),.15)!important;border-radius:8px!important;padding:10px 40px 10px 14px!important;background-color:rgb(var(--color-background))!important;color:rgb(var(--color-foreground))!important;transition:all .2s ease!important}body.template-product select.select__select:focus{border-color:var(--lux-star-color, rgb(var(--color-button)))!important;outline:none!important;box-shadow:0 0 0 2px rgba(var(--color-button),.12)!important}body.template-product .swatch-input:checked~.swatch__button,body.template-product .swatch-input:checked+label{border-color:var(--lux-star-color, rgb(var(--color-foreground)))!important;color:rgb(var(--color-foreground))!important}body.template-product .product-form__submit,body.template-product button[name=add]{background:rgb(var(--color-button))!important;color:rgb(var(--color-button-text))!important;border:2px solid rgb(var(--color-button))!important;border-radius:8px!important;font-family:var(--font-body-family, system-ui, sans-serif)!important;font-size:12px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;padding:16px 28px!important;min-height:54px!important;transition:all .22s ease!important;box-shadow:0 6px 16px rgba(var(--color-button),.15)!important}body.template-product .product-form__submit:hover:not(:disabled){opacity:.9!important;transform:translateY(-2px)!important;box-shadow:0 10px 24px rgba(var(--color-button),.25)!important}body.template-product .product-form__submit:disabled{opacity:.45!important;cursor:not-allowed!important}body.template-product details.accordion{border-bottom:1px solid rgba(var(--color-foreground),.08)!important;border-radius:8px!important;margin-bottom:6px!important}body.template-product details.accordion summary{font-family:var(--font-body-family, system-ui, sans-serif)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.09em!important;text-transform:uppercase!important;color:rgb(var(--color-foreground))!important;padding:15px 14px!important;cursor:pointer!important;list-style:none!important;transition:background .22s ease}body.template-product details.accordion summary:hover{background:rgba(var(--color-foreground),.02)}body.template-product details.accordion summary::-webkit-details-marker{display:none}body.template-product .accordion__content{font-size:13px!important;color:rgba(var(--color-foreground),.65)!important;line-height:1.75!important;padding:8px 14px 18px!important}body.template-product .accordion__content table{width:100%!important;border-collapse:collapse!important;font-size:13px!important}body.template-product .accordion__content td,body.template-product .accordion__content th{padding:8px 0!important;border-bottom:1px solid rgba(var(--color-foreground),.06)!important;vertical-align:top!important}body.template-product .accordion__content th{color:rgba(var(--color-foreground),.5)!important;font-weight:500!important;width:45%!important}body.template-product .product__sku{font-size:11px!important;color:rgba(var(--color-foreground),.4)!important;letter-spacing:.05em!important}body.template-product .product__inventory{font-size:12px!important;color:rgba(var(--color-foreground),.65)!important}body.template-product .share-button{border-top:1px solid rgba(var(--color-foreground),.08)!important;padding-top:16px!important;margin-top:12px!important}body.template-product .product__column-sticky{top:80px!important}body.template-product product-info{display:block;background:linear-gradient(180deg,rgba(var(--color-background),.8),rgba(var(--color-foreground),.01))}body.template-product product-info>.page-width{max-width:1320px}body.template-product .product.grid{align-items:start;gap:clamp(28px,4vw,68px);padding-top:clamp(18px,3vw,36px)}body.template-product .product__info-container{max-width:560px;padding:clamp(22px,3vw,36px);border:1px solid rgba(var(--color-foreground),.08);border-radius:12px;background:linear-gradient(180deg,rgba(var(--color-background),.98),rgba(var(--color-background),.95));box-shadow:0 20px 60px rgba(var(--color-foreground),.04)}.lux-product-showcase__eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:10px;color:var(--lux-star-color, #D4A359);font-family:var(--font-body-family, sans-serif);font-size:10px;font-weight:700;letter-spacing:.16em;line-height:1.2;text-transform:uppercase}.lux-product-showcase__eyebrow:before{content:"";width:34px;height:1px;background:currentColor;opacity:.7}.lux-product-showcase__subline{max-width:44rem;margin-top:12px;color:rgba(var(--color-foreground),.6);font-size:14px;line-height:1.7}body.template-product media-gallery{display:block!important;position:relative!important;width:100%!important;height:auto!important}.lux-product-showcase__price-note{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0 18px}.lux-product-showcase__price-note span{display:inline-flex;min-height:28px;align-items:center;padding:6px 12px;border:1px solid rgba(var(--color-foreground),.12);border-radius:999px;background:rgba(var(--color-foreground),.03);color:rgba(var(--color-foreground),.85);font-size:10px;font-weight:700;letter-spacing:.07em;line-height:1;text-transform:uppercase;transition:all .2s ease}.lux-product-showcase__price-note span:hover{background:rgba(var(--color-foreground),.06);border-color:var(--lux-star-color, #D4A359)}.lux-product-showcase__concierge{display:grid;gap:14px;margin:16px 0 20px;padding:18px;border:1px solid rgba(var(--color-foreground),.08);border-radius:12px;background:linear-gradient(135deg,rgba(var(--color-foreground),.98),rgba(var(--color-foreground),.95));color:rgb(var(--color-background));box-shadow:0 15px 30px rgba(var(--color-foreground),.12)}.lux-product-showcase__concierge-head{display:grid;gap:3px}.lux-product-showcase__concierge-head span{color:var(--lux-star-color, #D4A359);font-size:10px;font-weight:700;letter-spacing:.15em;line-height:1.2;text-transform:uppercase}.lux-product-showcase__concierge-head strong{color:rgb(var(--color-background));font-family:var(--font-heading-family, "Cormorant Garamond", Georgia, serif);font-size:22px;font-weight:500;line-height:1.15}.lux-product-showcase__concierge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.lux-product-showcase__concierge-grid span{min-width:0;padding:9px 10px;border:1px solid rgba(var(--color-background),.13);border-radius:6px}.lux-product-showcase__whatsapp{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:12px 18px;border-radius:4px;background:#25d366;color:#fff!important;font-size:12px;font-weight:800;letter-spacing:.1em;line-height:1.2;text-align:center;text-decoration:none;text-transform:uppercase;transition:transform .22s ease,box-shadow .22s ease}.lux-product-showcase__whatsapp:hover{transform:translateY(-1px);box-shadow:0 10px 24px #25d36640}body.template-product .luxcham-trust__features,body.template-product .lux-jewel__shell,body.template-product details.accordion{border-radius:8px!important}body.template-product .luxcham-trust__feature{background:#ffffff9e}body.template-product .lux-jewel__shell{box-shadow:0 16px 38px #1a1a1a0f!important}@media(min-width:990px){body.template-product .product__column-sticky{top:96px!important}}@media(max-width:989px){body.template-product .product__info-container{max-width:none}}@media(max-width:749px){body.template-product .product.grid{gap:18px;padding-top:8px}body.template-product .product__media-wrapper{margin-inline:-20px;padding:8px 12px 12px;border-left:0;border-right:0;border-radius:0!important}body.template-product .product__media-wrapper:before{top:12px;right:12px;bottom:12px;left:12px}body.template-product .product__info-container{padding:18px;border-radius:8px}body.template-product .product__title h1{max-width:100%;font-size:2.15rem!important}.lux-product-showcase__subline{font-size:13px}.lux-product-showcase__price-note{gap:6px}.lux-product-showcase__price-note span{min-height:26px;font-size:9px}.lux-product-showcase__concierge{padding:16px}.lux-product-showcase__concierge-grid{grid-template-columns:1fr}}.lxc-offers-card{margin:1rem 0;padding:1.1rem 1.2rem;border-radius:1rem;border:1px solid rgba(var(--color-foreground),.08);background:rgba(var(--color-foreground),.01);display:flex;flex-direction:column;gap:.8rem;transition:all .25s ease}.lxc-offers-title{display:flex;align-items:center;gap:.6rem;font-family:var(--font-heading-family),serif;font-size:1.15rem;font-weight:700;color:rgb(var(--color-foreground));letter-spacing:.04em;text-transform:uppercase}.lxc-offers-title svg{color:rgb(var(--color-button));flex-shrink:0}.lxc-offers-list{display:flex;flex-direction:row;gap:.8rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.6rem;scrollbar-width:thin;scrollbar-color:rgba(var(--color-foreground),.15) transparent}.lxc-offers-list::-webkit-scrollbar{height:3px}.lxc-offers-list::-webkit-scrollbar-track{background:transparent}.lxc-offers-list::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.1);border-radius:3px}.lxc-offer-item{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.8rem;padding:.9rem;border-radius:.6rem;background:rgb(var(--color-background));border:1px dashed rgba(var(--color-foreground),.12);transition:all .2s ease;flex:0 0 190px;scroll-snap-align:start}.lxc-offer-item:hover{border-color:rgba(var(--color-foreground),.3);box-shadow:0 3px 8px rgba(var(--color-foreground),.02)}.lxc-offer-details{width:100%}.lxc-offer-desc{font-family:var(--font-body-family),sans-serif;font-size:1.05rem;color:rgba(var(--color-foreground),.75);line-height:1.35;display:block}.lxc-offer-action{width:100%}.lxc-copy-btn{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.4rem;padding:.4rem .8rem;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.06);border-radius:.4rem;cursor:pointer;font-family:var(--font-body-family),sans-serif;transition:all .2s cubic-bezier(.4,0,.2,1);outline:none}.lxc-copy-btn:hover{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.lxc-copy-btn:hover .lxc-code-tag{color:rgb(var(--color-background));border-right-color:rgba(var(--color-background),.2)}.lxc-copy-btn:hover .lxc-copy-label{color:rgb(var(--color-background))}.lxc-code-tag{font-size:.95rem;font-weight:700;letter-spacing:.04em;color:rgb(var(--color-foreground));padding-right:.5rem;border-right:1px solid rgba(var(--color-foreground),.1);transition:all .2s ease}.lxc-copy-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:rgba(var(--color-foreground),.55);transition:all .2s ease}.lxc-copy-btn.copied{background:#0f6e56!important;border-color:#0f6e56!important}.lxc-copy-btn.copied .lxc-code-tag{color:#fff!important;border-right-color:#fff3!important}.lxc-copy-btn.copied .lxc-copy-label{color:#fff!important}.lxc-conv-wrap{display:flex;flex-direction:column;gap:10px;margin:14px 0 6px}.lxc-social-proof{position:fixed;bottom:110px;left:20px;z-index:9985;display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:1rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);box-shadow:0 8px 28px #0000001f,0 2px 8px #0000000f;font-size:13px;font-family:Inter,sans-serif;color:rgba(var(--color-foreground),.85);font-weight:500;letter-spacing:.01em;width:fit-content;pointer-events:auto;transform:translate(-120%);opacity:0;transition:transform .42s cubic-bezier(.34,1.56,.64,1),opacity .38s ease,bottom .35s cubic-bezier(.4,0,.2,1)}.lxc-social-proof--in{transform:translate(0)!important;opacity:1!important}.lxc-social-proof--out{transform:translate(-120%)!important;opacity:0!important;transition-timing-function:ease-in}.lxc-sp-dot{width:9px;height:9px;border-radius:50%;background:#0f6e56;flex-shrink:0;animation:lxc-pulse 2s infinite}@keyframes lxc-pulse{0%,to{box-shadow:0 0 #0f6e5680}50%{box-shadow:0 0 0 6px #0f6e5600}}.lxc-sp-count{font-weight:700;color:#0f6e56}.lxc-scarcity{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border-radius:.7rem;background:#dc781414;border:1px solid rgba(220,120,20,.22);font-size:12.5px;font-family:Inter,sans-serif;color:#b35a00;font-weight:500;width:fit-content}.lxc-scarcity svg{color:#d97706;flex-shrink:0}.lxc-scarcity strong{font-weight:700}.lxc-scarcity--critical{background:#c81e1e14;border-color:#c81e1e40;color:#b91c1c;animation:lxc-shake .4s ease .5s}.lxc-scarcity--critical svg{color:#dc2626}@keyframes lxc-shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.lxc-delivery-timer{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border-radius:.7rem;background:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.1);font-size:12.5px;font-family:Inter,sans-serif;color:rgba(var(--color-foreground),.75);font-weight:500;width:fit-content}.lxc-delivery-timer svg{flex-shrink:0;color:rgb(var(--color-button))}.lxc-delivery-timer strong{font-weight:700;color:rgb(var(--color-foreground));font-variant-numeric:tabular-nums;letter-spacing:.03em}.lxc-toast-container{position:fixed;bottom:24px;left:20px;z-index:9990;display:flex;flex-direction:column;gap:10px;pointer-events:none;transition:bottom .35s cubic-bezier(.4,0,.2,1)}.lxc-toast{display:flex;align-items:center;gap:12px;padding:10px 14px;max-width:320px;border-radius:.8rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);box-shadow:0 10px 30px #00000014,0 2px 10px #0000000a;font-family:Inter,sans-serif;transform:translate(-120%);opacity:0;transition:transform .45s cubic-bezier(.16,1,.3,1),opacity .4s ease;pointer-events:auto}.lxc-toast--in{transform:translate(0);opacity:1}.lxc-toast--out{transform:translate(-120%);opacity:0;transition-timing-function:ease-in}.lxc-toast-img-wrapper{flex-shrink:0;width:48px;height:48px;border-radius:.4rem;overflow:hidden;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.08)}.lxc-toast-img{width:100%;height:100%;object-fit:cover}.lxc-toast-body{display:flex;flex-direction:column;gap:1px;min-width:0}.lxc-toast-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.lxc-toast-name{font-size:12px;font-weight:700;color:rgb(var(--color-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lxc-toast-badge{display:inline-flex;align-items:center;gap:3px;font-size:9px;font-weight:700;color:#0f6e56;text-transform:uppercase;letter-spacing:.05em;background:#0f6e5614;padding:2px 6px;border-radius:10px;flex-shrink:0}.lxc-toast-badge svg{stroke-width:4}.lxc-toast-msg{font-size:11.5px;color:rgba(var(--color-foreground),.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lxc-toast-msg strong{color:rgb(var(--color-foreground));font-weight:600}.lxc-toast-time{font-size:10px;color:rgba(var(--color-foreground),.45);margin-top:1px}.lxc-sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:9980;background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.1);box-shadow:0 -6px 24px #00000017;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);padding:0}.lxc-sticky-atc--visible{transform:translateY(0)}.lxc-sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1200px;margin:0 auto;padding:12px 24px}.lxc-sticky-atc__info{display:flex;flex-direction:column;gap:2px;min-width:0}.lxc-sticky-atc__title{font-family:var(--font-heading-family),serif;font-size:13px;font-weight:600;color:rgb(var(--color-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lxc-sticky-atc__price{font-size:14px;font-weight:700;color:rgb(var(--color-foreground));font-family:Inter,sans-serif}.lxc-sticky-atc__btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:3rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;font-family:Inter,sans-serif;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:all .2s ease;flex-shrink:0}.lxc-sticky-atc__btn:hover{opacity:.88;transform:translateY(-1px)}.lxc-exit-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0000008c;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:lxc-fade-in .3s ease}.lxc-exit-overlay[hidden]{display:none}@keyframes lxc-fade-in{0%{opacity:0}to{opacity:1}}.lxc-exit-modal{position:relative;background:rgb(var(--color-background));border-radius:1.6rem;padding:48px 40px 40px;max-width:440px;width:calc(100% - 40px);text-align:center;box-shadow:0 32px 80px #00000038;animation:lxc-modal-in .38s cubic-bezier(.34,1.56,.64,1)}@keyframes lxc-modal-in{0%{opacity:0;transform:scale(.88) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.lxc-exit-close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:18px;color:rgba(var(--color-foreground),.45);cursor:pointer;padding:4px 8px;border-radius:50%;transition:all .2s ease;line-height:1}.lxc-exit-close:hover{color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.07)}.lxc-exit-eyebrow{font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0f6e56;margin-bottom:12px}.lxc-exit-title{font-family:var(--font-heading-family),serif;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));margin:0 0 12px;line-height:1.2}.lxc-exit-sub{font-family:Inter,sans-serif;font-size:13.5px;color:rgba(var(--color-foreground),.65);margin:0 0 22px;line-height:1.5}.lxc-exit-code-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:16px;padding:14px;border-radius:.8rem;background:rgba(var(--color-foreground),.04);border:1.5px dashed rgba(var(--color-foreground),.18)}.lxc-exit-code{font-family:Inter,monospace;font-size:22px;font-weight:800;letter-spacing:.12em;color:rgb(var(--color-foreground))}.lxc-exit-copy-btn{padding:7px 18px;border-radius:.5rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;font-family:Inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:all .2s ease;text-transform:uppercase}.lxc-exit-copy-btn.copied{background:#0f6e56}.lxc-exit-note{font-family:Inter,sans-serif;font-size:12px;color:rgba(var(--color-foreground),.55);margin:0}.lxc-exit-note strong{color:#b35a00}@media screen and (max-width:749px){.lxc-sticky-atc__inner{padding:10px 16px}.lxc-sticky-atc__btn{padding:12px 20px;font-size:12px}.lxc-exit-modal{padding:38px 24px 30px}.lxc-exit-title{font-size:1.8rem}.lxc-toast-container{bottom:80px;left:12px}.lxc-toast{max-width:270px}.lxc-conv-wrap{gap:8px}.lxc-social-proof{bottom:160px;left:12px;font-size:12px;padding:10px 14px}}body.lxc-sticky-atc-active .lxc-toast-container{bottom:96px!important}body.lxc-sticky-atc-active .lxc-social-proof{bottom:182px!important}@media screen and (max-width:749px){body.lxc-sticky-atc-active .lxc-toast-container{bottom:96px!important}body.lxc-sticky-atc-active .lxc-social-proof{bottom:182px!important}}.lxc-watch-buy{margin-top:30px;margin-bottom:30px;font-family:Inter,sans-serif}.lxc-watch-buy__heading{font-family:var(--font-heading-family),serif;font-size:2.2rem;font-weight:500;text-align:center;color:rgb(var(--color-foreground));margin:0 0 24px;letter-spacing:.02em}.lxc-watch-buy__grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(0,1fr))!important;gap:20px!important;width:100%!important}@media screen and (max-width:749px){.lxc-watch-buy__grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(0,1fr))!important;gap:8px!important;padding-bottom:0!important;width:100%!important}}.lxc-watch-buy__card{display:flex!important;flex-direction:column!important;cursor:pointer!important;min-width:0!important;width:100%!important;box-sizing:border-box!important}@media screen and (max-width:749px){.lxc-watch-buy__card{flex:none!important;max-width:none!important;min-width:0!important;width:100%!important}.lxc-watch-buy__views{top:8px!important;left:8px!important;padding:2px 7px!important;font-size:9.5px!important}.lxc-watch-buy__overlays{padding:12px 10px 10px!important}.lxc-watch-buy__overlay-text{font-size:10px!important}.lxc-watch-buy__overlay-text.text--bold,.lxc-watch-buy__product-title{font-size:11px!important}.lxc-watch-buy__product-price{font-size:12px!important}.lxc-watch-buy__video-wrapper{border-radius:1rem!important}}.lxc-watch-buy__video-wrapper{position:relative;width:100%;aspect-ratio:9 / 16!important;border-radius:1.6rem;overflow:hidden;background:#000;box-shadow:0 8px 24px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.lxc-watch-buy__card:hover .lxc-watch-buy__video-wrapper{transform:translateY(-4px);box-shadow:0 12px 32px #0003}.lxc-watch-buy__video-loop{width:100%!important;height:100%!important;object-fit:cover!important;pointer-events:none}.lxc-watch-buy__views{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:2rem;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:11px;font-weight:700;letter-spacing:.02em}.lxc-watch-buy__views svg{stroke-width:3}.lxc-watch-buy__overlays{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:20px 16px 16px;background:linear-gradient(to top,#000000d9,#0000004d 60%,#0000);display:flex;flex-direction:column;gap:4px}.lxc-watch-buy__overlay-text{color:#fff;font-size:12px;line-height:1.4;letter-spacing:.01em;opacity:.95;text-shadow:0 2px 4px rgba(0,0,0,.4)}.lxc-watch-buy__overlay-text.text--bold{font-weight:700;font-size:13px;opacity:1}.lxc-watch-buy__product{margin-top:12px;padding:0 4px}.lxc-watch-buy__product-title{font-size:13.5px!important;font-weight:600!important;color:rgb(var(--color-foreground))!important;margin-bottom:3px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important;width:100%!important}.lxc-watch-buy__product-price{font-size:14px;font-weight:700;color:rgb(var(--color-foreground))}.lxc-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#000000d9;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:lxc-fade-in .3s ease;padding:20px}.lxc-video-modal__content{position:relative;background:#111;border-radius:2rem;overflow:hidden;max-width:780px;width:100%;height:80vh;max-height:640px;display:flex;box-shadow:0 32px 80px #00000080;animation:lxc-modal-in .4s cubic-bezier(.16,1,.3,1)}@media screen and (max-width:749px){.lxc-video-modal{padding:16px!important}.lxc-video-modal__content{flex-direction:column!important;height:92vh!important;max-height:680px!important;border-radius:1.6rem!important;width:100%!important}}.lxc-video-modal__player{flex:0 0 55%!important;width:55%!important;position:relative;background:#000;height:100%;display:flex;align-items:center;justify-content:center}@media screen and (max-width:749px){.lxc-video-modal__player{flex:0 0 38%!important;height:38%!important;width:100%!important}}.lxc-video-modal__video{width:100%;height:100%;object-fit:cover}.lxc-video-modal__mute{position:absolute;bottom:20px;right:20px;z-index:10;background:#00000080;border:1px solid rgba(255,255,255,.15);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s ease}.lxc-video-modal__mute:hover{background:#000000b3}.lxc-video-modal__close{position:absolute;top:20px;left:20px;z-index:10;background:#0000008c;border:1px solid rgba(255,255,255,.15);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:16px;transition:background .2s ease}.lxc-video-modal__close:hover{background:#000000bf}.lxc-video-modal__sidebar{flex:0 0 45%!important;width:45%!important;background:#fff;padding:36px 28px;display:flex;flex-direction:column;justify-content:space-between;color:#000;box-sizing:border-box}@media screen and (max-width:749px){.lxc-video-modal__sidebar{flex:0 0 62%!important;height:62%!important;width:100%!important;padding:16px!important;overflow-y:auto!important}}.lxc-video-modal__sidebar-top{display:flex;flex-direction:column;gap:8px}.lxc-video-modal__live-badge{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;color:#d11a2a;letter-spacing:.1em}.lxc-live-dot{width:7px;height:7px;border-radius:50%;background:#d11a2a;animation:lxc-pulse-red 1.5s infinite}@keyframes lxc-pulse-red{0%,to{box-shadow:0 0 #d11a2a66}50%{box-shadow:0 0 0 6px #d11a2a00}}.lxc-video-modal__prod-title{font-family:var(--font-heading-family),serif;font-size:2.2rem;font-weight:var(--font-heading-weight);color:#000;margin:0;line-height:1.25}.lxc-video-modal__prod-price{font-size:18px;font-weight:700;color:#0f6e56}.lxc-video-modal__sidebar-bottom{display:flex;flex-direction:column;gap:20px}.lxc-video-modal__prod-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:1rem;background:#f7f7f7;border:1px solid #eee;text-decoration:none;color:inherit!important;cursor:pointer;transition:background .2s ease,border-color .2s ease}.lxc-video-modal__prod-card:hover{background:#efefef;border-color:#ddd}.lxc-video-modal__prod-img{width:60px;height:60px;border-radius:.6rem;object-fit:cover;background:#fff;border:1px solid #e5e5e5}.lxc-video-modal__prod-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.lxc-video-modal__prod-name-small{font-size:13px;font-weight:600;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lxc-video-modal__prod-price-small{font-size:12px;color:#666}.lxc-video-modal__buy-btn{background:#000;color:#fff;border:none;padding:14px 20px;border-radius:3rem;font-family:Inter,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background .2s ease,transform .2s ease;display:block;width:100%;text-align:center;box-sizing:border-box}.lxc-video-modal__buy-btn:hover{background:#222;transform:translateY(-1px)}.lxc-video-modal__variant-container{margin:14px 0;padding:10px 12px;background:#00000005;border:1px solid rgba(0,0,0,.05);border-radius:8px;text-align:left}.lxc-video-modal__variant-group label{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.03em}.lxc-video-modal__variant-select{outline:none;cursor:pointer;transition:border-color .2s ease}.lxc-video-modal__variant-select:focus{border-color:#000!important}@media screen and (max-width:749px){.lxc-video-modal__sidebar{padding:12px!important}.lxc-video-modal__prod-title{font-size:1.6rem!important}.lxc-video-modal__prod-price{font-size:15px!important}.lxc-video-modal__buy-btn{padding:10px 15px!important;font-size:12px!important}.lxc-video-modal__variant-container{margin:8px 0!important;padding:6px 8px!important}.lxc-video-modal__variant-group{margin-bottom:6px!important}}.product-form__buttons{margin-top:15px}.product-form__submit,.shopify-payment-button__button,.shopify-payment-button__button--unbranded,.shopify-payment-button__button--branded,.shopify-payment-button__button--branded iframe{border-radius:3rem!important;height:48px!important;font-family:Inter,sans-serif!important;font-size:13px!important;font-weight:700!important;letter-spacing:.05em!important;text-transform:uppercase!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;width:100%!important;box-sizing:border-box!important;box-shadow:none!important;transition:all .2s ease!important}.product-form__submit:hover,.shopify-payment-button__button:hover,.shopify-payment-button__button--unbranded:hover,.shopify-payment-button__button--branded:hover{opacity:.9!important;transform:translateY(-1px)!important}@media screen and (min-width:750px){.product-form__buttons{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;align-items:stretch!important}.product-form__submit{order:1!important}.shopify-payment-button{order:2!important}}@media screen and (max-width:749px){.product-form__buttons{display:flex!important;flex-direction:column!important;gap:10px!important}.product-form__submit{order:2!important;background:transparent!important;color:rgb(var(--color-foreground))!important;border:1.5px solid rgba(var(--color-foreground),.25)!important}.shopify-payment-button{order:1!important}}.shopify-payment-button__button,.shopify-payment-button__button--unbranded{background:#000!important;color:#fff!important}.shopify-payment-button__button:hover,.shopify-payment-button__button--unbranded:hover{background:#222!important}.lxc-social-proof-block{display:inline-flex;align-items:center;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.05);border-radius:12px;padding:8px 14px;margin:1.2rem 0;gap:12px;font-family:var(--font-body-family),sans-serif;font-size:1.3rem;color:rgb(var(--color-foreground));line-height:1.4;max-width:100%;box-sizing:border-box}.lxc-social-proof-block__avatars{display:flex;align-items:center;flex-shrink:0}.lxc-social-proof-block__avatar{width:28px;height:28px;border-radius:50%;border:2px solid rgb(var(--color-background));box-shadow:0 2px 6px #0000001a;object-fit:cover}.lxc-social-proof-block__avatar:nth-child(n+2){margin-left:-12px}.lxc-social-proof-block__content{display:flex;align-items:center;flex-wrap:wrap;column-gap:5px;row-gap:2px}.lxc-social-proof-block__names{font-weight:700;color:rgb(var(--color-foreground))}.lxc-social-proof-block__verified{display:inline-flex;align-items:center;color:#1d9bf0;flex-shrink:0}.lxc-social-proof-block__verified svg{width:13px;height:13px;fill:currentColor}.lxc-social-proof-block__others{font-weight:700;color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.lxc-social-proof-block{padding:6px 10px;font-size:1.15rem;gap:8px;margin:.8rem 0}.lxc-social-proof-block__avatar{width:24px;height:24px}.lxc-social-proof-block__avatar:nth-child(n+2){margin-left:-10px}.lxc-social-proof-block__verified svg{width:12px;height:12px}}.lxc-social-proof-block{opacity:1;transition:opacity .4s ease}.lxc-social-proof-block--fade{opacity:0}
/*# sourceMappingURL=/cdn/shop/t/7/assets/luxcham-product-page.css.map */
