.xxx-mood-run{animation:xxx-mood 60s linear infinite;width:max-content}.xxx-mood-run .x-mood__grid{flex:none}@keyframes xxx-mood{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.xxx-mood-run{animation:none}}.x-bcvid__root.is-playing .x-bcvid__button-container{display:none}.xxx-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:90000}.xxx-cart{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90001;background:#fff;color:#3f3f3f;overflow-y:auto;animation:xxx-cart-in .3s ease}@keyframes xxx-cart-in{0%{transform:translate(100%)}to{transform:none}}.xxx-cart__inner{display:flex;flex-direction:column;gap:var(--xxx-space-24);min-height:100%;padding:var(--xxx-space-16) var(--xxx-gutter) var(--xxx-space-24)}.xxx-cart__head{display:flex;align-items:center;justify-content:space-between}.xxx-cart__title{font-size:16px;line-height:22px;font-weight:400}.xxx-cart__continue{font-size:var(--xxx-fs-small);box-shadow:var(--xxx-underline)}.xxx-cart__shipping{display:flex;align-items:center;gap:var(--xxx-space-8);padding:var(--xxx-space-12);background:var(--xxx-bg-blue);border-radius:var(--xxx-radius-6);font-size:var(--xxx-fs-small)}.xxx-cart__shipping img{width:20px;height:20px;flex:none}.xxx-cart__ship-body{flex:1;display:grid;gap:6px}.xxx-cart__ship-bar{display:block;height:4px;border-radius:4px;background:#fff;overflow:hidden}.xxx-cart__ship-bar span{display:block;height:100%;background:#12bd8e;transition:width .3s ease}.xxx-cart__empty{text-align:center;padding-block:var(--xxx-space-24)}.xxx-cart__empty-title{font-size:20px;line-height:25px;margin-bottom:var(--xxx-space-8)}.xxx-cart__lines{display:grid;gap:var(--xxx-space-16)}.xxx-cart__line{display:grid;grid-template-columns:96px 1fr auto;gap:var(--xxx-space-12);align-items:start}.xxx-cart__line img{border-radius:var(--xxx-radius-4)}.xxx-cart__name{font-weight:700}.xxx-cart__qty{display:inline-flex;align-items:center;gap:var(--xxx-space-12);margin-top:var(--xxx-space-8);border:1px solid var(--xxx-border);border-radius:var(--xxx-radius-4);padding:4px 8px}.xxx-cart__price{font-weight:700;font-size:var(--xxx-fs-price)}.xxx-cart__upsell{display:flex;gap:var(--xxx-space-12);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.xxx-cart__upsell::-webkit-scrollbar{display:none}.xxx-cart__reco{flex:0 0 139px;scroll-snap-align:start;display:flex;flex-direction:column;gap:var(--xxx-space-4);font-size:var(--xxx-fs-small)}.xxx-cart__reco img{width:139px;height:162px;object-fit:cover;border-radius:var(--xxx-radius-4);background:var(--xxx-bg-blue)}.xxx-cart__reco-name{font-weight:700;font-size:14px;line-height:18px}.xxx-cart__reco-price{font-weight:700}.xxx-cart__add{width:100%;min-height:48px;margin-top:auto}.xxx-cart__foot{margin-top:auto;display:grid;gap:var(--xxx-space-12);justify-items:center;text-align:center}.xxx-cart__total{display:flex;justify-content:space-between;width:100%}@media(min-width:768px){.xxx-cart{left:auto;width:480px}}.xxx-colgrid-pagination{grid-column:1/-1;display:flex;justify-content:center;gap:12px;padding-top:24px}.xct{padding:32px var(--page-gutter,20px) 56px;background-image:linear-gradient(#fff,#ebf3fc)}.xct__head{text-align:center;max-width:640px;margin:0 auto 32px;display:grid;gap:16px}.xct__intro{font-size:16px;line-height:22px}.xct__intro p{margin:0}.xct__grid{display:grid;gap:24px;max-width:1100px;margin:0 auto}.xct__form{display:grid;gap:12px;padding:24px 20px;background:#fff;border-radius:6px}.xct__row{display:grid;gap:12px}.xct__msg{min-height:150px;resize:vertical;padding-top:22px}.xct__select{display:grid;gap:6px;font-size:14px}.xct__select select{height:56px;padding:0 16px;border:1px solid #d8dfe7;border-radius:6px;background:#fff;font:inherit;color:inherit}.xct__form .x-btn__root{width:100%}.xct__note{font-size:12px;color:#3f3f3fb8;margin:0}.xct__ok{padding:16px;border-radius:6px;background:#12bd8e1a;color:#0a7a5b;font-weight:700;margin:0}.xct__err{padding:12px 16px;border-radius:6px;background:#d954731a;color:#d95473;margin:0}.xct__side{display:grid;gap:12px;align-content:start}.xct__info{padding:20px;border-radius:6px;background:#fff;font-size:14px;line-height:19.25px;display:grid;gap:6px}.xct__info-title{font-weight:700;margin:0}.xct__info p{margin:0}.xct__info a{box-shadow:inset 0 -1px currentColor}@media(min-width:768px){.xct__row{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.xct{padding:80px 32px}.xct__grid{grid-template-columns:7fr 4fr;gap:32px}.xct__form{padding:32px}}.xdg{--xdg-accent:#34aaff;--xdg-text:#3f3f3f;--xdg-blue:#ebf3fc;--xdg-border:#d8dfe7;color:var(--xdg-text)}.xdg-eyebrow{font-size:12px;line-height:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--xdg-accent);margin:0}.xdg-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;border-radius:6px;background:var(--xdg-accent);color:#fff;font-size:12px;line-height:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:background-color .15s}.xdg-btn:hover{background:#0395fe}.xdg-btn[disabled]{opacity:.5}.xdg-btn--ghost{background:#fff;color:var(--xdg-text);border:1px solid #3f3f3f1f}.xdg-btn--ghost:hover{background:var(--xdg-accent);color:#fff}.xdg-link{font-size:14px;box-shadow:inset 0 -1px currentColor;padding:0;background:none}.xdg-intro{display:grid;background:var(--xdg-blue)}.xdg-intro__media video{width:100%;aspect-ratio:375/300;object-fit:cover;display:block}.xdg-intro__content{padding:40px 20px 56px;display:grid;gap:16px;justify-items:center;text-align:center}.xdg-intro__subtitle{font-size:clamp(2rem,1.4rem + 2vw,3rem);line-height:1.17}.xdg-intro__subtitle em,.xdg-result em{font-family:Chaparral Pro,ui-serif,serif;font-style:italic;font-weight:300;font-size:1.2em;line-height:0}.xdg-intro__subtitle p,.xdg-intro__text p{margin:0}.xdg-intro__text{max-width:44ch;font-size:16px;line-height:22px}.xdg-duration{display:flex;align-items:center;gap:6px;font-size:14px;margin:0}@media(min-width:1024px){.xdg-intro{grid-template-columns:1fr 1fr;min-height:calc(100svh - 104px)}.xdg-intro__media video{height:100%;aspect-ratio:auto}.xdg-intro__content{align-content:center;padding:80px 64px}}.xdg-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;background:#fff;overflow-y:auto;display:grid;grid-template-rows:auto 1fr;animation:xdg-in .3s ease}.xdg-modal[hidden]{display:none}@keyframes xdg-in{0%{opacity:0;transform:translateY(12px)}}.xdg-modal__head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-bottom:1px solid #d8dfe780}.xdg-step{display:grid}.xdg-step__media img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:var(--xdg-blue)}.xdg-step__content{padding:24px 20px 40px;display:grid;gap:12px;align-content:start}.xdg-progress{height:4px;border-radius:4px;background:var(--xdg-blue);overflow:hidden}.xdg-progress span{display:block;height:100%;background:var(--xdg-accent);transition:width .3s ease}.xdg-progress__label{font-size:12px;margin:0;color:#3f3f3fb8}.xdg-step__intro{font-size:14px;line-height:19.25px;margin:0;color:#3f3f3fb8}.xdg-step__q{font-size:clamp(1.5rem,1.2rem + 1vw,2rem);line-height:1.19;font-weight:400;margin:8px 0}.xdg-answers{display:grid;gap:8px}.xdg-answer{min-height:48px;padding:12px 16px;border:1px solid var(--xdg-border);border-radius:6px;background:#fff;text-align:left;font-size:14px;font-weight:700;letter-spacing:.02em;transition:all .15s}.xdg-answer:hover,.xdg-answer.is-selected{color:var(--xdg-accent);background:#34aaff0d;border-color:#34aaff40}.xdg-why{padding:16px;border-radius:6px;background:var(--xdg-blue);font-size:14px;line-height:19.25px}.xdg-why p{margin:0 0 8px}.xdg-why-btn{justify-self:start;margin-top:8px}@media(min-width:1024px){.xdg-step{grid-template-columns:1fr 1fr;min-height:calc(100svh - 57px)}.xdg-step__media img{height:100%;aspect-ratio:auto;position:sticky;top:57px;max-height:calc(100svh - 57px)}.xdg-step__content{padding:64px;align-content:center;max-width:620px}}.xdg-loading{display:grid;place-items:center;align-content:center;gap:16px;min-height:60svh;font-size:18px}.xdg-spinner{width:40px;height:40px;border-radius:50%;border:3px solid var(--xdg-blue);border-top-color:var(--xdg-accent);animation:xdg-spin .8s linear infinite}@keyframes xdg-spin{to{transform:rotate(360deg)}}.xdg-result{display:grid}.xdg-res-hero{display:grid;background:var(--xdg-blue)}.xdg-res-hero img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.xdg-res-hero__content{padding:32px 20px;display:grid;gap:12px}.xdg-res-skin{font-size:clamp(2rem,1.4rem + 2vw,3rem);line-height:1.17;margin:0}.xdg-res-desc{font-size:16px;line-height:22px}.xdg-res-block{padding:32px 20px;display:grid;gap:16px}.xdg-res-block h3{font-size:clamp(1.25rem,1.1rem + .5vw,1.5rem);font-weight:400;margin:0}.xdg-acc{border-bottom:1px solid var(--xdg-border)}.xdg-acc summary{list-style:none;display:flex;justify-content:space-between;gap:12px;padding:16px 0;font-weight:700;cursor:pointer;color:var(--xdg-accent)}.xdg-acc summary::-webkit-details-marker{display:none}.xdg-acc summary:after{content:"+";font-weight:400;font-size:20px;line-height:1}.xdg-acc[open] summary:after{content:"\2212"}.xdg-acc__body{padding-bottom:16px;font-size:14px;line-height:19.25px}.xdg-needs ul{padding-left:20px;margin:0;display:grid;gap:6px}.xdg-tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.xdg-tab{flex:none;padding:10px 14px;border:1px solid var(--xdg-border);border-radius:999px;background:#fff;font-size:13px;font-weight:700}.xdg-tab[aria-selected=true]{background:var(--xdg-accent);border-color:var(--xdg-accent);color:#fff}.xdg-rtext{font-size:14px;color:#3f3f3fb8;margin:0}.xdg-list{display:grid;gap:12px;counter-reset:step}.xdg-item{display:grid;grid-template-columns:96px 1fr;gap:12px 16px;padding:12px;border-radius:6px;background:#fff;box-shadow:inset 0 0 0 1px var(--xdg-border);align-items:center}.xdg-item img{width:96px;height:112px;object-fit:contain;background:var(--xdg-blue);border-radius:4px}.xdg-item__step{counter-increment:step;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--xdg-accent)}.xdg-item__step:before{content:"\c9tape " counter(step) " \b7  "}.xdg-item__title{font-family:Chaparral Pro,ui-serif,serif;font-size:18px;line-height:20px;margin:2px 0 4px;display:block}.xdg-item__desc{font-size:13px;line-height:17px;color:#3f3f3fb8}.xdg-item__desc p{margin:0}.xdg-item__buy{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px}.xdg-item__price{font-weight:700;font-size:14px}.xdg-item__price s{opacity:.5;font-weight:400;margin-left:4px}.xdg-item .xdg-btn{min-height:40px;padding:10px 16px}.xdg-list--further .xdg-item__step:before{content:""}.xdg-total{position:sticky;bottom:0;z-index:1;display:grid;gap:8px;padding:16px 20px;background:#fff;box-shadow:inset 0 1px #d8dfe780}.xdg-total .xdg-btn{width:100%}.xdg-tiers{font-size:12px;text-align:center;color:#3f3f3fb8;margin:0}.xdg-notes{font-size:12px;line-height:16px;color:#3f3f3fb8}.xdg-toast{position:fixed;left:50%;bottom:96px;transform:translate(-50%);z-index:100001;padding:10px 16px;border-radius:999px;background:#3f3f3f;color:#fff;font-size:13px;font-weight:700}@media(min-width:1024px){.xdg-res-hero{grid-template-columns:1fr 1fr}.xdg-res-hero img{height:100%;aspect-ratio:auto}.xdg-res-hero__content{padding:64px;align-content:center}.xdg-res-wrap{display:grid;grid-template-columns:5fr 7fr;gap:48px;padding:48px 64px;align-items:start}.xdg-res-wrap .xdg-res-block{padding:0}.xdg-res-side{position:sticky;top:80px;display:grid;gap:32px}.xdg-list{grid-template-columns:1fr 1fr}.xdg-total{position:static;padding:0;box-shadow:none}}.xxx-vcard img{transition:transform .5s ease}.xxx-vcard:hover img{transform:scale(1.04)}.xxx-vcard__chip{position:absolute;z-index:2;left:8px;right:8px;bottom:8px;display:flex;align-items:center;gap:6px;padding:4px 8px 4px 4px;border-radius:999px;background:#ffffffe6;color:#3f3f3f;font-size:11px;font-weight:700;line-height:1.2;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.xxx-vcard__chip img{width:24px;height:24px;border-radius:50%;object-fit:cover;background:#fff;flex:none}.xxx-vp{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:grid;place-items:center}.xxx-vp[hidden]{display:none}.xxx-vp__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:xxx-vp-fade .25s ease}@keyframes xxx-vp-fade{0%{opacity:0}}.xxx-vp__frame{position:relative;height:min(92svh,calc(100vw * 16 / 9));aspect-ratio:9/16;max-width:100vw;border-radius:12px;overflow:hidden;background:#000;color:#fff;animation:xxx-vp-in .3s cubic-bezier(.33,1,.68,1)}@keyframes xxx-vp-in{0%{transform:scale(.94);opacity:0}}.xxx-vp__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.xxx-vp__top{position:absolute;inset:0 0 auto;display:flex;align-items:center;gap:10px;padding:16px 64px 40px 16px;background:linear-gradient(#0009,#0000)}.xxx-vp__logo{color:#34aaff;flex:none}.xxx-vp__logo svg{width:64px;height:auto;display:block}.xxx-vp__title{font-size:17px;line-height:1.25;font-weight:700;margin:0;text-shadow:0 1px 2px #0006}.xxx-vp__side{position:absolute;right:12px;bottom:170px;display:flex;flex-direction:column;gap:14px}.xxx-vp__icon{width:40px;height:40px;display:grid;place-items:center;color:#fff;background:#0003;border-radius:50%}.xxx-vp__icon svg{width:24px;height:24px}.xxx-vp__bottom{position:absolute;inset:auto 0 0;padding:48px 12px 10px;background:linear-gradient(#0000,#000a);display:grid;gap:10px}.xxx-vp__products{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.xxx-vp__products::-webkit-scrollbar{display:none}.xxx-vp__products.is-hidden{display:none}.xxx-vp__product{flex:0 0 min(100%,320px);scroll-snap-align:start;display:flex;align-items:center;gap:10px;padding:6px;border-radius:10px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.xxx-vp__pimg{flex:none;width:56px;height:56px;border-radius:8px;background:#fff;overflow:hidden}.xxx-vp__pimg img{width:56px;height:56px;object-fit:cover;display:block}.xxx-vp__pinfo{flex:1;min-width:0;display:grid;gap:2px}.xxx-vp__pname{color:#fff;font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xxx-vp__pprice{font-size:13px;font-weight:700}.xxx-vp__pprice s{opacity:.6;font-weight:400;margin-left:4px}.xxx-vp__padd{padding:10px 14px;border-radius:999px;background:#34aaff;color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.xxx-vp__padd:hover{background:#0395fe}.xxx-vp__padd[disabled]{opacity:.5}.xxx-vp__controls{display:flex;align-items:center;gap:10px}.xxx-vp__ctl{width:28px;height:28px;display:grid;place-items:center;color:#fff}.xxx-vp__ctl svg{width:22px;height:22px}.xxx-vp__ctl .i-play,.xxx-vp.is-paused .xxx-vp__ctl .i-pause,.xxx-vp__ctl .i-muted,.xxx-vp.is-muted .xxx-vp__ctl .i-sound{display:none}.xxx-vp.is-paused .xxx-vp__ctl .i-play,.xxx-vp.is-muted .xxx-vp__ctl .i-muted{display:block}.xxx-vp__progress{flex:1;accent-color:#fff;height:3px;cursor:pointer}.xxx-vp__time{font-size:12px;font-variant-numeric:tabular-nums;min-width:40px;text-align:right}.xxx-vp__close{position:absolute;top:12px;right:12px;z-index:10;width:44px;height:44px;border-radius:50%;background:#fff;color:#3f3f3f;display:grid;place-items:center;box-shadow:0 2px 8px #0003;cursor:pointer}.xxx-vp__close svg{width:22px;height:22px;display:block}.xxx-vp__close:hover{background:#34aaff;color:#fff}.xxx-vp__nav{position:relative;z-index:2;display:none;width:48px;height:48px;border-radius:50%;background:#ffffff26;color:#fff;place-items:center}.xxx-vp__nav svg{width:24px;height:24px}.xxx-vp__nav[disabled]{opacity:.25}.xxx-vp__toast{position:absolute;left:50%;top:70px;transform:translate(-50%);padding:8px 14px;border-radius:999px;background:#fff;color:#3f3f3f;font-size:13px;font-weight:700;white-space:nowrap}@media(min-width:768px){.xxx-vp{grid-template-columns:auto auto auto;gap:24px}.xxx-vp__nav{display:grid}.xxx-vp__frame{height:min(88svh,820px)}}@media(max-width:767px){.xxx-vp__frame{height:100svh;border-radius:0}}.x-eng__card a.xxx-eng-static{cursor:default}.x-eng__card a.xxx-eng-static:before,.x-eng__card a.xxx-eng-static:after{display:none}.xxx-foot-sum{list-style:none;cursor:pointer;font-size:20px;line-height:25px}.xxx-foot-sum::-webkit-details-marker{display:none}.xxx-foot-body{padding-bottom:2rem}.xxx-cart__line{display:grid;grid-template-columns:100px 1fr auto;gap:var(--xxx-space-16);align-items:start;padding-bottom:var(--xxx-space-16);border-bottom:1px solid var(--xxx-border)}.xxx-cart__img{border-radius:var(--xxx-radius-6)}.xxx-cart__line input{width:72px;height:40px;text-align:center;border:1px solid var(--xxx-border);border-radius:var(--xxx-radius-4)}.xxx-cart__footer{display:flex;flex-wrap:wrap;gap:var(--xxx-space-12);align-items:center;justify-content:flex-end;margin-top:var(--xxx-space-24)}.xxx-search{display:flex;gap:var(--xxx-space-12);margin-top:var(--xxx-space-16)}.xxx-search input{flex:1;height:48px;padding-inline:var(--xxx-space-12);border:1px solid var(--xxx-border);border-radius:var(--xxx-radius-6)}.xxx-grid--collection{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--xxx-space-12)}@media(min-width:768px){.xxx-grid--collection{grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--xxx-space-16)}}.xxx-reviews__grid{display:grid;gap:var(--xxx-space-24)}@media(min-width:768px){.xxx-reviews__grid{grid-template-columns:5fr 7fr;gap:var(--xxx-space-32)}}.xxx-grid--products{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--xxx-space-12)}@media(min-width:768px){.xxx-grid--products{grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--xxx-space-16)}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
