.pd{padding:2.25rem 0 2.5rem}@media(min-width:760px){.pd{padding:4rem 0}}.pd__header{text-align:center;max-width:680px;margin:0 auto 1.5rem}@media(min-width:760px){.pd__header{margin-bottom:2.25rem}}.pd__eyebrow{color:#2563eb;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;margin:0 0 .5rem}.pd__title{font-size:1.4rem;color:#0f172a;margin:0 0 .6rem;letter-spacing:-.02em;line-height:1.2}@media(min-width:760px){.pd__title{font-size:2rem}}.pd__subtitle{color:#64748b;margin:0;line-height:1.55;font-size:.92rem}.pd__media-grid{display:grid;gap:1.1rem;grid-template-columns:1fr}@media(min-width:900px){.pd__media-grid{grid-template-columns:1.75fr 1fr;gap:1.5rem;align-items:start}}.pd__media-grid--single{max-width:100%;margin-left:auto;margin-right:auto}@media(min-width:900px){.pd__media-grid--single{grid-template-columns:1fr}}.pd-card{margin:0;background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #0f172a0a,0 4px 12px #0f172a0f;display:flex;flex-direction:column}.pd-card__caption{padding:.85rem 1.05rem .95rem;display:flex;flex-direction:column;gap:.15rem}.pd-card__caption strong{color:#0f172a;font-size:.93rem}.pd-card__caption span{color:#64748b;font-size:.83rem;line-height:1.45}.pd-video__frame{position:relative;aspect-ratio:16/9;background:#0f172a;cursor:pointer;overflow:hidden}.pd-video__frame img{width:100%;height:100%;object-fit:cover;display:block;opacity:.92;transition:opacity .2s,transform .35s}.pd-video__frame:hover img{opacity:1;transform:scale(1.03)}.pd-video__frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.pd-video__play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:62px;height:62px;border-radius:50%;border:0;background:#fffffff2;color:#2563eb;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px #0f172a59;transition:transform .2s,background .2s;z-index:2}.pd-video__frame:hover .pd-video__play{transform:scale(1.08)}.pd-video__play svg{width:24px;height:24px;margin-left:3px}.pd-video__pill{position:absolute;top:.85rem;left:.85rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:.72rem;font-weight:800;padding:.42rem .75rem .42rem .65rem;border-radius:100px;z-index:2;display:inline-flex;align-items:center;gap:.4rem;letter-spacing:.01em;box-shadow:0 4px 14px -2px #2563eb80,inset 0 1px #ffffff2e;text-shadow:0 1px 1px rgba(0,0,0,.18)}.pd-video__pill:before{content:"";display:inline-block;width:14px;height:14px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='13' r='8'/%3E%3Cpath d='M12 9v4l2 1M9 2h6M5 5l1.5-1.5'/%3E%3C/svg%3E") no-repeat center / contain;flex-shrink:0}.pd-video__pill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:100px;background:linear-gradient(135deg,#2563eb,#1d4ed8);opacity:0;z-index:-1;animation:pdChronoPulse 2.5s ease-out infinite}@keyframes pdChronoPulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.4);opacity:0}}.pd-video__frame--native{cursor:default}.pd-video__frame--native .pd-video__el{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;background:#000;opacity:0;transition:opacity .25s}.pd-video__frame--native.is-playing .pd-video__el{opacity:1}.pd-video__frame--native.is-playing .pd-video__poster,.pd-video__frame--native.is-playing .pd-video__play,.pd-video__frame--native.is-playing .pd-video__pill{opacity:0;pointer-events:none;transition:opacity .25s}.pd-video__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.pd-video__frame--native.is-loop-muted .pd-video__el{opacity:1}.pd-video__frame--native.is-loop-muted .pd-video__poster{display:none}.pd-video__frame--native.is-loop-muted .pd-video__play{display:none!important}.pd-ba__slider{position:relative;aspect-ratio:1/1;overflow:hidden;touch-action:pan-y;user-select:none;-webkit-user-select:none;background:#f8f8fc;cursor:ew-resize}.pd-ba__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.pd-ba__after{position:absolute;top:0;right:0;bottom:0;left:0;clip-path:inset(0 0 0 50%)}.pd-ba__handle{position:absolute;top:0;bottom:0;left:50%;width:0}.pd-ba__handle:before{content:"";position:absolute;top:0;bottom:0;left:-1.5px;width:3px;background:#fff;box-shadow:0 0 8px #0f172a59}.pd-ba__handle-btn{position:absolute;top:50%;left:0;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;color:#2563eb;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0f172a4d}.pd-ba__handle-btn svg{width:20px;height:20px;animation:pdNudge 2.4s ease-in-out 1s 2}@keyframes pdNudge{0%,to{margin-left:0}25%{margin-left:-7px}75%{margin-left:7px}}.pd-ba__handle:focus-visible{outline:none}.pd-ba__handle:focus-visible .pd-ba__handle-btn{box-shadow:0 0 0 4px #2563eb59}.pd-ba__label{position:absolute;top:.85rem;font-size:.73rem;font-weight:700;padding:.3rem .65rem;border-radius:100px;color:#fff;pointer-events:none;z-index:2}.pd-ba__label--before{left:.85rem;background:#0f172acc}.pd-ba__label--after{right:.85rem;background:#2563eb}.pd-box{margin-top:1.25rem;background:#f8fafc;border-radius:16px;padding:1.35rem 1.1rem}@media(min-width:760px){.pd-box{margin-top:2rem;padding:2rem}}.pd-box__head{text-align:center;margin-bottom:1.15rem}.pd-box__head h3{margin:0 0 .3rem;color:#0f172a;font-size:1.15rem;letter-spacing:-.01em}@media(min-width:760px){.pd-box__head h3{font-size:1.3rem}}.pd-box__head p{margin:0;color:#64748b;font-size:.88rem}.pd-box__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem}@media(min-width:760px){.pd-box__grid{grid-template-columns:repeat(3,1fr);gap:.85rem}}.pd-box__item{display:flex;gap:.7rem;align-items:flex-start;background:#fff;border-radius:12px;padding:.85rem .9rem;box-shadow:0 1px 2px #0f172a0d}.pd-box__icon{flex:0 0 36px;width:36px;height:36px;border-radius:10px;background:#eff6ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center}.pd-box__icon svg{width:18px;height:18px}.pd-box__label{display:flex;flex-direction:column;gap:.12rem;min-width:0}.pd-box__label strong{font-size:.85rem;color:#0f172a;line-height:1.25}.pd-box__label span{font-size:.74rem;color:#64748b;line-height:1.35}.pd-box__note{margin:1rem auto 0;text-align:center;font-size:.8rem;color:#64748b;display:flex;gap:.4rem;align-items:center;justify-content:center;flex-wrap:wrap;max-width:560px;line-height:1.45}.pd-box__note svg{width:15px;height:15px;color:#f59e0b;flex:0 0 15px}@media(max-width:759px){.pd-box__item{flex-direction:column;gap:.5rem;padding:.8rem}.pd-card__caption{padding:.75rem .9rem .85rem}.pd-video__play{width:54px;height:54px}.pd-ba__handle-btn{width:40px;height:40px}}@media(max-width:379px){.pd-box__grid{grid-template-columns:1fr}.pd-box__item{flex-direction:row}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/product-discovery.css.map */
