:root{--tbp-bg: #f6f0e8;--tbp-fg: #2b2730;--tbp-muted: #3d3845;--tbp-surface: #fcfaf9;--tbp-border: #e3dad0;--tbp-brand: #5b3e96;--tbp-brand-soft: #e8deff;--tbp-brand-dark: #703ebe;--tbp-secondary: #8c52ff;--tbp-yellow: #eab308;--tbp-radius: 1em;--tbp-radius-xl: 1.25em;--tbp-radius-2xl: 1.25em;--tbp-radius-3xl: 1.5em}.tbp-pdp,.tbp-story{font-family:Outfit,system-ui,sans-serif;font-size:16px;color:var(--tbp-fg);background:var(--tbp-bg);letter-spacing:normal;-webkit-font-smoothing:antialiased}.tbp-pdp{padding:1.5em 0 2em}.tbp-pdp__wrap{max-width:1280px;margin:0 auto;padding:0 16px}.tbp-pdp__grid{display:grid;gap:1.5em}@media(min-width:990px){.tbp-pdp{padding:2.5em 0 3em}.tbp-pdp__grid{grid-template-columns:1fr 1fr;gap:2.5em;align-items:start}.tbp-pdp__gallery{grid-column:1;grid-row:1 / span 2}.tbp-pdp__title-block{grid-column:2;grid-row:1}.tbp-pdp__buy{grid-column:2;grid-row:2}}.tbp-pdp__title{font-size:1.5em;font-weight:700;line-height:1.2;letter-spacing:-.025em;margin:0 0 .5em}@media(min-width:990px){.tbp-pdp__title{font-size:1.875em;font-weight:600}}.tbp-pdp__rating{display:flex;align-items:center;gap:.5em;margin-bottom:.65em;font-size:.875em;color:var(--tbp-muted)}.tbp-pdp__stars{color:var(--tbp-yellow);font-size:1em;letter-spacing:.05em}@media(min-width:990px){.tbp-pdp__stars{font-size:1.125em}}.tbp-pdp__subtitle{margin:0 0 .85em;font-size:1em;line-height:1.35;color:var(--tbp-muted)}.tbp-pdp__badges{display:flex;flex-wrap:wrap;gap:.4em;margin-bottom:.25em}.tbp-pdp__badge-pill{font-size:.75em;line-height:1.2;background:var(--tbp-brand-soft);color:var(--tbp-brand);border:1px solid rgba(91,62,150,.15);border-radius:999px;padding:.2em .55em}.tbp-pdp__main-media{aspect-ratio:1;border-radius:var(--tbp-radius-2xl);overflow:hidden;background:#fff;box-shadow:0 4px 20px #100c1c0f;position:relative}.tbp-pdp__slider{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x pan-y}.tbp-pdp__slider.is-single{overflow-x:hidden;scroll-snap-type:none}.tbp-pdp__slider::-webkit-scrollbar{display:none}.tbp-pdp__slide{flex:0 0 100%;width:100%;min-width:100%;height:100%;scroll-snap-align:center;scroll-snap-stop:always}.tbp-pdp__main-media img,.tbp-pdp__main-media picture,.tbp-pdp__main-media video{width:100%;height:100%;object-fit:cover;display:block}.tbp-pdp__main-media picture{height:100%}.tbp-pdp__main-media picture img{width:100%;height:100%;object-fit:cover}@media(min-width:750px){.tbp-pdp__slider{overflow:hidden;scroll-snap-type:none}}.tbp-pdp__dots{display:flex;justify-content:center;align-items:center;gap:.15em;margin-top:.5em}.tbp-pdp__dots:empty,.tbp-pdp__dots[hidden]{display:none!important}@media(min-width:750px){.tbp-pdp__dots{display:none}}.tbp-pdp__dot{width:2.75em;height:2.75em;border:0;padding:0;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;touch-action:manipulation}.tbp-pdp__dot:after{content:"";width:.625em;height:.625em;border-radius:999px;background:#d1d5db;transition:transform .2s ease,background .2s ease}.tbp-pdp__dot.is-active:after{background:var(--tbp-brand);transform:scale(1.25)}.tbp-pdp__thumbs{display:none;grid-template-columns:repeat(5,1fr);gap:.5em;margin-top:.75em}@media(min-width:750px){.tbp-pdp__thumbs{display:grid}}.tbp-pdp__thumb{aspect-ratio:1;border-radius:var(--tbp-radius);overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:#fff}.tbp-pdp__thumb.is-active{border-color:var(--tbp-brand);box-shadow:0 0 0 1px var(--tbp-brand)}.tbp-pdp__thumb img{width:100%;height:100%;object-fit:cover;display:block}.tbp-pdp__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.65em;margin:0 0 1.15em}.tbp-pdp__price{font-size:1.875em;font-weight:700;letter-spacing:-.02em}.tbp-pdp__compare{font-size:.875em;text-decoration:line-through;opacity:.6}.tbp-pdp__save{font-size:.75em;font-weight:600;color:var(--tbp-brand);background:var(--tbp-brand-soft);border-radius:999px;padding:.2em .55em}.tbp-pdp__row-label{display:flex;align-items:baseline;justify-content:space-between;gap:.75em;margin:0 0 .55em;font-size:.875em;font-weight:500}.tbp-pdp__quiz-link{font-size:.75em;font-weight:500;color:var(--tbp-brand);text-decoration:none}.tbp-pdp__quiz-link:hover{text-decoration:underline}.tbp-pdp__models{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:.75em}@media(min-width:750px){.tbp-pdp__models{gap:12px}}.tbp-pdp__model{position:relative;min-height:72px;border:1px solid var(--tbp-border);background:#fff;border-radius:var(--tbp-radius);padding:14px 8px;cursor:pointer;text-align:center;font-family:inherit;font-size:16px;font-weight:600;line-height:1.25;color:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:box-shadow .12s ease,border-color .12s ease;-webkit-tap-highlight-color:transparent}@media(min-width:750px){.tbp-pdp__model{min-height:64px;padding:12px 8px;font-size:15px}}.tbp-pdp__model.is-selected,.tbp-pdp__model.is-active{border-color:var(--tbp-brand);box-shadow:0 0 0 2px var(--tbp-brand)}.tbp-pdp__model-name{display:block;font-size:16px;font-weight:600;line-height:1.2}.tbp-pdp__model-price{display:block;font-size:14px;font-weight:700;margin-top:2px;opacity:.85}@media(min-width:750px){.tbp-pdp__model-name{font-size:15px}.tbp-pdp__model-price{font-size:13px}}.tbp-pdp__best{position:absolute;top:-.5em;right:-.5em;font-size:10px;font-weight:700;line-height:1.2;color:#fff;background:linear-gradient(90deg,var(--tbp-brand),var(--tbp-secondary));border-radius:999px;padding:.2em .45em;white-space:nowrap}.tbp-pdp__model-card{border:1px solid rgba(91,62,150,.15);background:#e8deff33;border-radius:var(--tbp-radius);padding:.85em 1em;margin-bottom:1.15em;font-size:.875em;line-height:1.45}.tbp-pdp__model-card strong{font-weight:600;font-size:.875em}.tbp-pdp__model-card .muted{color:var(--tbp-muted)}.tbp-pdp__colors{display:grid;grid-template-columns:repeat(5,1fr);gap:.5em;margin-bottom:1.15em}@media(min-width:750px){.tbp-pdp__colors{grid-template-columns:repeat(6,1fr)}}.tbp-pdp__color{position:relative;aspect-ratio:1;border-radius:var(--tbp-radius);border:2px solid transparent;padding:0;overflow:hidden;cursor:pointer;background:var(--tbp-border);font-family:inherit}.tbp-pdp__color.is-selected{border-color:var(--tbp-brand);box-shadow:0 0 0 1px var(--tbp-brand)}.tbp-pdp__color.is-soldout{opacity:.4}.tbp-pdp__color img{width:100%;height:100%;object-fit:cover;display:block}.tbp-pdp__soldout-tag{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#2b273073;color:#fff;font-size:9px;font-weight:700;line-height:1.1;text-align:center;padding:.25em}.tbp-pdp__actions{display:flex;flex-direction:column;gap:.65em;margin-bottom:.85em}.tbp-pdp__btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;width:100%;border-radius:var(--tbp-radius-2xl);font-family:inherit;cursor:pointer;transition:transform .1s ease,opacity .12s ease}.tbp-pdp__btn:disabled{opacity:.5;cursor:not-allowed}.tbp-pdp__btn:not(:disabled):active{transform:scale(.99)}.tbp-pdp__btn--buy{min-height:3.5em;padding:.75em 1em;border:0;color:#fff;font-weight:700;font-size:1.125em;background:linear-gradient(90deg,var(--tbp-brand),var(--tbp-secondary));box-shadow:0 10px 25px #100c1c1f}@media(min-width:750px){.tbp-pdp__btn--buy{min-height:4em}}.tbp-pdp__btn--buy small{font-size:.75em;font-weight:400;opacity:.9;margin-top:.1em}.tbp-pdp__btn--atc{min-height:3em;border:2px solid var(--tbp-border);background:var(--tbp-surface);color:var(--tbp-fg);font-weight:600;font-size:1em}.tbp-pdp__btn--atc:hover{border-color:#5b3e9680;background:#f6f0e8cc}.tbp-pdp__gift-line{text-align:center;font-size:.75em;font-weight:500;margin:.5em 0 0;color:#2b2730cc}.tbp-pdp__trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4em .85em;margin:.4em 0 .75em;padding:0;list-style:none;font-size:.75em;color:var(--tbp-muted)}.tbp-pdp__trust li{display:inline-flex;align-items:center;gap:.25em;white-space:nowrap}@media(min-width:750px){.tbp-pdp__trust{font-size:.8em}}.tbp-pdp__roulette{display:flex;flex-direction:column;min-height:9.5em;max-height:10.5em;height:auto;margin:0 0 1em;padding:.85em 1em;overflow:hidden;border-radius:.85em;border:1px solid rgba(91,62,150,.15);background:#e8deff59;box-sizing:border-box;transition:opacity .3s ease}@media(min-width:990px){.tbp-pdp__roulette{min-height:9em;max-height:10em;padding:.95em 1.1em}}.tbp-pdp__roulette.is-fading{opacity:0}.tbp-pdp__roulette-stars{flex-shrink:0;margin:0 0 .25em;line-height:1;color:#eab308;font-size:.95em;letter-spacing:.02em}.tbp-pdp__roulette-quote{flex:0 1 auto;margin:0;overflow:hidden;font-size:.9375em;font-style:italic;line-height:1.45;color:var(--tbp-fg);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;word-break:break-word;overflow-wrap:anywhere}@media(min-width:990px){.tbp-pdp__roulette-quote{font-size:1em}}.tbp-pdp__roulette-author{flex-shrink:0;margin-top:.45em;padding-top:0;font-style:normal;font-size:.875em;line-height:1.35;color:var(--tbp-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tbp-pdp__demo{aspect-ratio:1;border-radius:var(--tbp-radius-2xl);overflow:hidden;background:#111;position:relative}.tbp-pdp__demo video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:none;background:#000;z-index:2}.tbp-pdp__demo.is-playing video{display:block}.tbp-pdp__demo-poster{display:block;width:100%;height:100%;padding:0;border:0;background:#111;cursor:pointer;position:relative;z-index:1}.tbp-pdp__demo.is-playing .tbp-pdp__demo-poster{display:none!important}.tbp-pdp__demo-poster img{width:100%;height:100%;object-fit:cover;display:block}.tbp-pdp__demo-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:3.25em;height:3.25em;border-radius:999px;background:#5b3e96eb;color:#fff;display:grid;place-items:center;font-size:1em;box-shadow:0 8px 24px #00000059;pointer-events:none}.tbp-pdp__demo.is-playing .tbp-pdp__demo-label{display:none}.tbp-pdp__demo-label{position:absolute;left:.75em;bottom:.75em;background:#0000008c;color:#fff;font-size:.75em;font-weight:600;z-index:3;pointer-events:none;padding:.35em .6em;border-radius:999px}.tbp-pdp__error{display:none;color:#b42318;font-size:.875em;margin:.5em 0 0}.tbp-pdp__error.is-visible{display:block}.tbp-pdp__sticky{position:fixed;left:0;right:0;bottom:0;z-index:30;display:none;align-items:center;gap:.75em;padding:.625em 1em calc(.625em + env(safe-area-inset-bottom));background:#fcfaf9f5;border-top:1px solid var(--tbp-border);box-shadow:0 -8px 24px #100c1c14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tbp-pdp__sticky.is-visible{display:flex}@media(min-width:990px){.tbp-pdp__sticky{display:none!important}}.tbp-pdp__sticky-thumb{width:2.5em;height:2.5em;border-radius:.5em;overflow:hidden;flex-shrink:0;background:var(--tbp-border)}.tbp-pdp__sticky-thumb img{width:100%;height:100%;object-fit:cover}.tbp-pdp__sticky-meta{flex:1;min-width:0;font-size:.8em;line-height:1.3}.tbp-pdp__sticky-meta strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tbp-pdp__sticky .tbp-pdp__btn--buy{width:auto;min-height:3em;padding:.65em 1.25em;font-size:.95em;flex-shrink:0}.tbp-pdp__sticky .tbp-pdp__btn--buy small{display:none}.tbp-story{padding:0 0 4em}.tbp-story__wrap{max-width:1280px;margin:0 auto;padding:0 1em}.tbp-story__section{padding:3em 0 0}@media(max-width:749px){.tbp-story__section--bleed{margin-left:-1em;margin-right:-1em}.tbp-story__section--bleed .tbp-story__img,.tbp-story__section--bleed picture{border-radius:0}.tbp-story__section--bleed h2,.tbp-story__section--bleed .tbp-story__lead{padding-left:1em;padding-right:1em}}.tbp-story__section h2{font-size:1.5em;font-weight:700;letter-spacing:-.025em;line-height:1.2;margin:0 0 .75em;text-align:center}@media(min-width:750px){.tbp-story__section h2{font-size:1.875em}}.tbp-story__lead{max-width:40em;margin:0 auto 1.5em;text-align:center;font-size:1em;line-height:1.6;color:var(--tbp-muted)}@media(min-width:750px){.tbp-story__lead{font-size:1.125em}}.tbp-story__img{display:block;width:100%;max-width:none;margin:0 0 1.25em;border-radius:var(--tbp-radius-2xl);height:auto}.tbp-story__img-frame{margin:0 0 1.25em;border-radius:1.25rem;overflow:hidden;border:1px solid var(--tbp-border, #e3dad0);background:var(--tbp-surface, #fcfaf9);box-shadow:0 1px 2px #0000000d}.tbp-story__img-frame .tbp-story__img,.tbp-story__img-frame img{margin:0;border-radius:0;display:block;width:100%;height:auto}.tbp-story__videos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5em;width:100%}@media(min-width:700px){.tbp-story__videos{grid-template-columns:repeat(8,minmax(0,1fr));gap:.65em}}@media(min-width:1100px){.tbp-story__videos{gap:.85em}}.tbp-story__video-card{width:100%;max-width:none;border-radius:1em;overflow:hidden;background:var(--tbp-surface);position:relative;aspect-ratio:9/16;border:0;padding:0;cursor:pointer}.tbp-story__video-card img{width:100%;height:100%;object-fit:cover;display:block;opacity:1;filter:none}.tbp-story__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0000008c;color:#fff;font-size:1.15rem;line-height:1;padding:0 0 0 .12em;pointer-events:none;box-shadow:0 2px 10px #00000040}.tbp-story__reviews-head{text-align:center;margin-bottom:1.25em}.tbp-story__bullets{list-style:none;padding:0;margin:0 auto 1em;max-width:36em;font-size:.95em;color:var(--tbp-muted);line-height:1.55}.tbp-story__bullets li{margin:.25em 0}.tbp-story__link{color:var(--tbp-brand);font-weight:600;text-decoration:none}.tbp-story__link:hover{text-decoration:underline}.tbp-story__review-grid{display:grid;gap:1em;grid-template-columns:1fr}@media(min-width:750px){.tbp-story__review-grid{grid-template-columns:repeat(3,1fr)}.tbp-story__review-card--mobile-only{display:none}}@media(max-width:749px){.tbp-story__review-card--desktop-only{display:none}}.tbp-story__review-card{background:var(--tbp-surface);border:1px solid var(--tbp-border);border-radius:var(--tbp-radius-xl);padding:1.1em 1.15em}.tbp-story__review-card .stars{color:var(--tbp-yellow);margin-bottom:.35em}.tbp-story__verified{display:inline-block;font-size:.7em;font-weight:600;color:#157a3d;background:#157a3d1a;border-radius:999px;padding:.15em .45em;margin-bottom:.45em}.tbp-story__review-card h3{font-size:1em;font-weight:700;margin:0 0 .45em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.tbp-story__review-card>p:not(.tbp-story__review-meta){font-size:.9em;color:var(--tbp-muted);line-height:1.55;margin:0 0 .75em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;line-clamp:6;overflow:hidden;overflow-wrap:anywhere}.tbp-story__review-meta{font-size:.75em;color:var(--tbp-muted);margin:0;display:block}.tbp-story__sleep{display:grid;gap:1em}@media(min-width:640px){.tbp-story__sleep{grid-template-columns:repeat(2,1fr);gap:1.25em}}@media(min-width:750px){.tbp-story__sleep{grid-template-columns:repeat(3,1fr)}}.tbp-story__sleep-card{display:flex;flex-direction:column;border-radius:var(--tbp-radius-xl);overflow:hidden;background:var(--tbp-surface);border:0}.tbp-story__sleep-card img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center center;display:block;flex:0 0 auto}.tbp-story__sleep-meta{margin-top:auto;padding:1em;background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:center}.tbp-story__sleep-meta h3{margin:0 0 .4em;font-size:1.05em;font-weight:700;color:var(--tbp-fg)}.tbp-story__sleep-meta p{margin:0;font-size:.95em;line-height:1.45;color:var(--tbp-muted)}.tbp-story__ugc{display:grid;grid-template-columns:repeat(2,1fr);gap:.65em}@media(min-width:750px){.tbp-story__ugc{grid-template-columns:repeat(4,1fr);gap:.85em}}.tbp-story__ugc figure{margin:0;position:relative;border-radius:1em;overflow:hidden;aspect-ratio:1}.tbp-story__ugc img{width:100%;height:100%;object-fit:cover;display:block}.tbp-story__ugc figcaption{position:absolute;left:.5em;bottom:.5em;background:#00000080;color:#fff;font-size:.7em;font-weight:600;padding:.2em .45em;border-radius:999px}.tbp-story__quiz{text-align:center;background:#e8deff59;border:1px solid rgba(91,62,150,.15);border-radius:var(--tbp-radius-3xl);padding:2em 1.25em;margin-top:3em}.tbp-story__quiz h2,.tbp-story__guarantee h2,.tbp-story__reviews-head h2{font-size:1.5em;font-weight:700;letter-spacing:-.025em;line-height:1.2;margin:0 0 .5em;text-align:center;color:var(--tbp-fg)}@media(min-width:750px){.tbp-story__quiz h2,.tbp-story__guarantee h2,.tbp-story__reviews-head h2{font-size:1.875em}}.tbp-story__quiz a.tbp-pdp__btn--buy{display:inline-flex;width:auto;min-width:14em;margin-top:.75em;text-decoration:none}.tbp-story__guarantee{text-align:center;margin-top:3em;padding:1em;border-radius:1.5rem;background:linear-gradient(135deg,#e8deff4d,#d991ba1a,#e8deff4d);border:2px solid rgba(91,62,150,.2)}@media(min-width:750px){.tbp-story__guarantee{padding:2em}}.tbp-story__guarantee h2{color:var(--tbp-brand);margin-bottom:.35em}.tbp-story__guarantee-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75em;margin:1.25em 0 1.5em}@media(min-width:750px){.tbp-story__guarantee-grid{grid-template-columns:repeat(4,1fr);gap:1.25em}}.tbp-story__guarantee-card{background:#fff;border-radius:1rem;padding:.75em;font-size:.875em;font-weight:700;color:var(--tbp-fg);border:1px solid var(--tbp-border);box-shadow:0 10px 15px -3px #100c1c1a,0 4px 6px -4px #100c1c14}@media(min-width:750px){.tbp-story__guarantee-card{padding:1.25em 1em;font-size:1em}}.tbp-story__guarantee-copy{max-width:36em;margin:0 auto;font-size:1em;line-height:1.625;color:var(--tbp-muted)}@media(min-width:750px){.tbp-story__guarantee-copy{font-size:1.125em}}.tbp-story__guarantee-copy p{margin:0 0 .5em}.tbp-story__guarantee-copy strong{display:block;color:var(--tbp-fg);margin-top:.5em;font-size:1.05em;font-weight:600}.tbp-story__faq .tbp-faq__list{margin-top:.5em;text-align:left}.tbp-story__faq .tbp-faq__panel{white-space:pre-line}.tbp-story__faq .tbp-faq__panel a{color:var(--tbp-brand);font-weight:600}.tbp-story__accessories{display:flex;gap:.85em;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5em;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tbp-story__accessories::-webkit-scrollbar{display:none}@media(min-width:750px){.tbp-story__accessories{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible}}.tbp-story__acc-card{flex:0 0 min(70%,17.5rem);max-width:17.5rem;scroll-snap-align:start;background:var(--tbp-surface);border:1px solid var(--tbp-border);border-radius:var(--tbp-radius-xl);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column}@media(min-width:750px){.tbp-story__acc-card{flex:none;max-width:none}}.tbp-story__acc-card>img,.tbp-story__acc-card>picture,.tbp-story__acc-card>.tbp-story__acc-media{display:block;width:100%;aspect-ratio:1;background:#fff;overflow:hidden;flex-shrink:0}.tbp-story__acc-media{position:relative}.tbp-story__acc-card img{width:100%;height:100%;aspect-ratio:1;object-fit:cover;display:block;background:#fff}.tbp-story__acc-on-image{display:none}.tbp-story__acc-card>.tbp-story__acc-meta,.tbp-story__acc-card .tbp-story__acc-meta{margin-top:0;padding:.75em .85em .9em;display:flex;flex-direction:column;align-items:flex-start;gap:.25em}.tbp-story__acc-title{font-size:.95em;font-weight:700;line-height:1.3;color:var(--tbp-fg)}.tbp-story__acc-card .price{font-weight:700;font-size:.95em;color:var(--tbp-brand)}.tbp-story__acc-card .shop{display:none}.tbp-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#000000bf;align-items:center;justify-content:center;padding:16px}.tbp-modal.is-open{display:flex!important}.tbp-modal__inner{position:relative;width:min(400px,100%);max-height:85vh}.tbp-modal video{display:block;width:100%;max-height:85vh;border-radius:16px;background:#000;object-fit:contain;aspect-ratio:9 / 16}.tbp-modal__close{position:absolute;top:10px;right:10px;z-index:5;border:0;background:#000000b8;color:#fff;width:40px;height:40px;border-radius:999px;font-size:28px;line-height:1;cursor:pointer;display:grid;place-items:center;box-shadow:0 2px 10px #00000059;-webkit-tap-highlight-color:transparent}.tbp-modal__close:hover,.tbp-modal__close:focus-visible{background:#000000e6;outline:none}
/*# sourceMappingURL=/cdn/shop/t/57/assets/tbp-product.css.map */
