.yc-eyebrow{display:block;font-size:1.2rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:rgba(var(--color-foreground),.65);margin:0 0 1.2rem}.yc-btn{display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:1.6rem 3.2rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-size:1.3rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:.1rem solid rgb(var(--color-button));border-radius:var(--buttons-radius, 2px);cursor:pointer;transition:opacity .2s ease,transform .2s ease}.yc-btn:hover{opacity:.85}.yc-btn:disabled,.yc-btn[aria-disabled=true]{opacity:.4;cursor:not-allowed}.yc-btn--outline{background:transparent;color:rgb(var(--color-foreground));border-color:rgba(var(--color-foreground),.4)}.yc-btn--outline:hover{border-color:rgb(var(--color-foreground));opacity:1}.yc-bundle-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media screen and (max-width:899px){.yc-bundle-hero__grid{grid-template-columns:1fr;gap:3rem}.yc-bundle-hero__media{order:-1}}.yc-bundle-hero__proof{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;font-size:1.3rem;color:rgba(var(--color-foreground),.75)}.yc-stars{display:inline-flex;gap:.2rem;color:var(--yc-star-color, #c9a96e)}.yc-stars svg{width:1.5rem;height:1.5rem;fill:currentColor}.yc-bundle-hero__title{margin:0 0 1.6rem;font-family:var(--font-heading-family);font-size:4.2rem;line-height:1.05;letter-spacing:.02em;text-transform:uppercase;color:rgb(var(--color-foreground))}@media screen and (min-width:990px){.yc-bundle-hero__title{font-size:5.6rem}}.yc-bundle-hero__text{font-size:1.6rem;line-height:1.6;color:rgba(var(--color-foreground),.8);margin:0 0 2.4rem;max-width:48rem}.yc-offer-box{background:rgba(var(--color-foreground),.05);border:.1rem solid rgba(var(--color-foreground),.08);padding:2rem 2.4rem 1.6rem;margin-bottom:2.4rem;max-width:52rem}.yc-offer-box__row{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;flex-wrap:wrap}.yc-offer-box__label{font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--color-foreground),.7)}.yc-offer-box__pricing{display:flex;align-items:center;gap:1.2rem}.yc-badge-save{background:var(--yc-badge-color, #5a7052);color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem;border-radius:.2rem;white-space:nowrap}.yc-offer-box__compare{font-size:1.6rem;color:rgba(var(--color-foreground),.45);text-decoration:line-through}.yc-offer-box__price{font-size:2.6rem;font-weight:700;color:rgb(var(--color-foreground))}.yc-offer-box__scarcity{margin-top:1.4rem;padding-top:1.4rem;border-top:.1rem solid rgba(var(--color-foreground),.1);text-align:center;font-size:1.25rem;color:rgba(var(--color-foreground),.75)}.yc-offer-box__scarcity strong{font-weight:700}.yc-bundle-hero__media img,.yc-bundle-hero__media .placeholder-svg{width:100%;height:auto;display:block;object-fit:cover}.yc-bundle-icons__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem 2rem;text-align:center}@media screen and (max-width:749px){.yc-bundle-icons__grid{grid-template-columns:repeat(2,1fr)}}.yc-bundle-icons__item svg{width:3rem;height:3rem;margin-bottom:1.2rem;color:rgb(var(--color-foreground))}.yc-bundle-icons__title{margin:0 0 .6rem;font-size:1.4rem;font-weight:600;letter-spacing:.05em;color:rgb(var(--color-foreground))}.yc-bundle-icons__text{margin:0;font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground),.65)}.yc-builder{scroll-margin-top:12rem}.yc-builder__header{text-align:center;max-width:64rem;margin:0 auto 3rem}.yc-builder__title{margin:0 0 1rem;font-family:var(--font-heading-family);font-size:3rem;text-transform:none;color:rgb(var(--color-foreground))}@media screen and (min-width:990px){.yc-builder__title{font-size:3.8rem}}.yc-builder__subtitle{margin:0;font-size:1.5rem;color:rgba(var(--color-foreground),.7)}.yc-builder__steps{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-bottom:3.6rem}.yc-builder__step{display:flex;align-items:center;gap:1rem;font-size:1.35rem;color:rgba(var(--color-foreground),.8);max-width:26rem}.yc-builder__step-num{flex-shrink:0;width:2.8rem;height:2.8rem;display:inline-flex;align-items:center;justify-content:center;border:.1rem solid rgb(var(--color-foreground));border-radius:50%;font-weight:700;font-size:1.3rem;color:rgb(var(--color-foreground))}.yc-builder__slots{display:grid;grid-template-columns:repeat(var(--yc-bundle-size, 4),minmax(0,1fr));gap:1.6rem;max-width:64rem;margin:0 auto 1.2rem}.yc-slot{position:relative;text-align:center}.yc-slot__label{display:block;font-size:1.05rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--color-foreground),.6);margin-bottom:.8rem}.yc-slot__box{position:relative;aspect-ratio:1;border:.15rem dashed rgba(var(--color-foreground),.25);border-radius:.4rem;display:flex;align-items:center;justify-content:center;overflow:hidden;background:rgba(var(--color-foreground),.03);transition:border-color .2s ease}.yc-slot--filled .yc-slot__box{border-style:solid;border-color:rgb(var(--color-foreground))}.yc-slot__plus{font-size:2.4rem;font-weight:300;color:rgba(var(--color-foreground),.35)}.yc-slot__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.yc-slot__remove{position:absolute;top:.4rem;right:.4rem;width:2.2rem;height:2.2rem;border-radius:50%;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.4rem;line-height:1;display:none;align-items:center;justify-content:center;z-index:2}.yc-slot--filled .yc-slot__remove{display:inline-flex}.yc-builder__progress{text-align:center;font-size:1.4rem;color:rgba(var(--color-foreground),.75);margin-bottom:3rem}.yc-builder__progress strong{color:rgb(var(--color-foreground))}.yc-builder__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;flex-wrap:wrap;margin-bottom:2.4rem;border-top:.1rem solid rgba(var(--color-foreground),.1);border-bottom:.1rem solid rgba(var(--color-foreground),.1);padding:1.2rem 0}.yc-builder__tabs{display:flex;gap:.6rem;flex-wrap:wrap}.yc-tab{padding:.8rem 1.6rem;font-size:1.2rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.65);background:transparent;border:.1rem solid transparent;border-radius:2rem;transition:all .15s ease}.yc-tab:hover{color:rgb(var(--color-foreground))}.yc-tab[aria-pressed=true]{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.yc-builder__sort{font-size:1.3rem;padding:.8rem 1.2rem;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:.2rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body-family)}.yc-builder__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem 2rem}@media screen and (max-width:989px){.yc-builder__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.yc-builder__grid{grid-template-columns:repeat(2,1fr);gap:2.4rem 1.2rem}}.yc-card[hidden]{display:none}.yc-card__media{position:relative;aspect-ratio:1;overflow:hidden;border-radius:.3rem;background:rgba(var(--color-foreground),.04);margin-bottom:1.2rem}.yc-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.yc-card:hover .yc-card__media img{transform:scale(1.04)}.yc-card__count{position:absolute;top:.8rem;right:.8rem;min-width:2.4rem;height:2.4rem;padding:0 .6rem;border-radius:1.2rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.2rem;font-weight:700;display:none;align-items:center;justify-content:center}.yc-card--selected .yc-card__count{display:inline-flex}.yc-card__title{margin:0 0 .6rem;font-size:1.35rem;line-height:1.4;color:rgb(var(--color-foreground))}.yc-card__prices{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1rem;font-size:1.35rem}.yc-card__compare{color:rgba(var(--color-foreground),.45);text-decoration:line-through}.yc-card__price{font-weight:600;color:rgb(var(--color-foreground))}.yc-card__add{width:100%;padding:1rem 1.2rem;font-size:1.15rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;border:.1rem solid rgb(var(--color-foreground));border-radius:var(--buttons-radius, 2px);background:transparent;color:rgb(var(--color-foreground));transition:all .15s ease}.yc-card__add:hover:not(:disabled){background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.yc-card__add:disabled{opacity:.35;cursor:not-allowed}.yc-card--selected .yc-card__add{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.yc-builder__more{text-align:center;margin-top:3.6rem}.yc-builder__empty{text-align:center;font-size:1.4rem;color:rgba(var(--color-foreground),.6);padding:4rem 0}.yc-builder__empty[hidden]{display:none}.yc-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none;align-items:center;justify-content:center;padding:2rem}.yc-modal.is-open{display:flex}.yc-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.yc-modal.is-open .yc-modal__overlay{animation:yc-overlay-in .25s ease both}.yc-modal__panel{position:relative;background:rgb(var(--color-background));color:rgb(var(--color-foreground));width:100%;max-width:68rem;max-height:88vh;overflow-y:auto;padding:3.2rem 2.8rem 2.8rem;border-radius:.8rem;box-shadow:0 2.4rem 6rem #00000059,0 .4rem 1.2rem #00000026}.yc-modal.is-open .yc-modal__panel{animation:yc-modal-in .32s cubic-bezier(.22,1.2,.36,1) both}@keyframes yc-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes yc-modal-in{0%{opacity:0;transform:translateY(2.4rem) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.yc-modal.is-open .yc-modal__panel,.yc-modal.is-open .yc-modal__overlay{animation:none}}.yc-modal__layout{display:grid;grid-template-columns:minmax(0,22rem) 1fr;gap:2.4rem;align-items:start}@media screen and (max-width:749px){.yc-modal__layout{grid-template-columns:1fr;gap:1.6rem}.yc-modal__media{max-width:16rem}}.yc-modal__media{position:sticky;top:0}.yc-modal__media img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:.3rem;background:rgba(var(--color-foreground),.04)}.yc-modal__compare{text-decoration:line-through;color:rgba(var(--color-foreground),.45);margin-right:.6rem}.yc-pills{display:flex;gap:.8rem;flex-wrap:wrap}.yc-pill{padding:.8rem 1.6rem;font-size:1.3rem;font-family:var(--font-body-family);border:.1rem solid rgba(var(--color-foreground),.3);border-radius:2rem;background:transparent;color:rgb(var(--color-foreground));transition:all .15s ease}.yc-pill:hover{border-color:rgb(var(--color-foreground))}.yc-pill.is-active{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.yc-modal__option fieldset,fieldset.yc-modal__option{border:0;padding:0;margin:0 0 1.6rem}.yc-modal__option legend{display:block;font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.8rem;padding:0;color:rgba(var(--color-foreground),.7)}.yc-modal__close{position:absolute;top:1.2rem;right:1.2rem;width:3.2rem;height:3.2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:2rem;line-height:1;color:rgba(var(--color-foreground),.6);background:rgba(var(--color-foreground),.06);transition:all .15s ease;z-index:2}.yc-modal__close:hover{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.yc-modal__title{margin:0 0 .4rem;font-size:1.6rem;font-weight:600;padding-right:3rem}.yc-modal__price{font-size:1.4rem;margin-bottom:2rem;color:rgba(var(--color-foreground),.75)}.yc-modal__option{margin-bottom:1.6rem}.yc-modal__option label{display:block;font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem;color:rgba(var(--color-foreground),.7)}.yc-modal__option select,.yc-modal__option input[type=text]{width:100%;padding:1rem 1.2rem;font-size:1.4rem;border:.1rem solid rgba(var(--color-foreground),.25);border-radius:.2rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body-family)}.yc-modal__error{color:#b3261e;font-size:1.3rem;margin:0 0 1rem}.yc-modal__error[hidden]{display:none}.yc-modal .yc-btn{width:100%}.yc-sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:90;background:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.12);box-shadow:0 -.4rem 1.6rem #00000014;transform:translateY(110%);transition:transform .3s ease}.yc-sticky-bar.is-visible{transform:translateY(0)}.yc-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.2rem 2rem;max-width:120rem;margin:0 auto}.yc-sticky-bar__status{font-size:1.3rem;color:rgba(var(--color-foreground),.75)}.yc-sticky-bar__status strong{color:rgb(var(--color-foreground))}.yc-sticky-bar__dots{display:inline-flex;gap:.5rem;margin-left:1rem;vertical-align:middle}.yc-sticky-bar__dot{width:.9rem;height:.9rem;border-radius:50%;border:.1rem solid rgba(var(--color-foreground),.4)}.yc-sticky-bar__dot.is-filled{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.yc-sticky-bar__checkout{white-space:nowrap}.yc-sticky-bar__compare{text-decoration:line-through;opacity:.6;margin-right:.6rem;font-weight:400}@media screen and (max-width:749px){.yc-sticky-bar__inner{padding:1rem 1.4rem}.yc-sticky-bar__dots{display:none}.yc-sticky-bar__checkout{padding:1.2rem 1.8rem;font-size:1.2rem}}.yc-promise__inner{max-width:76rem;margin:0 auto;text-align:center}.yc-promise__title{margin:0 0 2rem;font-family:var(--font-heading-family);font-size:2.8rem;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--color-foreground))}.yc-promise__text{font-size:1.55rem;line-height:1.75;color:rgba(var(--color-foreground),.8)}.yc-promise__text p{margin:0 0 1.6rem}.yc-gallery__header{display:flex;align-items:baseline;justify-content:center;gap:1.4rem;flex-wrap:wrap;margin-bottom:2.8rem;text-align:center}.yc-gallery__title{margin:0;font-family:var(--font-heading-family);font-size:2.4rem;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--color-foreground))}.yc-gallery__handle{font-size:1.3rem;letter-spacing:.15em;color:rgba(var(--color-foreground),.55)}.yc-gallery__grid{display:grid;grid-template-columns:repeat(var(--yc-gallery-cols, 6),1fr);gap:1rem}@media screen and (max-width:989px){.yc-gallery__grid{grid-template-columns:repeat(3,1fr)}}.yc-gallery__item{position:relative;aspect-ratio:1;overflow:hidden;display:block}.yc-gallery__item img,.yc-gallery__item .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.yc-gallery__item:hover img{transform:scale(1.05)}.yc-faq__inner{max-width:76rem;margin:0 auto}.yc-faq__header{text-align:center;margin-bottom:3rem}.yc-faq__title{margin:0;font-family:var(--font-heading-family);font-size:3rem;color:rgb(var(--color-foreground))}.yc-faq__item{border-bottom:.1rem solid rgba(var(--color-foreground),.12)}.yc-faq__item:first-of-type{border-top:.1rem solid rgba(var(--color-foreground),.12)}.yc-faq__question{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.8rem 0;font-size:1.5rem;font-weight:500;color:rgb(var(--color-foreground));cursor:pointer;list-style:none}.yc-faq__question::-webkit-details-marker{display:none}.yc-faq__icon{flex-shrink:0;width:1.6rem;height:1.6rem;position:relative}.yc-faq__icon:before,.yc-faq__icon:after{content:"";position:absolute;background:rgb(var(--color-foreground));transition:transform .2s ease}.yc-faq__icon:before{top:50%;left:0;right:0;height:.15rem;transform:translateY(-50%)}.yc-faq__icon:after{left:50%;top:0;bottom:0;width:.15rem;transform:translate(-50%)}details[open] .yc-faq__icon:after{transform:translate(-50%) scaleY(0)}.yc-faq__answer{padding:0 0 2rem;font-size:1.45rem;line-height:1.7;color:rgba(var(--color-foreground),.75);max-width:68rem}.yc-faq__footer{text-align:center;margin-top:3.2rem}.yc-faq__footer-title{font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--color-foreground),.6);margin:0 0 1.4rem}.yc-final-cta__inner{max-width:64rem;margin:0 auto;text-align:center}.yc-final-cta__title{margin:0 0 1.4rem;font-family:var(--font-heading-family);font-size:3.4rem;color:rgb(var(--color-foreground))}.yc-final-cta__text{font-size:1.55rem;line-height:1.6;color:rgba(var(--color-foreground),.75);margin:0 0 2.6rem}
/*# sourceMappingURL=/cdn/shop/t/19/assets/yc-bundle.css.map */
