@-webkit-keyframes bl-core-fade-in-opacity{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:unset}}@keyframes bl-core-fade-in-opacity{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:unset}}@-webkit-keyframes bl-core-fade-in-opacity-pop{0%{opacity:0;pointer-events:none;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;pointer-events:unset}}@keyframes bl-core-fade-in-opacity-pop{0%{opacity:0;pointer-events:none;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;pointer-events:unset}}button.bl-core-button,.bl-core-button{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;background-color:var(--color-btn-sec-bg, transparent);border:1px solid var(--color-btn-sec-border, #000);border-radius:var(--bl-core-border-radius);box-shadow:none;box-sizing:border-box;color:var(--color-btn-sec-text, #000);font-size:16px;line-height:1;margin:14px 0;padding:22px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s;width:100%}button.bl-core-button:not([disabled]):hover,button.bl-core-button:not([disabled]):focus,.bl-core-button:not([disabled]):hover,.bl-core-button:not([disabled]):focus{background:var(--color-btn-sec-bg-hover);border-color:var(--color-btn-sec-border-hover);box-shadow:0 0 0 .2rem var(---color-btn-sec-shadow-hover);color:var(--color-btn-sec-text-hover)}button.bl-core-button--cta,.liveshopping-product__button-list button:first-child,.bl-core-button--cta{background-color:var(--color-btn-bg, var(--bl-core-color-primary));border:1px solid var(--color-btn-border, var(--bl-core-color-primary));color:var(--color-btn-text, #fff);text-transform:uppercase}button.bl-core-button--cta:not([disabled]):hover,.liveshopping-product__button-list button:not([disabled]):hover:first-child,button.bl-core-button--cta:not([disabled]):focus,.liveshopping-product__button-list button:not([disabled]):focus:first-child,.bl-core-button--cta:not([disabled]):hover,.bl-core-button--cta:not([disabled]):focus{background:var(--color-btn-bg-hover);border-color:var(--color-btn-border-hover);box-shadow:0 0 0 .2rem var(--color-btn-shadow-hover);color:var(--color-btn-text-hover)}.bl-core-button--disabled{opacity:.5;pointer-events:none}button.bl-core-button--link,.liveshopping-product__button-list button:last-child{background:none;border:none;color:inherit;cursor:pointer;outline:inherit;padding:0;text-decoration:underline;text-transform:uppercase}button.bl-core-button--link:hover,.liveshopping-product__button-list button:hover:last-child{background-color:transparent;color:inherit}.bl-core-loading-animation{align-items:center;display:flex;justify-content:center;transition-duration:1s;width:100%}.bl-core-loading-animation__text{text-align:center}.text-editor{display:flex;flex-direction:column;margin-bottom:1em;margin-top:1em}input.text-editor-input{background-color:transparent;background-image:none;border:none;box-shadow:none;color:var(--bl-core-color-text);font-size:16px;margin:0;padding:8px 0;width:100%}input.text-editor-input::-webkit-input-placeholder{color:var(--bl-core-color-text-light)}input.text-editor-input:-ms-input-placeholder{color:var(--bl-core-color-text-light)}input.text-editor-input::placeholder{color:var(--bl-core-color-text-light)}input[type=password].text-editor-input{font-family:Arial,sans-serif}input[type=password].text-editor-input::-webkit-input-placeholder{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500}input[type=password].text-editor-input:-ms-input-placeholder{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500}input[type=password].text-editor-input::placeholder{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500}.text-editor-input--with-password-icon{padding-right:2em}textarea.text-editor-input{border:var(--bl-core-color-border) 1px solid;padding:8px}.text-editor-input__wrapper{align-items:center;border-bottom:1px solid var(--bl-core-color-border);display:flex}.text-editor-input__wrapper img{margin-right:8px}.text-editor-input__wrapper--unchanged img{display:none}.text-editor-input__wrapper--pending img{-webkit-animation:rotation 2s infinite linear;animation:rotation 2s infinite linear}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.text-editor-input__wrapper--valid,.text-editor-input__wrapper--success{border-color:var(--bl-core-color-success)}.text-editor-input__wrapper--valid>input,.text-editor-input__wrapper--success>input{color:var(--bl-core-color-success)}.text-editor-input__wrapper--invalid{border-color:var(--bl-core-color-error)}.text-editor-input__wrapper--invalid>input{color:var(--bl-core-color-error)}.text-editor-input__wrapper--invalid>input:invalid{border-color:var(--bl-core-color-error)}.text-editor-input__wrapper--invalid>input:invalid~div{display:block}.text-editor__error-message{color:var(--bl-core-color-error);margin-top:3px}.text-editor__password-icon{cursor:pointer;height:1.5em;margin-left:-1.8em;vertical-align:text-bottom;width:1.5em;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.text-editor__character-count{text-align:right;width:7em}.text-editor__character-count--textarea{float:right}ul.text-editor__password-rule{display:flex;flex-wrap:wrap;justify-content:space-evenly;margin-top:10px}ul.text-editor__password-rule>li{color:var(--bl-core-color-gray);float:left;font-size:12px;line-height:1}ul.text-editor__password-rule>li:before{min-width:1em;padding-left:1em;padding-right:.25em}ul.text-editor__password-rule>li.valid:before{color:var(--bl-core-color-success);content:"\2713\fe0e"}ul.text-editor__password-rule>li.invalid:before{color:var(--bl-core-color-error);content:"x\fe0e"}.text-editor__label--hidden{display:none}.bl-core-non-draggable-image{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}:root{--main-content-padding-top: 110px;--bl-core-color-black-shopify: 0, 0, 0;--bl-core-color-light-gray-shopify: 246, 246, 246;--bl-core-color-white: #fff;--bl-core-color-light-gray: rgb(var(--bl-core-color-light-gray-shopify));--bl-core-color-gray: #606060;--bl-core-color-dark-gray: #1c1c1c;--bl-core-color-black: #000;--bl-core-color-black-very-transparent: rgba(0, 0, 0, .3);--bl-core-color-black-transparent: rgba(0, 0, 0, .6);--bl-core-color-blue: #356687;--bl-core-color-light-blue-rgb: 239, 243, 245;--bl-core-color-light-blue: rgb(var(--bl-core-color-light-blue-rgb));--bl-core-color-green: #00d200;--bl-core-color-red: #b70000;--bl-core-color-almost-red-transparent: rgba(183, 0, 0, .7);--bl-core-product-image-thumbnail-size: 120px;--bl-core-default-padding: 0 20px;--bl-core-form-max-width: 336px;--bl-core-color-text-inverted: var(--bl-core-color-white);--bl-core-color-text: var(--color-body-text);--bl-core-color-text-light: var(--bl-core-color-gray);--bl-core-color-text-heavy: var(--bl-core-color-black);--bl-core-color-text-title: var(--bl-core-color-black);--bl-core-color-chat-shadow: rgba(0, 0, 0, .15);--bl-core-color-border-light: var(--bl-core-color-gray);--bl-core-color-border: var(--bl-core-color-black);--bl-core-color-border-dark: var(--bl-core-black);--bl-core-border-radius: 5px;--bl-core-color-solid-button-background: var(--bl-core-color-blue);--bl-core-color-error: var(--bl-core-color-red);--bl-core-color-success: var(--bl-core-color-green);--bl-core-color-error-backend: var(--bl-core-color-red);--bl-core-color-acceptable-backend: orange;--bl-core-color-success-backend: green;--bl-core-color-unrated-backend: var(--bl-core-color-gray);--bl-core-color-live: var(--bl-core-color-red);--bl-core-color-live-bold: var(--bl-core-color-red);--bl-core-color-live-transparent: var(--bl-core-color-red);--bl-core-color-duration-ended: #0007;--bl-core-color-test-badge-background: var(--bl-core-color-light-gray);--bl-core-color-test-badge-text: var(--bl-core-color-text);--bl-core-color-active-product-bg: var(--bl-core-color-light-blue);--bl-core-color-purchase-bg: rgba(0, 0, 0, .4);--bl-core-color-owner: var(--bl-core-color-blue);--bl-core-color-moderator: var(--bl-core-color-blue);--bl-core-color-owner-desktop: var(--bl-core-color-owner);--bl-core-color-moderator-desktop: var(--bl-core-color-moderator);--bl-core-gradient-modal-bg: linear-gradient(0deg, rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, .3) 100%);--bl-core-gradient-live-top-bg: linear-gradient(180deg, rgba(28, 28, 28, .2) 0%, rgba(28, 28, 28, 0) 100%);--bl-core-gradient-live-chat-bg: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 100%);--bl-core-color-search-background: var(--bl-core-color-light-gray);--bl-core-color-tooltip-background: var(--bl-core-color-dark-gray);--bl-core-color-tooltip-text: var(--bl-core-color-white);--bl-core-color-popup: var(--bl-core-color-black);--bl-core-color-stream-card-bg-rgb: 255, 255, 255;--bl-core-color-stream-card-bg: rgb(var(--bl-core-color-stream-card-bg-rgb));--bl-core-color-stream-index-bg-rgb: var(--bl-core-color-light-blue-rgb);--bl-core-color-stream-index-bg: rgb(var(--bl-core-color-stream-index-bg-rgb));--bl-core-color-sticky-button-bg: var(--bl-core-color-light-blue)}@media screen and (max-width: 1023px){:root{--main-content-padding-top: 58px}}:root{--bl-core-breakpoint-screen-and-less-than-tablet: screen and (max-width: 767px);--bl-core-breakpoint-screen-and-greater-than-equal-desktop: screen and (min-width: 1024px);--bl-core-breakpoint-screen-and-greater-than-equal-desktop-large: screen and (min-width: 1300px)}:root{--form-max-width: 375px}.account-form{align-items:center;display:flex;justify-content:center;text-align:left}.account-form a,.account-form .account-fake-link{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;text-decoration:underline;text-transform:uppercase}.account-form .account-fake-link{cursor:pointer}.account-form .text-editor-input__wrapper{border:2px solid var(--bl-core-color-border-light);border-radius:var(--bl-core-border-radius);padding:20px 40px}.account-form .text-editor-input__wrapper .text-editor-input{padding:0}.account-form-sign-in-reminder{margin-top:30px}.account-form__title{font-family:Rhymes Display Regular,serif;font-weight:700;color:var(--h4-color-text);font-size:var(--h4-font-desktop);letter-spacing:var(--h4-letter-spacing);line-height:var(--h4-line-height-desktop);margin-bottom:20px;margin-top:25px;text-align:center;text-transform:uppercase;word-spacing:var(--h4-word-spacing)}@media screen and (max-width: 768px){.account-form__title{font-size:var(--h4-font-mobile);line-height:var(--h4-line-height-mobile)}}.account-form__wrapper{display:flex;flex-direction:column;margin-bottom:40px;margin-top:10%;max-width:var(--form-max-width);text-align:center;width:100%}.account-form__email-opt{display:flex}.account-form-separator{align-items:center;display:flex;flex-direction:row;margin-top:20px;width:100%}.account-form-separator__text{color:var(--bl-core-color-text);margin:0 10px;text-transform:uppercase}.account-form-separator__line{background-color:var(--bl-core-color-border);flex:1;height:1px}.account-form-separator__line:empty{display:unset}.account-form__link--forgot-password{margin:10px 0}button.account-button--social,button.account-button--social-login{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;align-items:center;background:#fff;border:3px solid var(--bl-core-color-border);border-radius:var(--bl-core-border-radius);color:var(--bl-core-color-text);display:flex;flex-direction:column;justify-content:center}button.account-button--social img,button.account-button--social-login img{width:18px}button.account-button--social-login{flex-direction:row;margin-top:10px}button.account-button--social-login>span{margin-left:16px;vertical-align:middle}button.account-button--social-login>img{height:initial;vertical-align:sub;width:21px}.account-button--resend-email-wrapper{margin-top:24px}.account__header{align-items:center;display:flex;justify-content:space-between;padding-top:20px}.account-form__confirmation-text--prefix,.account-form__confirmation-text--suffix{text-transform:capitalize}.account-form__confirmation-text{font-size:1rem;line-height:inherit;text-align:left}.account-form__announcement{margin-top:15px;padding:10px;text-align:center;width:100%}.account-form__note{font-size:12px;line-height:17px;margin-bottom:60px}.account-error__body{color:var(--bl-core-color-error)}.account-error__body.sign-in:not(.hidden){margin-top:14px}.account-error__title{margin:14px 0 6px}.account-error__get-another{margin-top:10px}.account-form__small-print{margin-top:30px}.account-form__email-updates-wrapper{align-items:center;display:flex;gap:8px}.account-form__email-updates-wrapper label{flex:1}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit;touch-action:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);cursor:move;box-shadow:0 0 0 9999em #00000080;touch-action:none;border:1px dashed #fff}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%;box-shadow:0 0 1px 1px #fff,0 0 0 9999em #00000080}.ReactCrop__crop-selection:focus{outline:none;border-color:#00f;border-style:solid}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{position:absolute;content:"";display:block;width:10px;height:10px;background-color:#0003;border:1px solid rgba(255,255,255,.7);outline:1px solid transparent}.ReactCrop__drag-handle:focus:after{border-color:#00f;background:#2dbfff}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-nw:after{top:0;left:0}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-ne:after{top:0;right:0}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:24px;height:24px}}.liveshopping-broadcast-setup__wrapper{box-sizing:content-box;margin:0 auto 10px;max-width:500px;padding:var(--bl-core-default-padding)}.liveshopping-broadcast-setup__wrapper h2{margin-top:20px}.liveshopping-broadcast-setup__wrapper .text-editor-input{margin:0;padding:5px}.liveshopping-broadcast-setup__wrapper .text-editor-input__wrapper{margin:0}.liveshopping-broadcast-setup__wrapper .liveshopping-broadcast-setup__input-wrapper input[type=datetime-local]{width:auto}.liveshopping-broadcast-setup__image-uploader>div{margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.liveshopping-broadcast-setup__image-uploader>div div:empty{display:initial}.liveshopping-broadcast-setup__image-uploader>div input[type=file]{border:none}.liveshopping-broadcast-setup__thumbnail{align-items:center;background-color:var(--bl-core-color-light-gray);background-size:contain;cursor:pointer;display:flex;height:90vw;justify-content:center;margin:auto;max-height:460px;max-width:460px;width:90vw}.liveshopping-broadcast-setup__thumbnail img{height:24px;width:24px}#liveshopping-broadcast-setup__thumbnail{display:flex}.liveshopping-broadcast-setup__error{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;color:var(--bl-core-color-error)}.liveshopping-broadcast-setup__wrapper .text-editor,.liveshopping-broadcast-setup__input-wrapper{margin-bottom:40px}.liveshopping-broadcast-setup__input-wrapper input{background-color:unset;border:none}.liveshopping-broadcast-setup__input-wrapper input[type=text]{border-bottom:1px solid var(--bl-core-color-border-dark);font-size:14px}.liveshopping-broadcast-setup__input-wrapper input[type=text]::-webkit-input-placeholder{color:var(--border-color)}.liveshopping-broadcast-setup__input-wrapper input[type=text]:-ms-input-placeholder{color:var(--border-color)}.liveshopping-broadcast-setup__input-wrapper input[type=text]::placeholder{color:var(--border-color)}div.liveshopping-broadcast-setup__input-wrapper--datetime{align-items:flex-start;display:flex;flex-direction:column}div.liveshopping-broadcast-setup__input-wrapper--datetime p.liveshopping-broadcast-setup__readable-date{margin:0;opacity:.5}.liveshopping-broadcast-setup__product-select{margin:6px 0}.liveshopping-broadcast-setup__product-select *{background-color:var(--bl-core-color-search-background);border:none;height:38px;padding:0 16px}.liveshopping-broadcast-setup__thanks{font-size:36px}.liveshopping-broadcast-setup__select,.liveshopping-broadcast-setup__button-filter{box-sizing:border-box;margin-bottom:35px;margin-top:27px;max-width:93px;padding:10px;width:50%}.liveshopping-broadcast-setup__button-filter{background:none;text-align:right}.liveshopping-broadcast-setup__product-img-wrapper{display:flex}.liveshopping-broadcast-setup__circle--small,.liveshopping-broadcast-setup__circle--large,.liveshopping-broadcast-setup__product-img{object-fit:cover;object-position:center}.liveshopping-broadcast-setup__circle--small{border-radius:50%;height:52px;margin-right:8px;width:52px}.liveshopping-broadcast-setup__circle--large{border:1px solid var(--bl-core-color-border-dark);border-radius:50%;height:68px;margin:0 auto 20px;width:68px}.liveshopping-broadcast-setup__hr{margin:20px 0}.liveshopping-broadcast-setup__right-arrow{margin:auto}.liveshopping-broadcast-setup__product-img{height:52px;margin-right:10px;width:52px}.liveshopping-broadcast-setup__product-name{font-weight:var(--bl-core-weight-bold);margin:0;width:calc(100% - 120px)}.liveshopping-broadcast-setup__search-title{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;text-align:center}.liveshopping-broadcast-setup__product-confirmation{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;margin-left:auto;margin-right:auto;max-width:320px;text-align:center}.liveshopping-broadcast-setup__confirmation-footer{text-align:center}.liveshopping-broadcast-setup__button-back{cursor:pointer;position:absolute}.liveshopping-broadcast-setup__button-back+* .text-editor-input{padding-left:15px}.liveshopping-broadcast-setup__input-wrapper,.liveshopping-broadcast-setup__product-select{align-items:center;display:flex}.liveshopping-broadcast-setup__input-wrapper>*,.liveshopping-broadcast-setup__product-select>*{margin:0 10px}.liveshopping-broadcast-setup__input-wrapper>*:not(input[type=checkbox]),.liveshopping-broadcast-setup__product-select>*:not(input[type=checkbox]){width:100%}.liveshopping-broadcast-setup__input-wrapper>:first-child,.liveshopping-broadcast-setup__product-select>:first-child{margin-left:0}.liveshopping-broadcast-setup__input-wrapper>:last-child,.liveshopping-broadcast-setup__product-select>:last-child{margin-right:0}.liveshopping-broadcast-setup__pair{display:flex;width:100%}.liveshopping-broadcast-setup__pair>:first-child{flex-grow:1;margin-right:auto}.liveshopping-broadcast-setup__pair--available{cursor:pointer}.liveshopping-broadcast-setup__pair--unavailable{opacity:40%}.liveshopping-broadcast-setup-fake-link{cursor:pointer;text-decoration:underline}.liveshopping-broadcast-schedule__wrapper{margin-top:10px}.liveshopping-broadcast-setup__wrapper .bl-core-button:disabled{color:var(--bl-core-color-gray);cursor:unset;opacity:.5}.rc-md-editor:not(.full) .editor-container{max-height:229px;min-height:229px}.rc-md-editor section.section{position:relative}.rc-md-editor section.section:before{content:"Markdown";line-height:1;opacity:.5;position:absolute;text-align:center;-webkit-transform:scale(.75);transform:scale(.75);width:100%}.rc-md-editor section.section.sec-html{word-break:break-word}.rc-md-editor section.section.sec-html:before{content:"Preview"}.rc-md-editor section.section textarea{padding-top:10px}.rc-md-editor .sec-md.in-visible+.sec-html.visible>.section-container{padding-left:24px;padding-right:24px}.liveshopping-modal__bg.liveshopping-modal__calendar-bg,.liveshopping-modal--reminder .liveshopping-modal__bg{background:#0006;cursor:pointer;position:fixed}.liveshopping-modal__bg.liveshopping-modal__calendar-bg:empty,.liveshopping-modal--reminder .liveshopping-modal__bg:empty{display:block}@media screen and (min-width: 1300px){.liveshopping-friend-reminder__wrapper--live .liveshopping-modal__bg{display:none}}.liveshopping-calendar__outer-wrapper{position:absolute}.liveshopping-calendar__wrapper,.liveshopping-modal--reminder .liveshopping-modal{border-radius:0;left:8px;margin:auto;max-height:-webkit-max-content;max-height:max-content;max-width:var(--stream-card-desktop-max-width);position:fixed;right:8px;top:0}.liveshopping-calendar__wrapper h1,.liveshopping-modal--reminder .liveshopping-modal h1{font-family:Rhymes Display Regular,serif;font-weight:700;font-size:20px;line-height:24px;margin:0 auto;padding-top:12px;text-transform:uppercase}@media screen and (max-width: 767px){.liveshopping-calendar__wrapper h1,.liveshopping-modal--reminder .liveshopping-modal h1{font-size:16px}}.liveshopping-calendar__wrapper h1,.liveshopping-calendar__wrapper h1+p,.liveshopping-modal--reminder .liveshopping-modal h1,.liveshopping-modal--reminder .liveshopping-modal h1+p{color:var(--bl-core-color-text-title)}.liveshopping-calendar__wrapper h1+p,.liveshopping-modal--reminder .liveshopping-modal h1+p{color:var(--bl-core-color-text-title);font-size:18px}.liveshopping-calendar__wrapper{align-items:center;background:var(--bl-core-color-white);bottom:0;display:flex;flex-direction:column;padding:16px 20px 24px;text-align:center;z-index:2}.liveshopping-calendar__wrapper .liveshopping-modal__header{width:100%}.liveshopping-calendar__wrapper>.liveshopping-modal__bar{left:0;position:absolute;right:0;top:9px}.liveshopping-calendar__wrapper>p{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;font-size:14px;letter-spacing:.25px;margin:27px auto 0}.liveshopping-calendar__wrapper>a:first-of-type{margin-top:32px}.liveshopping-calendar__wrapper>a:last-of-type{margin-bottom:16px}.liveshopping-calendar__wrapper .bl-core-button{align-items:center;background-color:transparent;border:2px solid var(--bl-core-color-black);color:var(--bl-core-color-text);display:flex;height:58px;justify-content:center;margin:5px;max-width:327px;text-decoration:none;width:100%}.liveshopping-calendar__wrapper .bl-core-button img{height:25px;margin:0}.liveshopping-calendar__wrapper .bl-core-button p{font-size:16px;margin-left:10px}@media screen and (min-width: 768px){.liveshopping-calendar__wrapper{max-width:calc(var(--stream-card-desktop-max-width) + 60px)}.liveshopping-calendar__wrapper h1,.liveshopping-calendar__wrapper .bl-core-button{margin-left:30px;margin-right:30px}}:root{--liveshopping-live-screen-offset: 0;--liveshopping-live-screen-height: 100%;--liveshopping-product-mini__slide-duration: 500;--liveshopping-video-aspect-ratio: .5625;--liveshopping-video-aspect-width: calc(100vh * var(--liveshopping-video-aspect-ratio))}.liveshopping-live-wrapper{max-width:unset;position:relative;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-user-select:none;user-select:none}.liveshopping-live-wrapper img{max-width:initial}.liveshopping-live-wrapper--fullscreen{--video-width: 100vw;background-color:var(--bl-core-color-white);height:100%;left:50%;max-width:var(--video-width);overflow:hidden;position:fixed;top:var(--liveshopping-live-screen-offset);-webkit-transform:translateX(-50%);transform:translate(-50%);transition:top .35s cubic-bezier(0,0,0,1) 0s;width:100%;z-index:4}@media screen and (min-width: 768px){.liveshopping-live-wrapper--fullscreen{--video-width: var(--liveshopping-video-aspect-width)}}@media screen and (max-width: 1299px){.liveshopping-live-wrapper--fullscreen .liveshopping-product-all-products__content{margin:14px -20px 0}.liveshopping-live-wrapper--fullscreen .liveshopping-product-all-products__content .liveshopping-product-all-products__item{padding-left:20px;padding-right:20px}}@media screen and (min-width: 1300px){.liveshopping-live-wrapper--fullscreen{--min-sidebar-width: 400px;display:flex;flex-direction:row;max-height:calc((100vw - 2*var(--min-sidebar-width))/var(--liveshopping-video-aspect-ratio));max-width:1700px}.liveshopping-live-wrapper--fullscreen .liveshopping-live__bottom{background:unset;display:flex;flex:1;flex-direction:column;justify-content:flex-end;padding:0 0 15px 47px;position:unset;width:var(--liveshopping-video-aspect-width)}.liveshopping-live-wrapper--fullscreen h1.liveshopping-live-chat-panel__header{margin-bottom:auto;margin-top:20px}.liveshopping-live-wrapper--fullscreen h1.liveshopping-live-right-panel__header{margin-top:20px;padding-bottom:35px}}.liveshopping-live-wrapper--preview{height:600px}.liveshopping-live-wrapper--preview .liveshopping-channel-preview__guide,.liveshopping-live-wrapper--preview .liveshopping-stream__video-background,.liveshopping-live-wrapper--preview .liveshopping-stream__darken{height:100%;left:50%;margin:unset;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translate(-50%);width:338px}.liveshopping-channel-preview__guide{border:3px solid var(--bl-core-color-border)}.liveshopping-channel-preview{padding:var(--bl-core-default-padding)}.liveshopping-live-wrapper video{height:var(--liveshopping-live-screen-height);left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%;z-index:-2}@media screen and (min-width: 1300px){.liveshopping-live-wrapper video{position:relative;width:var(--liveshopping-video-aspect-width)}}.liveshopping-live-wrapper--preview video{left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);width:unset}.liveshopping-channel-status-group__name{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;color:var(--bl-core-color-text-heavy);padding-top:20px}.liveshopping-channel-status-group__body{box-sizing:unset;display:flex;flex-direction:row;flex-wrap:wrap}.liveshopping-channel-status-element{align-items:center;background-color:var(--bl-core-color-unrated-backend);color:var(--bl-core-color-text-inverted);display:flex;flex-direction:column;justify-content:space-around;line-height:1;margin:0 6px 6px 0;min-height:110px;padding:10px;transition:background-color 3s ease-in-out;width:125px}.liveshopping-channel-status-element--good{background-color:var(--bl-core-color-success-backend)}.liveshopping-channel-status-element--acceptable{background-color:var(--bl-core-color-acceptable-backend)}.liveshopping-channel-status-element--bad{background-color:var(--bl-core-color-error-backend)}.liveshopping-channel-status-element__key{font-size:12px;padding-bottom:.5rem;text-align:center}.liveshopping-channel-status-element__value{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;display:flex;flex-direction:column;flex-grow:2;font-size:14px;justify-content:center;text-align:center;word-break:break-word}.liveshopping-channel-status-element__status-title{font-size:24px;font-style:normal;margin-top:5px;text-transform:uppercase}.liveshopping-channel-status-element__rating,.liveshopping-channel-status-element__note{font-size:12px;text-align:center}.liveshopping-channel-status-element--good .liveshopping-channel-status-element__value span,.liveshopping-channel-status-element--acceptable .liveshopping-channel-status-element__value span,.liveshopping-channel-status-element--bad .liveshopping-channel-status-element__value span{font-size:20px}.liveshopping-live-label,.liveshopping-live-label__monotone,.liveshopping-live-label__monotone--padded,.liveshopping-live__end-show,.liveshopping-live__uptime{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;color:var(--bl-core-color-text-inverted);font-size:14px;text-transform:uppercase}.liveshopping-live-label p,.liveshopping-live-label__monotone p,.liveshopping-live-label__monotone--padded p,.liveshopping-live__end-show p,.liveshopping-live__uptime p{color:var(--bl-core-color-text-inverted)}.liveshopping-live-label,.liveshopping-live-label__monotone,.liveshopping-live-label__monotone--padded{background:var(--bl-core-color-live-transparent);line-height:1;padding:3px 9px;text-align:center;width:-webkit-max-content;width:max-content}.liveshopping-live-label,.liveshopping-live-label__viewer-count,.liveshopping-live__uptime{font-size:16px}.liveshopping-live-label__monotone,.liveshopping-live-label__monotone--padded{background:var(--bl-core-color-black-very-transparent)}.liveshopping-live-label__viewer-count{align-content:center;display:flex}.liveshopping-live-label__monotone--padded{padding:8px 12px}.liveshopping-live__purchases{margin-top:15px}.liveshopping-purchase-txt{font-family:ITC Franklin Gothic Book,sans-serif;font-weight:400;-webkit-animation:bl-core-fade-in-opacity-pop ease .2s;animation:bl-core-fade-in-opacity-pop ease .2s;background-color:var(--bl-core-color-purchase-bg);color:var(--bl-core-color-text-inverted);font-size:14px;margin:5px 0;padding:7px 10px;text-align:left;text-transform:unset;transition-property:opacity,margin,-webkit-transform;transition-property:opacity,margin,transform;transition-property:opacity,margin,transform,-webkit-transform;transition-timing-function:ease}.liveshopping-purchase-txt__name{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:700}.liveshopping-purchase-txt__fade-out{margin-bottom:-14px;margin-top:-14px;opacity:0}.liveshopping-live__uptime{display:flex;flex:1;justify-content:flex-start}.liveshopping-live__eye-icon{margin-right:5px;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.liveshopping-live__plus{align-items:center;background:var(--bl-core-color-white);display:flex;height:38px;width:38px}.liveshopping-live__plus-img{height:10px;margin-left:6px;width:10px}.liveshopping-live__product-img{cursor:pointer;height:65px;object-fit:cover;object-position:center;width:65px}.liveshopping-live__sales-label{background:var(--bl-core-color-text);color:var(--bl-core-color-text-inverted);font-size:12px;letter-spacing:.125px;margin:-3px 0 0;padding:1px 4px;text-align:center}.liveshopping-live-purchases{margin-top:2px}.liveshopping-live__bottom{background:var(--bl-core-gradient-live-chat-bg);bottom:var(--liveshopping-live-screen-offset);left:0;padding:50px 0 15px;position:absolute;transition:bottom .35s cubic-bezier(0,0,0,1) 0s;width:100%}@media screen and (max-width: 1299px){.liveshopping-live-wrapper--fullscreen-keyboard-open{transition:top .25s cubic-bezier(0,0,.5,1) 0s}.liveshopping-live-wrapper--fullscreen-keyboard-open .liveshopping-product-mini,.liveshopping-live-wrapper--fullscreen-keyboard-open .liveshopping-live__purchases{display:none}.liveshopping-live-wrapper--fullscreen-keyboard-open .liveshopping-live-bottom__chat-txt{background-color:var(--bl-core-color-white);border:none;border-radius:0;color:var(--bl-core-color-text)}.liveshopping-live-wrapper--fullscreen-keyboard-open .liveshopping-live-bottom__chat-txt::-webkit-input-placeholder{color:var(--bl-core-color-text-light)}.liveshopping-live-wrapper--fullscreen-keyboard-open .liveshopping-live-bottom__chat-txt:-ms-input-placeholder{color:var(--bl-core-color-text-light)}.liveshopping-live-wrapper--fullscreen-keyboard-open .liveshopping-live-bottom__chat-txt::placeholder{color:var(--bl-core-color-text-light)}.liveshopping-live__bottom-focused{padding-bottom:0;transition:bottom .25s cubic-bezier(0,0,.5,1) 0s}.liveshopping-live__bottom-focused .liveshopping-live-chat-input-wrapper{align-items:center;background-color:var(--bl-core-color-white);display:flex;justify-content:space-between;margin:10px -10px 0;padding:5px 10px}.liveshopping-live__bottom-focused .liveshopping-live-bottom__chat{border-radius:0;height:45px;left:0;margin-right:0;position:fixed;right:0;z-index:2}.liveshopping-live__bottom-focused button.liveshopping-live-bottom-button{visibility:hidden}}.liveshopping-product-mini{cursor:pointer;display:flex;flex-direction:column;margin-top:0;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.liveshopping-product-mini__container{min-height:101px;padding-top:22px}.liveshopping-product-mini__image{aspect-ratio:1;object-fit:cover;background-color:var(--bl-core-color-white);height:92px;width:92px}@media screen and (max-width: 1299px){.liveshopping-product-mini__image{height:65px;width:65px}}.liveshopping-product-mini__label-wrapper{align-items:center;background:var(--bl-core-color-blue);box-sizing:content-box;color:var(--bl-core-color-text-inverted);display:flex;flex-flow:wrap;font-size:14px;gap:4px;justify-content:center;line-height:20px;min-height:18px}.liveshopping-product-mini__label-wrapper .liveshopping-product__price--overridden{order:1}.liveshopping-product-mini__label-wrapper .liveshopping-product__price--overridden:before{content:"("}.liveshopping-product-mini__label-wrapper .liveshopping-product__price--overridden:after{content:")"}.liveshopping-product-mini__label,.liveshopping-product-mini__discount-label{font-family:ITC Franklin Gothic Book,sans-serif;font-weight:400}.liveshopping-live-chat-panel__toggle{font-family:ITC Franklin Gothic Book,sans-serif;font-weight:400;align-items:center;background:var(--bl-core-color-black-transparent);color:var(--bl-core-color-text-inverted);cursor:pointer;display:flex;font-size:14px;gap:7px;height:25px;margin:0 0 15px 5px;padding:0 12px;transition-duration:.5s;transition-property:margin-bottom;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.liveshopping-live-chat-panel__toggle:before{content:url(dropdown.svg);display:block;-webkit-filter:brightness(3);filter:brightness(3);margin-top:-2px;transition:-webkit-transform .16s;transition:transform .16s;transition:transform .16s,-webkit-transform .16s}.liveshopping-live-chat-panel__toggle+.liveshopping-live-chat-panel--hidden+.liveshopping-live-chat__container--pinned{margin-top:6px}.liveshopping-live-chat-panel__toggle--hidden:before{margin-top:4px;-webkit-transform:scaleY(-1);transform:scaleY(-1)}.liveshopping-live-chat-panel{display:flex;flex-direction:column;max-height:181px;overflow:scroll;transition:max-height .28s ease;--liveshopping-live-chat-offset: 0}.liveshopping-live-chat-panel::-webkit-scrollbar{display:none}@media screen and (min-width: 1300px){.liveshopping-live-chat-panel{max-height:unset}}.liveshopping-live-chat-panel--hidden{max-height:0;pointer-events:none}.liveshopping-live-chat-panel__new-messages-wrapper{height:0}.liveshopping-live-chat-panel__new-messages{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;background-color:var(--bl-core-color-solid-button-background);bottom:32px;color:var(--bl-core-color-text-inverted);cursor:pointer;font-size:12px;line-height:17px;padding:5px 11px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (min-width: 1300px){.liveshopping-live-chat-panel__new-messages{background-color:var(--bl-core-color-text-heavy);color:var(--bl-core-color-text-inverted)}}.liveshopping-live-chat-panel__bottom:empty{display:initial!important}.liveshopping-live-chat__container{-webkit-animation:grow-height-w-margins ease-in-out .2s;animation:grow-height-w-margins ease-in-out .2s;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}@-webkit-keyframes grow-height-w-margins{0%{margin-bottom:-46px;opacity:0;pointer-events:none}to{margin-bottom:0;opacity:1;pointer-events:unset}}@keyframes grow-height-w-margins{0%{margin-bottom:-46px;opacity:0;pointer-events:none}to{margin-bottom:0;opacity:1;pointer-events:unset}}.liveshopping-live-chat .liveshopping-profile-picture__wrapper{align-self:flex-start}.liveshopping-live-chat__container--is-reply.liveshopping-live-chat__container--pinned{padding-top:0}.liveshopping-live-chat__container--pinned{background-color:#00000080;padding:5.5px 10px}@media screen and (min-width: 1300px){.liveshopping-live-chat__container--pinned{background-color:#707070}.liveshopping-live-chat__container--pinned .liveshopping-live-chat__buttons{background-color:transparent!important}.liveshopping-live-chat__container--pinned .liveshopping-live-chat__header{color:var(--bl-core-color-white)}.liveshopping-live-chat__container--pinned .liveshopping-live-chat__header>img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);margin-bottom:3px}}.liveshopping-live-chat__container--pinned p.liveshopping-live-chat__content{color:var(--bl-core-color-text-inverted)}.liveshopping-live-chat__container--pinned .liveshopping-live-chat__chat-dots{-webkit-filter:brightness(999);filter:brightness(999)}.liveshopping-live-chat__container--is-reply,.liveshopping-live-chat__container--has-reply{background-color:#0006}@media screen and (min-width: 1300px){.liveshopping-live-chat__container--is-reply,.liveshopping-live-chat__container--has-reply{background-color:#a5a5a5;padding:5px}.liveshopping-live-chat__container--is-reply .liveshopping-live-chat__header--normal,.liveshopping-live-chat__container--has-reply .liveshopping-live-chat__header--normal,.liveshopping-live-chat__container--is-reply .liveshopping-live-chat__content,.liveshopping-live-chat__container--has-reply .liveshopping-live-chat__content{color:var(--bl-core-color-white)}}.liveshopping-live-chat,.liveshopping-live-chat__buttons{align-items:flex-start;display:flex;flex-grow:1;grid-area:1/1;padding:5px}.liveshopping-live-chat .bl-core-button,.liveshopping-live-chat__buttons .bl-core-button{background-color:var(--bl-core-color-text-inverted);font-size:12px;height:unset;margin:0 0 0 5px;min-height:30px;min-width:80px;padding:2px 5px;width:unset}@media screen and (min-width: 1300px){.liveshopping-live-chat{padding-bottom:10px;padding-top:10px}}.liveshopping-live-chat__reply-banner,.liveshopping-live-chat{gap:6px}.liveshopping-live-chat__buttons{align-items:flex-end;justify-content:flex-end;position:relative}@media screen and (min-width: 1300px){.liveshopping-live-chat__buttons{pointer-events:none}}.liveshopping-live-chat__buttons-inner{align-items:center;display:flex;margin:auto 0}@media screen and (min-width: 1300px){.liveshopping-live-chat__buttons-inner{pointer-events:all}}.liveshopping-live-chat__container--buttons-overlaid{display:grid}.liveshopping-live-chat__container--buttons-overlaid .liveshopping-live-chat__buttons{background-color:var(--bl-core-color-black-very-transparent);isolation:isolate}@media screen and (min-width: 1300px){.liveshopping-live-chat__container--buttons-overlaid .liveshopping-live-chat__buttons{background-color:var(--bl-core-color-black-transparent-light)}}.liveshopping-chat__container--buttons-after{background-color:var(--bl-core-color-black-very-transparent);display:flex;flex-wrap:wrap;padding:5px}.liveshopping-chat__container--buttons-after .liveshopping-live-chat,.liveshopping-chat__container--buttons-after .liveshopping-live-chat__buttons{padding:0}.liveshopping-chat__container--buttons-after .liveshopping-live-chat__buttons-inner{isolation:isolate}.liveshopping-live-chat__wrapper{-webkit-filter:drop-shadow(0 1px 2px var(--bl-core-color-chat-shadow));filter:drop-shadow(0 1px 2px var(--bl-core-color-chat-shadow));font-size:14px;line-height:17px;margin:3px 0;-webkit-text-size-adjust:none}@media screen and (max-width: 1299px){.liveshopping-live-chat__wrapper{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}}@media screen and (min-width: 1300px){.liveshopping-live-chat__wrapper{-webkit-filter:unset;filter:unset;-webkit-user-select:all;user-select:all}}.liveshopping-live-chat__header{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;align-items:baseline;color:var(--bl-core-color-text-inverted);display:flex;margin:0}.liveshopping-live-chat__header img{margin-left:5px}.liveshopping-live-chat__header span{color:var(--bl-core-color-text-inverted);display:flex;margin-left:10px;text-transform:uppercase}.liveshopping-live-chat__header span img{margin-bottom:2px;margin-left:0;margin-right:5px}@media screen and (min-width: 1300px){.liveshopping-live-chat__header{color:var(--bl-core-color-text);font-size:16px;line-height:19px}.liveshopping-live-chat__header span{background-color:var(--bl-core-color-black);bottom:2px;font-size:12px;line-height:14px;padding:4px 11px 2px;position:relative}}.liveshopping-live-chat__header--channel-owner,.liveshopping-live-chat__header--moderator{font-size:16px}.liveshopping-live-chat__header--channel-owner{color:var(--bl-core-color-owner)}@media screen and (min-width: 1300px){.liveshopping-live-chat__header--channel-owner{color:var(--bl-core-color-owner-desktop)}}.liveshopping-live-chat__header--moderator{color:var(--bl-core-color-moderator)}@media screen and (min-width: 1300px){.liveshopping-live-chat__header--moderator{color:var(--bl-core-color-moderator-desktop)}}.liveshopping-live-chat__header--error{color:var(--bl-core-color-error)}.liveshopping-live-chat__content{color:var(--bl-core-color-text-inverted);font-size:12px;line-height:14px;margin:0;overflow-wrap:anywhere;overflow-y:hidden;word-break:break-word}@media screen and (min-width: 1300px){.liveshopping-live-chat__content{color:var(--bl-core-color-text);font-size:16px;line-height:19px;margin-right:20px;max-width:540px}}.liveshopping-live-chat__content--has-url{max-height:unset}.liveshopping-live-chat__content--has-url a{color:inherit;pointer-events:unset}.liveshopping-live-chat-input-wrapper{align-items:center;display:flex;gap:8px;justify-content:space-evenly;margin-top:20px;padding:0 10px}.liveshopping-live-bottom__chat{display:flex;flex-grow:1;height:35px;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.liveshopping-live-bottom__chat:empty{display:flex;height:0;visibility:hidden}@media screen and (min-width: 1300px){.liveshopping-live-bottom__chat{height:60px}}input.liveshopping-live-bottom__chat-txt{background-color:var(--bl-core-color-black-very-transparent);border:none;border-radius:50px;color:var(--bl-core-color-text-inverted);font-size:14px;line-height:17px;margin:0;outline:none;padding:0 13px;width:100%}input.liveshopping-live-bottom__chat-txt::-webkit-input-placeholder{color:var(--bl-core-color-text-inverted);opacity:1}input.liveshopping-live-bottom__chat-txt:-ms-input-placeholder{color:var(--bl-core-color-text-inverted);opacity:1}input.liveshopping-live-bottom__chat-txt,input.liveshopping-live-bottom__chat-txt::placeholder{color:var(--bl-core-color-text-inverted);opacity:1}input.liveshopping-live-bottom__chat-txt::selection{background-color:var(--bl-core-color-white);color:var(--bl-core-color-text-heavy)}input.liveshopping-live-bottom__chat-txt:focus{box-shadow:none}input.liveshopping-live-bottom__chat-txt--desktop{background-color:var(--bl-core-color-light-gray);font-size:18px;padding:0 26px}input.liveshopping-live-bottom__chat-txt--desktop::-webkit-input-placeholder{color:var(--bl-core-color-text)}input.liveshopping-live-bottom__chat-txt--desktop:-ms-input-placeholder{color:var(--bl-core-color-text)}input.liveshopping-live-bottom__chat-txt--desktop,input.liveshopping-live-bottom__chat-txt--desktop::placeholder{color:var(--bl-core-color-text)}.liveshopping-live-bottom__chat-character-count{align-self:center;padding:0 16px 0 6px;text-align:right;width:8em}.liveshopping-live-bottom__chat-character-count,.liveshopping-live-bottom__chat-txt--desktop{font-size:16px;font-style:var(--font-body-style);font-weight:400}.bl-core-button.bl-core-button--reply{border:none}.bl-core-button.bl-core-button--reply img,.bl-core-button.bl-core-button--reply svg{-webkit-filter:invert(1);filter:invert(1);margin-right:8px}@media screen and (max-width: 1299px){.bl-core-button.bl-core-button--reply{display:flex}}.liveshopping-live-chat__container+.liveshopping-live-chat__container--has-reply{margin-top:5px}.liveshopping-live-chat__buttons--above{z-index:1}.liveshopping-live-chat__has-reply{margin:auto 5px}@media screen and (min-width: 1300px){.liveshopping-live-chat__has-reply{padding-top:14px}}.liveshopping-live-chat__reply-banner{align-items:center;background:var(--bl-core-color-white);display:flex;margin:6px -10px 0;padding:10px 5px}.liveshopping-live-chat__reply-banner .liveshopping-live-chat__header,.liveshopping-live-chat__reply-banner .liveshopping-live-chat__content{color:var(--bl-core-color-text)}.liveshopping-live-chat__reply-banner .liveshopping-live-chat__close-reply-banner{cursor:pointer;height:34px;margin-left:auto;padding:9px;width:34px}.bl-core-button.liveshopping-live-button{color:var(--bl-core-color-text)}.bl-core-button.liveshopping-live-button--warning{background-color:var(--bl-core-color-error);border-color:#b70000;color:var(--bl-core-color-text-inverted)}.bl-core-button.liveshopping-live-button--chat{background-color:var(--bl-core-color-text-inverted);border:none}.bl-core-button.liveshopping-live-button--chat:not([disabled]):hover{border-color:var(--bl-core-color-white);color:var(--bl-core-color-text-inverted)}.bl-core-button.liveshopping-live-button--pin{border:none}button.liveshopping-live-bottom-button{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;align-items:center;background-color:var(--bl-core-color-black-very-transparent);border:none;border-radius:20px;cursor:pointer;display:grid;height:35px;justify-content:center;padding:0 10px;width:35px}button.liveshopping-live-bottom-button img,button.liveshopping-live-bottom-button .liveshopping-heart{display:grid;-webkit-filter:brightness(999);filter:brightness(999);grid-area:1/1}button.liveshopping-live-bottom-button img{height:20px;transition:opacity .1s ease-out}button.liveshopping-live-bottom-button .liveshopping-heart{height:21px;pointer-events:none;position:relative;width:23px}button.liveshopping-live-bottom-button .liveshopping-live-mute-wrapper{width:22px}button.liveshopping-live-bottom-button.liveshopping-live-bottom-button:disabled,button.liveshopping-live-bottom-button.liveshopping-live-bottom-button--disabled{cursor:default}button.liveshopping-live-bottom-button.liveshopping-live-bottom-button:disabled img,button.liveshopping-live-bottom-button.liveshopping-live-bottom-button--disabled img,button.liveshopping-live-bottom-button:active img{opacity:.5}#share__btn img{margin-right:2px}#heart__btn img{margin-left:1px;margin-top:2px}.liveshopping-live-bottom-button__bag-container{display:flex;position:relative}.liveshopping-live-bottom__bag-count{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:700;align-items:center;background:var(--bl-core-color-white);border-radius:100%;color:var(--bl-core-color-text-light);display:flex;font-size:12px;height:16px;justify-content:center;min-width:16px;position:absolute;right:-7px;top:-5px}.liveshopping-live__top,.liveshopping-live__top-decor{left:0;padding:21px 10px 10px;position:absolute;right:0;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media screen and (min-width: 1300px){.liveshopping-live__top,.liveshopping-live__top-decor{margin:0 auto;overflow:hidden;width:var(--liveshopping-video-aspect-width)}}.liveshopping-live__top-decor{background:var(--bl-core-gradient-live-top-bg);height:calc(var(--liveshopping-video-aspect-width)/2)}.liveshopping-live__top-bar{display:flex;justify-content:space-between}.liveshopping-live__top-bar-right{align-items:center;display:flex;flex-direction:row;gap:10px;margin:0;padding:0 10px}.liveshopping-live__top-bar-right--owner-pov{height:32px;margin-left:-5px;width:100%}div.liveshopping-live__right{display:block;flex:1;overflow:hidden;padding:0 10px 0 35px}div.liveshopping-live__right :empty{display:block}@media screen and (min-width: 1300px){div.liveshopping-live__right .liveshopping-product-all-products__content{margin:0 20px 0 0}div.liveshopping-live__right .liveshopping-product-all-products__item{padding:25px 35px 25px 0}div.liveshopping-live__right .liveshopping-product-all-products__name-wrapper{margin:auto 0 auto 29px}div.liveshopping-live__right .liveshopping-product__back{padding-bottom:30px;padding-top:50px;right:0;top:0;z-index:1}div.liveshopping-live__right .liveshopping-product__back p{display:initial}div.liveshopping-live__right .liveshopping-product__image{height:212px;margin-top:74px;width:212px}div.liveshopping-live__right .liveshopping-product-details__wrapper{padding-top:40px}div.liveshopping-live__right .liveshopping-product-details__content{max-height:unset;overflow-y:unset;padding-left:12px;padding-right:12px;padding-top:5px;text-align:left}div.liveshopping-live__right .liveshopping-product-details__content p{margin-bottom:10px}div.liveshopping-live__right .liveshopping-product-details__content ul{list-style:disc;margin-bottom:10px}div.liveshopping-live__right .liveshopping-live-bag{max-height:calc(100vh - 230px)}div.liveshopping-live__right .liveshopping-live-bag__wrapper{padding-left:5px;padding-right:30px}div.liveshopping-live__right .liveshopping-live-bag__product-overview{justify-content:space-between}div.liveshopping-live__right .liveshopping-product__wrapper{display:flex;flex-direction:column;height:100%;margin-right:25px}div.liveshopping-live__right .liveshopping-product{overflow-x:hidden;overflow-y:auto}}.liveshopping-live__owner{align-items:center;display:flex;flex-direction:row;font-size:11px}.liveshopping-live__owner:before{font-family:Rhymes Display Regular,serif;font-weight:700;content:"Stripes";font-size:20px}.liveshopping-live__owner .liveshopping-profile-picture__name{color:var(--bl-core-color-text-inverted)}.liveshopping-live__owner--with-bio{cursor:pointer}button.liveshopping-live__end-show{align-items:center;cursor:pointer;display:flex;height:35px;line-height:1;margin:0 10px 0 0;padding:0 10px;text-align:center;width:auto}button.liveshopping-live__end-show img{margin-left:10px}.liveshopping-live__close{cursor:pointer;height:14px;vertical-align:text-top}.liveshopping-live__discount-unlocked{background-color:#ffffff80;color:#000;display:inline-block;padding:0 1rem}.liveshopping-live-bag{align-items:center;display:flex;flex-direction:column;justify-content:space-between;max-height:200px;overflow:scroll}.liveshopping-live-bag::-webkit-scrollbar{display:none}.liveshopping-live-bag__product{-webkit-animation:bl-core-fade-in-opacity .2s;animation:bl-core-fade-in-opacity .2s;border-top:1px solid var(--bl-core-color-border-light);padding-bottom:22px;padding-top:22px;width:100%}.liveshopping-live-bag__product:first-child{border-top:unset;padding-top:10px}.liveshopping-live-bag__product-overview{display:flex;flex-direction:row;gap:15px;min-height:var(--bl-core-product-image-thumbnail-size)}.liveshopping-live-bag__product-overview>img{align-self:flex-start}.liveshopping-live-bag__product-inner{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.liveshopping-live-bag__product-inner h1,.liveshopping-live-bag__product-inner h2,.liveshopping-live-bag__product-inner h3,.liveshopping-live-bag__product-inner h4,.liveshopping-live-bag__product-inner h5,.liveshopping-live-bag__product-inner h6{padding-top:0}h2.liveshopping-live-bag__product-inner-title{font-size:14px;line-height:1.5;margin-bottom:8px}@media screen and (max-width: 1023px){h2.liveshopping-live-bag__product-inner-title{font-size:16px}}.liveshopping-live-bag__product-inner-option{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;color:var(--bl-core-color-text);font-size:16px;margin:10px 0}.liveshopping-live-bag__variant-priceline{align-items:center;color:var(--bl-core-color-text-heavy);display:flex;flex-direction:row;font-size:16px;justify-content:space-between;margin-top:auto}.liveshopping-live-bag__variant-priceline>.liveshopping-live-bag__variant-price{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;align-self:flex-end}.liveshopping-live-bag__variant-price-wrapper{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:700;align-self:flex-end;display:flex;gap:4px}.liveshopping-product__form-qty-variant-wrapper{align-items:center;display:flex;gap:10px;justify-content:stretch}.liveshopping-product__form-qty-variant-wrapper .liveshopping-product__quantity-wrapper{flex:3}.liveshopping-product__form-qty-variant-wrapper .liveshopping-product__variant-dropdown,.liveshopping-product__form-qty-variant-wrapper .liveshopping-variant-dropdown__wrapper{flex:7;min-width:0}.liveshopping-live-bag__quantity-wrapper,.liveshopping-product__quantity-wrapper,.liveshopping-product__variant-dropdown{align-items:center;border:3px;border-color:var(--bl-core-color-border-dark);border-style:solid;display:flex;flex-direction:row;height:44px;justify-content:space-between;min-width:93px}.liveshopping-live-bag__quantity-wrapper,.liveshopping-product__quantity-wrapper{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;border-radius:var(--bl-core-border-radius);padding:24px 20px}.liveshopping-product__variant-dropdown{-webkit-appearance:none;appearance:none;background:url(dropdown.svg) no-repeat;background-position:right 9px center;border-radius:0;color:var(--bl-core-color-text);margin-right:0;overflow:hidden;padding:6px 20px 6px 25px;text-overflow:ellipsis}.liveshopping-product__button-list{display:flex;flex-direction:column}.liveshopping-product__button-list button.bl-core-button{margin-bottom:0;margin-top:15px}.liveshopping-product__bundle-product-out-of-stock-notice{text-transform:uppercase}.liveshopping-live-bag__quantity,.liveshopping-product__quantity{color:var(--bl-core-color-text-heavy);text-align:center;width:15px}.liveshopping-live-bag__change-quantity,.liveshopping-product__change-quantity{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;background-color:unset;border:none;cursor:pointer;font-size:20px;padding-left:10px;padding-right:16px}.liveshopping-live-bag__change-quantity:hover,.liveshopping-product__change-quantity:hover{box-shadow:none}.liveshopping-live-bag__change-quantity:focus,.liveshopping-product__change-quantity:focus{color:unset}.liveshopping-live-bag__change-quantity:disabled,.liveshopping-product__change-quantity:disabled{cursor:default;opacity:.5}.liveshopping-live-bag__add-to-bag-error,.liveshopping-product__add-to-bag-error{line-height:22px;margin-top:5px}div.liveshopping-live-bag__subtotal{border-top:1px solid var(--bl-core-color-border-light);display:flex;flex-direction:row;justify-content:space-between;padding-top:14px}div.liveshopping-live-bag__subtotal h2{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;font-size:16px;text-transform:none}.liveshopping-live-bag__bundle-wrapper{margin-top:25px}.liveshopping-live-bag__bundle-item{display:flex;flex-direction:row;gap:14px;margin-bottom:10px}.liveshopping-live-bag__bundle-item>.liveshopping-live-bag__product-image{height:49px;width:49px}.liveshopping-live-bag__bundle-item>.liveshopping-live-bag__product-inner-title{flex:1}.liveshopping-live-bag__bundle-item>.liveshopping-live-bag__product-inner-option{line-height:1;margin:0}.liveshopping-watch__status{align-items:center;display:flex;justify-content:center;min-height:206px}.liveshopping-watch__wrapper{padding:0 22px}.liveshopping-watch__wrapper .liveshopping-stream-card__description{padding-left:2px;padding-right:2px}.liveshopping-watch__wrapper .liveshopping-stream-card--large{margin-bottom:400px}@media screen and (max-width: 1023px){.liveshopping-watch__wrapper{margin-top:-40px}.liveshopping-watch__wrapper .liveshopping-stream-card--large{margin:40px -22px 0}}.liveshopping-friend-reminder__wrapper--live,.liveshopping-friend-reminder__wrapper--card{display:flex;gap:5px;justify-content:space-between}.liveshopping-friend-reminder__wrapper--live .liveshopping-modal__children,.liveshopping-friend-reminder__wrapper--card .liveshopping-modal__children{display:flex;flex-direction:column;justify-content:space-between;padding-top:10px}.liveshopping-friend-reminder__wrapper--live .liveshopping-friend-reminder__text,.liveshopping-friend-reminder__wrapper--card .liveshopping-friend-reminder__text{align-self:center;margin:0!important}.liveshopping-friend-reminder__wrapper--live .liveshopping-share-tooltip,.liveshopping-friend-reminder__wrapper--card .liveshopping-share-tooltip{bottom:61px;right:calc(50% - 52px);top:unset}@media screen and (max-width: 767px){.liveshopping-friend-reminder__wrapper--live .liveshopping-modal,.liveshopping-friend-reminder__wrapper--card .liveshopping-modal{position:fixed}}.liveshopping-friend-reminder__wrapper--live .liveshopping-modal__children{flex-direction:row}.liveshopping-playback{cursor:pointer;margin-top:10px;padding:5px 0 15px}.liveshopping-playback :empty{display:block}.liveshopping-playback.bl-core-dragging .liveshopping-playback__darken{background:#0000004d;transition:background .35s}.liveshopping-playback.bl-core-dragging .liveshopping-playback__thumb{height:22px;width:20px}.liveshopping-playback.bl-core-dragging .liveshopping-playback__scrub{opacity:1;transition:opacity .25s;visibility:visible}@media (hover: hover)and (pointer: fine){.liveshopping-playback:hover .liveshopping-playback__darken{background:#0000004d;transition:background .35s}.liveshopping-playback:hover .liveshopping-playback__thumb{height:22px;width:20px}.liveshopping-playback:hover .liveshopping-playback__scrub{opacity:1;transition:opacity .25s;visibility:visible}}@media screen and (min-width: 1300px){.liveshopping-playback{bottom:50px;left:0;margin:0 auto;position:absolute;right:0;width:var(--liveshopping-video-aspect-width)}}.liveshopping-playback__darken{bottom:0;height:100%;left:0;pointer-events:none;position:fixed;right:0;top:0;transition:background .4s;width:100%;z-index:1}.liveshopping-playback__timestamp{color:var(--bl-core-color-text-inverted);margin:0 10px;position:relative}.liveshopping-playback__track{background:#ffffffd9;display:flex;height:4px;margin-top:12px;min-width:100%;position:relative;width:-webkit-max-content;width:max-content;z-index:1}@media screen and (min-width: 1300px){.liveshopping-playback__track{left:1px}}.liveshopping-playback__progress{background:var(--bl-core-color-black);height:inherit;width:calc(var(--elapsed)*100%)}.liveshopping-playback__thumb{background:var(--bl-core-color-white);height:0;transition:height .25s,width .15s;width:0}.liveshopping-playback__scrub{align-items:center;bottom:0;display:flex;flex-direction:column-reverse;opacity:0;position:absolute;-webkit-transform:translateX(-50%);transform:translate(-50%);transition:opacity .45s,visibility 0s;transition-delay:0s,.4s;visibility:hidden}.liveshopping-playback__scrub p{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;color:var(--bl-core-color-text-inverted);font-size:20px;line-height:26px;margin:7px 0 0;padding:0 4px 25px;text-shadow:0 4px 4px rgba(0,0,0,.25);-webkit-transform:translateX(calc(max(0px,50% - var(--elapsed) * var(--video-width) / 1.4) - max(0px,50% - var(--remaining) * var(--video-width) / 1.3)));transform:translate(calc(max(0px,50% - var(--elapsed) * var(--video-width) / 1.4) - max(0px,50% - var(--remaining) * var(--video-width) / 1.3)));--remaining: calc(1 - var(--elapsed))}.liveshopping-playback__scrub-wrapper{position:relative}.liveshopping-playback__canvas{bottom:0;height:100%;left:0;pointer-events:none;position:fixed;right:0;top:0;width:100%;z-index:-1}.liveshopping-playback__canvas.liveshopping-playback__canvas--not-scrubbing{visibility:hidden}.liveshopping-playback-play{-webkit-transform:translateX(1px);transform:translate(1px)}.liveshopping-variant-dropdown__wrapper{height:44px;max-width:350px;position:relative}.liveshopping-variant-dropdown__item{align-items:flex-start;background-color:var(--bl-core-color-white);border-bottom:1px solid var(--bl-core-color-border);cursor:pointer;display:flex;flex-direction:row;min-width:106px;position:relative}@media (hover: hover)and (pointer: fine){.liveshopping-variant-dropdown__item:not(.liveshopping-variant-dropdown__item--closed):hover{background-color:var(--bl-core-color-light-gray)}}.liveshopping-variant-dropdown__item:not(.liveshopping-variant-dropdown__item--closed):last-child{border-bottom:none}.liveshopping-variant-dropdown__item--closed{border:1px solid var(--bl-core-color-border);height:44px;white-space:nowrap}.liveshopping-variant-dropdown__item--selected{background-color:var(--bl-core-color-light-gray)}.liveshopping-variant-dropdown__arrow{height:14px;margin:14px 10px 0;width:14px}.liveshopping-variant-dropdown__arrow--up{-webkit-transform:rotate(90deg);transform:rotate(90deg);transition:-webkit-transform .16s;transition:transform .16s;transition:transform .16s,-webkit-transform .16s}.liveshopping-variant-dropdown__arrow--down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:-webkit-transform .16s;transition:transform .16s;transition:transform .16s,-webkit-transform .16s}.liveshopping-variant-dropdown__body{background-color:var(--bl-core-color-white);border:1px solid var(--bl-core-color-border);box-sizing:content-box;display:block;max-height:195px;-ms-overflow-style:none;overflow-y:scroll;position:relative;scrollbar-width:none;z-index:2}.liveshopping-variant-dropdown__body::-webkit-scrollbar{display:none}.liveshopping-variant-dropdown__swatch{background-size:100%;border-radius:15px;height:30px;margin:6px 0 6px 5px;max-width:30px;min-width:30px;width:30px}.liveshopping-variant-dropdown__description{display:flex;flex-direction:column;flex-grow:1;margin:4px 5px;min-width:0}.liveshopping-variant-dropdown__name{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;color:var(--bl-core-color-text-title);font-size:12px;line-height:17px;text-transform:uppercase;width:100%}.liveshopping-variant-dropdown__secondary{color:var(--bl-core-color-gray);font-size:12px;line-height:17px;overflow:hidden}.liveshopping-variant-dropdown__item--closed .liveshopping-variant-dropdown__secondary{text-overflow:ellipsis;white-space:nowrap;width:100%}.liveshopping-product-mini__slide-right{-webkit-animation:liveshopping-product-mini__slide-right calc(var(--liveshopping-product-mini__slide-duration)*1ms) forwards;animation:liveshopping-product-mini__slide-right calc(var(--liveshopping-product-mini__slide-duration)*1ms) forwards;left:-100px}@-webkit-keyframes liveshopping-product-mini__slide-right{to{left:0}}@keyframes liveshopping-product-mini__slide-right{to{left:0}}.liveshopping-product-mini__slide-left{-webkit-animation:liveshopping-product-mini__slide-left calc(var(--liveshopping-product-mini__slide-duration)*1ms) forwards;animation:liveshopping-product-mini__slide-left calc(var(--liveshopping-product-mini__slide-duration)*1ms) forwards;left:0}@-webkit-keyframes liveshopping-product-mini__slide-left{to{left:-100px}}@keyframes liveshopping-product-mini__slide-left{to{left:-100px}}#react-liveshopping-featured-show{--liveshopping-side-padding: 0;background-color:var(--bl-core-color-light-blue);font-size:14px;line-height:20px}#react-liveshopping-featured-show>h1{display:none}@media screen and (min-width: 1024px){#react-liveshopping-featured-show{padding-bottom:40px;padding-top:40px}}#react-liveshopping-upcoming-shows,#react-liveshopping-previous-shows{--liveshopping-side-padding: max(15px, (100% - 1350px) / 2) }#react-liveshopping-featured-show,#react-liveshopping-upcoming-shows,#react-liveshopping-previous-shows{padding-left:var(--liveshopping-side-padding);padding-right:var(--liveshopping-side-padding)}@media screen and (min-width: 1024px){#react-liveshopping-featured-show .liveshopping-livestream-list__heading,#react-liveshopping-upcoming-shows .liveshopping-livestream-list__heading,#react-liveshopping-previous-shows .liveshopping-livestream-list__heading{padding-top:52px}}#react-liveshopping-previous-shows{background:var(--bl-core-color-white);margin-left:0;margin-right:0;max-width:unset;padding-bottom:50px;padding-top:24px}#react-liveshopping-previous-shows .liveshopping-livestream-list{cursor:unset;display:grid;gap:21px 4%;grid-template-columns:repeat(2,1fr);justify-content:start;max-width:100%;overflow:unset;padding-right:15px}#react-liveshopping-previous-shows .liveshopping-livestream-list .liveshopping-show-card{height:unset;width:unset}#react-liveshopping-previous-shows .liveshopping-livestream-list .liveshopping-show-card .liveshopping-show-card__inner{padding:0 0 100%;position:relative;--liveshopping-show-card-padding-x: 13px;--liveshopping-show-card-padding-y: 10px}#react-liveshopping-previous-shows .liveshopping-livestream-list .liveshopping-show-card .liveshopping-show-card__inner>*{left:var(--liveshopping-show-card-padding-x);position:absolute;right:var(--liveshopping-show-card-padding-x)}#react-liveshopping-previous-shows .liveshopping-livestream-list .liveshopping-show-card .liveshopping-show-card__inner>:first-child{top:var(--liveshopping-show-card-padding-y)}#react-liveshopping-previous-shows .liveshopping-livestream-list .liveshopping-show-card .liveshopping-show-card__inner>:last-child{bottom:var(--liveshopping-show-card-padding-y)}@media screen and (min-width: 768px){#react-liveshopping-previous-shows .liveshopping-livestream-list{grid-template-columns:repeat(3,1fr);padding-left:0;padding-right:0}}#react-liveshopping-previous-shows .liveshopping-show-card__wrapper{margin:0}@media screen and (min-width: 1024px){#react-liveshopping-previous-shows{margin-top:48px;padding-top:0}#react-liveshopping-previous-shows .liveshopping-livestream-list__heading{margin-top:34px}}#react-liveshopping-previous-shows .liveshopping-show-card-footer{width:100%}#react-liveshopping-upcoming-shows .liveshopping-livestream-list .liveshopping-show-card__wrapper{margin-right:16px;margin-top:0}#react-liveshopping-upcoming-shows .liveshopping-show-card{height:245px}#react-liveshopping-upcoming-shows .liveshopping-show-card,#react-liveshopping-upcoming-shows .liveshopping-show-card-footer{width:245px}#react-liveshopping-upcoming-shows .bl-core-button{display:initial}@media screen and (min-width: 1024px){#react-liveshopping-upcoming-shows .liveshopping-show-card{height:271px;width:271px}#react-liveshopping-upcoming-shows .liveshopping-livestream-list{cursor:unset;display:grid;gap:21px 4%;grid-template-columns:repeat(2,1fr);justify-content:start;max-width:100%;overflow:unset;padding-right:15px}#react-liveshopping-upcoming-shows .liveshopping-livestream-list .liveshopping-show-card{height:unset;width:unset}#react-liveshopping-upcoming-shows .liveshopping-livestream-list .liveshopping-show-card .liveshopping-show-card__inner{padding:0 0 100%;position:relative;--liveshopping-show-card-padding-x: 13px;--liveshopping-show-card-padding-y: 10px}#react-liveshopping-upcoming-shows .liveshopping-livestream-list .liveshopping-show-card .liveshopping-show-card__inner>*{left:var(--liveshopping-show-card-padding-x);position:absolute;right:var(--liveshopping-show-card-padding-x)}#react-liveshopping-upcoming-shows .liveshopping-livestream-list .liveshopping-show-card .liveshopping-show-card__inner>:first-child{top:var(--liveshopping-show-card-padding-y)}#react-liveshopping-upcoming-shows .liveshopping-livestream-list .liveshopping-show-card .liveshopping-show-card__inner>:last-child{bottom:var(--liveshopping-show-card-padding-y)}}@media screen and (min-width: 1024px)and (min-width: 768px){#react-liveshopping-upcoming-shows .liveshopping-livestream-list{grid-template-columns:repeat(3,1fr);padding-left:0;padding-right:0}}@media screen and (min-width: 1024px){#react-liveshopping-upcoming-shows .liveshopping-show-card__wrapper{margin:0}}.liveshopping-livestream-list__wrapper{max-width:100%;padding:var(--bl-core-default-padding)}@media screen and (max-width: 767px){.template-page--live-shopping .liveshopping-livestream-list__wrapper,.template-page--live-shopping .main>.container{padding:0}}.liveshopping-livestream-list{cursor:grab;display:flex;max-width:100%;overflow-x:scroll;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.liveshopping-livestream-list::-webkit-scrollbar{display:none}.liveshopping-livestream-list.bl-core-dragging{cursor:grabbing!important}.liveshopping-livestream-list .liveshopping-show-card__wrapper:last-child{margin-right:0}h2.liveshopping-livestream-list__heading{font-family:Rhymes Display Regular,serif;font-weight:700;font-size:32px;-webkit-margin-before:0;margin-block-start:0;margin-bottom:24px;padding-top:20px}@media screen and (min-width: 1024px){h2.liveshopping-livestream-list__heading{letter-spacing:.625px;margin:0 15px 28px 0;padding:18px 0 8px}}.react-root :first-child .liveshopping-livestream-list__heading:first-child,.react-root :first-child.liveshopping-livestream-list__heading{margin-top:40px}.liveshopping-live-chat__left-buttons,.liveshopping-live-chat__right-buttons{display:flex;flex-direction:row;font-size:25px;gap:8px}.liveshopping-live__desktop-chat-buttons-wrapper{bottom:0;display:flex;flex-direction:row;justify-content:space-between;left:0;margin:0 auto;padding:15px 10px;position:absolute;right:0;width:var(--liveshopping-video-aspect-width)}.liveshopping-live-chat__desktop-left-buttons,.liveshopping-live-chat__desktop-right-buttons{display:flex;flex-direction:row;gap:8px}@media screen and (min-width: 1300px){.liveshopping-auth-modal--live .liveshopping-modal__bg,.liveshopping-auth-modal--live .liveshopping-modal,.liveshopping-modal--display-name .liveshopping-modal__bg,.liveshopping-modal--display-name .liveshopping-modal,.liveshopping-modal--onboard .liveshopping-modal__bg,.liveshopping-modal--onboard .liveshopping-modal{left:0;margin:0 auto 0 0;width:calc((100% - var(--liveshopping-video-aspect-width))/2)!important}.liveshopping-playback__darken{margin:auto;width:var(--liveshopping-video-aspect-width)}}h1.liveshopping-live-right-panel__header,h1.liveshopping-live-chat-panel__header{display:flex;font-size:32px;justify-content:space-between;line-height:1;margin:27px 0 auto;padding-bottom:10px}.liveshopping-live-chat__emoji-picker-wrapper{align-items:center;display:flex;margin-right:17px;position:relative}.liveshopping-live-chat__emoji-picker-wrapper .emoji-picker-react{bottom:40px;position:absolute!important}.liveshopping-live-chat__emoji{cursor:pointer;height:25px;margin:10px 16px 10px 10px;width:25px}.liveshopping-live-chat__chat-dots{cursor:pointer;padding:0 10px}.liveshopping-live-chat__desktop-buttons{background-color:var(--bl-core-color-white);border-radius:var(--bl-core-border-radius);box-shadow:0 2px 6px #00000024;display:flex;flex-direction:column;padding:5px;position:fixed;--liveshopping-live-chat-button-y: 1;-webkit-transform:translate(-85%,calc((50% + 15px) * var(--liveshopping-live-chat-button-y) - var(--liveshopping-live-chat-offset)));transform:translate(-85%,calc((50% + 15px) * var(--liveshopping-live-chat-button-y) - var(--liveshopping-live-chat-offset)))}.liveshopping-live-chat__desktop-buttons.liveshopping-live-chat__desktop-buttons--offset{--liveshopping-live-chat-button-y: -1}.liveshopping-live-chat__desktop-buttons button.bl-core-button{background-color:unset;border:none;color:var(--bl-core-color-text);justify-content:flex-start;margin:0;padding:5px 10px}.liveshopping-live-chat__desktop-buttons button.bl-core-button:hover{background-color:var(--bl-core-color-light-gray);border:none;box-shadow:none;color:var(--bl-core-color-outline-button-labels)}.liveshopping-live-chat__desktop-buttons button.liveshopping-live-button--chat{color:var(--bl-core-color-error)}.liveshopping-live-chat__desktop-buttons button.liveshopping-live-button--chat:hover{color:var(--bl-core-color-error)!important}.liveshopping-modal{background-color:var(--bl-core-color-white);bottom:0;display:flex;flex-direction:column;left:0;max-height:100%;padding:16px 20px;position:absolute;right:0}.liveshopping-modal .text-editor *,.liveshopping-modal .account-form__note{font-size:18px;line-height:24px}.liveshopping-modal .account-form__note{margin-top:10px}.liveshopping-modal h1,.liveshopping-modal h2{font-family:Rhymes Display Regular,serif;font-weight:700;line-height:1.5}@media screen and (min-width: 1300px){.liveshopping-modal{left:2px;margin:0 auto;right:0;width:var(--liveshopping-video-aspect-width)!important}}.liveshopping-modal__anim-open{-webkit-animation:liveshopping-modal__fade-in ease-in .15s;animation:liveshopping-modal__fade-in ease-in .15s;opacity:1}.liveshopping-modal__anim-close{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);transition:all ease-out .2s}.liveshopping-modal__anim-bg-open{-webkit-animation:bl-core-fade-in-opacity ease-in .1s;animation:bl-core-fade-in-opacity ease-in .1s;opacity:1}.liveshopping-modal__anim-bg-close{opacity:0;pointer-events:none;transition:opacity ease-out .2s}.liveshopping-modal--friend-discount-unlocked .liveshopping-modal,.liveshopping-friend-reminder__wrapper--live .liveshopping-modal,.liveshopping-auth-modal--live .liveshopping-modal{-webkit-animation:liveshopping-modal__fade-in-toast ease-in .25s;animation:liveshopping-modal__fade-in-toast ease-in .25s;padding:16px;width:100%}.liveshopping-modal--friend-discount-unlocked .liveshopping-modal__header,.liveshopping-friend-reminder__wrapper--live .liveshopping-modal__header,.liveshopping-auth-modal--live .liveshopping-modal__header{height:unset;margin-bottom:10px}.liveshopping-modal--friend-discount-unlocked .liveshopping-modal__header h2.liveshopping-modal__header-text,.liveshopping-friend-reminder__wrapper--live .liveshopping-modal__header h2.liveshopping-modal__header-text,.liveshopping-auth-modal--live .liveshopping-modal__header h2.liveshopping-modal__header-text{font-size:24px;margin-bottom:8px}.liveshopping-modal--friend-discount-unlocked .liveshopping-modal__children,.liveshopping-friend-reminder__wrapper--live .liveshopping-modal__children,.liveshopping-auth-modal--live .liveshopping-modal__children{padding:0 7px}.liveshopping-modal--friend-discount-unlocked .liveshopping-modal__children p,.liveshopping-friend-reminder__wrapper--live .liveshopping-modal__children p,.liveshopping-auth-modal--live .liveshopping-modal__children p{margin-bottom:1.625em}.liveshopping-modal--friend-discount-unlocked .liveshopping-modal__children .bl-core-button,.liveshopping-friend-reminder__wrapper--live .liveshopping-modal__children .bl-core-button,.liveshopping-auth-modal--live .liveshopping-modal__children .bl-core-button{margin-bottom:0}.liveshopping-modal__bg{-webkit-animation:bl-core-fade-in-opacity ease .2s;animation:bl-core-fade-in-opacity ease .2s;background:var(--bl-core-gradient-modal-bg);bottom:0;left:0;position:fixed;right:0;top:0}.liveshopping-calendar__wrapper-with-bg{position:fixed;z-index:991}@media screen and (min-width: 1300px){.liveshopping-live-wrapper .liveshopping-modal__bg{max-width:var(--liveshopping-video-aspect-width)}}.liveshopping-modal__header{display:flex;height:22px;justify-content:space-between}.liveshopping-modal__header h2{align-self:flex-end;margin:0}.liveshopping-modal__header img{align-self:flex-start;margin-left:auto}.liveshopping-modal__header h2.liveshopping-modal__header-text{font-size:24px;width:100%}.liveshopping-modal__bar{background-color:var(--bl-core-color-light-gray);cursor:pointer;height:4px;margin:0 auto 15px;max-width:132px}.liveshopping-modal__close{cursor:pointer;z-index:3}.liveshopping-modal--bag .liveshopping-modal__header-text{line-height:1;padding-left:0;text-align:left}.liveshopping-modal--bag .liveshopping-modal__header-text-in-body{display:none}.liveshopping-modal--bag .liveshopping-modal__children{margin-top:30px}.liveshopping-modal--display-name .liveshopping-modal{max-height:none;min-height:300px}.liveshopping-modal--display-name .liveshopping-modal__header-text{color:transparent;padding-left:0;text-align:left}.liveshopping-modal--all-products .liveshopping-modal__children{margin-top:-13px}.liveshopping-modal--product .liveshopping-modal__children{margin-top:-20px}.liveshopping-modal--product .liveshopping-modal__children h2:not(.liveshopping-product__header){margin:0}.liveshopping-modal--product .liveshopping-product-details__header{align-items:flex-start}.liveshopping-product h2.liveshopping-product__header{font-family:Rhymes Display Regular,serif;font-weight:700;font-size:16px;line-height:24px;margin-top:5px}.liveshopping-modal__header-text-in-body{font-size:24px;margin-bottom:24px!important;margin-top:0}.liveshopping-modal__header-text--multi-header,.liveshopping-modal__header-text-in-body--multi-header{display:flex;justify-content:space-between;margin-bottom:0;padding-bottom:10px}.liveshopping-modal__header-text-in-body--multi-header{border-bottom:1px solid var(--bl-core-color-border)}.liveshopping-modal--profile .liveshopping-modal__children{align-items:center;display:flex;flex-direction:column}@-webkit-keyframes liveshopping-modal__fade-in{0%{opacity:0;pointer-events:none;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;pointer-events:unset}}@keyframes liveshopping-modal__fade-in{0%{opacity:0;pointer-events:none;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;pointer-events:unset}}@-webkit-keyframes liveshopping-modal__fade-in-toast{0%{opacity:0;pointer-events:none;-webkit-transform:translateY(100px);transform:translateY(100px)}to{opacity:1;pointer-events:unset}}@keyframes liveshopping-modal__fade-in-toast{0%{opacity:0;pointer-events:none;-webkit-transform:translateY(100px);transform:translateY(100px)}to{opacity:1;pointer-events:unset}}.liveshopping-modal--reminder{position:fixed;text-align:center;z-index:991}.liveshopping-modal--reminder .text-editor{margin:14px auto 28px}.liveshopping-modal--reminder .text-editor *{font-size:18px}.liveshopping-modal--reminder .bl-core-button{margin:14px auto}.liveshopping-modal--reminder .liveshopping-modal__children{margin-bottom:24px}@media screen and (min-width: 768px){.liveshopping-modal--reminder .liveshopping-modal__children{margin-bottom:40px;padding:0 22px}}.liveshopping-modal--reminder .liveshopping-modal__children p{font-size:12px;line-height:20px;margin-top:16px}.liveshopping-modal--reminder .liveshopping-modal--reminder-error{color:var(--bl-core-color-error)}.liveshopping-product{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:18px;text-align:center}.liveshopping-product.liveshopping-product-reminder-details{padding-top:20px}.liveshopping-product h2{line-height:20px;margin:14px auto 7px}.liveshopping-product>h2.liveshopping-product__header{margin-top:20px}.liveshopping-modal--product .liveshopping-product{padding:0 0 20px}.liveshopping-product__price-wrapper{display:flex;flex-direction:row-reverse;gap:4px}.liveshopping-product__price,.liveshopping-product__discount-price{font-family:ITC Franklin Gothic Book,sans-serif;font-weight:400;font-size:16px}.liveshopping-live-bag__wrapper{display:flex;flex-direction:column}.liveshopping-product__image,.liveshopping-live-bag__product-image{-webkit-animation:fade-in-opacity-from-grey .5s ease-out;animation:fade-in-opacity-from-grey .5s ease-out;height:var(--bl-core-product-image-thumbnail-size);width:var(--bl-core-product-image-thumbnail-size);-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;aspect-ratio:1;object-fit:cover}@-webkit-keyframes fade-in-opacity-from-grey{0%{background-color:#0003;opacity:0;pointer-events:none}to{background-color:#0000;opacity:1;pointer-events:none}}@keyframes fade-in-opacity-from-grey{0%{background-color:#0003;opacity:0;pointer-events:none}to{background-color:#0000;opacity:1;pointer-events:none}}.liveshopping-product__form{display:flex;flex-direction:column}@media screen and (min-width: 1300px){.liveshopping-product__form{padding-bottom:30px;padding-top:30px}}button.liveshopping-product-button-show-product-details{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;border:none;font-size:16px;margin:5px 0;padding:0;text-decoration:underline;text-transform:none}.liveshopping-product__back{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;align-items:center;cursor:pointer;display:flex;left:5px;padding:7px;position:absolute;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.liveshopping-product__back img{height:16px}.liveshopping-product__back p{display:none;font-size:16px;margin:0 0 0 14px}.liveshopping-live-wrapper .liveshopping-product__back{left:-7px;top:0}.liveshopping-product-reminder-details .liveshopping-product-details__close{top:33px}.liveshopping-product-reminder-details .liveshopping-product-info__header,.liveshopping-product-reminder-details .liveshopping-product-details__header{width:100%}.liveshopping-product-info__header,.liveshopping-product-details__header{align-items:center;display:flex;margin:0 0 5px;min-height:20px;padding:5px 27px 10px 20px;text-align:center;width:calc(100% + 40px)}.liveshopping-product-info__header{margin-bottom:0;padding-bottom:0}.liveshopping-product-details__header{border-bottom:1px solid var(--bl-core-color-border-light)}.liveshopping-product-details__header-text{font-family:Rhymes Display Regular,serif;font-size:16px;margin:auto;-webkit-margin-after:0!important;margin-block-end:0!important;padding:0 20px;text-align:center;width:100%}.liveshopping-product-details__wrapper,.liveshopping-product__bundle-wrapper{position:relative}@media screen and (max-width: 1299px){.liveshopping-product-details__wrapper>:after,.liveshopping-product__bundle-wrapper>:after{background-image:linear-gradient(to bottom,#fff0,#fff);bottom:0;content:"";height:32px;left:0;pointer-events:none;position:absolute;width:100%;z-index:1}}.liveshopping-product__bundle-wrapper{max-width:100%}.liveshopping-product-details__content{padding:20px 10px 50px 0}.liveshopping-product-details__content ul{padding-left:2rem}.liveshopping-product-details__content,.liveshopping-product-all-products__content{max-height:300px;overflow-y:auto}.liveshopping-product-all-products__content{display:flex;flex-direction:column;max-height:285px}.liveshopping-product-all-products__content::-webkit-scrollbar{display:none}@media screen and (min-width: 1300px){.liveshopping-product-all-products__content{height:calc(100% - 84px);max-height:calc(100% - 84px)}}.liveshopping-modal--all-products .liveshopping-product-all-products__content,.liveshopping-product-details__content{cursor:grab}.liveshopping-modal--all-products .liveshopping-product-all-products__content.bl-core-dragging,.liveshopping-product-details__content.bl-core-dragging{cursor:grabbing}h1.liveshopping-product-all-products__header{font-family:Rhymes Display Regular,serif;font-weight:700;font-size:24px;line-height:1;padding-bottom:15px}.liveshopping-modal--all-products .liveshopping-modal__header-text{display:none}.liveshopping-modal--all-products-in-show .liveshopping-modal{padding-bottom:0}@media screen and (max-width: 1023px){.liveshopping-product-all-products__header{font-size:18px;text-align:center}}.liveshopping-product-all-products__item{border-top:1px solid var(--bl-core-color-border-light);cursor:pointer;display:flex;padding:16px 0;position:relative}.liveshopping-product-all-products__item:first-child{border-top:none;padding-top:0}.liveshopping-product-details__entry{font-family:ITC Franklin Gothic Book,sans-serif;font-weight:400}.liveshopping-product-details__entry>:first-child{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;font-size:14px;letter-spacing:.5px}+.liveshopping-product-details__entry{margin-top:12px}.liveshopping-product-all-products__img{aspect-ratio:1;object-fit:cover;height:var(--bl-core-product-image-thumbnail-size);width:var(--bl-core-product-image-thumbnail-size)}.liveshopping-product-all-products__name-wrapper{align-items:center;display:flex;justify-content:space-between;margin:0 12px;width:100%}.liveshopping-product-all-products__name{font-family:Rhymes Display Regular,serif;font-weight:700;font-size:16px;line-height:1;margin:auto 32px auto 0}@media screen and (min-width: 1300px){.liveshopping-product-all-products__name{font-size:20px}}.liveshopping-product-all-products__featured-text{font-family:ITC Franklin Gothic Book,sans-serif;font-weight:400;background-color:var(--bl-core-color-solid-button-background);border-radius:var(--bl-core-border-radius);color:var(--bl-core-color-text-inverted);font-size:14px;line-height:1;margin:0 0 30px;padding:3px 14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (min-width: 1300px){.liveshopping-product-all-products__featured-text{margin-bottom:16px}}.liveshopping-product-all-products__featured-radio{height:15px;margin:0 30px 0 10px;width:15px}@media screen and (max-width: 767px){.liveshopping-product-all-products__featured-radio{margin:0 15px 0 5px}}.liveshopping-product-all-products__arrow{margin-left:auto;margin-right:10px;width:8px}.liveshopping-product-all-products__tick{border-radius:550%;height:20px;position:absolute;-webkit-transform:translate(56px,-4px);transform:translate(56px,-4px);width:20px}.liveshopping-product__price--overridden{text-decoration:line-through}.liveshopping-product .liveshopping-product__price--overridden,.liveshopping-live-bag .liveshopping-product__price--overridden{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;color:var(--bl-core-color-text-light)}.liveshopping-purchase-reminder{margin:0 auto 20px;max-width:50vh;padding-bottom:40px;position:relative}.liveshopping-purchase-reminder .bl-core-button--link,.liveshopping-purchase-reminder .liveshopping-product__button-list button:last-child,.liveshopping-product__button-list .liveshopping-purchase-reminder button:last-child,.liveshopping-purchase-reminder .liveshopping-product-details__wrapper{font-size:16px}.liveshopping-purchase-reminder .liveshopping-product__wrapper{padding:0}.liveshopping-purchase-reminder .liveshopping-product-all-products__content{max-height:unset}@media screen and (max-width: 1023px){.liveshopping-purchase-reminder{margin-top:30px}}@media screen and (max-width: 767px){.liveshopping-purchase-reminder{max-width:var(--bl-core-form-max-width);padding-bottom:0}}h1.liveshopping-purchase-reminder__title{font-family:Rhymes Display Regular,serif;font-weight:700;font-size:18px;line-height:21px;margin-top:25px;padding-bottom:30px;text-align:center}h1.liveshopping-purchase-reminder__title--empty{display:none}h1.liveshopping-purchase-reminder__title--empty+*{padding-top:36px}@media screen and (min-width: 1024px){h1.liveshopping-purchase-reminder__title--empty+*{padding-top:44px}}.liveshopping-product__bundle-product-wrapper{border-bottom:1px solid var(--bl-core-color-border-light);display:flex;padding:18px 0}.liveshopping-product__bundle-product-wrapper:last-child{border-bottom:none}.liveshopping-product__bundle-product-wrapper .liveshopping-product__header{margin-left:0;text-align:left}.liveshopping-product__bundle-product-wrapper>.liveshopping-product__inner>.liveshopping-product__image{height:121px;margin-top:0;width:121px}.liveshopping-product__bundle-product-options-wrapper{display:flex;flex:1;flex-direction:column;gap:8px;justify-content:space-between;margin-left:24px;min-width:0}.liveshopping-product__bundle-content{margin-left:-20px;margin-right:-20px;max-height:200px;overflow-y:scroll;padding:0 20px}.liveshopping-product__bundle-content .liveshopping-product__variant-details-wrapper,.liveshopping-product__bundle-content .liveshopping-variant-dropdown__wrapper{text-align:left}.liveshopping-product__bundle-content::-webkit-scrollbar{display:none}@media screen and (min-width: 1300px){.liveshopping-product__bundle-content{margin-right:0;max-height:unset;overflow-y:unset}}.liveshopping-product__variant-name{color:var(--bl-core-color-text-heavy);text-transform:uppercase}.liveshopping-product__variant-secondary-name{color:var(--bl-core-color-text)}.liveshopping-product__variant-details-wrapper{align-items:flex-start;display:flex;flex-direction:row;gap:5px}.liveshopping-product__variant-names-wrapper{display:flex;flex-direction:column}.liveshopping-product__wrapper{position:relative}.liveshopping-product-card__detail,.liveshopping-product-card__outline{height:150px;width:100%}.liveshopping-product-cards__wrapper{cursor:grab;overflow-x:scroll}.liveshopping-product-cards__wrapper.bl-core-dragging{cursor:grabbing}.liveshopping-product-card{max-width:unset}.liveshopping-product-card>*{width:150px}.liveshopping-product-card__outline{box-shadow:0 0 0 1px #000;cursor:pointer;font-size:32px;margin:15px 0;position:relative}.liveshopping-product-card__outline:empty,.liveshopping-product-card__detail:empty{cursor:unset;display:block}.liveshopping-product-card__schedule-wrapper{align-items:center;display:flex}.liveshopping-product-card__hr{margin:2rem 0}.liveshopping-product-card__discounts-wrapper{margin-left:20px}.liveshopping-product-card__discounts-title{font-style:italic}.liveshopping-product-card__discounts-caveats{font-size:12px}.liveshopping-product-card__discounts-caveats ul{padding-left:20px}.liveshopping-product-card__discount{display:flex;justify-content:space-between;padding:5px 0}.liveshopping-product-card__discount-label{margin-right:20px}.liveshopping-product-card__discount-entry{white-space:nowrap}.liveshopping-product-card__discount-entry input:invalid{border-color:var(--bl-core-color-error)}.liveshopping-product-card__discount-entry input[type=number]{border-style:solid;border-width:1px;margin-right:5px;padding:2px}.liveshopping-product-card__buttons-wrapper{margin-left:20px}.liveshopping-product-card__img-wrapper{position:relative}.liveshopping-product-card__img{box-shadow:0 0 0 1px #000;display:block;height:100%;left:50%;object-fit:cover;object-position:center;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.liveshopping-product-card__add{left:50%;margin:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.liveshopping-product-card__name{font-size:13px}.liveshopping-product-cards__center{justify-content:center;margin:1px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.liveshopping-product-cards-left,.liveshopping-product-cards__center{display:flex}.liveshopping-product-cards-left>*,.liveshopping-product-cards__center>*{margin:0 10px;width:100%}.liveshopping-product-cards-left>:first-child,.liveshopping-product-cards__center>:first-child{margin-left:0}.liveshopping-product-cards-left>:last-child,.liveshopping-product-cards__center>:last-child{margin-right:0}.liveshopping-profile-picture__wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:6px;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.liveshopping-profile-picture{align-items:flex-end;display:flex}.liveshopping-profile-picture__image{align-items:flex-end;border:5px solid var(--bl-core-color-white);border-radius:50%;display:flex}.liveshopping-profile-picture__name{font-size:12px;line-height:15px;max-width:104px;word-break:break-all}.liveshopping-profile-picture__name a{text-decoration:none}.liveshopping-profile-picture__name--light-text{color:var(--bl-core-color-text-inverted)}.liveshopping-modal--profile{align-items:center;display:flex;flex-direction:column}.liveshopping-modal--profile .liveshopping-profile-picture__name{color:var(--bl-core-color-text-heavy);font-size:16px;margin-top:12px}.liveshopping-profile-modal__bio{font-family:ITC Franklin Gothic Book,sans-serif;font-weight:400;font-size:14px;margin:12px 20px;text-align:center}.liveshopping-image-uploader{display:flex;flex-flow:wrap;justify-content:center;margin-bottom:50px}.liveshopping-image-uploader__viewer{cursor:pointer}.liveshopping-image-uploader__viewer-edit-icon{cursor:pointer;float:right}.liveshopping-following{padding:var(--bl-core-default-padding)}.liveshopping-personal-details{margin:auto;max-width:400px;padding:var(--bl-core-default-padding)}.liveshopping-personal-details__ingest-details{width:100%}.liveshopping-influencer-profile{align-items:center;display:flex;flex-flow:column;margin-top:1rem}.liveshopping-share-tooltip{background-color:var(--bl-core-color-tooltip-background);color:var(--bl-core-color-tooltip-text);opacity:0;padding:5px 16px;pointer-events:none;position:absolute;text-align:center;transition:opacity .4s;width:-webkit-max-content;width:max-content;z-index:1}@media screen and (max-width: 1023px){.liveshopping-share-tooltip{bottom:30px;right:-24px}}@media screen and (min-width: 1024px){.liveshopping-share-tooltip{right:-35px;top:-32px}}.liveshopping-share-tooltip:after{border-color:var(--bl-core-color-tooltip-background) transparent transparent transparent;border-style:solid;border-width:5px;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.liveshopping-share-tooltip.active{opacity:1}.liveshopping-share-wrapper{display:initial;position:relative}.liveshopping-friend-reminder__text{flex-grow:2}.liveshopping-button--share{align-items:center;background-color:var(-color-btn-bg, var(--bl-core-color-primary));border:1px solid var(--color-btn-border, var(--bl-core-color-primary));display:flex;justify-content:space-evenly;margin:0;padding:10px}.liveshopping-button--share img{-webkit-filter:brightness(999);filter:brightness(999);height:20px;padding-right:10px}:root{--stream-card-desktop-max-width: 415px}.liveshopping-stream-card{background-position:center;background-repeat:no-repeat;background-size:cover;color:var(--bl-core-color-text-inverted);display:flex;max-height:95vh;position:relative}@media screen and (min-width: 1024px){.liveshopping-stream-card--pending .liveshopping-stream-card__title-wrapper .liveshopping-stream-card__share{display:flex}.liveshopping-stream-card--pending .liveshopping-stream-card__stat-wrapper .liveshopping-stream-card__share{display:none}}.liveshopping-stream-card--ended{margin-bottom:17px;min-height:unset}.liveshopping-stream-card__info{background-color:var(--bl-core-color-light-pink);color:var(--bl-core-color-text-inverted);display:flex;justify-content:space-around;margin-top:80vw;padding:10% 5%;width:100%}@media screen and (min-width: 1024px){.liveshopping-stream-card__info{margin-top:50vh}}.liveshopping-stream-card__info h1,.liveshopping-stream-card__info h2{color:var(--bl-core-color-text-inverted);margin-bottom:0;margin-top:0}.liveshopping-stream-card__info--medium .liveshopping-show-card__status--running{display:none}.liveshopping-stream-card__info--medium .liveshopping-show-card__status--cancelled{background-color:var(--bl-core-color-live-transparent)}.liveshopping-stream-card__info--medium .liveshopping-show-card__status--cancelled h1{color:var(--bl-core-color-text-inverted);font-size:12px;padding:3px 0 2px;text-transform:uppercase}.liveshopping-stream-card__info-live-icon{height:32px;margin:auto;width:32px}.liveshopping-stream-card__sharing{display:flex;justify-content:space-evenly;padding-top:1rem}.liveshopping-stream-card__sharing-item{align-items:center;background:none;border:1px solid var(--bl-core-color-white);height:40px;padding:0 6px;width:40px}.liveshopping-stream-card__sharing-item-inner{box-sizing:border-box;cursor:pointer;height:100%;object-fit:contain;padding:4px;width:100%}.liveshopping-stream-card__sharing-item-inner.translucent{cursor:initial;opacity:.4}.liveshopping-stream-card__title--ended{padding:2rem;text-align:center;width:100%}.liveshopping-stream-card__info-col{display:flex;flex-direction:column;justify-content:space-between;width:50%}.liveshopping-stream-card__info-col--ended{padding:2rem;width:100%}.liveshopping-stream-card__info-col--ended p{color:var(--bl-core-color-text-inverted)}.liveshopping-stream-card__info-col--left{border-right:1px solid #fff;margin-right:2rem;padding-right:2rem;text-align:center}.liveshopping-stream-card__info-col--right ::-moz-selection{color:var(--bl-core-color-text-heavy)}.liveshopping-stream-card__datetime,.liveshopping-stream-card__countdown{font-family:ITC Franklin Gothic Book,sans-serif;font-weight:400;line-height:1.4;margin:0}.liveshopping-stream-card__title{font-family:Rhymes Display Regular,serif;font-weight:700;line-height:1.5}.liveshopping-stream-card__datetime{line-height:1.2;text-transform:uppercase}.liveshopping-stream-card__countdown{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;display:flex;gap:16px;justify-content:center;line-height:21px;max-width:-webkit-max-content;max-width:max-content;width:100%}.liveshopping-stream-card__countdown p{line-height:1;margin:0;text-transform:uppercase;white-space:nowrap}.liveshopping-stream-card__countdown--with-seconds p{font-size:40px}.liveshopping-stream-card__countdown--with-minutes p{font-size:30px}.liveshopping-stream-card__countdown--with-hours p{font-size:20px}@media screen and (min-width: 1024px){.liveshopping-stream-card__countdown--with-hours p{font-size:25px}}.liveshopping-stream-card--medium{margin-bottom:25px;margin-left:-15px;margin-right:-15px;min-height:150px}@media screen and (min-width: 1024px){.liveshopping-stream-card--medium{margin-left:auto;margin-right:auto;max-width:var(--stream-card-desktop-max-width)}}.liveshopping-stream-card--medium h1,.liveshopping-stream-card--medium h2,.liveshopping-stream-card--medium p{color:var(--bl-core-color-text-title)}.liveshopping-stream-card--medium .liveshopping-stream-card__title{font-size:18px;line-height:1.5}.liveshopping-stream-card--medium .liveshopping-stream-card__countdown--with-days{gap:4px}.liveshopping-stream-card--medium .liveshopping-stream-card__info{justify-content:flex-start;margin-top:0;padding:0}.liveshopping-stream-card--medium .liveshopping-stream-card__info .liveshopping-stream-card__info-col{margin:auto 0;min-height:120px;padding:20px 10px 20px 0;width:55%}.liveshopping-stream-card--medium .liveshopping-stream-card__info .liveshopping-stream-card__info-col--left{background-position:center;background-repeat:no-repeat;background-size:cover;border:none;margin:0;padding:0;position:relative;width:40%}.liveshopping-stream-card--medium .liveshopping-stream-card__info .liveshopping-stream-card__info-col--left .liveshopping-stream-card__countdown{background-color:var(--bl-core-color-dusty-pink);max-width:unset;padding:10px;width:100%}.liveshopping-stream-card--medium .liveshopping-stream-card__info .liveshopping-stream-card__info-col--left .liveshopping-stream-card__countdown p{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;color:var(--bl-core-color-text-inverted);font-size:14px;padding-top:2px}.liveshopping-stream-card--medium .liveshopping-stream-card__info .liveshopping-stream-card__info-col--left .liveshopping-stream-card__countdown--with-days{font-size:14px}.liveshopping-stream-card--medium .liveshopping-stream-card__info .liveshopping-stream-card__info-col--left .liveshopping-stream-card__countdown--running{background-color:var(--bl-core-color-live-transparent);padding:7px 10px}.liveshopping-stream-card--medium .liveshopping-stream-card__info .liveshopping-stream-card__info-col--left .liveshopping-stream-card__countdown--running p{margin:0}.liveshopping-stream-card--medium .liveshopping-stream-card__info .liveshopping-stream-card__info-col--right{flex-grow:2;margin:20px;padding-left:0;padding-right:0}.liveshopping-stream-card__thank-you-wrapper{display:none;margin:0 0 12px;padding:17px 0;width:100%}@media screen and (max-width: 1023px){.liveshopping-stream-card__thank-you-wrapper{display:block}}.liveshopping-stream-card__subscribed{font-size:14px;line-height:19px;margin-bottom:14px}.liveshopping-stream-card--large{display:flex;flex-direction:column}.liveshopping-stream-card--large .liveshopping-stream-card--large-image{background-position:center;background-size:cover;display:flex;flex-direction:column;padding-top:100%}@media screen and (max-width: 1023px){.liveshopping-stream-card--large .liveshopping-stream-card--large-image{min-height:min(120vw,375px);padding:0}}.liveshopping-stream-card--large .liveshopping-stream-card--large-content{background:linear-gradient(180deg,#fff0 3.54% 3.54%,#000000b3 90.3%);display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:24px;position:absolute;width:100%}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__description,.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__description+.liveshopping-stream-card__description-toggle{display:none}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-purchase-reminder{display:none}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__thank-you-wrapper{display:block}@media screen and (max-width: 1023px){.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__thank-you-wrapper{display:none}}.liveshopping-stream-card--large .liveshopping-stream-card--large-content>:first-child{margin-top:auto}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__datetime img,.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__countdown img{display:none}.liveshopping-stream-card--large .liveshopping-stream-card__countdown{align-items:center;color:var(--bl-core-color-text-inverted);justify-content:flex-start}.liveshopping-stream-card--large .liveshopping-show-card__status{align-items:center;display:flex}.liveshopping-stream-card--large .liveshopping-stream-card__info-live-icon{margin:0 10px}.liveshopping-stream-card--large .liveshopping-show-card__status h1{font-family:inherit;margin:0}@media screen and (max-width: 1023px){.liveshopping-stream-card--large .liveshopping-show-card__status h1{color:var(--bl-core-color-text-inverted)}}.liveshopping-stream-card--large .liveshopping-stream-card__datetime{align-items:center;color:var(--bl-core-color-text-inverted);display:flex;gap:10px;line-height:18px;margin-bottom:30px}@media screen and (min-width: 1024px){.liveshopping-stream-card--large .liveshopping-stream-card__datetime{margin-top:0}}.liveshopping-stream-card--large .liveshopping-stream-card__datetime img{margin-right:5px}.liveshopping-stream-card--large .liveshopping-stream-card__title{font-size:24px}@media screen and (min-width: 1024px){.liveshopping-stream-card--large .liveshopping-stream-card__title{font-size:32px;line-height:35px}}.liveshopping-stream-card--large h1.liveshopping-stream-card__title,.liveshopping-stream-card--large .liveshopping-profile-picture__name{color:var(--bl-core-color-text-inverted)}.liveshopping-stream-card--large .liveshopping-stream-card__subscribed{color:var(--bl-core-color-text);display:flex;justify-content:center;margin:auto;text-align:center}.liveshopping-stream-card--large .liveshopping-stream-card__subscribed:not(:last-child){padding-right:10px}.liveshopping-stream-card--large .liveshopping-stream-card__sharing-item-inner{width:unset}.liveshopping-stream-card--large .liveshopping-show-card__status--running{background:var(--bl-core-color-live-transparent);border-radius:20px;height:22px;justify-content:center;text-transform:uppercase}.liveshopping-stream-card--large .liveshopping-show-card__status--running,.liveshopping-stream-card--large .liveshopping-show-card__status--running>*{font-size:12px}.liveshopping-stream-card__description{--description-line-height: 24px;--short-height: calc(3.6 * var(--description-line-height));margin:30px auto;max-height:9999px;max-width:var(--stream-card-desktop-max-width);overflow:hidden;padding:0 24px;position:relative;transition:max-height cubic-bezier(.8,0,1,1) 1s;width:100%;word-break:break-word}.liveshopping-stream-card__description p{line-height:var(--description-line-height)}.liveshopping-stream-card__description h1,.liveshopping-stream-card__description h2{font-family:var(--font-regular);font-size:18px;margin:8px 0 12px}@media screen and (min-width: 1024px){.liveshopping-stream-card__description{margin:40px 0 0}}.liveshopping-stream-card__description-toggle{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;align-items:center;cursor:pointer;display:none;font-size:16px;gap:10px;margin:auto;padding-bottom:9px;padding-top:13px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.liveshopping-stream-card__description-toggle:after{content:url(dropdown.svg);display:block;-webkit-transform:scaleY(-1);transform:scaleY(-1)}.liveshopping-stream-card--live-in{background-color:var(--bl-core-color-white);color:var(--bl-core-color-text-heavy);font-size:12px;padding:2px 5px;text-transform:uppercase;width:-webkit-max-content;width:max-content}.liveshopping-stream-card .liveshopping-live-bottom-button{bottom:17px;margin:0;position:absolute;right:17px}.liveshopping-stream-card__subscribe-popup{background:var(--bl-core-color-popup);color:var(--bl-core-color-text-inverted);left:0;margin:auto;max-width:100%;opacity:0;padding:8px 14px;position:fixed;right:0;top:-40px;transition:opacity .35s,top .6s,margin-top .6s;width:-webkit-max-content;width:max-content;z-index:992}.liveshopping-stream-card__subscribe-popup.active{opacity:1;top:10px}.liveshopping-stream-card__title-wrapper .liveshopping-stream-card__share{display:none}@media screen and (max-width: 1023px){.liveshopping-stream-card__title-wrapper{margin-bottom:30px}}.liveshopping-stream-card__title-wrapper,.liveshopping-stream-card__stat-wrapper{align-items:center;display:flex}.liveshopping-stream-card__stat-wrapper{color:var(--bl-core-color-white);flex-wrap:wrap;font-size:16px;justify-content:space-between}.liveshopping-stream-card__stats{align-items:center;cursor:default;display:flex;font-size:16px;justify-content:space-between;max-width:-webkit-max-content;max-width:max-content;pointer-events:none;width:100%}.liveshopping-stream-card__stats div{align-items:center;display:flex;line-height:100%;margin-right:24px}.liveshopping-stream-card__stats img{margin-right:5px}.liveshopping-stream-card__stats>:last-child{margin-right:8px}@media screen and (max-width: 1023px){.liveshopping-stream-card__stats{font-size:14px}}.liveshopping-stream-card__share{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;align-items:center;cursor:pointer;display:flex;line-height:100%;margin:0 0 0 auto;pointer-events:initial;position:relative;text-decoration:underline;text-transform:uppercase}.liveshopping-stream-card__share div{align-items:center;display:flex;margin-right:18px}.liveshopping-stream-card__share img{-webkit-filter:brightness(999);filter:brightness(999);padding-right:10px}@media screen and (max-width: 1023px){.liveshopping-stream-card__share{font-size:14px}}.liveshopping-stream-card__share--disabled{cursor:unset;opacity:.5}.liveshopping-stream-card__play-overlay{align-items:center;background-color:#00000080;bottom:calc(50% - 48px);display:flex;height:97px;justify-content:center;left:calc(50% - 48px);padding-left:12px;position:absolute;width:97px}h1.liveshopping-stream-card__thank-you{font-family:Rhymes Display Regular,serif;font-weight:700;font-size:34px;line-height:1;text-align:center}@media screen and (max-width: 1023px){h1.liveshopping-stream-card__thank-you{font-size:18px}}h3.liveshopping-stream-card__rewatch-soon{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;font-size:16px;font-weight:400;line-height:24px;margin-top:12px;text-align:center;text-transform:none}@media screen and (max-width: 1023px){h3.liveshopping-stream-card__rewatch-soon{font-size:18px;font-weight:400;line-height:24px}}.liveshopping-show-card{background-color:var(--bl-core-color-text-light);background-position:center;background-repeat:no-repeat;background-size:cover;height:221px;width:158px}.liveshopping-show-card img{max-width:initial}@media screen and (min-width: 1024px){.liveshopping-show-card{height:300px;width:250px}}.liveshopping-show-card__inner{color:var(--bl-core-color-text-inverted);display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:10px;width:100%}.liveshopping-show-card__header{display:flex;justify-content:space-between}.liveshopping-stream-card--medium .liveshopping-show-card__inner{background:none}.liveshopping-show-card__start-or-duration{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;align-items:center;background-color:var(--bl-core-color-duration-ended);display:flex;font-size:12px;height:-webkit-max-content;height:max-content;line-height:1;padding:7px}.liveshopping-show-card__start-or-duration--ended{background-color:var(--bl-core-color-duration-ended)}.liveshopping-show-card__start-or-duration--running{background-color:var(--bl-core-color-live-transparent)}.liveshopping-show-card__wrapper{margin:10px 14px 30px 0}.liveshopping-show-card__wrapper a{text-decoration:none;-webkit-user-drag:none}.liveshopping-show-card__wrapper .liveshopping-show-card__find-out-more{display:none;margin-top:19px}button.liveshopping-show-card__find-out-more{padding-bottom:11px;padding-top:11px}.liveshopping-show-card-footer{width:140px}.liveshopping-show-card-footer__title{margin-bottom:0;margin-top:5px;word-break:break-word}.liveshopping-show-card-footer__views{font-family:ITC Franklin Gothic Book,sans-serif;font-weight:400;color:var(--bl-core-color-text-light);-webkit-column-gap:11px;column-gap:11px;display:flex;flex-wrap:wrap;font-size:14px;margin-top:10px;text-transform:uppercase}.liveshopping-show-card-footer__views>:nth-child(2){font-size:22px;line-height:24px}@media screen and (max-width: 1023px){.liveshopping-show-card-footer__views{-webkit-column-gap:7px;column-gap:7px;font-size:12px}.liveshopping-show-card-footer__views>:nth-child(2){font-size:18px;line-height:18px}}.liveshopping-show-card-footer__test-badge{align-items:center;background-color:var(--bl-core-color-test-badge-background);border-radius:30px;color:var(--bl-core-color-test-badge-text);font-size:12px;line-height:17px;margin-top:5px;padding:3px 10px;width:-webkit-max-content;width:max-content}.liveshopping-show-card-footer__test-badge--medium{background-color:var(--bl-core-color-test-badge-background);color:var(--bl-core-color-test-badge-text);font-size:12px;line-height:17px;padding:8px;text-align:center;text-transform:uppercase;top:0;width:100%}.liveshopping-show-card-footer__test-badge--large{background-color:var(--bl-core-color-test-badge-background);color:var(--bl-core-color-test-badge-text);font-size:12px;line-height:17px;padding:8px;text-align:center;text-transform:uppercase}.liveshopping-show-card__footer{align-items:center;display:flex;height:30px}.liveshopping-stream-card__button-wrapper{--liveshopping-stream-card-button-padding: 19px;padding:var(--liveshopping-stream-card-button-padding) 0}.liveshopping-stream-card__button-wrapper>div{margin:auto;max-width:var(--stream-card-desktop-max-width);padding:0 24px;text-align:center}.liveshopping-stream-card__button-wrapper>div>.bl-core-button{padding-left:10px;padding-right:10px}.liveshopping-stream-card__button-wrapper>div>.bl-core-button:first-child{margin-top:0}.liveshopping-stream-card__button-wrapper>div>.bl-core-button:last-child{margin-bottom:0}.liveshopping-stream-card__button-wrapper>div>div:last-child .liveshopping-stream-card__calendar-btn{margin-bottom:0}@media screen and (max-width: 1023px){.liveshopping-stream-card__button-wrapper{--liveshopping-stream-card-button-padding: 30px}}.liveshopping-stream-card__calendar-btn{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;font-size:14px}.liveshopping-stream-card__copy-modal{align-items:center;background-color:var(--bl-core-color-white);bottom:0;display:flex;height:60px;justify-content:center;position:absolute;width:100%}.liveshopping-stream-card__buttons--desktop{display:none}#react-liveshopping-show-card-buttons{background-color:var(--bl-core-color-light-blue)}#react-liveshopping-show-card-buttons.bl-core-sticky .liveshopping-stream-card__button-wrapper{padding-bottom:calc(var(--liveshopping-stream-card-button-padding) + 1px)}#react-liveshopping-show-card-buttons.bl-core-sticky .liveshopping-stream-card__button-wrapper.bl-core-sticking{background:var(--bl-core-color-sticky-button-bg)}.liveshopping-watch__all-events{display:none}@media screen and (min-width: 1024px){.liveshopping-stream-card__description-toggle{display:flex}.liveshopping-stream-card__description--collapsed{max-height:var(--short-height);overflow:hidden;transition:none}.liveshopping-stream-card__description--collapsed:before{background:linear-gradient(180deg,rgba(var(--bl-core-color-stream-card-bg-rgb),0),rgba(var(--bl-core-color-stream-card-bg-rgb),1));bottom:0;content:"";height:20px;left:0;pointer-events:none;position:absolute;width:100%}.liveshopping-stream-card__description--collapsed+.liveshopping-stream-card__description-toggle:after{margin-top:-2px;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.liveshopping-stream-card__description--collapsed>:last-child{padding-bottom:14px}#react-liveshopping-show-card-buttons,.liveshopping-stream-card__description,.liveshopping-purchase-reminder{display:none}.liveshopping-watch__all-events,.liveshopping-stream-card--large{--card-width: calc(100vw - (max(15px, (100vw - 1350px) / 2)*2)) }.liveshopping-stream-card--large{flex-direction:row;margin:auto;max-height:unset;max-width:var(--card-width)}.liveshopping-stream-card--large .liveshopping-stream-card--large-image{--image-width: max(var(--card-width) * .4, 256px) ;height:var(--image-width);min-width:var(--image-width);padding-top:0}.liveshopping-stream-card--large .liveshopping-stream-card--large-image:empty{display:block}.liveshopping-stream-card--large .liveshopping-stream-card--large-content{background:none;justify-content:start;padding:0 0 0 40px;position:initial}.liveshopping-stream-card--large .liveshopping-stream-card--large-content h1:not(.liveshopping-purchase-reminder__title){margin-top:0}.liveshopping-stream-card--large .liveshopping-stream-card--large-content>*,.liveshopping-stream-card--large .liveshopping-stream-card--large-content>* .liveshopping-stream-card__countdown p,.liveshopping-stream-card--large .liveshopping-stream-card--large-content>* .liveshopping-stream-card__title{color:var(--bl-core-color-text-title)}.liveshopping-stream-card--large .liveshopping-stream-card--large-content>* .liveshopping-stream-card__share,.liveshopping-stream-card--large .liveshopping-stream-card--large-content>* .liveshopping-stream-card__description,.liveshopping-stream-card--large .liveshopping-stream-card--large-content>* .liveshopping-stream-card__description-toggle{color:var(--bl-core-color-text)}.liveshopping-stream-card--large .liveshopping-stream-card--large-content>* img{-webkit-filter:brightness(0);filter:brightness(0)}.liveshopping-stream-card--large .liveshopping-stream-card--large-content>* .bl-core-button img,.liveshopping-stream-card--large .liveshopping-stream-card--large-content>* img.liveshopping-live-bag__product-image,.liveshopping-stream-card--large .liveshopping-stream-card--large-content>* img.liveshopping-product-all-products__img,.liveshopping-stream-card--large .liveshopping-stream-card--large-content>* img.liveshopping-product__image{-webkit-filter:none;filter:none}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__description{display:initial;padding-left:0;padding-right:0}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__description+.liveshopping-stream-card__description-toggle{display:flex;padding-bottom:24px;width:100%}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-purchase-reminder{display:initial;margin:44px 0 0;max-width:unset}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__buttons--desktop{align-items:center;display:flex;margin-top:30px}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__buttons--desktop>*{min-width:-webkit-max-content;min-width:max-content;width:50%}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__buttons--desktop>*:only-child{width:100%}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__buttons--desktop>*.bl-core-button+*{margin-left:10px}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__buttons--desktop>.bl-core-button,.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__buttons--desktop>div>.bl-core-button{margin:0;padding-left:10px;padding-right:10px}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__buttons--desktop .liveshopping-modal--reminder{min-width:unset;width:unset}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-stream-card__buttons--desktop .liveshopping-modal--reminder+div:not(.liveshopping-modal--reminder){margin-left:0;width:0}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-profile-picture__wrapper{margin-bottom:12px}.liveshopping-stream-card--large .liveshopping-stream-card--large-content .liveshopping-profile-picture__name{color:inherit}.liveshopping-watch__all-events{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;align-items:center;display:flex;margin:auto;max-width:var(--card-width);padding:30px 10px 15px 0;width:100%;--card-width: calc(100vw - (max(15px, (100vw - 1350px) / 2)*2) - 30px) }.liveshopping-watch__all-events img{height:16px;margin-right:10px}}#react-liveshopping-featured-show .liveshopping-stream-card__description-toggle{display:flex}#react-liveshopping-featured-show .liveshopping-stream-card__description--collapsed{max-height:var(--short-height);overflow:hidden;transition:none}#react-liveshopping-featured-show .liveshopping-stream-card__description--collapsed:before{background:linear-gradient(180deg,rgba(var(--bl-core-color-stream-index-bg-rgb),0),rgba(var(--bl-core-color-stream-index-bg-rgb),1));bottom:0;content:"";height:20px;left:0;pointer-events:none;position:absolute;width:100%}#react-liveshopping-featured-show .liveshopping-stream-card__description--collapsed+.liveshopping-stream-card__description-toggle:after{margin-top:-2px;-webkit-transform:translateY(-1px);transform:translateY(-1px)}#react-liveshopping-featured-show .liveshopping-stream-card__description--collapsed>:last-child{padding-bottom:14px}.page--watch #react-root,.page--watch #react-liveshopping-show-card-buttons,.page--watch #react-liveshopping-purchase-reminder{background-color:var(--bl-core-color-stream-card-bg)}.page--watch #react-liveshopping-purchase-reminder{padding:0}.liveshopping-audio-blocked{background:var(--bl-core-color-popup);display:flex;left:0;margin:-70px auto 0;max-width:345px;opacity:0;padding:15px 18px;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .6s,margin-top .4s;width:calc(100vw - 70px);-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.liveshopping-audio-blocked img{height:28px;margin:auto 14px auto 0;width:28px}.liveshopping-audio-blocked p,.liveshopping-audio-blocked h3{color:var(--bl-core-color-text-inverted)!important;margin:0;-webkit-transform:translateY(2px);transform:translateY(2px)}.liveshopping-audio-blocked h3{font-family:ITC Franklin Gothic Medi,sans-serif;font-weight:500;font-size:20px}.liveshopping-audio-blocked.active{margin-top:5px;opacity:1;pointer-events:initial;z-index:3}.liveshopping-stream__darken{background-color:#14141433;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@media screen and (min-width: 1300px){.liveshopping-stream__darken{left:0;margin:auto;position:absolute;right:0;width:calc(var(--liveshopping-video-aspect-width))}}.liveshopping-stream__video-background{background-color:var(--bl-core-color-black);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-2}@media screen and (min-width: 768px){.liveshopping-stream__video-background{left:1px;width:calc(100% - 2px)}}@media screen and (min-width: 1300px){.liveshopping-stream__video-background{left:0;margin:auto;position:absolute;right:0;width:calc(var(--liveshopping-video-aspect-width) - 2px)}}.liveshopping-stream__video-background:empty{display:block}.liveshopping-stream__error{background:var(--bl-core-color-popup);color:var(--bl-core-color-text-inverted);font-size:16px;left:50%;margin:0;padding:8px 14px;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.liveshopping-stream__buffering{-webkit-animation:rotation 2s infinite linear;animation:rotation 2s infinite linear;height:100px;left:calc(50% - 50px);position:absolute;top:calc(50% - 50px);width:100px}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
/*# sourceMappingURL=/cdn/shop/t/699/assets/liveshopping.css.map */
