.wm-info-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000002;display:grid;justify-items:end;visibility:hidden;pointer-events:none}.wm-info-drawer.is-open{visibility:visible;pointer-events:auto}.wm-info-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#140e0a7a;opacity:0;cursor:pointer;transition:opacity .28s ease}.wm-info-drawer.is-open .wm-info-drawer__backdrop{opacity:1}.wm-info-drawer__panel{position:relative;z-index:1;width:min(92vw,520px);height:100%;overflow:auto;background:var(--wm-drawer-bg, #fff);color:#231d19;box-shadow:-18px 0 55px #0000002e;transform:translate(104%);transition:transform .34s cubic-bezier(.22,.75,.2,1)}.wm-info-drawer.is-open .wm-info-drawer__panel{transform:translate(0)}.wm-info-drawer__panel--small{width:min(92vw,420px)}.wm-info-drawer__panel--medium{width:min(92vw,520px)}.wm-info-drawer__panel--large{width:min(94vw,680px)}.wm-info-drawer__header{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:26px 28px 20px;border-bottom:1px solid rgba(35,29,25,.1);background:color-mix(in srgb,var(--wm-drawer-bg, #fff) 94%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.wm-info-drawer__header h2{margin:0;font-size:clamp(24px,3vw,34px);line-height:1.08;letter-spacing:-.025em}.wm-info-drawer__eyebrow{margin:0 0 8px;color:var(--wm-drawer-accent, #6b3218);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.wm-info-drawer__close{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;padding:0;border:1px solid rgba(35,29,25,.14);border-radius:50%;background:transparent;color:inherit;font-size:28px;line-height:1;cursor:pointer}.wm-info-drawer__close:hover{border-color:var(--wm-drawer-accent, #6b3218);color:var(--wm-drawer-accent, #6b3218)}.wm-info-drawer__body{padding:26px 28px 36px}.wm-info-drawer__media{overflow:hidden;margin-bottom:24px;border-radius:16px;background:#eee9e4}.wm-info-drawer__media--landscape{aspect-ratio:16/10}.wm-info-drawer__media--square{aspect-ratio:1}.wm-info-drawer__media--portrait{aspect-ratio:4/5}.wm-info-drawer__media img{display:block;width:100%;height:100%;object-fit:cover}.wm-info-drawer__intro{margin-bottom:18px;color:var(--wm-drawer-accent, #6b3218);font-size:18px;font-weight:700;line-height:1.45}.wm-info-drawer__content{font-size:15px;line-height:1.75;color:#504943}.wm-info-drawer__content>*:first-child{margin-top:0}.wm-info-drawer__content>*:last-child{margin-bottom:0}.wm-info-drawer__material-items{display:grid;gap:16px;margin-top:24px}.wm-info-drawer__material-item{overflow:hidden;border:1px solid rgba(35,29,25,.1);border-radius:14px;background:#fff9}.wm-info-drawer__material-item-image{aspect-ratio:16/10;overflow:hidden;background:#eee9e4}.wm-info-drawer__material-item-image img{display:block;width:100%;height:100%;object-fit:cover}.wm-info-drawer__material-item h3{margin:0;padding:16px 16px 0;font-size:17px;line-height:1.3}.wm-info-drawer__material-item-text{padding:12px 16px 16px;color:#504943;font-size:14px;line-height:1.7}.wm-info-drawer__material-item-text>*:first-child{margin-top:0}.wm-info-drawer__material-item-text>*:last-child{margin-bottom:0}.wm-info-drawer__steps{display:grid;gap:16px;margin:24px 0 0;padding:0;list-style:none}.wm-info-drawer__step-card{display:block;padding:16px;border:1px solid rgba(35,29,25,.1);border-radius:14px;background:#fff9;overflow:hidden}.wm-info-drawer__step-head{display:flex;align-items:center;gap:12px}.wm-info-drawer__step-head h3{margin:0;font-size:17px;line-height:1.3}.wm-info-drawer__step-number{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:var(--wm-drawer-accent, #6b3218);color:#fff;font-size:13px;font-weight:800}.wm-info-drawer__step-image{margin-top:14px;overflow:hidden;border-radius:12px;background:#eee9e4;aspect-ratio:16/10}.wm-info-drawer__step-image img{display:block;width:100%;height:100%;object-fit:cover}.wm-info-drawer__step-text{margin-top:14px;color:#504943;font-size:14px;line-height:1.7}.wm-info-drawer__step-text>*:first-child{margin-top:0}.wm-info-drawer__step-text>*:last-child{margin-bottom:0}.wm-info-drawer__note{display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px;margin-top:24px;padding:16px;border-radius:12px;background:color-mix(in srgb,var(--wm-drawer-accent, #6b3218) 8%,#fff);color:#453b35;line-height:1.55}.wm-info-drawer__note>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--wm-drawer-accent, #6b3218);color:#fff;font-weight:800}.wm-info-drawer__cta{display:flex;align-items:center;justify-content:center;min-height:50px;margin-top:24px;padding:12px 18px;border-radius:9px;background:var(--wm-drawer-accent, #6b3218);color:#fff!important;font-weight:800;text-decoration:none;border:0;cursor:pointer;width:100%;font-family:inherit;font-size:inherit}.wm-info-drawer__cta:hover{filter:brightness(.94)}body.wm-info-drawer-open{overflow:hidden}@media(max-width:749px){.wm-info-drawer__panel,.wm-info-drawer__panel--small,.wm-info-drawer__panel--medium,.wm-info-drawer__panel--large{width:100vw}.wm-info-drawer__header{padding:20px 18px 16px}.wm-info-drawer__body{padding:20px 18px 30px}.wm-info-drawer__step-card{padding:14px}.wm-info-drawer__step-head h3{font-size:16px}.wm-info-drawer__step-image{aspect-ratio:4/3}}@media(prefers-reduced-motion:reduce){.wm-info-drawer__panel,.wm-info-drawer__backdrop{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/103/assets/wm-info-drawer.css.map */
