:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.storybook-header{font-family:Montserrat;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;position:fixed;height:56px;top:0;left:0;right:0;background-color:#fff;z-index:1000}.storybook-header h1,.storybook-header svg{display:inline-block;vertical-align:top}.storybook-header h1{font-weight:700;font-size:20px;line-height:1;margin:6px 0 6px 10px}.storybook-header button+button{margin-left:10px}.storybook-header .welcome{color:#333;font-size:14px;margin-right:10px}.menu-item{color:#000;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:16px;letter-spacing:-.32px;text-transform:none;margin-top:0;margin-bottom:0}.menu-item-row{display:flex;height:100%;align-content:center;align-items:center;justify-content:center;text-wrap:nowrap;gap:10px;width:100%}.menu-list{display:flex;flex-direction:row;width:50%;gap:10px;justify-content:flex-start;padding-left:50px}.menu-item-row>div>img{height:20px}.storybook-button{font-family:Montserrat;font-weight:700;border:0;cursor:pointer;display:inline-block;line-height:1;font-size:14px}.storybook-button--primary{color:#000;background-color:#f8c642;padding:8px 20px;gap:8px;border-radius:4px}.storybook-button--secondary{color:#fff;background-color:#000;border-radius:4px}.storybook-button--small{font-size:12px;padding:10px 16px}.storybook-button--medium{font-size:14px;padding:11px 20px}.storybook-button--large{font-size:16px;padding:12px 24px}.storybook-page{font-family:Montserrat;font-size:14px;margin:0 auto;overflow:hidden;color:#000;padding-bottom:20px}.footer{width:100vw!important;border-top:1px solid #eee}.footer-container{font-family:Montserrat;display:flex;justify-content:center;padding:10px 30px 30px;flex-direction:column;align-items:flex-start;gap:40px;flex-direction:row}.footer-section{flex:1;font-style:normal;font-weight:500;line-height:normal}.footer-section h4{font-weight:700;margin-bottom:10px}.footer-section a{display:block;margin-bottom:8px;text-decoration:none;color:#333}.footer-logo-section{border-top:1px solid #eee;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:56px;height:30px;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.footer-logo-section span{font-size:24px;font-weight:700;margin-bottom:10px}.footer-links{display:flex;gap:10px;align-items:center}.footer-links a{text-decoration:none;color:#333}.footer-links>a>.footer-social-icon,.footer-links>a>img{width:35px;height:35px;display:block}@media (max-width:768px){.footer-container{padding:10px 40px 40px;gap:15px}.footer-logo-section{padding:20px;flex-direction:column;gap:20px;height:120px}}.search-link,.search-result{display:flex;flex-direction:row;gap:10px;color:#000;text-decoration:none;justify-content:flex-start;align-items:center;font-weight:600;font-family:Montserrat;text-transform:none}.search-result:hover{background-color:#f8c642;cursor:pointer;text-decoration:underline}.search-container{height:100vh}.cart-container{flex-direction:row;height:auto;min-height:70vh;background-color:#eaecf0;justify-content:space-evenly;padding:0 56px;gap:20px;margin-top:120px}.cart-container,.cart-table{display:flex;align-items:flex-start}.cart-table{flex-direction:column;flex-wrap:wrap;width:65%;background-color:#fff;border-radius:8px;justify-content:flex-start;gap:15px;padding:24px 14px;border:1px solid #eaecf0;box-shadow:0 1px 8px 0 rgba(0,0,0,.15);overflow-y:auto;margin-top:50px}.cart-table-row-header-loader{display:flex;flex-direction:column;justify-content:space-between;width:100%}.cart-summary{display:flex;flex-direction:row;background-color:#fff;width:90%;padding:24px 16px;border:1px solid #eaecf0;box-shadow:0 1px 8px 0 rgba(0,0,0,.15);border-radius:8px;flex:1}.styled-table{width:100%;border-collapse:collapse;font-size:.9em;font-family:sans-serif;min-width:400px}.styled-table tbody tr,.styled-table thead tr{border-bottom:1px solid #eaecf0;text-align:left;vertical-align:middle}.styled-table tbody td,.styled-table tfoot td,.styled-table thead th{font-family:Montserrat;text-overflow:ellipsis;height:36px;color:#000;font-size:16px;font-style:normal;font-weight:900;letter-spacing:-.32px;text-transform:uppercase;text-align:left;padding:0 0 8px 14px;vertical-align:middle}.style-table-summary tfoot td,.styled-table tbody td{font-weight:700;font-size:14px;height:84px}.shared-td{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:center}.shared-td>div>a{font-size:16px}.styled-table tbody td:first-child,.styled-table tbody th:first-child{width:300px}.table-price,.table-qty{font-weight:500!important;text-transform:none!important;font-size:16px}.shared-td-img{width:55px!important;height:55px!important;-o-object-fit:cover;object-fit:cover}.cart-vendor-details>img{width:30px!important;height:30px!important;-o-object-fit:cover;object-fit:cover}.cart-vendor-details>.vendor-name-details>.vendor-name{font-size:14px;font-style:normal;font-weight:500;font-family:Montserrat;text-transform:capitalize}.shipping-td{display:flex;justify-content:flex-end;align-items:center}.shipping-included{flex-direction:row;font-size:16px;font-style:normal;font-weight:800;line-height:20px;letter-spacing:-.16px;display:flex;gap:5px;width:120px;align-items:center;justify-content:space-around;background-color:#d1fadf;color:#054f31;border-radius:8px;text-transform:none!important;text-align:right;height:32px;padding:12px}.shipping-included img{margin-top:3px}.style-table-summary tbody tr{padding:16px;border:none}.style-table-summary tbody td,.style-table-summary tfoot td{height:50px;padding:16px}.style-table-summary tbody td:nth-child(2),.style-table-summary tfoot td:nth-child(2){text-align:right;font-weight:800!important;font-size:16px!important}.style-table-summary tfoot tr:first-child{border-top:1px solid #eaecf0}.style-table-summary tfoot tr>button{width:100%}@media (max-width:1300px){.cart-container{flex-wrap:wrap}.cart-summary,.cart-table{width:100%}}@media (max-width:768px){.cart-container{flex-wrap:wrap;padding:0;margin-top:0!important}.cart-summary,.cart-table{width:100%}.cart-table{margin-top:85px}.styled-table{min-width:auto}.cart-summary{margin-top:0}.shared-td>div>a{font-size:14px;font-weight:500}.styled-table tbody td,.styled-table tfoot td,.styled-table thead th{font-weight:700}.style-table-summary tfoot td,.styled-table tbody td{font-size:14px;font-weight:600}}.cart-item-image{height:55px;width:55px}.table-summary-td{font-size:16px!important}.table-value-td{font-size:18px!important}.list-collections-container{margin:auto;max-width:1200px}.list-collections-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.list-collections-view-all{cursor:pointer}.list-collections-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.list-collections-grid-item{border:1px solid #ccc;padding:10px;text-align:center;width:208px;height:306px}.list-collections-grid-item-image{max-width:100%;height:auto}.intro-container{position:relative;height:auto;overflow:hidden;display:flex;align-items:center;margin-bottom:0}.intro-container>img{-o-object-fit:cover;object-fit:cover;max-width:100%;height:100%;animation:fadeIn 1.5s ease-in-out}.non-loggedin-container>img{width:100vw;margin-top:50px}.explore-container{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:72px 84px;gap:40px;margin-bottom:64px;border-radius:16px}.explore-title{font-family:Montserrat;font-size:36px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:-.72px;text-transform:uppercase;margin:0}.list-capsules{display:flex;flex-direction:row;justify-content:flex-start;gap:10px;width:100%;flex-wrap:wrap}.list-images{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;width:100%}.list-capsules>a>button{border-radius:8px;padding:12px 28px;text-transform:uppercase;font-size:16px}.list-images>img{width:242px;height:144px;flex-shrink:0;cursor:pointer;animation:fadeIn 1.5s ease-in-out}.explore-new-collections{display:flex;flex-direction:row;align-items:center;gap:40px;max-width:100%;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:6px!important;height:320px!important}.explore-collection-content{display:flex;width:50%;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:32px;align-self:stretch}.explore-collection-content>.text-title{font-family:Montserrat;font-size:36px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:-.72px;text-transform:uppercase}@media only screen and (max-width:375px){.explore-collection-content>.text-title{font-size:32px}}@media only screen and (max-width:320px){.explore-collection-content>.text-title{font-size:24px}}.explore-collection-content>.text-style{font-family:Montserrat;font-size:20px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-.2px;transform:rotate(-.02deg);align-self:stretch;margin-top:8px}.button-container{margin-top:58px}.explore-collection-img>img{border-radius:16px}.video-carousel{flex-shrink:0;padding:60px 0;display:flex;justify-content:flex-start;position:relative}.carousel-container{display:flex;overflow:hidden;position:relative;width:100vw;flex-wrap:nowrap;gap:24px}.carousel-item{opacity:.3;transition:transform .5s ease;flex:0 0 auto;position:relative;width:275px}.carousel-item.active{opacity:1;z-index:3;transform:translateZ(150px) scale(1.1);margin:24px;border-radius:16px}@keyframes slideNext{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slidePrev{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.carousel-image{width:275px;height:450px;border-radius:16px}.carousel-video{-o-object-fit:fill;object-fit:fill;width:285px;height:450px;border-radius:16px}.carousel-buttons{position:absolute;top:50%;transform:translateY(-50%);display:flex;justify-content:space-between;width:100%;z-index:1000}.carousel-button{font-size:24px;background:none;border:none;color:#000;cursor:pointer}.carousel-button.prev{margin-left:-90px}.carousel-button.next{margin-right:-100px}.carousel-button.next:after{z-index:10}.video-carousel:after{content:"";position:absolute;top:0;right:0;bottom:0;width:360px;height:120px;background:url(/_next/static/media/carousel-sticker.bb7cf5e5.svg) no-repeat 100%/cover;background-color:hsla(0,0%,100%,0);z-index:11;margin-top:300px}.sub-banner-container{display:flex;flex-direction:row;justify-content:space-evenly;cursor:pointer;gap:16px;animation:fadeIn 1.5s ease-in-out}.sub-banner-full-width-img,.sub-banner-half-width-img{max-width:100%;height:auto;border-radius:4px!important;filter:drop-shadow(0 0 4px rgba(0,0,0,.25))}.sub-banner-half-width-img{max-width:100%;height:auto}.sub-banner-quater-width-img{max-width:100%;max-height:184px;width:208px;filter:drop-shadow(0 0 4px rgba(0,0,0,.25))}.sub-banner-two-rows{display:flex;flex-direction:column;gap:16px}.sub-banner-half-width-split{display:flex;flex-direction:row;justify-content:space-evenly;gap:16px}.sub-banner-single-row,.sub-banner-two-rows{width:33.3%}@media (max-width:768px){.list-images{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%}}@media (max-width:1300px){.list-images{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%}.explore-new-collections{display:flex;flex-direction:column;height:600px!important;width:900px}.explore-collection-content{display:flex;flex-direction:column;width:100%}}@media (max-width:500px){.list-images{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%}}@media (max-width:768px){.carousel-item.active{position:absolute;transform:translateZ(150px) scale(1)}.sub-banner-single-row,.sub-banner-two-rows{width:50%!important}.carousel-container{display:flex;flex-direction:row;justify-content:center;align-items:center}.carousel-button.prev{margin-left:-45px}.carousel-button.next{margin-right:-45px}.video-carousel:after{margin-top:490px}.explore-new-collections{display:flex;flex-direction:column;align-items:flex-start;gap:24px;height:320px}.explore-container{padding:40px 16px;margin-top:72px}.explore-collection-content{width:auto;text-align:left!important;border:none}.explore-collection-img>img{border:none;width:100%;height:278px}.list-images>img{max-width:100px!important;height:auto!important}.explore-title{text-align:left;font-size:24px}.sub-banner-container{animation:fadeIn 1.5s ease-in-out}.sub-banner-full-width-img{max-width:100%;height:100%}.sub-banner-full-width-img,.sub-banner-half-width-img{border-radius:4px!important}.sub-banner-half-width-img,.sub-banner-quater-width-img{height:100%}}.text-right-md{text-align:right;@media (max-width:768px){text-align:left}}.brands-container{width:100%;position:relative}.home-page-brands{justify-content:flex-start;flex-wrap:nowrap;position:relative}.home-page-brands>a>button{padding:12px 16px;font-size:16px;white-space:nowrap}.list-brands{overflow-y:hidden;position:relative}.brands-container:after{content:"";position:absolute;top:120;right:-20px;width:50px;height:150px;background-attachment:fixed;pointer-events:none}.no-link-style{text-decoration:none;text-transform:none;color:inherit;cursor:pointer}.product-slider-container{display:flex;padding:72px 0;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:40px;align-self:stretch;position:relative;border-radius:6px}.slider-title{padding-left:84px;padding-right:84px;font-family:Montserrat;font-size:32px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:-.72px;text-transform:uppercase;margin:0;text-align:left}.product-slider{justify-content:flex-start;gap:24px;position:relative;overflow-x:hidden;height:298px;margin-left:-92px}.product-slider,.product-slider .product{display:flex;align-items:flex-start;border-radius:6px}.product-slider .product{flex-direction:column;box-shadow:0 0 12px 0 rgba(0,0,0,.1);height:294px;width:184px}.product-slider .product .product-image{width:100%;height:calc(294px - 98px)}.product-image>img{border-top-left-radius:6px;border-top-right-radius:6px;-o-object-fit:fill;object-fit:fill;width:184px}.product-details{padding:12px;max-width:100%;overflow-wrap:break-word}.product-details,.product-details>div{color:#000;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.28px}.slider-buttons{position:absolute;top:60%;transform:translateY(-50%);display:flex;align-items:center;left:0;right:0;justify-content:space-between;padding:0 20px}.product-button{background-color:transparent;color:#000;cursor:pointer}.blurred{opacity:.6}.elevated{transition:transform .3s ease}.product-locked{display:flex;padding:4px 8px;align-items:center;align-content:center;justify-content:center;gap:6px;border-radius:4px;background:rgba(247,144,9,.2);height:30px;text-align:center;margin-top:12px;cursor:pointer}.product-locked>.lock-text{color:#ad702c;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.24px}@media (max-width:768px){.slider-title{padding-left:16px;font-size:32px}.slider-buttons{position:absolute;top:55%;transform:translateY(-50%);display:flex;align-items:center;left:-20px;right:-20px;justify-content:space-between;padding:20px}.elevated{transform:translateZ(50px) scale(1)}}.grid-item{flex-direction:row;justify-content:center}.grid-item,.grid-item-odd{display:flex;align-items:center}.grid-item-odd{flex-direction:row-reverse!important}.grid-item-odd video{width:513px;max-height:506px}.grid-item-odd .text-container{padding-left:20px;padding-right:0;text-align:left}.grid-item-even{display:flex;flex-direction:row}.grid-item-even video{width:513px;height:557px}.grid-item-even .text-container{padding-left:0;padding-right:20px;text-align:right}.description>p,.text-container{font-family:Montserrat}.how-it-works-description{font-family:Montserrat;font-size:20px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-.2px;border-radius:16px;background:#fff;box-shadow:0 2px 32px 0 rgba(0,0,0,.15);display:flex;padding:48px 24px 32px;flex-direction:column;gap:40px}.title-banner>img{width:392.86px;height:76.007px}.title-banner{margin-top:-90px;height:40px}.title-banner.left{margin-left:40%!important}.title-banner.right{margin-left:-140px}.how-it-works-cta{margin-top:40px}.how-it-works-title{font-family:Montserrat;font-size:44px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:-.88px;text-transform:uppercase}.how-it-works-container{padding:64px 84px;gap:42px;align-self:stretch}.how-it-works-container,.how-it-works-media{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.how-it-works-media{gap:32px}@media (max-width:768px){.how-it-works-container{padding:40px 16px}.how-it-works-title{font-size:20px}.grid-item-even video,.grid-item-odd video{width:100%;height:100%;margin:24px}.how-it-works-video{text-align:center}.how-it-works-media{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:32px;width:95vw}.title-banner{margin-top:-90px;height:40px}.title-banner.left{margin-left:0!important}.how-it-works-description{font-size:14px;margin-top:5px}}@media only screen and (max-width:420px){.how-it-works-container{padding:40px 0}.how-it-works-container video{margin:24px 0}.title-banner.left{margin-left:-15%!important}.title-banner.right{margin-left:-120px!important}.grid-item-odd .text-container{padding-left:0;padding-right:20px}.how-it-works-cta{margin-top:25px}}@media only screen and (max-width:1024px){.how-it-works-container{padding:40px 0}.title-banner.left{margin-left:-15%!important}}.intro-container-style{display:flex;padding:64px 84px;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;flex:1 0 0}.intro-h2-style{color:#000;font-family:Montserrat;font-size:24px;font-weight:900;text-transform:uppercase;margin-bottom:16px;width:100%}.intro-text-style{color:#000;font-family:Montserrat;margin-bottom:40px;font-size:18px;font-weight:500;line-height:26px}.intro-div{display:flex;padding:24px;flex-direction:column;justify-content:space-evenly;align-items:flex-start;gap:16px;border-radius:16px;box-shadow:0 1px 20px 0 rgba(0,0,0,.08);height:200px}.intro-button-style{border-radius:12px;width:auto;height:40px;padding:8px 10px;display:flex;align-items:center;justify-content:flex-start;gap:6px}.intro-small-text-style{color:#000;font-family:Montserrat;font-size:16px;font-weight:500;line-height:24px}.intro-container>img{cursor:pointer}@media (max-width:768px){.intro-h2-style{font-size:20px}}.orders-crawler{overflow:hidden;position:relative;height:560px;border-radius:16px}.orders-crawler:before{content:"";position:absolute;top:0;left:0;width:100%;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0) 17.19%,hsla(0,0%,100%,0) 83.85%,#fff);z-index:1}.crawler-paper{color:#000;transition:transform 5s linear;width:100%;margin:24px;border-radius:16px}.ticker{display:flex;flex-direction:column;animation:ticker 60s linear infinite;gap:16px;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0) 17.19%,hsla(0,0%,100%,0) 83.85%,#fff)}.ticker-item{font-family:Montserrat;background-color:#f4f4f4;font-size:14px;white-space:wrap;overflow:hidden;text-overflow:ellipsis;display:flex;justify-content:flex-start;align-items:center;gap:20px;flex-wrap:nowrap;flex-direction:row}.ticker-product-title{font-size:16px;font-weight:800;text-wrap:wrap}.ticker-product-time{font-size:12px;font-weight:400}.ticker-icon{width:40px;height:40px;border-radius:99px;background-color:#f8c642;display:flex;justify-content:center;align-items:center}@keyframes ticker{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@media (max-width:768px){.ticker-icon{width:60px}}.auth-modal>.MuiDialog-container>.MuiPaper-root{border-radius:12px 12px 12px 12px;height:auto;max-height:100%}.auth-wrapper{width:100%;display:flex;justify-content:space-evenly;overflow-x:hidden;flex-direction:row}.auth-header{height:100%;width:100%}.auth-header>img{max-width:100%;height:auto;padding:0;border:none;background:none}.auth-modal-content{border-radius:16px;display:flex;padding:24px 32px;flex-direction:column;gap:30px;justify-content:center;align-items:center}.auth-text-info{color:#000;font-family:Montserrat;font-size:28px;font-style:normal;font-weight:900;line-height:38px;text-transform:uppercase;text-align:center;display:flex;justify-content:center;padding:10px}.auth-select,.auth-signin{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:16px;padding:24px;overflow:hidden}.auth-signin{width:100%;height:400px;padding:64px}.auth-signin>.auth-text-info{width:150px;text-align:center}.auth-login-form{display:flex;flex-direction:column;width:327px;gap:30px}.MuiInputBase-formControl fieldset{border-radius:4px!important;font-size:13px;font-weight:800}.auth-signup{height:auto;display:flex;text-align:left;max-width:100%;flex-direction:column;gap:25px;padding-bottom:20px;overflow-x:hidden}.signup-text{text-align:left;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:800;line-height:normal;text-transform:uppercase}.auth-header-signup>img{width:272px;height:100%}.signup-form{width:100%;display:flex;flex-wrap:wrap;gap:12px;flex-direction:row;justify-content:flex-start}.signup-item{box-sizing:border-box;width:48%;padding:0 .5%;margin-bottom:15px}.signup-terms{color:#000;font-family:Montserrat;font-size:12px!important;font-style:normal;font-weight:500!important;line-height:18px}.signup-footer{width:100%;display:flex;flex-direction:column}.singup-to-signin{font-family:Montserrat;font-size:14px;font-style:normal;font-weight:700;line-height:normal;margin-top:40px}.singup-to-signin>span{cursor:pointer;text-decoration:underline}@media (max-width:768px){.auth-modal>.MuiDialog-container>.MuiPaper-root,.auth-select,.auth-signin{overflow-y:auto}.auth-wrapper{flex-direction:column}.auth-welcome-screen>button{justify-content:center}.signup-form{flex-direction:column}.auth-header-signup>img{width:100%;height:auto}.signup-item{width:100%;margin-bottom:7px;min-height:50px}.checkbox-margin-mobile{height:unset;margin-top:0}.signup-footer{justify-content:center;text-align:center;align-items:center}.signup-btn-container{flex-direction:column;gap:12px!important}.singup-to-signin{margin-top:32px}.signup-disclaimer{margin-top:0!important}}.auth-welcome-screen{padding:48px 64px;display:flex;flex-direction:column;gap:30px;justify-content:center}.auth-welcome-text{color:"#000";text-align:center;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.button-disabled{background-color:grey;opacity:.5;pointer-events:none}.auth-welcome>img{width:100%;height:100%}.loading-spinner{display:inline-block;width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;animation:spin 2s linear infinite}.checkbox-margin{margin-top:-25px;height:unset;width:100%;margin-bottom:0;padding:0}.signup-btn-container{display:flex;align-items:flex-start;gap:24px;align-self:stretch;width:100%}.signup-disclaimer{color:#000;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:500;line-height:18px;margin-top:12px}.product-container,.product-container-v2{display:flex;padding:24px 56px 166px;justify-content:flex-start;align-items:flex-start;flex-direction:row;flex-wrap:wrap;height:auto;margin-top:45px;gap:40px}.product-container-v2{gap:60px}.product-gallary{width:38%}.product-gallary-v2{width:48%}.product-info{width:58%}.product-info-v2{width:47.5%}.product-media-img{height:auto;max-width:100%;cursor:pointer;margin-bottom:10px}.product-vendor-details>a{text-decoration:none}.media-gallary{display:flex;flex-direction:row;gap:8px;width:100%;align-items:center}.media-thumb-nail-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px}.hls-player-thumbnail>video,.media-thumbnail{max-width:100px;height:auto;max-height:180px;aspect-ratio:auto}.selected-image-container{width:100%;text-align:center}.selected-image-container>img{max-width:100%!important;height:auto!important;-o-object-fit:cover;object-fit:cover;cursor:zoom-in!important}.selected-image-container>video{cursor:zoom-in!important}.product-info-container{display:flex;gap:16px;flex-direction:column}.product-basic-details{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;width:100%}.play-button-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:36px;height:36px;background-color:rgba(0,0,0,.7);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}.play-button-overlay i{color:#fff;font-size:30px}.product-name{font-size:24px;font-weight:900;line-height:28px;letter-spacing:-.48px;text-transform:uppercase;width:70%}.product-name,.product-price{color:#000;font-family:Montserrat;font-style:normal}.product-price{font-size:28px;font-weight:600;line-height:normal;letter-spacing:-.56px;justify-content:space-between;align-items:center;align-content:center}.price-info{display:flex;flex-direction:row;gap:8px}.price-qty{color:#000;font-family:Montserrat;font-weight:500;letter-spacing:-.2px}.price-qty,.price-shipping{font-size:10px;font-style:normal;line-height:normal}.price-shipping{display:flex;padding:2px 4px;justify-content:center;align-items:center;gap:8px;border-radius:5px;background:rgba(213,217,235,.8);font-weight:600}.product-description{color:#000;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.product-select-and-cart{justify-content:flex-start;border-radius:6px;padding:16px 16px 16px 0;gap:16px}.product-select-and-cart,.product-vendor-details{display:flex;flex-direction:row;width:100%;background:#fff;align-items:center}.product-vendor-details{padding:16px;gap:12px;align-self:stretch;border-radius:4px;box-shadow:0 0 8px 0 rgba(0,0,0,.08);justify-content:space-between}.vendor-name{color:#000;font-family:Montserrat;font-size:18px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.36px;display:flex}.vendor-name-tag{margin-left:4px}.vendor-location{color:#000;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-.28px;text-align:center}.vendor-detail-info{display:flex;flex-direction:row;gap:10px;align-items:center}.vendor-detail-info>img{width:64px;height:64px;border-radius:99px}.hls-player-thumbnail{cursor:pointer}.active-hls-player>video{width:100%;min-height:50vh;max-height:90%!important}.add-to-cart-container,.product-price-container,.product-quantity-container{margin-top:8px}.product-info-title{font-size:28px;line-height:32px}.mobile-carousel-player{margin-right:10px;background:#000;max-height:88px;min-width:88px}.mobile-carousel-player>video{min-width:88px;max-height:88px!important;width:auto;max-width:100px;height:auto;aspect-ratio:auto;cursor:pointer}.MuiPagination-root{position:absolute;left:50%;transform:translateX(-50%)}.mobile-carousel-dots{bottom:115px}.old-mobile-carousel-dots{bottom:12px}.MuiPaginationItem-root{margin:0 4px!important;min-width:12px!important;height:12px!important;font-size:0!important;background-color:#fff!important;border:0!important}.MuiPaginationItem-root.Mui-selected{background-color:#98a2b3!important}@media (min-width:1200px) and (max-width:1500px){.product-gallary-v2,.product-info-v2{width:47%}}@media (min-width:768px) and (max-width:1200px){.product-gallary,.product-gallary-v2{width:100%}.selected-image-container>div>video{max-height:30vh!important}.product-info,.product-info-v2{width:100%}.product-select-and-cart{width:100%!important}}@media (max-width:768px){.shipping-included-overlay{left:20px!important}.product-name{width:100%}.product-select-and-cart{height:200px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;text-align:left;padding:16px;width:100%}.product-select-and-cart>.sub-total{width:100%;border-bottom:.5px solid rgba(0,0,0,.2);border-top:.5px solid rgba(0,0,0,.2)}.product-select-and-cart>div>button{text-align:center}.cart-button-container{width:100%!important}.product-select-and-cart>.cart-button-container>button{width:100%}.product-basic-details{flex-direction:column;gap:16px;justify-content:space-between}.product-price{display:flex;flex-direction:row;border-top:.5px solid rgba(0,0,0,.2);padding-top:16px}.product-container,.product-container-v2{display:flex;padding:0;margin-top:30px;justify-content:center;gap:16px}.product-gallary,.product-gallary-v2{width:100%;padding:0;text-align:center}.mobile-img,.mobile-video>video{-o-object-fit:contain;object-fit:contain;max-height:40vh!important}.mobile-media-div,.react-swipeable-view-container{background-color:#000}.mobile-media-div{overflow-x:hidden;padding-bottom:16px}.product-info-container{padding:16px}.locked-price{justify-content:center}.product-info-title{font-size:24px;line-height:30px}.info-product-price,.price-quantity,.product-unit-price{font-size:18px!important}.product-price-shipping{font-size:12px!important}}@media (max-width:599px){.vendor-detail-info{flex-direction:column;align-items:baseline;gap:12px}.vendor-location{text-align:left}}.accordion-title{font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600;line-height:18px;display:flex;justify-content:center;align-items:center;gap:10px}.accordion-content{font-size:12px;font-style:normal;font-weight:400}.accordion-content>a{color:#000}.last-visible-media{text-align:center;cursor:pointer}.media-scroll{opacity:.9;margin-top:-30px;background:#fff;cursor:pointer}.quanity-display{width:350px}.unit-price{font-size:20px;font-style:normal;font-weight:600;line-height:24px}.subtotal-display{color:#98a2b3;font-size:10px;font-weight:500}.light-box-media-container{display:flex;flex-direction:row;justify-content:space-around;gap:10px;align-items:center}.lightbox{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:10000}.next-button,.prev-button{cursor:pointer!important;width:40px;height:40px}.light-box-video{min-width:270px}.lightbox-media{overflow:hidden;margin:0 auto;background-color:transparent}.lightbox-media img{max-width:100%;max-height:100%}.lightbox-media video{max-height:80vh;-o-object-fit:contain;object-fit:contain}.close-button{position:absolute;top:10px;right:10px;font-size:24px;cursor:pointer}.shipping-included-overlay{position:absolute;top:10px;left:50px;font-size:10px;background-color:rgba(0,0,0,.5);color:#fff;padding:2px;border-radius:5px}.bread-crumb{color:#f8c642!important;font-size:24}.product-list-container{padding:32px 64px 64px 34px;flex-direction:column;align-items:flex-start;gap:40px;flex-shrink:0;width:100%;min-height:70vh}.product-list-hero-container{position:relative;width:100vw;background-color:#000;padding:0!important;display:flex;justify-content:flex-end;margin-top:100px}.product-list-hero-container>img{width:100%;height:100%}.overlay-text{position:absolute;left:50px;background-color:rgba(0,0,0,.7);color:#fff;font-size:32px;font-style:normal;font-weight:900;line-height:32px;letter-spacing:-.32px;text-transform:uppercase}.product-card{width:206px;cursor:pointer;border-radius:6px;box-shadow:0 0 8px 0 rgba(0,0,0,.12);position:relative}.product-card-image{border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:0;border-bottom-right-radius:0;width:206px;height:202px;background-position:50%;background-size:cover}.product-card-details{font-family:Montserrat;padding:12px 8px;display:flex;flex-direction:column;cursor:pointer}.product-title{overflow:hidden;color:#000;text-overflow:ellipsis;white-space:wrap;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.32px;height:40px}.product-brand{font-size:1em;color:#777}.product-price{margin-top:5px;font-size:1.7em;color:#333}.product-min-qty{font-size:1em;color:#333;margin-top:5px}.list-set-of-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:40px;grid-column-gap:20px;flex-wrap:wrap;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-card-pricing-details{border-top:1px solid rgba(0,0,0,.1);cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.product-card-per-unit{font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.16px;display:flex;flex-wrap:wrap}.product-card-link{text-decoration:none;color:inherit}@media (min-width:768px) and (max-width:1023px){.list-set-of-products{grid-template-columns:repeat(4,0fr)}}@media (max-width:768px){.product-title{letter-spacing:-.28px}.product-list-container{padding-left:10px;padding-right:10px}.list-set-of-products{overflow-x:auto;overflow-y:hidden;padding:0;grid-template-columns:repeat(5,0fr)}.MuiBreadcrumbs-li>a,.MuiBreadcrumbs-li>p{font-size:12px}.loadmore-div{width:250px!important}.list-sellers,.render-collection{gap:5px!important}.product-card{width:160px;cursor:pointer;border-radius:6px;box-shadow:0 0 8px 0 rgba(0,0,0,.12)}.product-card-image{border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:0;border-bottom-right-radius:0;width:160px;height:142px;background-position:50%;background-size:cover}}.collection-container{display:flex;flex-direction:column;gap:16px;justify-content:space-evenly;width:100%;position:relative}.list-sellers{margin-left:-10px}.list-sellers,.render-collection{display:flex;flex-wrap:nowrap;gap:16px;padding:10px;justify-content:flex-start;overflow-x:scroll}.list-brands,.list-sellers,.render-collection,.subbanner-list{scrollbar-width:thin;scrollbar-color:transparent transparent}.list-brands::-webkit-scrollbar,.list-sellers::-webkit-scrollbar,.render-collection::-webkit-scrollbar,.subbanner-list::-webkit-scrollbar{width:1px}.list-brands::-webkit-scrollbar-thumb,.list-sellers::-webkit-scrollbar-thumb,.render-collection::-webkit-scrollbar-thumb,.subbanner-list::-webkit-scrollbar-thumb{background-color:transparent}.title-container{display:flex;justify-content:space-between;flex-direction:row;width:100%;z-index:1001}.title-text{color:#000;font-size:20px;font-weight:900;line-height:28px;letter-spacing:-.28px;text-transform:uppercase;z-index:1001}.title-text,.title-view-all{font-family:Montserrat;font-style:normal}.title-view-all{font-size:18px;font-weight:800;line-height:20px;letter-spacing:-.36px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;z-index:10001}.title-view-all>div{border-bottom:1px solid #f8c642}.individual-collection>.product-card:hover{transition:none!important}.details-in-collections{border:none!important;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.Shipping-included-text{font-size:12px;border-radius:4px;color:#475467;background-color:#eaecf0;padding:0 6px;font-weight:500;margin-top:8px}@media (max-width:768px){.details-in-collections{justify-content:left}.title-container{padding:10px}.collection-container{display:flex;flex-direction:column;gap:0;justify-content:flex-start;width:100%;position:relative}.render-collection{overflow-x:scroll;overflow-y:hidden;gap:10px!important}.list-sellers:after,.render-collection:after{content:"";position:absolute;top:60px;right:-30px;width:80px;height:315px;pointer-events:none;background-attachment:fixed}}.render-collection:after{content:"";position:absolute;top:20px;right:-20px;width:50px;height:380px;pointer-events:none;background-attachment:fixed}.explore-collection-content{text-align:left!important;border:none}.vendor-ratings{background:#fff;display:flex;align-self:stretch;font-family:Montserrat}.vendor-profile-img{width:80px;height:80px;border-radius:99px;box-shadow:0 1px 12px 0 rgba(0,0,0,.14)}.vendor-ratings-name{font-size:16px;font-weight:900;word-wrap:break-word}.supplier-scorecard{display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;font-family:Montserrat;gap:12px;width:100%}.vendor-metric-header,.vendor-metric-label,.vendor-metric-value{font-size:12px;font-style:normal;font-weight:700;white-space:nowrap}.vendor-metric-label{font-weight:500;color:#667085;white-space:nowrap;min-width:144px}.vendor-metric-container{display:flex;flex-direction:column;gap:10px;justify-content:space-around;width:100%}.vendor-metric-header{font-size:16px;font-style:normal;font-weight:700;font-family:Montserrat;cursor:pointer}.vendor-metric{display:flex;flex-direction:row;align-items:center;text-align:left;justify-content:space-between;gap:12px;width:100%}.metric-helper{display:flex;align-items:flex-start;border-radius:8px;padding:10px;margin-bottom:20px;font-family:Montserrat;flex-direction:column;text-align:left}.metric-helper-icon{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:center}.metric-helper-icon>div{color:#6071d7;font-size:18px}.metric-helper-icon img{width:25px;max-height:100%}.metric-helper-text p{margin:0;color:#666;font-size:14px}.vendor-metric-icon{display:flex;align-items:center;gap:12px;flex:1;white-space:nowrap}@media (max-width:768px){.metric-helper{flex-direction:column;align-items:flex-start}.metric-helper-icon{margin-bottom:10px}.metric-helper-icon img{width:40px}.vendor-ratings{padding:20px 0}.vendor-metric{padding:5px}.supplier-scorecard{gap:5px}.vendor-ratings{padding:0}}@media (max-width:600px){.supplier-scorecard{flex-direction:row}.vendor-metric{flex-direction:column;text-align:center;gap:4px}.vendor-metric-value{font-size:14px}.vendor-metric-icon{gap:6px}.vendor-metric-label{min-width:unset}}.vendor-metric-value-pdp{font-size:14px;font-style:normal;font-weight:700;color:#000;font-family:Montserrat;display:flex;gap:5px;align-items:center}.vendor-metric-pdp{align-items:normal}body{overflow:unset}.button-loading{cursor:progress;background:linear-gradient(90deg,transparent,#fff,transparent);background-repeat:no-repeat;background-size:315px 250px,315px 180px,100px 100px,225px 30px;background-position:-315px 0,0 0,0 190px,50px 195px;animation:loading 1.5s infinite}@keyframes loading{to{background-position:315px 0,0 0,0 190px,50px 195px}}.Toastify__close-button{align-self:center!important;color:#000!important;opacity:1!important}.container-fluid{width:100%;padding-right:0!important;padding-left:0!important;margin-right:auto;margin-left:auto;box-sizing:border-box;margin-top:111px}.loadmore-div{width:100%;text-align:center;margin:50px}.loadmore-div>button{width:200px;font-size:14px;cursor:pointer}.logged-in-home{display:flex;flex-direction:column;padding:32px 5px;gap:40px;align-items:center;position:relative}@media (max-width:768px){.container-fluid{margin-top:100px}.logged-in-home{padding:10px;gap:32px}.non-logged-in-button-container{display:flex;flex-direction:column;justify-content:flex-start;gap:20}}.MuiOutlinedInput-input::-moz-placeholder{font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:16px;color:#98a2b3}.MuiOutlinedInput-input::placeholder{font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:16px;color:#98a2b3}.MuiBreadcrumbs-li,.mobile-menu>.MuiPaper-root{font-family:Montserrat!important}.mobile-menu>.MuiPaper-root{width:100vw;left:0!important;position:absolute;right:0;max-width:100%}.menu-open{background-color:#000}.mobile-menu .MuiAccordionSummary-root{border-bottom:none}.MuiAppBar-positionFixed{border-bottom:1px solid var(--gray-200,#eaecf0);background:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.08)}.forgot-password{text-align:center;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;text-decoration-line:underline;cursor:pointer}.non-logged-in-button-container{display:flex;flex-direction:row;justify-content:flex-start;gap:20}.Mui-expanded{margin:0!important}#payment-element{width:100%;padding:0 16px 16px;border:2px solid #eaecf0;border-top:transparent;border-radius:3px}#payment-element.selected{border:2px solid #000;border-top:0}#payment-form #submit{background:#f8c642;color:#000;margin-top:16px;cursor:pointer}#payment-form #submit,#payment-form #submit-disabled{gap:10px;align-self:stretch;display:flex;padding:12px 20px;flex-direction:column;justify-content:center;align-items:center;flex:1 0 0;border-radius:4px;text-align:center;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.14px;border-color:transparent}#payment-form #submit-disabled{background:#d0d5dd;color:#667085;margin-top:32px}#payment-form #payment-message{color:#df1b41;text-align:center;margin-top:8px}#launcher,.zEWidget-launcher{position:fixed;bottom:20px;right:20px}@media (max-width:768px){#launcher,.zEWidget-launcher,[id*=launcher],iframe[id*=zendesk]{bottom:100px!important;right:20px!important;left:auto!important}}#credential_picker_container{z-index:10001!important}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }#fleek-chat-root :is(.absolute){position:absolute}#fleek-chat-root :is(.relative){position:relative}#fleek-chat-root :is(.right-1){right:.25rem}#fleek-chat-root :is(.top-1){top:.25rem}#fleek-chat-root :is(.my-2){margin-top:.5rem;margin-bottom:.5rem}#fleek-chat-root :is(.mb-2){margin-bottom:.5rem}#fleek-chat-root :is(.ml-2){margin-left:.5rem}#fleek-chat-root :is(.mr-1){margin-right:.25rem}#fleek-chat-root :is(.mr-2){margin-right:.5rem}#fleek-chat-root :is(.mr-3){margin-right:.75rem}#fleek-chat-root :is(.mt-1){margin-top:.25rem}#fleek-chat-root :is(.mt-2){margin-top:.5rem}#fleek-chat-root :is(.line-clamp-1){overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}#fleek-chat-root :is(.line-clamp-2){overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}#fleek-chat-root :is(.block){display:block}#fleek-chat-root :is(.flex){display:flex}#fleek-chat-root :is(.inline-flex){display:inline-flex}#fleek-chat-root :is(.hidden){display:none}#fleek-chat-root :is(.h-12){height:3rem}#fleek-chat-root :is(.h-20){height:5rem}#fleek-chat-root :is(.h-3){height:.75rem}#fleek-chat-root :is(.h-4){height:1rem}#fleek-chat-root :is(.h-6){height:1.5rem}#fleek-chat-root :is(.h-full){height:100%}#fleek-chat-root :is(.min-h-0){min-height:0}#fleek-chat-root :is(.w-12){width:3rem}#fleek-chat-root :is(.w-20){width:5rem}#fleek-chat-root :is(.w-3){width:.75rem}#fleek-chat-root :is(.w-4){width:1rem}#fleek-chat-root :is(.w-6){width:1.5rem}#fleek-chat-root :is(.w-full){width:100%}#fleek-chat-root :is(.flex-1){flex:1 1 0%}#fleek-chat-root :is(.flex-none){flex:none}@keyframes spin{to{transform:rotate(1turn)}}#fleek-chat-root :is(.animate-spin){animation:spin 1s linear infinite}#fleek-chat-root :is(.cursor-pointer){cursor:pointer}#fleek-chat-root :is(.flex-col){flex-direction:column}#fleek-chat-root :is(.items-start){align-items:flex-start}#fleek-chat-root :is(.items-end){align-items:flex-end}#fleek-chat-root :is(.items-center){align-items:center}#fleek-chat-root :is(.justify-start){justify-content:flex-start}#fleek-chat-root :is(.justify-end){justify-content:flex-end}#fleek-chat-root :is(.justify-center){justify-content:center}#fleek-chat-root :is(.justify-between){justify-content:space-between}#fleek-chat-root :is(.gap-1){gap:.25rem}#fleek-chat-root :is(.gap-2){gap:.5rem}#fleek-chat-root :is(.space-x-2>:not([hidden])~:not([hidden])){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}#fleek-chat-root :is(.space-x-3>:not([hidden])~:not([hidden])){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}#fleek-chat-root :is(.space-y-1>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}#fleek-chat-root :is(.overflow-hidden){overflow:hidden}#fleek-chat-root :is(.overflow-y-auto){overflow-y:auto}#fleek-chat-root :is(.truncate){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#fleek-chat-root :is(.rounded){border-radius:.25rem}#fleek-chat-root :is(.rounded-full){border-radius:9999px}#fleek-chat-root :is(.rounded-md){border-radius:.375rem}#fleek-chat-root :is(.rounded-sm){border-radius:.125rem}#fleek-chat-root :is(.border){border-width:1px}#fleek-chat-root :is(.border-2){border-width:2px}#fleek-chat-root :is(.border-b){border-bottom-width:1px}#fleek-chat-root :is(.border-b-2){border-bottom-width:2px}#fleek-chat-root :is(.border-gray-200){--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}#fleek-chat-root :is(.border-gray-900){--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}#fleek-chat-root :is(.bg-\[\#F8C642\]){--tw-bg-opacity:1;background-color:rgb(248 198 66/var(--tw-bg-opacity))}#fleek-chat-root :is(.bg-blue-500){--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}#fleek-chat-root :is(.bg-gray-100){--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}#fleek-chat-root :is(.bg-gray-200){--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}#fleek-chat-root :is(.bg-gray-500){--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}#fleek-chat-root :is(.bg-transparent){background-color:transparent}#fleek-chat-root :is(.bg-white){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}#fleek-chat-root :is(.bg-white\/80){background-color:hsla(0,0%,100%,.8)}#fleek-chat-root :is(.object-cover){-o-object-fit:cover;object-fit:cover}#fleek-chat-root :is(.p-1){padding:.25rem}#fleek-chat-root :is(.p-2){padding:.5rem}#fleek-chat-root :is(.px-0){padding-left:0;padding-right:0}#fleek-chat-root :is(.px-0\.5){padding-left:.125rem;padding-right:.125rem}#fleek-chat-root :is(.px-3){padding-left:.75rem;padding-right:.75rem}#fleek-chat-root :is(.px-4){padding-left:1rem;padding-right:1rem}#fleek-chat-root :is(.py-2){padding-top:.5rem;padding-bottom:.5rem}#fleek-chat-root :is(.text-2xl){font-size:1.5rem;line-height:2rem}#fleek-chat-root :is(.text-sm){font-size:.875rem;line-height:1.25rem}#fleek-chat-root :is(.text-xs){font-size:.75rem;line-height:1rem}#fleek-chat-root :is(.font-bold){font-weight:700}#fleek-chat-root :is(.font-medium){font-weight:500}#fleek-chat-root :is(.font-semibold){font-weight:600}#fleek-chat-root :is(.leading-none){line-height:1}#fleek-chat-root :is(.text-blue-600){--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}#fleek-chat-root :is(.text-gray-500){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}#fleek-chat-root :is(.text-gray-600){--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}#fleek-chat-root :is(.text-gray-900){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}#fleek-chat-root :is(.text-red-500){--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}#fleek-chat-root :is(.text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}#fleek-chat-root :is(.underline){text-decoration-line:underline}#fleek-chat-root :is(.no-underline){text-decoration-line:none}#fleek-chat-root :is(.opacity-0){opacity:0}#fleek-chat-root :is(.shadow){--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#fleek-chat-root :is(.outline-none){outline:2px solid transparent;outline-offset:2px}#fleek-chat-root :is(.filter){filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}#fleek-chat-root :is(.transition-all){transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#fleek-chat-root :is(.transition-opacity){transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#fleek-chat-root :is(.duration-300){transition-duration:.3s}#fleek-chat-root :is(.placeholder\:text-gray-500)::-moz-placeholder{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}#fleek-chat-root :is(.placeholder\:text-gray-500)::placeholder{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}#fleek-chat-root :is(.hover\:bg-gray-100:hover){--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}#fleek-chat-root :is(.group:hover .group-hover\:opacity-100){opacity:1}#fleek-chat-root{font-weight:400}:where(#fleek-chat-root button){-moz-appearance:none;appearance:none;-webkit-appearance:none;background:none;border:0;margin:0;padding:0;font:inherit;color:inherit;text-align:inherit;cursor:pointer}:where(#fleek-chat-root input:not([type=checkbox]):not([type=radio])),:where(#fleek-chat-root select),:where(#fleek-chat-root textarea){-moz-appearance:none;appearance:none;-webkit-appearance:none;background:none;border:0;margin:0;padding:0;font:inherit;color:inherit}:where(#fleek-chat-root *),:where(#fleek-chat-root :after),:where(#fleek-chat-root :before){border:0 solid #e5e7eb}.avatar-black-bg{background-color:#000!important}.sendbird-channel-list{width:100%!important}.sendbird-theme--light .sendbird-conversation{background-color:transparent!important;background-image:url(/chat-background.png);border:none!important;border-left:1px solid #eaecf0!important}.sendbird-conversation__channel-header{display:none!important}.sendbird-separator{margin:8px 0!important;display:flex!important;justify-content:center!important}.sendbird-separator__left,.sendbird-separator__right{height:0!important}.sendbird-separator__text{background:#344054b2!important;font-family:Montserrat!important;font-weight:600!important;font-size:10px!important;font-style:semibold!important;padding:4px 8px!important;border-radius:100px!important;border:none!important;line-height:18px;letter-spacing:0}.sendbird-label{color:#fff!important;font-family:Montserrat!important;font-size:10px;font-style:normal;font-weight:400!important;line-height:14px}.sendbird-channel__conversation{background-color:#f5f1eb!important}.sendbird-conversation__footer{background-color:#fff;margin-top:0!important;border-top:1px solid #e5e7eb!important;padding:6px!important}.sendbird-channel-list__header,.sendbird-chat-header__right__info{display:none!important}.custom-channel-preview{background-color:#fff!important;border-bottom:1px solid #eaecf0!important;border-left:1px solid #eaecf0!important;padding:12px 16px!important;margin:0!important;cursor:pointer!important;transition:background-color .2s ease!important;width:100%}.custom-channel-preview:hover{background-color:#f9fafb!important}.custom-channel-preview.selected{background-color:#eaecf0!important}.custom-channel-preview .channel-avatar{height:48px!important;border-radius:50%!important;flex-shrink:0!important}.custom-channel-preview .channel-name{color:#000000e0!important;font-weight:600!important;font-size:14px!important;line-height:1.4!important;margin:0!important}.custom-channel-preview .channel-message{color:#00000080!important;font-size:13px!important;line-height:1.4!important;margin:2px 0 0!important;font-weight:400!important}.custom-channel-preview .channel-timestamp{color:#00000080!important;font-size:12px!important;line-height:1.4!important;margin:0!important;font-weight:400!important}.custom-channel-preview .unread-badge{background-color:#f8c642!important;color:var(--Black-Black,#000);font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600;line-height:normal;border-radius:30px!important;padding:2px 6px!important;min-width:20px!important;display:flex!important;justify-content:center!important}.sendbird-channel-preview{background-color:transparent!important;border:none!important;padding:0!important;margin:0!important}.sendbird-channel-preview__avatar,.sendbird-channel-preview__content,.sendbird-channel-preview__last-message-at,.sendbird-channel-preview__message,.sendbird-channel-preview__title,.sendbird-channel-preview__unread-count{display:none!important}.custom-channel-list-header{background-color:#fff!important;padding:16px!important}.custom-channel-list-header .header-title{color:#000000e0!important;font-size:18px!important;font-weight:600!important;line-height:1.4!important;margin:0!important}.custom-channel-list-header .search-container{margin-top:12px!important;position:relative!important}.custom-channel-list-header .search-input{background-color:#f9fafb!important;border:1px solid #e5e7eb!important;border-radius:8px!important;padding:8px 12px 8px 36px!important;font-size:14px!important;line-height:1.4!important;color:#000000e0!important;width:100%!important;transition:border-color .2s ease!important}.custom-channel-list-header .search-input:focus{outline:none!important;border-color:#fbbf24!important;box-shadow:0 0 0 3px rgba(251,191,36,.1)!important}.custom-channel-list-header .search-input::-moz-placeholder{color:#00000080!important}.custom-channel-list-header .search-input::placeholder{color:#00000080!important}.custom-channel-list-header .search-icon{position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;color:#00000080!important;width:16px!important;height:16px!important}.custom-channel-list-header .action-button{background:transparent!important;border:none!important;padding:8px!important;border-radius:6px!important;color:#00000080!important;cursor:pointer!important;transition:background-color .2s ease,color .2s ease!important}.custom-channel-list-header .action-button:hover{background-color:#f3f4f6!important;color:#000000e0!important}.chat-page{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden}.chat-page>nav{flex:none}.chat-screen-padding{flex:1;min-height:0;padding:20px;overflow:hidden;box-sizing:border-box}.chat-container{position:relative;display:flex;height:100%;border:1px solid #e5e7eb!important;background-color:#fff}.chat-sidebar{width:400px}.chat-main,.chat-sidebar{display:flex;flex-direction:column;height:100%}.chat-main{width:calc(100% - 400px);overflow:hidden}@media (max-width:599px){.chat-screen-padding{padding:0}.chat-sidebar{position:absolute;top:0;left:-100%;width:100%;z-index:10;background-color:#fff;border-right:1px solid rgba(0,0,0,.12);transition:left .2s cubic-bezier(.445,.05,.55,.95)}.chat-sidebar--open{left:0}.chat-main{width:100%}}.custom-chat-header{background-color:#fff!important;border-bottom:1px solid #f3f4f6!important;padding:12px 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;box-shadow:0 1px 8px 0 rgba(0,0,0,.08)!important;border-top-right-radius:4px!important}.custom-chat-header__title{gap:2px!important}.chat-header-subtitle{font-family:Montserrat,sans-serif!important;font-weight:500!important;font-size:10px!important;color:#667085!important;line-height:normal!important;margin:0!important;white-space:nowrap!important}.custom-chat-input{gap:8px!important;align-items:stretch!important;justify-content:flex-start!important;padding:0 16px!important;width:100%!important}.custom-chat-input,.custom-chat-input .attachment-button{box-sizing:border-box!important;content:stretch!important;display:flex!important;flex-direction:column!important;position:relative!important}.custom-chat-input .attachment-button{align-items:center!important;justify-content:center!important;overflow:clip!important;padding:12px 0!important;border-radius:4px!important;flex-shrink:0!important;cursor:pointer!important;transition:background-color .2s ease!important}.custom-chat-input .attachment-button:hover{background-color:#f9fafb!important}.custom-chat-input .attachment-button-inner{box-sizing:border-box!important;content:stretch!important;display:flex!important;flex-direction:row!important;gap:8px!important;align-items:center!important;justify-content:center!important;padding:0!important;position:relative!important;flex-shrink:0!important}.custom-chat-input .attachment-icon-container{display:flex!important;flex-direction:row!important;align-items:center!important;align-self:stretch!important}.custom-chat-input .attachment-icon{height:100%!important;position:relative!important;flex-shrink:0!important;width:20px!important}.custom-chat-input .attachment-icon-inner{position:absolute!important;left:50%!important;overflow:clip!important;width:18px!important;height:18px!important;top:50%!important;transform:translate(-50%,-50%)!important}.custom-chat-input .input-container{align-self:stretch!important}.custom-chat-input .input-container,.custom-chat-input .input-wrapper{flex-basis:0!important;display:flex!important;flex-direction:row!important;flex-grow:1!important;align-items:center!important;flex-shrink:0!important}.custom-chat-input .input-wrapper{background-color:#fff!important;box-sizing:border-box!important;content:stretch!important;height:100%!important;justify-content:space-between!important;min-height:1px!important;min-width:1px!important;padding:0 8px 0 12px!important;position:relative!important;border-radius:4px!important}.custom-chat-input .input-border{position:absolute!important;border:2px solid #eaecf0!important;inset:0!important;pointer-events:none!important;border-radius:4px!important}.custom-chat-input .text-input{flex-basis:0!important;font-family:Montserrat,sans-serif!important;font-weight:500!important;flex-grow:1!important;line-height:16px!important;min-height:1px!important;min-width:1px!important;position:relative!important;flex-shrink:0!important;color:#98a2b3!important;font-size:14px!important;text-align:left!important;background:transparent!important;border:none!important;outline:none!important;padding:12px 0!important}.custom-chat-input .text-input::-moz-placeholder{color:#98a2b3!important}.custom-chat-input .text-input::placeholder{color:#98a2b3!important}.custom-chat-input .text-input:focus{color:#000!important}.custom-chat-input .input-wrapper:focus-within .input-border{border-color:#000!important}.custom-chat-input .send-button{background-color:#d0d5dd!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;overflow:clip!important;padding:4px 12px!important;border-radius:54px!important;flex-shrink:0!important;cursor:pointer!important;transition:background-color .2s ease!important;height:25px}.custom-chat-input .send-button.active{background-color:#f8c642!important}.custom-chat-input .send-button.active:hover{background-color:#edba33!important}.custom-chat-input .send-button-inner{box-sizing:border-box!important;content:stretch!important;gap:8px!important;justify-content:center!important;padding:0!important;position:relative!important;flex-shrink:0!important}.custom-chat-input .send-button-inner,.custom-chat-input .send-icon-container{display:flex!important;flex-direction:row!important;align-items:center!important}.custom-chat-input .send-icon-container{align-self:stretch!important}.custom-chat-input .send-icon{height:100%!important;position:relative!important;flex-shrink:0!important;width:20px!important}.custom-chat-input .send-icon-inner{position:absolute!important;left:50%!important;overflow:clip!important;width:18px!important;height:18px!important;top:50%!important;transform:translate(-50%,-50%)!important}.custom-chat-input .send-icon-image{width:100%!important;height:100%!important}.custom-chat-input .send-icon-image.active{filter:brightness(10) invert(1)!important}.message-bubble{border:1px solid #eaecf0!important;border-radius:4px!important;padding:8px 12px!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important}.message-bubble--mine{background-color:#000!important;color:#fff!important}.message-bubble--other{background-color:#fff!important;color:#000!important}.message-text{font-size:12px!important;line-height:1.4!important}.chat-message-link{text-decoration:underline!important;text-underline-offset:2px!important;word-break:break-word!important}.chat-message-link,.chat-message-link:active,.chat-message-link:hover,.chat-message-link:visited{color:inherit!important}.message-footer{display:flex!important;align-items:center!important;gap:4px!important;font-size:10px!important;color:#667085!important}.message-footer__dot{width:4px!important;height:4px!important;border-radius:9999px!important;background-color:#98a2b3!important;display:inline-block!important}.message-tick--pending{color:#98a2b3!important}.admin-message-pill{border:1px solid #eaecf0!important;border-radius:8px!important;background-color:#dadff6!important;color:#000!important;padding:4px 12px!important;font-size:12px!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important}.message-container{width:-moz-fit-content!important;width:fit-content!important;max-width:50%!important}.media-attachment{border-radius:4px!important;-o-object-fit:cover!important;object-fit:cover!important;max-height:320px!important}.sr-scroll{flex:1;overflow-y:auto;padding:1rem}.sr-section{margin-bottom:1rem}.sr-title{margin-bottom:.5rem;font-size:1rem;font-weight:600}.sr-item{display:flex;align-items:center;justify-content:space-between;border-radius:.5rem;cursor:pointer}.sr-item:hover{background-color:#f3f4f6}.sr-row{display:flex;align-items:center;gap:12px;overflow:hidden}.sr-avatar{flex-shrink:0}.sr-item-main{overflow:hidden;padding:.75rem}.sr-item-title{font-weight:600}.sr-item-sub,.sr-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sr-item-sub{color:#4b5563;font-size:.875rem}.sr-item-meta{display:flex;align-items:center;flex-shrink:0;margin-left:1rem}.sr-time{color:#6b7280;font-size:.75rem}.sr-chevron{margin-left:.25rem;width:1rem;height:1rem;color:#9ca3af}.sr-bold{font-weight:700}.sr-container{display:flex;align-items:center;justify-content:center;padding:1rem;height:100%}.sr-muted{color:#6b7280}.message-search-highlight{border-radius:.125rem;--tw-bg-opacity:1;background-color:rgb(248 198 66/var(--tw-bg-opacity));padding-left:.125rem;padding-right:.125rem}.chat-search-header{display:flex;align-items:center;height:56px;padding:0 16px;border-bottom:1px solid #e5e7eb;background-color:#fff}.chat-search-content{display:flex;align-items:center;gap:12px;width:100%}.chat-search-back-btn{padding:4px;border-radius:4px;transition:background-color .2s}.chat-search-back-btn:hover{background-color:#f3f4f6}.chat-search-input-wrapper{display:flex;align-items:center;gap:8px;flex:1;padding:8px 12px;background-color:#f9fafb;border-radius:8px;position:relative}.chat-search-icon{opacity:.5;flex-shrink:0}.chat-search-input{flex:1;background-color:transparent;outline:none;font-size:14px;color:#111827}.chat-search-input::-moz-placeholder{color:#9ca3af}.chat-search-input::placeholder{color:#9ca3af}.chat-search-clear-btn{padding:4px;border-radius:4px;color:#9ca3af;transition:all .2s}.chat-search-clear-btn:hover{background-color:#e5e7eb;color:#4b5563}.chat-search-loading{margin-left:8px}.message-search-highlight{background-color:#f8c642;border-radius:2px;padding:0 2px}.chat-search-nav{display:flex;align-items:center;gap:8px;margin-left:12px}.chat-search-counter{font-size:12px;color:#6b7280;white-space:nowrap}.chat-search-nav-btn{padding:4px;border-radius:4px;color:#4b5563;transition:all .2s;background:transparent;border:none;cursor:pointer}.chat-search-nav-btn:hover:not(:disabled){background-color:#f3f4f6}.chat-search-nav-btn:disabled{opacity:.5;cursor:not-allowed}.chat-search-status{display:flex;align-items:center;gap:8px;margin-left:12px}.chat-search-status-text{font-size:12px;color:#6b7280;white-space:nowrap}.chat-search-done-btn{padding:4px 8px;border-radius:6px;background:transparent;border:none;color:#111827;font-weight:600;cursor:pointer}.chat-search-done-btn:hover{background-color:#f3f4f6}.message-search-current{background-color:#fef3c7;border-left:4px solid #f59e0b;margin-left:-4px;padding-left:4px}.translation-menu{background-color:#fff;border-radius:6px}.translation-header-row{display:flex;align-items:center;gap:16px}.translation-icon-wrap{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.translation-header-texts{display:flex;flex-direction:column;gap:4px}.translation-title{color:#000;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;line-height:20px}.translation-subtitle{color:#667085;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:16px}.translation-switch-wrap{margin-left:auto}.translation-switch[data-state=checked]{background-color:#34c759}.translation-divider{height:1px;background-color:#eaecf0;margin:12px 0 8px}.translation-section-title{color:#000;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;line-height:20px;margin-bottom:8px}.translation-languages{display:flex;flex-direction:column}.translation-language-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 0;background:transparent;border:none;cursor:pointer;text-align:left}.translation-language-item+.translation-language-item{border-top:1px solid #eaecf0}.translation-language-label{color:#667085;font-family:Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:16px}.translation-language-item--selected .translation-language-label{color:#000}.reply-preview{display:flex;flex-direction:column;margin:6px 8px;border-radius:8px;background:var(--sb-highlight,#f6f7f9)}.reply-preview__bar{height:3px;border-top-left-radius:8px;border-top-right-radius:8px;background:var(--primary,#22c55e)}.reply-preview__content{display:flex;justify-content:space-between}.reply-preview__meta{display:flex;flex-direction:column;min-width:0}.reply-preview__title{font-weight:600;font-size:12px;color:#111827}.reply-preview__text{font-size:12px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:480px}.reply-preview__close{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px}.reply-preview__close:hover{background:rgba(0,0,0,.05)}.reply-preview__content{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;padding:8px 10px}.reply-preview__left{display:flex}.reply-thumb.placeholder{opacity:.5}.reply-preview__content.no-left{grid-template-columns:1fr auto;gap:10px}.quoted-snippet__body.with-left{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:8px}.quoted-left{display:flex}.quoted-thumb.placeholder{opacity:.5}.quoted-snippet{padding-right:8px}.custom-chat-input-row{display:flex;flex-direction:row;gap:12px;align-items:center;width:100%}.quoted-snippet{display:flex;width:100%;text-align:left;background:#f3f4f6;border-radius:6px;margin-bottom:6px;overflow:hidden}.quoted-snippet__bar{width:3px;background:#f8c642}.quoted-snippet--mine .quoted-snippet__bar{background:#f8c642}.quoted-snippet__body{padding:6px 8px;flex:1}.quoted-snippet__title{font-size:12px;font-weight:600;color:#111827}.quoted-snippet__text{font-size:12px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-bubble--mine .message-text{color:#fff!important}@keyframes messageFlash{0%{background-color:rgba(248,198,66,.9)}25%{background-color:rgba(248,198,66,.6)}50%{background-color:rgba(248,198,66,.3)}75%{background-color:rgba(248,198,66,.1)}to{background-color:none}}.message-flash{animation:messageFlash 1.4s ease-out 1}.message-options{color:#000}.quoted-thumb,.reply-thumb{width:28px;height:28px;-o-object-fit:cover;object-fit:cover;border-radius:4px;background:#e5e7eb}.media-lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;z-index:1000}.media-lightbox-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.media-lightbox-header{display:flex;align-items:center;gap:8px;padding:10px 12px;background:rgba(0,0,0,.4)}.media-lightbox-close{background:transparent;border:none;color:#fff;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px}.media-lightbox-close:hover{background:hsla(0,0%,100%,.12)}.media-lightbox-title{color:#fff;font-family:Montserrat,sans-serif;font-weight:500;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-lightbox-body{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:12px}.media-lightbox-media{max-width:100%;max-height:100%;border-radius:6px;box-shadow:0 8px 24px rgba(0,0,0,.35)}.custom-chat-input .text-input{resize:none!important;overflow-y:hidden!important}.chat-input-readonly{font-size:small;text-align:center;font-weight:500;border-top:1px solid #aea9c091;padding:.8rem;background-color:#fff}.chat-input-readonly__links{display:flex;margin-inline:auto;margin-top:.5rem;gap:1rem;width:-moz-fit-content;width:fit-content;font-weight:600}.chat-input-readonly__links a{text-decoration:underline}.video-handpick-button{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 16px;background-color:#f8c642;color:#000;border-radius:8px;border:none;cursor:pointer;font-size:14px;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 1px 2px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.12);transition:background-color .15s ease,box-shadow .15s ease,transform .1s ease}.video-handpick-button:hover{background-color:#f0b72c;box-shadow:0 3px 8px rgba(16,24,40,.18)}.video-handpick-button:active{transform:translateY(1px);box-shadow:0 1px 2px rgba(16,24,40,.12)}.video-handpick-button:focus-visible{outline:2px solid #000;outline-offset:2px}.video-handpick-button svg{flex:none}.ob-footer-div{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:24px}.ob-button{border-radius:0;text-transform:none!important;height:48px;width:160px;font-weight:700;box-sizing:border-box;border-radius:unset!important}.ob-button-full{width:100%!important;display:flex;justify-content:center}.ob-back-btn{border:2px solid #000!important}.ob-next-btn{background-color:#d0d5dd!important;color:#667085!important}.ob-button-enabled{background-color:#f8c642!important;color:#000!important}.ob-header{display:flex;flex-direction:column}.ob-header-top{height:70px;display:flex;flex-direction:row;justify-content:space-between;align-items:baseline}@media only screen and (max-width:768px){.onboarding-header{height:70px!important;margin-bottom:0!important}.onboarding-header-image{display:none}.ob-dialog-content{margin-top:20px}.ob-footer-div{padding:10px 20px}.css-hz1bth-MuiDialog-container{height:calc(100vh - calc(100vh - 100%))!important}}.MuiInputBase-formControl{height:45px!important;border-radius:0;border-width:2px}.MuiOutlinedInput-notchedOutline{border-width:2px!important}.MuiInputLabel-formControl{font-weight:500;color:#000}.ob-home-screen{color:#000!important;text-transform:none!important;font-weight:600}.text-input-wrapper>span{text-transform:capitalize}.MuiInputBase-formControl fieldset,.text-input-wrapper fieldset{border-color:#eaecf0}.ob-dialog-content{padding:10px!important;min-height:400px!important;height:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important}.loading-div{opacity:.5;pointer-events:none}.ob-loader-container{position:relative;height:15px;width:160px;background-color:#fff;border:1px solid #000;border-radius:6px}.ob-loader-progress{position:absolute;top:0;left:0;height:100%;background-color:#000;transition:width .3s ease-in-out;border-radius:5px}.ob-brand-chip,.ob-brand-chip-list-selected,.ob-brand-chip-selected{padding:0!important;cursor:pointer!important;font-size:13px!important;background-color:#f9d168!important;color:#000;font-weight:700;margin:0!important;border-radius:99px;overflow:hidden;position:relative;transition:transform .3s ease-out;text-transform:capitalize}.ob-brand-chip-selected{background-color:#000!important;color:#fff!important;margin-bottom:8px!important}.ob-brand-chip-list-selected{background-color:#17d993!important}.ob-brands-container{display:flex;flex-direction:column;gap:20px}.ob-dialog-content .MuiInputLabel-formControl{background-color:#fff;padding-left:3px;padding-right:3px}.vc-pip,.vc-root,.vc-scrim{--vc-brand:#f8c642;--vc-danger:rgba(220,38,38,.85);--vc-danger-solid:#dc2626;--vc-neutral:hsla(0,0%,100%,.2);--vc-tile-bg:#1f2429;--vc-tile-off-bg:#2f3439;--vc-radius-sm:6px;--vc-radius-md:12px;--vc-radius-lg:16px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;box-sizing:border-box}.vc-pip *,.vc-root *,.vc-root :after,.vc-root :before,.vc-scrim *,.vc-scrim :after,.vc-scrim :before{box-sizing:border-box}.vc-root{position:fixed;z-index:10001;background:#000;color:#fff;flex-direction:column;overflow:hidden}.vc-root,.vc-stage{inset:0;display:flex}.vc-stage{position:absolute}.vc-surface{width:100%;height:100%}.vc-surface video,.vc-surface>div{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover}.vc-waiting{position:absolute;left:0;right:0;top:50%;transform:translateY(60px);margin:0;padding:0 24px;text-align:center;font-size:18px;font-weight:700;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.6);pointer-events:none}.vc-tile{position:relative;overflow:hidden;background:var(--vc-tile-bg);border:0;padding:0;border-radius:var(--vc-radius-md);color:#fff}.vc-tile--full{flex:1;border-radius:0}.vc-tile--overlay{width:100%;height:100%;border:1.5px solid hsla(0,0%,100%,.32)}.vc-tile--rail{flex:0 0 auto;width:72px;height:96px;border-radius:var(--vc-radius-sm);border:1.5px solid hsla(0,0%,100%,.32);cursor:pointer}.vc-tile__off{inset:0;background:var(--vc-tile-off-bg);color:hsla(0,0%,100%,.7)}.vc-tile__mic-off,.vc-tile__off{position:absolute;display:flex;align-items:center;justify-content:center}.vc-tile__mic-off{top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:var(--vc-danger);color:#fff}.vc-tile--rail .vc-tile__mic-off{top:4px;right:4px;width:20px;height:20px}.vc-tile--full .vc-tile__mic-off{top:16px;right:auto;left:64px}.vc-tile__speaking{position:absolute;inset:0;border:2px solid var(--vc-brand);border-radius:inherit;pointer-events:none}.vc-tile__name{position:absolute;left:4px;bottom:4px;right:4px;font-size:11px;font-weight:700;text-align:left;text-shadow:0 1px 3px rgba(0,0,0,.8);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-controls{position:absolute;left:0;right:0;bottom:0;justify-content:space-evenly;padding:24px 16px calc(24px + env(safe-area-inset-bottom, 0px));z-index:2}.vc-control,.vc-controls{display:flex;align-items:center}.vc-control{width:56px;height:56px;border:0;border-radius:50%;background:var(--vc-neutral);color:#fff;justify-content:center;cursor:pointer;transition:background .15s ease}.vc-control:hover{background:hsla(0,0%,100%,.32)}.vc-control--danger{background:var(--vc-danger-solid)}.vc-control--danger:hover{background:#b91c1c}.vc-minimise{position:absolute;left:16px;top:calc(8px + env(safe-area-inset-top, 0px));width:40px;height:40px;border:0;border-radius:20px;background:rgba(0,0,0,.45);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3}.vc-self{right:16px;top:calc(16px + env(safe-area-inset-top, 0px));width:110px;height:160px}.vc-rail,.vc-self{position:absolute;z-index:2}.vc-rail{left:0;right:0;bottom:128px;display:flex;align-items:center;gap:8px;padding:0 16px;overflow-x:auto}.vc-rail__overflow{flex:0 0 auto;font-size:13px;font-weight:700;color:hsla(0,0%,100%,.7)}.vc-banner{position:absolute;left:0;right:0;top:env(safe-area-inset-top,0);height:44px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--vc-brand);color:#1f1f1f;font-size:14px;font-weight:700;transform:translateY(-100%);transition:transform .2s ease;z-index:4}.vc-banner--visible{transform:translateY(0)}.vc-banner__spinner,.vc-loading__spinner{width:16px;height:16px;border:2px solid;border-right:2px solid transparent;border-radius:50%;animation:vc-spin .7s linear infinite}.vc-loading__spinner{width:28px;height:28px}@keyframes vc-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.vc-banner{transition:opacity .2s ease}.vc-banner__spinner,.vc-loading__spinner{animation-duration:2s}}.vc-loading{margin:auto;display:flex;flex-direction:column;align-items:center;gap:16px;color:#fff;font-size:14px}.vc-loading p{margin:0}.vc-terminal{margin:auto;width:100%;max-width:420px;padding:0 24px;text-align:center;color:#fff}.vc-terminal__title{margin:0 0 12px;font-size:22px;font-weight:700}.vc-terminal__body{margin:0 0 24px;font-size:14px;line-height:1.5;color:hsla(0,0%,100%,.7)}.vc-scrim{position:fixed;inset:0;z-index:10002;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;padding:16px}.vc-dialog{width:100%;max-width:420px;background:#fff;color:#101828;border-radius:var(--vc-radius-lg);padding:24px}.vc-dialog__title{margin:0 0 8px;font-size:20px;font-weight:700}.vc-dialog__body{margin:0 0 24px;font-size:14px;line-height:1.5;color:#667085}.vc-dialog__actions{display:flex;gap:12px}.vc-dialog__actions .vc-btn{flex:1}.vc-btn{height:52px;padding:0 20px;border:0;border-radius:var(--vc-radius-lg);font-family:inherit;font-size:16px;font-weight:700;cursor:pointer}.vc-btn--block{display:block;width:100%;margin-top:12px}.vc-btn--primary{background:#000;color:#fff}.vc-btn--neutral{background:#f2f4f7;color:#101828}.vc-terminal .vc-btn--neutral{background:hsla(0,0%,100%,.12);color:#fff}.vc-terminal .vc-btn--primary{background:var(--vc-brand);color:#000}.vc-btn--danger{background:var(--vc-danger-solid);color:#fff}.vc-btn:disabled{opacity:.5;cursor:not-allowed}.vc-rating{display:flex;justify-content:center;gap:8px;margin-bottom:20px}.vc-rating__star{border:0;background:none;padding:4px;font-size:32px;line-height:1;color:#d0d5dd;cursor:pointer}.vc-rating__star.is-on{color:var(--vc-brand)}.vc-feedback__comment{width:100%;min-height:80px;resize:vertical;padding:12px;margin-bottom:16px;border:1px solid #d0d5dd;border-radius:var(--vc-radius-sm);font-family:inherit;font-size:14px;color:#101828}.vc-feedback__error{margin:0 0 16px;font-size:13px;color:var(--vc-danger-solid)}.vc-pip{position:fixed;top:0;left:0;width:110px;height:160px;z-index:10001;border-radius:var(--vc-radius-md);overflow:hidden;background:var(--vc-tile-bg);box-shadow:0 4px 6px rgba(0,0,0,.25);cursor:grab;touch-action:none;transition:transform .3s cubic-bezier(.22,1,.36,1)}.vc-pip--dragging{cursor:grabbing;transition:none}.vc-pip__mic-off{position:absolute;right:6px;bottom:6px;width:20px;height:20px;border-radius:50%;background:rgba(220,38,38,.92);color:#fff;display:flex;align-items:center;justify-content:center}@media (max-width:599px){.vc-self{width:92px;height:132px;right:12px}.vc-controls{padding-left:8px;padding-right:8px}.vc-rail{bottom:120px}}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:100;src:local("Montserrat Thin "),local("Montserrat-Thin"),url(/_next/static/media/montserrat-latin-100.222c961e.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-100.5b6b5fd7.woff) format("woff")}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:100;src:local("Montserrat Thin italic"),local("Montserrat-Thinitalic"),url(/_next/static/media/montserrat-latin-100italic.18acb1f9.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-100italic.2b28431e.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:200;src:local("Montserrat Extra Light "),local("Montserrat-Extra Light"),url(/_next/static/media/montserrat-latin-200.95890ba0.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-200.53d0d041.woff) format("woff")}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:200;src:local("Montserrat Extra Light italic"),local("Montserrat-Extra Lightitalic"),url(/_next/static/media/montserrat-latin-200italic.06d168d4.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-200italic.33f5f0e8.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:300;src:local("Montserrat Light "),local("Montserrat-Light"),url(/_next/static/media/montserrat-latin-300.169464b4.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-300.4659e9ab.woff) format("woff")}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:300;src:local("Montserrat Light italic"),local("Montserrat-Lightitalic"),url(/_next/static/media/montserrat-latin-300italic.80c3e2f5.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-300italic.614f6073.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:local("Montserrat Regular "),local("Montserrat-Regular"),url(/_next/static/media/montserrat-latin-400.016fddc8.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-400.b9de6aa2.woff) format("woff")}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:400;src:local("Montserrat Regular italic"),local("Montserrat-Regularitalic"),url(/_next/static/media/montserrat-latin-400italic.36f90d67.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-400italic.200e0bec.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:500;src:local("Montserrat Medium "),local("Montserrat-Medium"),url(/_next/static/media/montserrat-latin-500.f4f8a034.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-500.c03d3398.woff) format("woff")}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:500;src:local("Montserrat Medium italic"),local("Montserrat-Mediumitalic"),url(/_next/static/media/montserrat-latin-500italic.119a0125.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-500italic.5c3480b0.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:600;src:local("Montserrat SemiBold "),local("Montserrat-SemiBold"),url(/_next/static/media/montserrat-latin-600.8f722b06.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-600.be907d76.woff) format("woff")}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:600;src:local("Montserrat SemiBold italic"),local("Montserrat-SemiBolditalic"),url(/_next/static/media/montserrat-latin-600italic.3f3d86f6.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-600italic.19820559.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:local("Montserrat Bold "),local("Montserrat-Bold"),url(/_next/static/media/montserrat-latin-700.0de51ce0.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-700.aa0683f5.woff) format("woff")}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:700;src:local("Montserrat Bold italic"),local("Montserrat-Bolditalic"),url(/_next/static/media/montserrat-latin-700italic.397e388c.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-700italic.a239b11b.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:800;src:local("Montserrat ExtraBold "),local("Montserrat-ExtraBold"),url(/_next/static/media/montserrat-latin-800.44ec2001.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-800.45a0ba19.woff) format("woff")}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:800;src:local("Montserrat ExtraBold italic"),local("Montserrat-ExtraBolditalic"),url(/_next/static/media/montserrat-latin-800italic.2cf4cf04.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-800italic.bb185ed3.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:900;src:local("Montserrat Black "),local("Montserrat-Black"),url(/_next/static/media/montserrat-latin-900.d9156e64.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-900.ddfe2621.woff) format("woff")}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:900;src:local("Montserrat Black italic"),local("Montserrat-Blackitalic"),url(/_next/static/media/montserrat-latin-900italic.f3273b1d.woff2) format("woff2"),url(/_next/static/media/montserrat-latin-900italic.b351e1fb.woff) format("woff")}