.luma-product-picker{--luma-picker-black: #171510;--luma-picker-gold: #b58b39;--luma-picker-gold-dark: #87631f;--luma-picker-cream: #f8f3e9;--luma-picker-border: #e8dfcf;--luma-picker-muted: #756e63;--luma-picker-white: #ffffff;position:relative;width:100%;padding:38px 0 95px;background:radial-gradient(circle at 92% 1%,rgba(181,139,57,.1),transparent 27%),#fff;color:var(--luma-picker-black)}.luma-product-picker *,.luma-product-picker *:before,.luma-product-picker *:after{box-sizing:border-box}.luma-product-picker__inner{width:min(100%,1380px);margin-inline:auto}.luma-product-picker__header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:11px;margin:0 auto 18px;padding:0 14px}.luma-product-picker__step{display:inline-flex;min-height:27px;align-items:center;justify-content:center;padding:6px 9px;border-radius:999px;background:var(--luma-picker-black);color:#fff;font-size:9px;font-weight:850;line-height:1;white-space:nowrap}.luma-product-picker__header-copy{min-width:0}.luma-product-picker__eyebrow{margin:0 0 5px;color:var(--luma-picker-gold-dark);font-size:9px;font-weight:850;line-height:1.2;letter-spacing:.4px}.luma-product-picker__title{margin:0;color:var(--luma-picker-black);font-size:clamp(23px,7vw,42px);font-weight:800;line-height:1.15;letter-spacing:-.5px}.luma-product-picker__subtitle{margin:7px 0 0;color:var(--luma-picker-muted);font-size:11px;line-height:1.65}.luma-product-picker__progress{display:inline-grid;min-width:52px;min-height:34px;place-items:center;border:1px solid rgba(181,139,57,.25);border-radius:999px;background:#b58b391a;color:var(--luma-picker-gold-dark);font-size:11px;font-weight:850}.luma-product-picker__tools{position:sticky;z-index:30;top:var(--luma-picker-sticky-top, 64px);width:calc(100% - 20px);margin:0 auto 17px;padding:9px;border:1px solid rgba(23,21,16,.07);border-radius:17px;background:#ffffffeb;box-shadow:0 12px 28px #16120c14,0 3px 8px #16120c0b;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.luma-product-picker__search{position:relative;display:flex;min-height:44px;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--luma-picker-border);border-radius:12px;background:#fff;color:var(--luma-picker-muted);transition:border-color .18s ease,box-shadow .18s ease}.luma-product-picker__search:focus-within{border-color:#b58b39b3;box-shadow:0 0 0 3px #b58b391a}.luma-product-picker__search input{width:100%;min-width:0;padding:0;border:0;outline:0;background:transparent;color:var(--luma-picker-black);font:inherit;font-size:12px}.luma-product-picker__search input::placeholder{color:#9a948a}.luma-product-picker__search-clear{display:grid;width:25px;height:25px;flex:0 0 25px;place-items:center;padding:0;border:0;border-radius:50%;background:#f0ece4;color:var(--luma-picker-black);font:inherit;font-size:16px;line-height:1;cursor:pointer}.luma-product-picker__search-clear[hidden]{display:none!important}.luma-product-picker__filters{display:flex;gap:7px;margin-top:8px;padding-bottom:1px;overflow-x:auto;scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.luma-product-picker__filters::-webkit-scrollbar{display:none}.luma-product-picker__filter{flex:0 0 auto;min-height:33px;padding:7px 12px;border:1px solid var(--luma-picker-border);border-radius:999px;background:#fff;color:#5f5a51;font:inherit;font-size:10px;font-weight:700;white-space:nowrap;cursor:pointer;transition:transform .17s ease,border-color .17s ease,background-color .17s ease,color .17s ease}.luma-product-picker__filter:active{transform:scale(.97)}.luma-product-picker__filter.is-active{border-color:var(--luma-picker-black);background:var(--luma-picker-black);color:#fff}.luma-product-picker__results{display:flex;align-items:center;justify-content:center;gap:4px;margin:8px 0 0;color:var(--luma-picker-muted);font-size:9px}.luma-product-picker__results strong{color:var(--luma-picker-black)}.luma-product-picker__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;width:100%;padding:0 10px}.luma-product-picker__card{position:relative;display:flex;min-width:0;height:100%;flex-direction:column;padding:7px;overflow:hidden;border:1px solid rgba(23,21,16,.05);border-radius:18px;background:#fff;box-shadow:0 13px 27px #16130e16,0 3px 8px #16130e0b;transition:transform .24s cubic-bezier(.2,.75,.2,1),border-color .22s ease,box-shadow .22s ease,opacity .18s ease}.luma-product-picker__card[hidden]{display:none!important}.luma-product-picker__card.is-selected{border-color:#b58b39e6;box-shadow:0 0 0 2px #b58b392e,0 15px 31px #38291224;transform:translateY(-2px)}.luma-product-picker__card.is-just-added{animation:luma-picker-card-added .5s cubic-bezier(.2,.8,.2,1)}@keyframes luma-picker-card-added{0%{transform:scale(.97)}55%{transform:scale(1.018) translateY(-3px)}to{transform:scale(1) translateY(-2px)}}.luma-product-picker__media{position:relative;width:100%;aspect-ratio:1 / 1.08;overflow:hidden;border-radius:14px;background:radial-gradient(circle at 50% 43%,#fff,#fbf8f2 58%,#f2ece1);isolation:isolate}.luma-product-picker__media:before{content:"";position:absolute;z-index:0;top:11%;left:50%;width:78%;height:68%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.96),rgba(255,255,255,.35) 52%,transparent 75%);transform:translate(-50%);pointer-events:none}.luma-product-picker__media:after{content:"";position:absolute;z-index:1;right:27%;bottom:9%;left:27%;height:17px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(22,18,11,.22) 0%,rgba(22,18,11,.09) 40%,transparent 73%);filter:blur(3px);pointer-events:none}.luma-product-picker__image-link,.luma-product-picker__image,.luma-product-picker__placeholder{display:block;width:100%;height:100%}.luma-product-picker__image-link{position:relative;z-index:2}.luma-product-picker__image{position:relative;z-index:2;object-fit:contain;object-position:center;padding:8px 6px 15px;background:transparent;transform:translate3d(0,-2px,0) scale(1.1);transform-origin:center;transition:transform .38s cubic-bezier(.2,.75,.2,1)}.luma-product-picker__card.is-selected .luma-product-picker__image{transform:translate3d(0,-5px,0) scale(1.14)}.luma-product-picker__placeholder svg{width:100%;height:100%}.luma-product-picker__eye{position:absolute;z-index:7;top:7px;right:7px;display:grid;width:31px;height:31px;place-items:center;padding:0;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:#ffffffdb;color:var(--luma-picker-black);box-shadow:0 7px 17px #14110c21;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);cursor:pointer;transition:transform .18s ease,background-color .18s ease}.luma-product-picker__eye:active{transform:scale(.92)}.luma-product-picker__eye-svg{display:block;width:17px;height:13px;overflow:visible;transform-origin:center;animation:luma-picker-eye-blink 7s ease-in-out infinite}@keyframes luma-picker-eye-blink{0%,44%,47%,76%,79%,to{transform:scaleY(1)}45.5%,77.5%{transform:scaleY(.08)}}.luma-product-picker__selected-badge{position:absolute;z-index:6;top:8px;left:8px;display:inline-flex;min-height:23px;align-items:center;justify-content:center;padding:4px 8px;border:1px solid rgba(255,255,255,.75);border-radius:999px;background:#211d16;color:#fff6df;font-size:8px;font-weight:850;line-height:1;white-space:nowrap;opacity:0;transform:translateY(-5px) scale(.9);transition:opacity .2s ease,transform .24s cubic-bezier(.2,.8,.2,1);pointer-events:none}.luma-product-picker__card.is-selected .luma-product-picker__selected-badge{opacity:1;transform:translateY(0) scale(1)}.luma-product-picker__body{display:flex;min-height:111px;flex-direction:column;padding:9px 4px 3px}.luma-product-picker__name{display:-webkit-box;min-height:2.8em;max-height:2.8em;overflow:hidden;color:var(--luma-picker-black);font-size:11px;font-weight:750;line-height:1.4;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.luma-product-picker__hint{margin:5px 0 8px;color:var(--luma-picker-muted);font-size:8px;line-height:1.3}.luma-product-picker__select{display:flex;width:100%;min-height:38px;align-items:center;justify-content:center;gap:6px;margin-top:auto;padding:8px;border:1px solid var(--luma-picker-black);border-radius:10px;background:var(--luma-picker-black);color:#fff;font:inherit;font-size:9px;font-weight:800;cursor:pointer;transition:transform .17s ease,border-color .17s ease,background-color .17s ease,color .17s ease,box-shadow .17s ease}.luma-product-picker__select:active{transform:scale(.97)}.luma-product-picker__card.is-selected .luma-product-picker__select{border-color:var(--luma-picker-gold);background:linear-gradient(135deg,#a87728,#d1aa57,#9b6b1d);color:#17130c;box-shadow:0 7px 16px #a0701e3d}.luma-product-picker__empty{display:grid;gap:5px;width:calc(100% - 20px);margin:18px auto 0;padding:26px 18px;border:1px dashed var(--luma-picker-border);border-radius:16px;background:#fbf8f2;color:var(--luma-picker-muted);text-align:center}.luma-product-picker__empty[hidden]{display:none!important}.luma-product-picker__empty strong{color:var(--luma-picker-black);font-size:13px}.luma-product-picker__empty span{font-size:10px}body.luma-picker-modal-open{overflow:hidden!important}.luma-product-picker__modal[hidden]{display:none!important}.luma-product-picker__modal{position:fixed;z-index:2147483000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:max(16px,env(safe-area-inset-top)) 13px max(16px,env(safe-area-inset-bottom));opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.luma-product-picker__modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.luma-product-picker__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:radial-gradient(circle at 50% 31%,rgba(181,139,57,.14),transparent 38%),#0c0b09d6;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}.luma-product-picker__modal-dialog{position:relative;z-index:1;width:min(94vw,510px);max-height:90vh;overflow:hidden;border:1px solid rgba(255,255,255,.6);border-radius:23px;background:#fff;box-shadow:0 34px 90px #0000005c,0 8px 25px #0000002b;opacity:0;transform:translateY(20px) scale(.93);transition:opacity .28s ease,transform .34s cubic-bezier(.2,.8,.2,1)}.luma-product-picker__modal.is-open .luma-product-picker__modal-dialog{opacity:1;transform:translateY(0) scale(1)}.luma-product-picker__modal-close{position:absolute;z-index:4;top:10px;right:10px;display:grid;width:34px;height:34px;place-items:center;padding:0;border:1px solid rgba(23,21,16,.09);border-radius:50%;background:#ffffffeb;color:var(--luma-picker-black);box-shadow:0 7px 18px #14110c1f;font:inherit;font-size:20px;cursor:pointer}.luma-product-picker__modal-media{position:relative;display:grid;min-height:min(59vh,520px);place-items:center;padding:22px 12px 8px;background:radial-gradient(circle at 50% 45%,#fff,#fbf8f1 67%,#f1ebdf)}.luma-product-picker__modal-media:after{content:"";position:absolute;right:28%;bottom:8%;left:28%;height:24px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(23,18,11,.22),rgba(23,18,11,.08) 42%,transparent 73%);filter:blur(4px)}.luma-product-picker__modal-media img{position:relative;z-index:2;display:block;width:100%;height:min(57vh,500px);padding:15px;object-fit:contain;object-position:center;background:transparent;transform:scale(1.06)}.luma-product-picker__modal-meta{padding:13px 16px 17px;text-align:center}.luma-product-picker__modal-meta p{margin:0 0 5px;color:var(--luma-picker-gold-dark);font-size:8px;font-weight:850;letter-spacing:.5px}.luma-product-picker__modal-meta h3{margin:0;color:var(--luma-picker-black);font-size:17px;font-weight:800;line-height:1.35}.luma-product-picker__modal-select{width:100%;min-height:45px;margin-top:12px;padding:10px;border:1px solid var(--luma-picker-black);border-radius:11px;background:var(--luma-picker-black);color:#fff;font:inherit;font-size:10px;font-weight:850;cursor:pointer}.luma-product-picker__modal-select.is-selected{border-color:var(--luma-picker-gold);background:linear-gradient(135deg,#a87728,#d1aa57,#9b6b1d);color:#17130c}.luma-product-picker__sticky{position:fixed;z-index:99999;right:10px;bottom:max(10px,env(safe-area-inset-bottom));left:10px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:min(calc(100% - 20px),560px);margin-inline:auto;padding:8px;border:1px solid rgba(181,139,57,.34);border-radius:15px;background:#1e1c18f2;color:#fff;box-shadow:0 18px 40px #0d0b0847,0 5px 12px #0d0b0829;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(18px) scale(.97);transition:opacity .23s ease,visibility .23s ease,transform .3s cubic-bezier(.2,.8,.2,1)}.luma-product-picker__sticky.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.luma-product-picker__sticky div{display:grid;gap:2px;min-width:0}.luma-product-picker__sticky span{color:#e9ca78;font-size:8px;font-weight:800}.luma-product-picker__sticky strong{overflow:hidden;font-size:10px;font-weight:800;white-space:nowrap;text-overflow:ellipsis}.luma-product-picker__sticky button{min-height:42px;padding:9px 14px;border:1px solid var(--luma-picker-gold);border-radius:10px;background:linear-gradient(135deg,#a87728,#d1aa57,#9b6b1d);color:#17130c;font:inherit;font-size:10px;font-weight:900;white-space:nowrap;cursor:pointer}.luma-product-picker__toast{position:fixed;z-index:2147483001;top:86px;left:50%;max-width:calc(100% - 32px);margin:0;padding:9px 13px;border-radius:999px;background:var(--luma-picker-black);color:#fff;font-size:10px;font-weight:700;text-align:center;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-7px);transition:opacity .18s ease,visibility .18s ease,transform .22s ease}.luma-product-picker__toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%)}.luma-picker-flight-image{position:fixed;z-index:2147482000;overflow:hidden;border:1px solid rgba(181,139,57,.45);border-radius:12px;background:#fff;box-shadow:0 18px 38px #14110c3d;object-fit:contain;pointer-events:none;will-change:transform,opacity}@media screen and (min-width:750px){.luma-product-picker{padding-top:52px;padding-bottom:110px}.luma-product-picker__header{padding-inline:24px}.luma-product-picker__tools{width:calc(100% - 48px);max-width:1100px;padding:11px}.luma-product-picker__search{min-height:48px}.luma-product-picker__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;padding-inline:24px}.luma-product-picker__card{padding:9px}.luma-product-picker__name{font-size:13px}.luma-product-picker__select{min-height:43px;font-size:10px}}@media screen and (min-width:1100px){.luma-product-picker__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(hover:hover)and (pointer:fine){.luma-product-picker__card:hover{transform:translateY(-4px);box-shadow:0 20px 36px #16130e21,0 7px 13px #16130e0f}.luma-product-picker__card.is-selected:hover{transform:translateY(-4px)}.luma-product-picker__eye:hover{background:#fff;transform:scale(1.06)}}@media(prefers-reduced-motion:reduce){.luma-product-picker *,.luma-product-picker *:before,.luma-product-picker *:after{animation:none!important;transition:none!important}.luma-picker-flight-image{display:none!important}}.luma-product-picker{padding-top:15px!important}.luma-product-picker__step,.luma-product-picker__eyebrow,.luma-product-picker__progress{display:none!important}.luma-product-picker__header{display:block!important;margin-bottom:9px!important;padding-inline:12px!important;text-align:right}.luma-product-picker__title{font-size:17px!important;line-height:1.35!important;letter-spacing:0!important}.luma-product-picker__subtitle{margin-top:3px!important;font-size:9px!important;line-height:1.5!important}.luma-product-picker__tools{margin-bottom:11px!important;padding:8px!important}.luma-product-picker__card.is-selected{display:none!important}.luma-product-picker__image{padding:5px 4px 11px!important;transform:translate3d(0,-2px,0) scale(1.15)!important}.luma-product-picker__body{min-height:100px!important;padding-top:7px!important}.luma-product-picker__hint{display:none!important}.luma-product-picker__inner{padding-top:0!important}.luma-product-picker__media{position:relative!important;isolation:isolate;overflow:hidden!important}.luma-product-picker__image-link{position:relative!important;z-index:2!important;display:block!important;transform-origin:center center;will-change:transform;animation:luma-product-float 3.4s cubic-bezier(.45,0,.55,1) infinite}.luma-product-picker__media:after{content:"";position:absolute;z-index:1;left:50%;bottom:12%;width:58%;height:13px;pointer-events:none;border-radius:50%;background:radial-gradient(ellipse at center,#20191247,#20191229 42%,#20191200 74%);filter:blur(4px);transform:translate(-50%) scaleX(1) scaleY(1);transform-origin:center;will-change:transform,opacity,filter;animation:luma-product-shadow 3.4s cubic-bezier(.45,0,.55,1) infinite}@keyframes luma-product-float{0%,to{transform:translate3d(0,2px,0) rotate(0)}50%{transform:translate3d(0,-10px,0) rotate(-.35deg)}}@keyframes luma-product-shadow{0%,to{opacity:.72;filter:blur(4px);transform:translate(-50%) scaleX(1.08) scaleY(1)}50%{opacity:.34;filter:blur(6px);transform:translate(-50%) scaleX(.7) scaleY(.66)}}.luma-product-picker__card:nth-child(2n) .luma-product-picker__image-link,.luma-product-picker__card:nth-child(2n):after{animation-delay:-.8s}.luma-product-picker__card:nth-child(3n) .luma-product-picker__image-link{animation-delay:-1.6s}.luma-product-picker__card:nth-child(3n) .luma-product-picker__media:after{animation-delay:-1.6s}.luma-product-picker__card:nth-child(4n) .luma-product-picker__image-link{animation-delay:-2.3s}.luma-product-picker__card:nth-child(4n) .luma-product-picker__media:after{animation-delay:-2.3s}.luma-product-picker__eye{position:absolute!important;z-index:5!important}@media(prefers-reduced-motion:reduce){.luma-product-picker__image-link,.luma-product-picker__media:after{animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/luma-product-picker.css.map */
