.build-bundle-section{position:relative;width:100%;min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:78px 24px 72px;overflow:hidden;color:#fff;background:transparent}.build-bundle-container{position:relative;width:100%;max-width:950px;margin:0 auto;text-align:center}.build-bundle-title{margin:0 0 18px;color:#fff;font-size:42px;line-height:1.1;font-weight:700;letter-spacing:-1.2px}.build-bundle-text{max-width:720px;margin:0 auto;color:#fffffff5;font-size:18px;line-height:1.65;font-weight:400}.build-bundle-discounts{display:flex;align-items:stretch;justify-content:center;gap:18px;margin-top:38px;perspective:1000px}.build-bundle-card{--mouse-x:50%;--mouse-y:50%;position:relative;width:210px;min-height:135px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 18px 16px;border:1.5px solid rgba(127,200,232,.95);border-radius:17px;overflow:hidden;color:inherit;font-family:inherit;text-align:center;background:#ffffff0e;box-shadow:inset 0 1px #ffffff29,0 12px 30px #0023501a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transform-style:preserve-3d;will-change:transform;cursor:pointer;-webkit-appearance:none;appearance:none;transition:transform .35s cubic-bezier(.2,.8,.2,1),border-color .35s ease,box-shadow .35s ease,background .35s ease}.build-bundle-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(180px circle at var(--mouse-x) var(--mouse-y),rgba(255,255,255,.22),rgba(127,200,232,.07) 35%,transparent 68%);opacity:0;pointer-events:none;z-index:1;transition:opacity .3s ease}.build-bundle-card:hover,.build-bundle-card:focus-visible{transform:translateY(-8px);border-color:#fffffff2;background:#ffffff17;box-shadow:inset 0 1px #ffffff3d,0 20px 45px #001a483d,0 0 30px #7fc8e82e}.build-bundle-card:hover:after{opacity:1}.build-bundle-card:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.build-bundle-card.is-hot{border-color:#fffffff2;background:#ffffff1c;box-shadow:inset 0 1px #ffffff42,0 18px 40px #001a4833,0 0 32px #7fc8e842}.build-bundle-card.is-hot .build-bundle-number{animation:buildBundleNumberPop .6s cubic-bezier(.16,1,.3,1)}.build-bundle-go{position:absolute;top:12px;right:12px;display:flex;width:17px;height:17px;color:#ffffffe6;opacity:0;transform:translate(-5px);transition:opacity .28s ease,transform .28s ease;z-index:2}.build-bundle-go svg{width:100%;height:100%}.build-bundle-card:hover .build-bundle-go,.build-bundle-card:focus-visible .build-bundle-go,.build-bundle-card.is-hot .build-bundle-go{opacity:1;transform:translate(0)}.build-bundle-shine{position:absolute;top:-100%;left:-95%;width:55%;height:300%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);transform:rotate(24deg);pointer-events:none;z-index:1;transition:left .8s cubic-bezier(.2,.8,.2,1)}.build-bundle-card:hover .build-bundle-shine,.build-bundle-card.is-hot .build-bundle-shine{left:145%}.build-bundle-value{position:relative;display:flex;align-items:center;justify-content:center;line-height:1;z-index:2;transform:translateZ(24px)}.build-bundle-number{display:block;color:#fff;font-size:72px;line-height:.88;font-weight:700;letter-spacing:-4px}.build-bundle-percent{display:flex;flex-direction:column;align-items:flex-start;margin-left:6px;transform:translateY(3px)}.build-bundle-percent span:first-child{color:#fff;font-size:38px;line-height:.8;font-weight:500}.build-bundle-percent span:last-child{color:#fff;font-size:21px;line-height:1;font-weight:500;margin-top:6px}.build-bundle-label{position:relative;display:block;margin-top:11px;color:#fff;font-size:11px;line-height:1.2;font-weight:700;letter-spacing:1.4px;z-index:2;transform:translateZ(18px)}.build-bundle-funnel{position:relative;display:flex;justify-content:center;height:46px;margin-top:22px}.build-bundle-funnel:before{content:"";width:2px;height:100%;border-radius:2px;background:linear-gradient(180deg,#bfe0f700,#bfe0f780 45%,#fffc)}.build-bundle-trail{position:absolute;top:0;left:50%;width:7px;height:7px;margin-left:-3.5px;border-radius:50%;background:#fff;box-shadow:0 0 14px 4px #bfe0f799;opacity:0}.build-bundle-section.is-visible .build-bundle-trail{animation:byobTrail 2.5s cubic-bezier(.45,0,.5,1) 1.1s infinite}@keyframes byobTrail{0%{transform:translateY(-2px);opacity:0}18%{opacity:1}76%{opacity:1}to{transform:translateY(40px);opacity:0}}.build-bundle-button{position:relative;display:inline-block;margin-top:4px}.build-bundle-button:before,.build-bundle-button:after{content:"";position:absolute;top:-9px;right:-14px;bottom:-9px;left:-14px;border:2px solid rgba(191,224,247,.7);border-radius:999px;opacity:0;pointer-events:none}.build-bundle-section.is-visible .build-bundle-button:before{animation:byobHalo 2.8s ease-out 1.2s infinite}.build-bundle-section.is-visible .build-bundle-button:after{animation:byobHalo 2.8s ease-out 2.6s infinite}@keyframes byobHalo{0%{transform:scale(.94);opacity:0}22%{opacity:.8}to{transform:scale(1.16);opacity:0}}.build-bundle-start{position:relative;overflow:hidden}.build-bundle-start-label{position:relative;z-index:2}.build-bundle-start-icon{position:absolute;top:50%;right:18px;display:block;width:17px;height:17px;margin-top:-8.5px;z-index:2}.build-bundle-start-icon svg{display:block;width:100%;height:100%}.build-bundle-section.is-visible .build-bundle-start-icon{animation:byobNudge 2.2s ease-in-out 1.4s infinite}@keyframes byobNudge{0%,62%,to{transform:translateY(0)}74%{transform:translateY(3px)}86%{transform:translateY(0)}}.build-bundle-start-shine{position:absolute;top:-60%;left:-60%;width:40%;height:220%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:rotate(22deg);pointer-events:none;z-index:1}.build-bundle-section.is-visible .build-bundle-start-shine{animation:byobSweep 3.6s ease-in-out 1.8s infinite}@keyframes byobSweep{0%,55%{left:-60%}85%,to{left:160%}}.build-bundle-start.is-loading{pointer-events:none}.build-bundle-start.is-loading .build-bundle-start-label{opacity:.45}.build-bundle-start.is-loading .build-bundle-start-icon svg{display:none}.build-bundle-start.is-loading .build-bundle-start-icon{border:2px solid rgba(0,0,0,.18);border-top-color:#000000b3;border-radius:50%;animation:byobSpin .75s linear infinite}.build-bundle-hint{max-width:470px;margin:16px auto 0;color:#ffffffd1;font-size:14.5px;line-height:1.55;transition:opacity .4s ease,transform .4s ease}.build-bundle-section.is-engaged .build-bundle-trail,.build-bundle-section.is-engaged .build-bundle-button:before,.build-bundle-section.is-engaged .build-bundle-button:after,.build-bundle-section.is-engaged .build-bundle-start-shine{animation:none;opacity:0}.build-bundle-section.is-engaged .build-bundle-start-icon{animation:none}.build-bundle-embed{position:relative;width:100%;max-width:1180px;margin:26px auto 0}.build-bundle-embed[hidden]{display:none}.build-bundle-stage{position:relative;max-height:320px;overflow:hidden;border-radius:22px;-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 66%,transparent 99%);mask-image:linear-gradient(180deg,#000 0%,#000 66%,transparent 99%);transform:scale(.955) translateY(4px);transform-origin:top center;opacity:.9;transition:max-height .65s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1),opacity .45s ease}.build-bundle-embed.is-peeking:hover .build-bundle-stage,.build-bundle-section.is-inviting .build-bundle-stage{transform:scale(.99) translateY(0);opacity:1}.build-bundle-embed.is-peeking .build-bundle-embed-inner{pointer-events:none}.build-bundle-embed.is-peeking .build-bundle-embed-close{opacity:0;pointer-events:none}.build-bundle-embed.is-open .build-bundle-stage{-webkit-mask-image:none;mask-image:none;transform:none;opacity:1}.build-bundle-veil{position:absolute;top:0;right:0;bottom:0;left:0;display:block;padding:0;border:0;border-radius:22px;background:transparent;cursor:pointer;z-index:4}.build-bundle-embed.is-open .build-bundle-veil{display:none}.build-bundle-veil:focus-visible{outline:2px solid #ffffff;outline-offset:4px}.build-bundle-embed-inner{position:relative;padding:26px 22px 22px;border-radius:22px;background:#fff;color:#1c1c1c;box-shadow:0 26px 70px #001a4847;text-align:left}.build-bundle-embed-close{position:absolute;top:12px;right:14px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#0000000f;color:#1c1c1c;font-size:22px;line-height:1;cursor:pointer;transition:background .25s ease,opacity .3s ease;z-index:5}.build-bundle-embed-close:hover{background:#0000001f}.build-bundle-skeleton{display:flex;gap:22px;align-items:flex-start}.build-bundle-embed.is-loaded .build-bundle-skeleton{display:none}.byob-sk-main{flex:1 1 auto;min-width:0}.byob-sk-side{flex:0 0 236px;padding:16px;border-radius:12px;background:#f6f7f9}.byob-sk{position:relative;overflow:hidden;border-radius:7px;background:#eceff3}.byob-sk:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.85),transparent);animation:byobShimmer 1.4s ease-in-out infinite}@keyframes byobShimmer{to{transform:translate(100%)}}.byob-sk-title{width:260px;height:22px}.byob-sk-sub{width:330px;height:13px;margin-top:12px}.byob-sk-search{width:100%;max-width:420px;height:34px;margin-top:20px}.byob-sk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}.byob-sk-card{padding:14px;border:1px solid #e7eaee;border-radius:10px}.byob-sk-img{width:100%;height:108px;border-radius:8px}.byob-sk-line{height:12px;margin-top:14px}.byob-sk-line.is-short{width:55%}.byob-sk-btn{height:34px;margin-top:16px;border-radius:8px;background:#dfe6ee}.byob-sk-tiers{height:30px;margin-top:14px}.byob-sk-box{height:118px;margin-top:16px}.byob-sk-side .byob-sk-line{width:70%;margin-top:0}.byob-sk-side .byob-sk-line.is-short{width:45%;margin-top:14px}.build-bundle-section.is-ready .build-bundle-title,.build-bundle-section.is-ready .build-bundle-text,.build-bundle-section.is-ready .build-bundle-card,.build-bundle-section.is-ready .build-bundle-button,.build-bundle-section.is-ready .build-bundle-hint,.build-bundle-section.is-ready .build-bundle-funnel{opacity:0}.build-bundle-section.is-ready .build-bundle-title{transform:translateY(28px)}.build-bundle-section.is-ready .build-bundle-text{transform:translateY(24px)}.build-bundle-section.is-ready .build-bundle-card{transform:translateY(45px) scale(.94)}.build-bundle-section.is-ready .build-bundle-button,.build-bundle-section.is-ready .build-bundle-hint{transform:translateY(22px)}.build-bundle-section.is-visible .build-bundle-title{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .7s cubic-bezier(.16,1,.3,1)}.build-bundle-section.is-visible .build-bundle-text{opacity:1;transform:translateY(0);transition:opacity .7s ease .1s,transform .7s cubic-bezier(.16,1,.3,1) .1s}.build-bundle-section.is-visible .build-bundle-card:nth-child(1){opacity:1;transform:translateY(0) scale(1);transition:opacity .7s ease .2s,transform .7s cubic-bezier(.16,1,.3,1) .2s,border-color .35s ease,box-shadow .35s ease,background .35s ease}.build-bundle-section.is-visible .build-bundle-card:nth-child(2){opacity:1;transform:translateY(0) scale(1);transition:opacity .7s ease .32s,transform .7s cubic-bezier(.16,1,.3,1) .32s,border-color .35s ease,box-shadow .35s ease,background .35s ease}.build-bundle-section.is-visible .build-bundle-card:nth-child(3){opacity:1;transform:translateY(0) scale(1);transition:opacity .7s ease .44s,transform .7s cubic-bezier(.16,1,.3,1) .44s,border-color .35s ease,box-shadow .35s ease,background .35s ease}.build-bundle-section.is-visible .build-bundle-funnel{opacity:1;transition:opacity .6s ease .52s}.build-bundle-section.is-visible .build-bundle-button{opacity:1;transform:translateY(0);transition:opacity .6s ease .58s,transform .6s cubic-bezier(.16,1,.3,1) .58s}.build-bundle-section.is-visible .build-bundle-hint{opacity:1;transform:translateY(0);transition:opacity .6s ease .7s,transform .6s cubic-bezier(.16,1,.3,1) .7s}.build-bundle-section.is-visible .build-bundle-card:nth-child(1) .build-bundle-number{animation:buildBundleNumberPop .65s cubic-bezier(.16,1,.3,1) .42s both}.build-bundle-section.is-visible .build-bundle-card:nth-child(2) .build-bundle-number{animation:buildBundleNumberPop .65s cubic-bezier(.16,1,.3,1) .54s both}.build-bundle-section.is-visible .build-bundle-card:nth-child(3) .build-bundle-number{animation:buildBundleNumberPop .65s cubic-bezier(.16,1,.3,1) .66s both}@keyframes buildBundleNumberPop{0%{transform:scale(.72)}65%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes byobSpin{to{transform:rotate(360deg)}}@media screen and (max-width:989px){.build-bundle-skeleton{display:block}.byob-sk-side{margin-top:20px}.byob-sk-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.build-bundle-section{min-height:auto;padding:60px 20px}.build-bundle-title{font-size:35px;letter-spacing:-.8px}.build-bundle-text{max-width:540px;font-size:17px;line-height:1.6}.build-bundle-discounts{gap:10px;margin-top:32px}.build-bundle-card{width:calc(33.333% - 7px);min-height:115px;padding:14px 6px;border-radius:14px}.build-bundle-go{top:8px;right:8px;width:14px;height:14px}.build-bundle-number{font-size:50px;letter-spacing:-3px}.build-bundle-percent{margin-left:4px}.build-bundle-percent span:first-child{font-size:26px}.build-bundle-percent span:last-child{font-size:15px;margin-top:4px}.build-bundle-label{font-size:8px;letter-spacing:.7px;margin-top:8px}.build-bundle-funnel{height:38px;margin-top:18px}.build-bundle-hint{max-width:400px;font-size:13.5px}.build-bundle-embed{margin-top:22px}.build-bundle-stage{max-height:300px;border-radius:18px}.build-bundle-embed-inner{padding:20px 12px 16px;border-radius:18px}.build-bundle-veil{border-radius:18px}.byob-sk-grid{gap:12px}.byob-sk-img{height:78px}.byob-sk-title{width:60%}.byob-sk-sub{width:80%}}@media screen and (max-width:480px){.build-bundle-section{padding:54px 18px}.build-bundle-title{font-size:32px}.build-bundle-text{font-size:16px}.build-bundle-discounts{flex-direction:column;align-items:center;gap:13px}.build-bundle-card{width:215px;min-height:122px}.build-bundle-number{font-size:64px}.build-bundle-percent span:first-child{font-size:33px}.build-bundle-percent span:last-child{font-size:19px}.build-bundle-label{font-size:9px;letter-spacing:1px}}@media(prefers-reduced-motion:reduce){.build-bundle-section.is-ready .build-bundle-title,.build-bundle-section.is-ready .build-bundle-text,.build-bundle-section.is-ready .build-bundle-card,.build-bundle-section.is-ready .build-bundle-button,.build-bundle-section.is-ready .build-bundle-hint,.build-bundle-section.is-ready .build-bundle-funnel{opacity:1;transform:none}.build-bundle-number,.build-bundle-trail,.build-bundle-start-icon,.build-bundle-start-shine,.build-bundle-button:before,.build-bundle-button:after,.byob-sk:after{animation:none!important}.build-bundle-stage{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/byob-bundle.css.map */
