.vel-reservation,.vel-reservation *{box-sizing:border-box}.vel-reservation{--vr-purple:#7455d9;--vr-purple-dark:#5b3fc3;--vr-lilac:#f3eeff;--vr-rose:#d98b82;--vr-gold:#d4a34d;--vr-ink:#171717;--vr-text:#34343a;--vr-muted:#6f6976;--vr-border:#e8e2ef;--vr-success:#18875a;--vr-danger:#c93d49;--vr-max:1180px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;color:var(--vr-ink);background:#fbfaff;min-height:100vh;line-height:1.45}.vel-reservation a{color:inherit}.vel-reservation__header{background:#fff;border-bottom:1px solid var(--vr-border)}.vel-reservation__header-inner{width:min(var(--vr-max),calc(100% - 40px));min-height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.vel-reservation__brand{font-size:30px;line-height:1;font-weight:950;letter-spacing:-.06em;text-decoration:none;color:var(--vr-ink)}.vel-reservation__brand img{display:block;width:auto;max-width:180px;max-height:44px}.vel-reservation__secure{display:flex;align-items:center;gap:9px;color:#55505d;font-size:13px;font-weight:750}.vel-reservation__secure span:first-child{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#eee8ff;color:var(--vr-purple);font-weight:900}.vel-reservation__main{width:min(var(--vr-max),calc(100% - 40px));margin:auto;padding:36px 0 64px}.vel-reservation__progress{max-width:760px;margin:0 auto 28px;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:14px}.vel-reservation__progress-step{border:0;background:transparent;padding:0;display:flex;align-items:center;gap:9px;color:#938d9c;font:inherit;font-size:12px;font-weight:800;cursor:default}.vel-reservation__progress-step span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;border:1px solid #ded6ec;background:#fff;color:#8a8290}.vel-reservation__progress-step.is-active{color:var(--vr-ink)}.vel-reservation__progress-step.is-active span,.vel-reservation__progress-step.is-complete span{background:var(--vr-purple);border-color:var(--vr-purple);color:#fff}.vel-reservation__progress-step.is-complete{color:#57505f}.vel-reservation__progress i{height:2px;background:#e6dfed;border-radius:999px}.vel-reservation__progress i.is-complete{background:var(--vr-purple)}.vel-reservation__intro{text-align:center;max-width:820px;margin:0 auto 34px}.vel-reservation__eyebrow{display:inline-flex;margin-bottom:12px;padding:8px 15px;border-radius:999px;background:linear-gradient(90deg,#d95be1,#a35ae3);color:#fff;font-size:10px;font-weight:900;letter-spacing:.07em}.vel-reservation__intro h1{margin:0 0 11px;font-size:clamp(36px,4.6vw,58px);line-height:1.02;letter-spacing:-.055em;font-weight:950}.vel-reservation__intro p{margin:0;color:#5e5864;font-size:17px;line-height:1.6}.vel-reservation__grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.72fr);gap:28px;align-items:start}.vel-reservation__checkout,.vel-reservation__summary{background:#fff;border:1px solid var(--vr-border);border-radius:26px;box-shadow:0 18px 48px #402d5d14}.vel-reservation__checkout{padding:26px}.vel-reservation__summary{padding:24px;position:sticky;top:20px}.vel-reservation__notice{display:flex;gap:13px;padding:16px 17px;margin-bottom:20px;border:1px solid #e5dafa;border-radius:17px;background:linear-gradient(135deg,#faf8ff,#f3eeff)}.vel-reservation__notice-icon{flex:0 0 27px;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--vr-purple);color:#fff;font-size:13px;font-weight:900}.vel-reservation__notice strong{font-size:14px}.vel-reservation__notice p{margin:3px 0 0;color:#625b6b;font-size:12px;line-height:1.5}.vel-reservation__panel{display:grid;gap:15px}.vel-reservation__panel[hidden]{display:none!important}.vel-reservation__panel-head{display:flex;align-items:flex-start;gap:13px;margin-bottom:3px}.vel-reservation__panel-head>span{width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:grid;place-items:center;background:#eee8ff;color:var(--vr-purple);font-weight:900}.vel-reservation__panel-head h2{margin:0;font-size:23px;line-height:1.15;letter-spacing:-.03em}.vel-reservation__panel-head p{margin:4px 0 0;color:var(--vr-muted);font-size:12px}.vel-reservation label{display:grid;gap:7px;color:#39343e;font-size:13px;font-weight:800}.vel-reservation label>span em{font-style:normal;color:#8c8492;font-weight:600}.vel-reservation input[type=text],.vel-reservation input[type=email],.vel-reservation input[type=tel]{width:100%;height:53px;border:1px solid #ddd6e5;border-radius:14px;background:#fff;padding:0 15px;color:var(--vr-ink);font:inherit;font-size:15px;outline:0;transition:border-color .2s,box-shadow .2s}.vel-reservation input:focus{border-color:var(--vr-purple);box-shadow:0 0 0 4px #7455d91a}.vel-reservation input.is-invalid{border-color:var(--vr-danger);box-shadow:0 0 0 3px #c93d4914}.vel-reservation label small,.vel-reservation__check-error{min-height:0;color:var(--vr-danger);font-size:11px;font-weight:700}.vel-reservation__fields{display:grid;gap:14px}.vel-reservation__fields--two{grid-template-columns:1fr 1fr}.vel-reservation__fields--postal{grid-template-columns:.55fr 1fr}.vel-reservation__button{border:0;border-radius:999px;min-height:54px;padding:13px 23px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font:inherit;font-size:14px;font-weight:900;text-decoration:none;cursor:pointer;transition:transform .2s,box-shadow .2s,opacity .2s}.vel-reservation__button:hover{transform:translateY(-1px)}.vel-reservation__button--primary,.vel-reservation__button--confirm{background:linear-gradient(180deg,#9876ee,var(--vr-purple));color:#fff;box-shadow:0 12px 27px #7455d945}.vel-reservation__button--secondary{background:#f5f2f8;color:#3f3944;border:1px solid #e3dce9}.vel-reservation__button--confirm{min-width:260px}.vel-reservation__button:disabled{opacity:.55;cursor:wait;transform:none}.vel-reservation__actions{display:flex;align-items:center;justify-content:space-between;gap:13px;margin-top:4px}.vel-reservation__actions .vel-reservation__button--primary{margin-left:auto}.vel-reservation__review{display:grid;gap:12px;border:1px solid #e7e0ed;border-radius:17px;background:#faf9fc;padding:17px}.vel-reservation__review-row{display:flex;justify-content:space-between;gap:18px;color:#4e4853;font-size:13px}.vel-reservation__review-row strong{color:var(--vr-ink);text-align:right}.vel-reservation__check{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px!important;padding:13px;border:1px solid #e3dce9;border-radius:14px;background:#fff;font-weight:650!important;line-height:1.45}.vel-reservation__check input{width:18px;height:18px;flex:0 0 18px;margin-top:1px;accent-color:var(--vr-purple)}.vel-reservation__legal{margin:0;color:#736c78;font-size:11px;line-height:1.55}.vel-reservation__legal a{text-decoration:underline;text-underline-offset:2px}.vel-reservation__submit-error{padding:12px;border-radius:12px;background:#fff3f4;color:var(--vr-danger);font-size:12px;font-weight:750}.vel-reservation__spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:vrSpin .7s linear infinite}@keyframes vrSpin{to{transform:rotate(360deg)}}.vel-reservation__honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.vel-reservation__empty{padding:30px;text-align:center}.vel-reservation__empty h2{margin:0 0 8px;font-size:27px}.vel-reservation__empty p{margin:0 0 20px;color:var(--vr-muted)}.vel-reservation__summary-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:15px;border-bottom:1px solid #eee8f1}.vel-reservation__summary-head h2{margin:0;font-size:21px;letter-spacing:-.03em}.vel-reservation__summary-head a{color:var(--vr-purple);font-size:12px;font-weight:850;text-underline-offset:3px}.vel-reservation__items{display:grid;gap:16px;padding:18px 0}.vel-reservation__item{display:grid;grid-template-columns:72px 1fr auto;gap:13px;align-items:center}.vel-reservation__item-image{width:72px;height:72px;border:1px solid #e7e0eb;border-radius:15px;background:#f7f4fa;object-fit:cover}.vel-reservation__item-copy h3{margin:0 0 4px;font-size:13px;line-height:1.35}.vel-reservation__item-copy p{margin:0;color:#77707c;font-size:11px;line-height:1.4}.vel-reservation__item-price{font-size:13px;font-weight:900;white-space:nowrap}.vel-reservation__totals{display:grid;gap:10px;padding:17px 0;border-top:1px solid #eee8f1}.vel-reservation__totals>div{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#5e5764;font-size:13px}.vel-reservation__totals strong{color:var(--vr-ink)}.vel-reservation__totals .is-free{color:var(--vr-success)}.vel-reservation__totals .vel-reservation__total{padding-top:12px;margin-top:3px;border-top:1px solid #eee8f1;font-size:16px;font-weight:900;color:var(--vr-ink)}.vel-reservation__summary-note{display:flex;gap:11px;padding:14px;border-radius:15px;background:#f2edff;color:#514a59}.vel-reservation__summary-note>span{width:25px;height:25px;flex:0 0 25px;border-radius:50%;display:grid;place-items:center;background:var(--vr-purple);color:#fff;font-size:12px;font-weight:900}.vel-reservation__summary-note p{margin:0;font-size:11px;line-height:1.5}.vel-reservation__skeleton{height:76px;border-radius:14px;background:linear-gradient(90deg,#f3f0f5 25%,#faf8fb 40%,#f3f0f5 65%);background-size:300% 100%;animation:vrShimmer 1.4s infinite}@keyframes vrShimmer{to{background-position:-100% 0}}.vel-reservation__footer{background:#1f2022;color:#fff}.vel-reservation__footer-inner{width:min(var(--vr-max),calc(100% - 40px));min-height:150px;margin:auto;padding:35px 0;display:flex;justify-content:space-between;gap:40px;align-items:flex-start}.vel-reservation__footer strong{font-size:22px;letter-spacing:-.03em}.vel-reservation__footer p{max-width:320px;margin:7px 0 0;color:#c9c7cd;font-size:12px}.vel-reservation__footer nav{display:flex;flex-wrap:wrap;gap:20px}.vel-reservation__footer nav a{color:#e6e3eb;font-size:12px;text-decoration:none}@media(max-width:900px){.vel-reservation__grid{grid-template-columns:1fr}.vel-reservation__summary{position:static;order:-1}.vel-reservation__intro{margin-bottom:26px}.vel-reservation__summary-head a{display:none}}@media(max-width:640px){.vel-reservation__header-inner,.vel-reservation__main,.vel-reservation__footer-inner{width:calc(100% - 24px)}.vel-reservation__header-inner{min-height:70px}.vel-reservation__brand{font-size:25px}.vel-reservation__secure{font-size:11px}.vel-reservation__secure span:first-child{width:25px;height:25px}.vel-reservation__main{padding:24px 0 42px}.vel-reservation__progress{gap:7px;margin-bottom:20px}.vel-reservation__progress-step{display:grid;justify-items:center;gap:5px;font-size:9px;text-align:center}.vel-reservation__progress-step span{width:28px;height:28px}.vel-reservation__intro h1{font-size:37px}.vel-reservation__intro p{font-size:15px}.vel-reservation__checkout,.vel-reservation__summary{border-radius:21px}.vel-reservation__checkout,.vel-reservation__summary{padding:17px}.vel-reservation__fields--two,.vel-reservation__fields--postal{grid-template-columns:1fr}.vel-reservation__panel-head h2{font-size:20px}.vel-reservation__actions{display:grid;grid-template-columns:.7fr 1.3fr}.vel-reservation__actions .vel-reservation__button{width:100%;padding-inline:14px;font-size:12px}.vel-reservation__button--confirm{min-width:0}.vel-reservation__item{grid-template-columns:61px 1fr auto}.vel-reservation__item-image{width:61px;height:61px}.vel-reservation__footer-inner{min-height:0;padding:30px 0;display:grid}.vel-reservation__footer nav{gap:13px}.vel-reservation__summary{order:-1}}.vel-reservation__intro--restock{max-width:900px;margin:0 auto 38px}.vel-reservation__intro--restock .vel-reservation__eyebrow{align-items:center;gap:8px;margin-bottom:15px;padding:8px 15px;border:1px solid rgba(122,83,220,.16);background:linear-gradient(90deg,#d05be0,#8055db);box-shadow:0 9px 24px #7a53dc26}.vel-reservation__eyebrow-dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px #fff3;animation:velRestockPulse 1.8s ease-in-out infinite}.vel-reservation__intro--restock h1{max-width:820px;margin:0 auto 15px;font-size:clamp(39px,5vw,64px);line-height:.99;letter-spacing:-.06em}.vel-reservation__intro--restock h1 span{display:inline;color:#7652d8}.vel-reservation__intro--restock>p{max-width:750px;margin:0 auto;color:#5e5864;font-size:17px;line-height:1.65}.vel-reservation__intro--restock>p strong{color:#211c28;font-weight:900}.vel-reservation__restock-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:760px;margin:25px auto 0;overflow:hidden;border:1px solid #e4dced;border-radius:18px;background:#ffffffc7;box-shadow:0 14px 38px #38265212;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.vel-reservation__restock-facts>div{position:relative;display:grid;gap:3px;justify-items:center;padding:15px 18px;text-align:center}.vel-reservation__restock-facts>div+div:before{content:"";position:absolute;top:15px;bottom:15px;left:0;width:1px;background:#e8e1ed}.vel-reservation__restock-facts strong{color:#211c28;font-size:14px;font-weight:950}.vel-reservation__restock-facts span{color:#77707d;font-size:11px;font-weight:650;line-height:1.35}@keyframes velRestockPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.8)}}@media(max-width:640px){.vel-reservation__intro--restock{margin-bottom:27px}.vel-reservation__intro--restock .vel-reservation__eyebrow{margin-bottom:13px;padding:7px 12px;font-size:9px}.vel-reservation__intro--restock h1{max-width:360px;margin-bottom:13px;font-size:39px;line-height:1.01;letter-spacing:-.055em}.vel-reservation__intro--restock h1 span{display:block}.vel-reservation__intro--restock>p{max-width:370px;font-size:14px;line-height:1.58}.vel-reservation__restock-facts{grid-template-columns:1fr;max-width:370px;margin-top:20px;border-radius:16px}.vel-reservation__restock-facts>div{grid-template-columns:92px minmax(0,1fr);align-items:center;justify-items:start;gap:10px;padding:12px 16px;text-align:left}.vel-reservation__restock-facts>div+div:before{top:0;right:16px;bottom:auto;left:16px;width:auto;height:1px}.vel-reservation__restock-facts strong{font-size:13px}.vel-reservation__restock-facts span{font-size:10.5px}}@media(prefers-reduced-motion:reduce){.vel-reservation__eyebrow-dot{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/veloure-reservation.css.map */
