:root{--lux-copper: rgb(201, 168, 76);--lux-copper-rgb: 201, 168, 76;--lux-ease: cubic-bezier(.4, 0, .2, 1)}.lux-col-desc{padding:40px 0 48px;background:linear-gradient(180deg,#0000,#0a0a0af5 6%,#0a0a0a);position:relative;overflow:hidden;opacity:0;transform:translateY(30px);transition:opacity .85s var(--lux-ease),transform .85s var(--lux-ease)}.lux-col-desc:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");pointer-events:none;opacity:.5}.lux-col-desc:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(var(--lux-copper-rgb),.4) 30%,rgba(var(--lux-copper-rgb),.7) 50%,rgba(var(--lux-copper-rgb),.4) 70%,transparent 100%)}.lux-col-desc--visible{opacity:1;transform:translateY(0)}.lux-col-desc__inner{display:grid;grid-template-columns:140px 1fr;gap:0 40px;align-items:start;position:relative;z-index:1}@media screen and (max-width:989px){.lux-col-desc__inner{grid-template-columns:1fr;gap:32px 0}}.lux-col-desc__line{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding-top:8px;position:relative}.lux-col-desc__line:before{content:"";display:block;width:2px;height:40px;background:linear-gradient(180deg,var(--lux-copper) 0%,rgba(var(--lux-copper-rgb),.2) 100%);flex-shrink:0}.lux-col-desc__line-label{writing-mode:vertical-lr;text-orientation:mixed;transform:rotate(180deg);font-size:.7rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:rgba(var(--lux-copper-rgb),.55);max-height:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:989px){.lux-col-desc__line{flex-direction:row;align-items:center;padding-top:0}.lux-col-desc__line:before{width:40px;height:2px;background:linear-gradient(90deg,var(--lux-copper) 0%,rgba(var(--lux-copper-rgb),.2) 100%);flex-shrink:0}.lux-col-desc__line-label{writing-mode:horizontal-tb;transform:none;max-height:none;white-space:nowrap}}.lux-col-desc__body{color:#ffffffbf}.lux-col-desc__body h2{font-size:clamp(1.15rem,2vw,1.6rem);font-weight:700;letter-spacing:.05em;color:#fff;line-height:1.2;margin:0 0 14px;position:relative;padding-bottom:12px}.lux-col-desc__body h2:after{content:"";position:absolute;bottom:0;left:0;width:48px;height:2px;background:var(--lux-copper);transition:width .6s var(--lux-ease)}.lux-col-desc--visible .lux-col-desc__body h2:after{width:48px}.lux-col-desc__body h3{font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--lux-copper-rgb),.85);margin:1.4rem 0 .4rem;line-height:1.4}.lux-col-desc__body h4{font-size:.95rem;font-weight:600;letter-spacing:.07em;color:#ffffffe6;margin:1.5rem 0 .4rem}.lux-col-desc__body p{font-size:.88rem;line-height:1.75;color:#ffffffa6;margin:0 0 .75rem;max-width:72ch}.lux-col-desc__body ul,.lux-col-desc__body ol{padding:0;margin:0 0 1.2rem;list-style:none;display:flex;flex-direction:column;gap:8px}.lux-col-desc__body ul li,.lux-col-desc__body ol li{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;line-height:1.6;color:#ffffffa6}.lux-col-desc__body ul li:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--lux-copper);flex-shrink:0;margin-top:.55em;opacity:.8}.lux-col-desc__body ol{counter-reset:lux-ol}.lux-col-desc__body ol li:before{counter-increment:lux-ol;content:counter(lux-ol,decimal-leading-zero);font-size:.7rem;font-weight:700;letter-spacing:.08em;color:rgba(var(--lux-copper-rgb),.7);flex-shrink:0;padding-top:.3em}.lux-col-desc__body strong,.lux-col-desc__body b{color:#ffffffe6;font-weight:600}.lux-col-desc__body em,.lux-col-desc__body i{color:rgba(var(--lux-copper-rgb),.75);font-style:italic}.lux-col-desc__body a{color:var(--lux-copper);text-decoration:none;border-bottom:1px solid rgba(var(--lux-copper-rgb),.3);transition:border-color .25s ease,opacity .25s ease}.lux-col-desc__body a:hover{opacity:.8;border-bottom-color:var(--lux-copper)}.lux-col-desc__body hr{border:none;height:1px;background:linear-gradient(90deg,rgba(var(--lux-copper-rgb),.35) 0%,transparent 100%);margin:2rem 0}.lux-col-desc__body>*:first-child{margin-top:0}.lux-col-desc__body>*{opacity:0;transform:translateY(16px);transition:opacity .6s var(--lux-ease),transform .6s var(--lux-ease)}.lux-col-desc--visible .lux-col-desc__body>*:nth-child(1){opacity:1;transform:none;transition-delay:.15s}.lux-col-desc--visible .lux-col-desc__body>*:nth-child(2){opacity:1;transform:none;transition-delay:.25s}.lux-col-desc--visible .lux-col-desc__body>*:nth-child(3){opacity:1;transform:none;transition-delay:.35s}.lux-col-desc--visible .lux-col-desc__body>*:nth-child(4){opacity:1;transform:none;transition-delay:.45s}.lux-col-desc--visible .lux-col-desc__body>*:nth-child(5){opacity:1;transform:none;transition-delay:.55s}.lux-col-desc--visible .lux-col-desc__body>*:nth-child(n+6){opacity:1;transform:none;transition-delay:.6s}
/*# sourceMappingURL=/cdn/shop/t/3/assets/collection-desc-luxury.css.map */
