@import"https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap";:root{--color-light:#fff;--color-dark:#1E104B;--color-background:#F4F3FC;--color-primary:#7352DB;--color-primary-lighter:#E9E3F9;--color-primary-darker:#5D42B4;--color-secondary:#343e7b;--color-tertiary:#169bd6;--color-success:#28a745;--color-danger:#ff0000;--color-warning:#01a3b5;--color-info:#e3c7b8;--color-grey:#66668E;--color-grey-opaque:rgba(102,102,142,0.2);--shadow-primary:rgba(102,102,142,0.1) 2.4px 2.4px 3.2px;--shadow-secondary:rgba(102,102,142,0.1) 1.95px 1.95px 2.6px;--shadow-tertiary:rgba(100,100,111,0.2) 0px 7px 29px 0px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Rubik,sans-serif!important;font-size:1.5rem;color:#1e104b;background-color:#f4f3fc;transition:all .3s}html .desktop-hide{display:none!important}@media only screen and (max-width:64em){html .mobile-hide{display:none!important}html .desktop-hide{display:flex!important}html .product-card .product-img .card-img{max-height:180px}html .product-card .product-content{margin-top:12px}html .product-card .product-price{margin-top:8px}}a{text-decoration:none;color:inherit}img{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.product-card-wrapper{height:100%}.product-card{padding:16px;display:flex;flex-direction:column;width:100%;height:100%;cursor:pointer;box-shadow:0 3px 10px rgba(0,0,0,0);transition:all .25s ease-in-out;position:relative;z-index:1}.product-card .product-img{position:relative;display:flex;align-items:center;justify-content:center}.product-card .product-img .green-color{background-color:#f9ffab;color:#85ab38}.product-card .product-img .cheap-color{background-color:#ffcaf5;color:#dd3c9f}.product-card .product-img .best-color{background-color:#caf0ff;color:#4ea5f8}.product-card .product-img .dero-picks{z-index:1;position:absolute;top:8px;left:8px;width:auto;font-size:14px;padding:4px 8px;border-radius:16px;display:flex;align-items:center;justify-content:center}.product-card .product-img .dero-picks i{margin-right:4px}.product-card .product-img .card-img{-o-object-fit:contain;object-fit:contain;border-radius:8px;aspect-ratio:1/1;width:100%;height:auto}.product-card .product-img .card-img:before{background:#f0f0f4;color:#f5f5fa;font-size:0;border-radius:3px;content:"";background:url(/media/images/default-image.png) 50%/cover no-repeat;display:block;left:0;position:absolute;top:0;width:100%;height:100%;z-index:0}.product-card .product-img .product-like{opacity:0;z-index:1;width:32px;height:32px;background-color:#fff;position:absolute;top:8px;right:8px;border-radius:4px;font-size:1rem;color:var(--color-grey);transition:all .25s ease-in-out}.product-card .product-img .product-like:hover{color:#ec3b3b}.product-card .product-content{margin-top:16px;display:flex;height:100%;flex-direction:column;justify-content:space-between}.product-card .product-content .product-title{display:flex;align-items:center;color:var(--color-dark)}.product-card .product-content .product-title h3{font-size:18px;font-weight:600;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal}.product-card .product-specs{margin-top:4px}.product-card .product-specs ul{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap}.product-card .product-specs ul li{font-size:16px;font-weight:400;color:var(--color-grey);flex-basis:auto;margin-right:4px}.product-card .product-specs ul li+li:before{content:" • "}.product-card .product-price{margin-top:16px;display:flex;flex-direction:column}.product-card .product-price .main-price{font-size:20px;font-weight:600;color:var(--color-dark)}.product-card .product-price .advised-price{font-size:14px;font-weight:400;color:var(--color-grey)}.product-card .product-tags{margin-top:8px;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.product-card .product-tags .product-origin{background-color:#f0f0f4;color:var(--color-dark)}.product-card .product-tags .product-state{background-color:var(--color-primary-lighter);color:var(--color-dark)}.product-card .product-tags .product-state .highlight{font-weight:600;color:var(--color-primary)}.product-card:hover{box-shadow:0 3px 10px rgba(0,0,0,.1)}.product-card:hover .product-like{opacity:1}.tags{margin-top:8px;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.tag{width:auto;font-size:14px;padding:4px 8px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background-color:var(--color-primary-lighter)}.tag,.tag.light{color:var(--color-dark)}.tag.light{background-color:#f0f0f4}.tag i{margin-right:4px}.tag .marketplace-img{width:14px;height:14px;margin-right:4px}.modal-overlay{inset:0;padding:1rem;z-index:9999}.modal-content{background:#fff;border-radius:.75rem;padding:1.5rem;max-width:28rem;width:100%;position:relative;z-index:10000}.modal-title{font-size:1.125rem;font-weight:600;color:#1e104b;margin:0 0 1rem}.modal-text{font-size:.875rem;color:#66668e;margin:0 0 1.5rem;line-height:1.5}.modal-actions{display:flex;justify-content:flex-end;gap:1rem}.cancel-button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#66668e;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.375rem;transition:all .2s}.cancel-button:hover{background:#e5e7eb;color:#1f2937}.confirm-delete-button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#dc2626;border:1px solid #dc2626;border-radius:.375rem;transition:all .2s;display:flex;align-items:center;gap:8px;justify-content:center}.confirm-delete-button:hover{background:#b91c1c;border-color:#b91c1c}.confirm-add-button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:var(--color-primary);border:1px solid var(--color-primary);border-radius:.375rem;transition:all .2s;display:flex;align-items:center;gap:8px;justify-content:center}.confirm-add-button:hover{background:var(--color-primary-darker);border-color:var(--color-primary-darker)}.logout-button{color:#1e104b;background:#f3f4f6;border:1px solid #e5e7eb}.close-modal{position:absolute;top:22px;right:22px;cursor:pointer;color:#66668e;z-index:1200}.login-modal-container{background-color:#fff;border-radius:8px;max-width:480px;width:90%;position:relative}.login-modal-container .close-modal{top:32px;right:32px}.login-modal{position:relative;padding:32px}.koala-side-sleep-login{position:absolute;top:24px;left:-45px;transform:scaleX(-1)}@media(max-width:768px){.koala-side-sleep-login{display:none}}.login-google-button{gap:8px;font-size:18px;color:#344054;line-height:1.6;margin-bottom:16px;width:100%;display:flex;align-items:center;justify-content:center;height:52px;border:1px solid #d0d5dd;background-color:#fff;border-radius:8px;font-weight:500;transition:all .2s}.login-google-button:hover{border-color:#b2bac6;background-color:#fafafa;transform:translateY(-2px);box-shadow:0 1px 2px rgba(0,0,0,.1)}.login-app-container{padding:40px 24px;background-color:#e5e2ff;text-align:center;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.login-app-container h3{font-size:20px;margin-bottom:20px}.login-app-container .login-apps{display:flex;align-items:center;flex-flow:row wrap;gap:12px;justify-content:center}.login-app-container .login-apps a{transition:all .2s}.login-app-container .login-apps a:hover{transform:translateY(-2px)}h1{font-size:2.5rem}h2{font-size:2.25rem}h3{font-size:2rem}p{font-size:1.5rem;line-height:2.5rem}.mt-1{margin-top:1rem!important}.mt-2{margin-top:2rem!important}.mt-3{margin-top:3rem!important}.mt-4{margin-top:4rem!important}.mt-5{margin-top:5rem!important}.mt-6{margin-top:6rem!important}.mb-1{margin-bottom:1rem!important}.mb-2{margin-bottom:2rem!important}.mb-3{margin-bottom:3rem!important}.mb-4{margin-bottom:4rem!important}.mb-5{margin-bottom:5rem!important}.mb-6{margin-bottom:6rem!important}.ml-1{margin-left:1rem!important}.ml-2{margin-left:2rem!important}.ml-3{margin-left:3rem!important}.ml-4{margin-left:4rem!important}.ml-5{margin-left:5rem!important}.ml-6{margin-left:6rem!important}.mr-1{margin-right:1rem!important}.mr-2{margin-right:2rem!important}.mr-3{margin-right:3rem!important}.mr-4{margin-right:4rem!important}.mr-5{margin-right:5rem!important}.mr-6{margin-right:6rem!important}.pt-1{padding-top:1rem!important}.pt-2{padding-top:2rem!important}.pt-3{padding-top:3rem!important}.pt-4{padding-top:4rem!important}.pt-5{padding-top:5rem!important}.pt-6{padding-top:6rem!important}.pb-1{padding-bottom:1rem!important}.pb-2{padding-bottom:2rem!important}.pb-3{padding-bottom:3rem!important}.pb-4{padding-bottom:4rem!important}.pb-5{padding-bottom:5rem!important}.pb-6{padding-bottom:6rem!important}.pl-1{padding-left:1rem!important}.pl-2{padding-left:2rem!important}.pl-3{padding-left:3rem!important}.pl-4{padding-left:4rem!important}.pl-5{padding-left:5rem!important}.pl-6{padding-left:6rem!important}.pr-1{padding-right:1rem!important}.pr-2{padding-right:2rem!important}.pr-3{padding-right:3rem!important}.pr-4{padding-right:4rem!important}.pr-5{padding-right:5rem!important}.pr-6{padding-right:6rem!important}@media only screen and (max-width:64em){.hd-mb{display:none!important}.hv-mb{visibility:hidden!important;opacity:0!important}}.hd-dstb{display:none!important}.hv-dstb{visibility:hidden!important;opacity:0!important}@media only screen and (max-width:64em){.hd-dstb{display:inline-block!important}.hv-dstb{visibility:visible!important;opacity:1!important}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}li,ol,ul{list-style:none}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}.searchbar{width:100%}.icon-text-btn{display:flex;gap:8px;align-items:center;justify-content:space-between}.icon-m{width:24px;height:24px}.icon-s{width:20px;height:20px}.icon-xs{width:16px;height:16px}.header-actions-ul{gap:4px!important}.header-actions-buttons{border-radius:50%;border:1px solid rgba(0,0,0,0);color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease-in-out}.header-actions-buttons:active,.header-actions-buttons:hover{border:1px solid var(--color-primary-darker)}.primary-btn{background-color:#7352db;color:#fff;border:none;transition:all .25s ease-in-out}.primary-btn:hover{background-color:var(--color-primary-darker);transform:translateY(-2px);box-shadow:0 7px 29px 0 rgba(100,100,111,.2)}.btn-m{padding:4px 12px;height:40px;width:-moz-max-content;width:max-content;border-radius:40px;font-size:1rem;cursor:pointer;font-family:Rubik}.dero-header{position:sticky;top:0;left:0;right:0;padding:1rem 2rem;display:flex;justify-content:flex-start;align-items:center;background-color:#1e104b;z-index:999}.dero-header .header-left{position:relative;gap:2rem;color:#fff}.dero-header .header-left,.dero-header .header-left .logo-link{display:flex;align-items:center}.dero-header .header-left .header-link{position:relative;display:block;font-size:1rem}.dero-header .header-left .header-link:before{content:"";position:absolute;width:0;height:2px;background-color:#fff;bottom:0;left:0;transition:all .25s ease-in-out}.dero-header .header-left .header-link:active:before,.dero-header .header-left .header-link:hover:before{width:100%}.dero-header .header-left .dero-logo{width:150px}.dero-header .aa-Form{height:2.5rem;border:1px solid #7352db;background:rgba(0,0,0,0);border-radius:8px;color:#fff;transition:all .1s ease;display:flex}.dero-header .aa-Form:focus-within{border:1px solid #7352db;box-shadow:0 0 0 2px rgba(115,82,219,.2),inset 0 0 0 2px rgba(115,82,219,.2);box-shadow:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px,inset rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px}.dero-header .aa-InputWrapper{margin-left:4px}.dero-header .header-search{width:100%}.dero-header .aa-Autocomplete,.dero-header .ais-SearchBox,.dero-header .search{display:flex;align-items:center;width:100%;height:2.5rem;border-radius:.25rem;transition:all .3s;position:relative;margin-right:1rem;font-size:1rem}.dero-header .aa-Autocomplete input[type=search]::-webkit-search-cancel-button,.dero-header .aa-Autocomplete input[type=search]::-webkit-search-decoration,.dero-header .aa-Autocomplete input[type=search]::-webkit-search-results-button,.dero-header .aa-Autocomplete input[type=search]::-webkit-search-results-decoration,.dero-header .ais-SearchBox input[type=search]::-webkit-search-cancel-button,.dero-header .ais-SearchBox input[type=search]::-webkit-search-decoration,.dero-header .ais-SearchBox input[type=search]::-webkit-search-results-button,.dero-header .ais-SearchBox input[type=search]::-webkit-search-results-decoration,.dero-header .search input[type=search]::-webkit-search-cancel-button,.dero-header .search input[type=search]::-webkit-search-decoration,.dero-header .search input[type=search]::-webkit-search-results-button,.dero-header .search input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.dero-header .aa-Autocomplete .aa-Input,.dero-header .ais-SearchBox .aa-Input,.dero-header .search .aa-Input{border:none;color:#fff}.dero-header .aa-Autocomplete input,.dero-header .ais-SearchBox input,.dero-header .search input{flex:1;height:100%;border:none;outline:none;border:1px solid rgba(115,82,219,0);background-color:rgba(0,0,0,0);padding-left:6px}.dero-header .aa-Autocomplete .aa-InputWrapperPrefix,.dero-header .ais-SearchBox .aa-InputWrapperPrefix,.dero-header .search .aa-InputWrapperPrefix{order:5}.dero-header .aa-Autocomplete .search-icon,.dero-header .ais-SearchBox .search-icon,.dero-header .search .search-icon{width:2rem;height:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;cursor:pointer;color:var(--color-primary);border-radius:50%;font-size:1rem}.dero-header .aa-Autocomplete .cross-icon,.dero-header .ais-SearchBox .cross-icon,.dero-header .search .cross-icon{width:1.5rem;height:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;cursor:pointer;color:var(--color-grey);border-radius:50%;font-size:1rem}.dero-header .aa-Autocomplete .list,.dero-header .ais-SearchBox .list,.dero-header .search .list{position:absolute;top:calc(100% + 1px);left:0;right:0;height:-moz-fit-content;height:fit-content;max-height:30rem;background-color:var(--color-light);box-shadow:0 4px 12px rgba(0,0,0,.1);overflow-y:auto;border-radius:4px}.dero-header .aa-Autocomplete .list::-webkit-scrollbar-track,.dero-header .ais-SearchBox .list::-webkit-scrollbar-track,.dero-header .search .list::-webkit-scrollbar-track{background-color:var(--color-light)}.dero-header .aa-Autocomplete .list .item,.dero-header .ais-SearchBox .list .item,.dero-header .search .list .item{padding:.8rem 1rem;cursor:pointer;font-weight:400;display:flex;align-items:center}.dero-header .aa-Autocomplete .list .item p,.dero-header .ais-SearchBox .list .item p,.dero-header .search .list .item p{font-size:1rem;line-height:150%}.dero-header .aa-Autocomplete .list .item i,.dero-header .ais-SearchBox .list .item i,.dero-header .search .list .item i{margin-right:1rem;font-size:1.4rem;color:var(--color-grey)}.dero-header .aa-Autocomplete .list .item:hover,.dero-header .ais-SearchBox .list .item:hover,.dero-header .search .list .item:hover{background-color:var(--color-primary-lighter)}.dero-header .search.focused{border:1px solid rgba(115,82,219,.2);box-shadow:0 6px 15px rgba(115,82,219,.1);background-color:var(--color-light)}.dero-header .aa-SubmitButton{display:flex;align-items:center;justify-content:center;width:44px;height:40px;margin-top:2px;color:#fff;background:var(--color-primary);border-bottom-right-radius:8px;border-top-right-radius:8px}.dero-header .aa-SubmitButton svg{color:#fff;width:18px;height:18px;min-width:18px;min-height:18px}.dero-header .aa-ClearButton svg{color:#fff}@media only screen and (max-width:64em){.dero-header .aa-Autocomplete,.dero-header .ais-SearchBox,.dero-header .search{width:100%;margin:0}}.dero-header .header-right{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;width:calc(90% - 300px);gap:16px}.dero-header .header-right .profile-header{width:2.5rem;height:2.5rem;border-radius:8px;background-color:rgba(0,0,0,0);transition:all .25s ease-in-out;display:flex;align-items:center;justify-content:center;color:#fff}.dero-header .header-right .profile-header:active,.dero-header .header-right .profile-header:focus,.dero-header .header-right .profile-header:hover{background-color:var(--color-primary)}.save-filters-container{position:fixed;bottom:0;width:100%;background:linear-gradient(0deg,white,transparent);padding:24px 12px 12px;left:0}.save-filters{font-size:16px;text-align:center;padding:12px;width:100%}.filter-mobile-button,.save-filters{background-color:var(--color-primary);color:#fff;border-radius:8px;border:none;cursor:pointer}.filter-mobile-button{width:45px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .25s ease-in-out}.filter-mobile-button:active,.filter-mobile-button:focus,.filter-mobile-button:hover{background-color:var(--color-primary-darker)}.extension-button{white-space:nowrap;font-weight:700;display:flex;align-items:center;color:var(--color-light);background-color:var(--color-primary);font-size:1rem;font-weight:500;border-radius:2rem;margin-right:1rem;height:2.5rem;padding:0 .75rem;transition:all .25s ease-in-out}.extension-button .logo-extension{width:1.5rem;height:1.5rem;margin-right:.5rem}.extension-button:hover{background-color:var(--color-primary-darker)}.aa-Panel{z-index:100000}.dero-filters .ais-RangeInput-separator{font-size:.8rem;color:#c6d1e7;margin:0 .2rem}.dero-filters .ais-RangeInput-input{padding:0 .4rem}.dero-filters .ais-Panel-header{font-size:16px;font-weight:500;margin-bottom:8px;color:var(--color-dark);text-transform:none}.dero-filters .filter-eraser{margin-bottom:16px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#445473;border:1px solid #acbbd7;background-color:#fff;padding:8px 16px;width:100%;border-radius:4px}.dero-filters .filter-eraser .filter-number{display:flex;align-items:center;justify-content:center;font-size:14px;background-color:#d2dcef;border-radius:8px;margin-left:8px;width:24px;height:24px}.dero-filters .ais-HitsPerPage-select,.dero-filters .ais-MenuSelect-select,.dero-filters .ais-SortBy-select{font-size:14px;box-shadow:none;border-color:var(--color-primary-lighter);padding:8px}.dero-filters .ais-HitsPerPage-select:hover,.dero-filters .ais-MenuSelect-select:hover,.dero-filters .ais-SortBy-select:hover{border-color:var(--color-primary)}.dero-filters .ais-HitsPerPage-select:focus,.dero-filters .ais-MenuSelect-select:focus,.dero-filters .ais-SortBy-select:focus{border-color:var(--color-primary);box-shadow:var(--color-primary) 0 0 0 1px,rgba(35,38,59,.05) 0 2px 0 0}.dero-filters .ais-RefinementList-count{border-color:var(--color-primary-lighter);background-color:var(--color-primary-lighter);color:var(--color-primary)}.dero-filters .ais-RefinementList-checkbox{width:1.2rem;height:1.2rem;color:var(--color-primary-lighter)}.dero-filters .ais-RefinementList-checkbox:checked,.dero-filters .ais-RefinementList-checkbox:focus{color:var(--color-primary)!important}.dero-filters .ais-RefinementList-checkbox:checked{background-color:var(--color-primary);background-image:url(/media/images/check-box.svg);background-repeat:no-repeat}.dero-filters .aa-Input,.dero-filters .ais-RangeInput-input,.dero-filters .ais-RefinementList-checkbox,.dero-filters .ais-SearchBox-input{box-shadow:none}.aa-SubmitButton{display:flex;align-items:center;justify-content:center;width:44px;height:40px}.aa-SubmitButton svg{width:18px;height:18px;min-width:18px;min-height:18px}.mobile-filters{padding:8px;width:120px;background:var(--color-primary);font-size:1rem;color:var(--color-light);text-align:center;display:flex;align-items:center;justify-content:center;border-radius:8px}.mobile-filters i{margin-right:8px}.no-scroll{overflow:hidden}.mobile-filters-container{position:fixed;bottom:-64px;left:0;height:auto;width:100%;display:flex;align-items:flex-start;flex-direction:column;padding:24px 16px;background-color:var(--color-light);border-bottom:1px solid var(--color-primary-lighter);border-top-left-radius:16px;border-top-right-radius:16px;max-height:72%;z-index:10;box-shadow:0 3px 10px rgba(0,0,0,.2)}.mobile-filters-container .filters-container{margin-bottom:64px}.mobile-filters-container .ais-Panel{width:100%}.mobile-filters-container .dero-filters{margin-bottom:56px;padding:0 8px;overflow:auto;width:100%}.filter-overlay-container{visibility:hidden;opacity:0;pointer-events:none;transition:opacity .3s ease,visibility .3s}.filter-overlay-container.active{visibility:visible;opacity:1;pointer-events:auto}.overlay-close{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:1;cursor:pointer}@media(max-width:784px){.dero-filters{width:100%}}@media only screen and (max-width:64em){.header-mobile{width:100%;padding:24px 8px}.mobile-search{margin-top:12px;width:100%}.dero-header{flex-direction:column;height:-moz-fit-content;height:fit-content;padding:1rem 1.5rem;top:0;box-shadow:0 3px 10px rgba(0,0,0,.1)}.dero-header .mobile-hide{display:none!important}.dero-header .desktop-hide{display:flex!important}.dero-header .header-mobile-container{display:flex;flex-direction:column;width:100%;text-align:left;justify-content:flex-start;align-items:start;gap:2rem;font-size:1rem}.dero-header .header-mobile-container .header-link,.dero-header .header-mobile-container .profile-header{color:var(--color-light)}.dero-header .header-left{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.dero-header .header-right{width:calc(90% - 120px)}.dero-header .aa-Autocomplete,.dero-header .header-bottom{width:100%}.dero-header .header-bottom .search-filter{display:flex;gap:8px;width:100%;align-items:end}.dero-header .header-bottom .search-filter .header-search{width:100%}.dero-header .input-list{margin-left:auto}.dero-header .right{padding:2rem 0;grid-area:right}.dero-header .right a{display:none}}.dero-footer{background-color:#1e104b;width:100%;max-width:100%;display:flex;flex-direction:column;position:relative}.dero-footer .separator{background:rgba(248,247,255,.16)!important}.footer-container{width:100%;max-width:1180px;padding:0 40px;margin:0 auto}.footer-top{display:grid;padding:40px 0 24px;gap:56px;grid-template-columns:repeat(9,1fr)}.footer-top .footer-brand{grid-row:1;grid-column:1/4;position:relative}.footer-top .footer-brand .footer-logo{height:40px;width:auto}.footer-top .footer-brand .footerbrand-title{margin-top:16px}.footer-top .footer-brand .footerbrand-title .footerbrand-tagline{font-size:16px!important;line-height:150%;font-weight:300;color:#fff;margin-bottom:16px}.footer-top .footer-brand .footerbrand-title .footer-socials{display:flex!important;align-items:center;justify-content:flex-start;gap:16px;margin-top:16px;list-style:none;padding:0}.footer-top .footer-brand .footerbrand-title .footer-socials li{display:inline-block!important}.footer-top .footer-brand .footerbrand-title .footer-socials li a{color:#fff!important;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s ease}.footer-top .footer-brand .footerbrand-title .footer-socials li a svg{width:24px;height:24px}.footer-top .footer-brand .footerbrand-title .footer-socials li a:hover{opacity:.8}.footer-top .footer-links{grid-row:1;grid-column:4/10;position:relative;display:flex;gap:48px;align-items:flex-start;justify-content:flex-end}.footer-top .footer-links .footer-links-container .title-links{font-size:16px;color:#f8f7ff;margin-bottom:12px;font-weight:500}.footer-bottom{padding-bottom:24px;display:flex;align-items:center;justify-content:space-between;font-size:16px;color:#f8f7ff;font-weight:300}.footer-bottom .footer-legals{display:flex;gap:16px;align-items:center}element.style{border-color:rgba(0,0,0,0)}.footerlinks{color:#f8f7ff;white-space:nowrap;font-size:16px;font-weight:300;cursor:pointer;border:0 solid #000;border-bottom:1px solid hsla(0,0%,100%,0);display:inline-flex;transition:all .25s ease-in}.footerlinks:hover{border-bottom:1px solid #fff}@media(max-width:990px){.footer-top{display:flex;flex-direction:column}.footer-top .footer-links{justify-content:flex-start}}@media(max-width:784px){.footer-container{padding:0 16px}.footer-top{padding-bottom:0;gap:32px}.footer-top .footer-links{flex-direction:column;gap:32px}.footer-bottom{flex-direction:column-reverse;gap:12px;align-items:flex-start}.footer-bottom .footer-legals{align-items:flex-start;flex-direction:column;gap:12px}}::-webkit-scrollbar{width:7.5px}::-webkit-scrollbar-track{background-color:var(--color-background)}::-webkit-scrollbar-thumb{border-radius:5px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background-color:var(--color-grey)}.scrollbar-hide ::-webkit-scrollbar{width:0}.stl-modal-container{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;padding:20px}.stl-p-10{position:relative}.stl-top-3{right:32px;display:block;position:absolute;top:24px}.alerts-floating-button,.alerts-modal-button{display:flex;align-items:center;font-family:Rubik;font-weight:400;gap:8px;background-color:#7352db!important;color:#fff!important;cursor:pointer;transition:all .3s ease}.alerts-floating-button:hover,.alerts-modal-button:hover{background-color:#5d42b4!important}.alerts-floating-button:disabled,.alerts-modal-button:disabled{background-color:#ccc!important;color:#666!important;cursor:not-allowed;opacity:.7}.alerts-button{display:flex;align-items:center;font-weight:400;width:100%;font-size:14px;gap:8px;border-radius:4px;color:#7352db;background-color:#fff;border:1px solid #7352db;cursor:pointer;transition:all .3s ease;padding:8px 12px;justify-content:center;margin-bottom:24px}.alerts-button:hover{background-color:#5d42b4!important;color:#fff}.alerts-button:disabled{background-color:#ccc!important;color:#666!important;cursor:not-allowed;opacity:.7}.alerts-floating-button{position:fixed;bottom:24px;left:50%;transform:translateX(-4%) translateZ(0);z-index:999;width:auto;min-width:200px;width:-moz-max-content;width:max-content;max-width:90%;margin:0;border-radius:24px;padding:12px 24px;font-size:16px;justify-content:center;border:none}.alerts-floating-button:hover{transform:translateX(-4%) translateY(-2px) translateZ(0)}@media(max-width:768px){.alerts-floating-button{bottom:16px;font-size:14px;padding:10px 20px}}.alerts-modal-button{margin-bottom:0;min-height:48px;font-size:16px;width:100%;border-radius:4px;padding:8px 12px;justify-content:center}.alerts-snackbar{z-index:1000}.alerts-snackbar .MuiSnackbarContent-root{background-color:#7352db!important;color:#fff;font-family:Rubik;font-size:16px;padding:12px 24px;border-radius:8px;display:flex;align-items:center;gap:8px}.alerts-snackbar .MuiSnackbarContent-root .success-icon{color:#4caf50;margin-right:8px}.MuiSnackbarContent-root{background-color:#7352db!important;color:#fff;font-family:Rubik;font-size:16px;padding:12px 24px;border-radius:8px;display:flex;align-items:center;gap:8px}.MuiSnackbarContent-root .success-icon{color:#4caf50;margin-right:8px}.success-animation{animation:successPop .3s ease-out}@keyframes successPop{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.alerts-modal{max-width:600px;width:100%;background-color:#fff;border-radius:8px;padding:24px;position:relative}.alerts-modal-current-refinements{margin:16px 0}.alerts-modal-current-refinements .ais-CurrentRefinements,.alerts-modal-current-refinements .ais-CurrentRefinements-list{display:flex;flex-flow:row wrap;gap:8px}.alerts-modal-current-refinements .ais-CurrentRefinements-category{align-items:center}.alerts-modal-current-refinements .ais-CurrentRefinements-item{display:flex;flex-flow:row wrap;gap:8px}.alerts-modal-current-refinements .ais-CurrentRefinements-category{margin-left:0}.alerts-modal-input{width:100%;margin-bottom:16px}.alerts-modal-input.has-error input{border-color:#f44336}.alerts-modal-input.has-error input:focus{border-color:#f44336;box-shadow:0 0 0 2px rgba(244,67,54,.2)}.alerts-modal-input input{width:100%;border-radius:4px;border:2px solid #7352db;padding:8px;font-size:16px;font-family:Rubik}.error-message{color:#f44336;font-size:14px;margin-top:-12px;margin-bottom:16px;display:flex;align-items:center;gap:8px}.error-message svg{flex-shrink:0}.alerts-modal-content-header h3{font-size:24px;font-weight:700}.alerts-modal-content-header p{font-size:16px;font-weight:400;line-height:normal}.flex{gap:12px}.margin-btm-24{margin-bottom:24px}.search-container{position:relative;width:100%;max-width:500px;display:flex;align-items:center}.search-input{width:100%;padding:10px 40px 10px 16px;border:1px solid #ddd;border-radius:8px;font-size:16px;line-height:24px;background:#fff;transition:border-color .2s}.search-input:focus{outline:none;border-color:#7352db}.search-input::-moz-placeholder{color:#999}.search-input::placeholder{color:#999}.search-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;padding:8px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;transition:color .2s}.search-button:hover{color:#7352db}.search-button:focus{outline:none}.search-suggestions{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:1000;max-height:400px;overflow-y:auto}.search-suggestion-item{padding:12px 16px;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:background-color .2s}.search-suggestion-item:hover{background-color:#f5f5f5}.search-suggestion-item .suggestion-name{font-size:14px;color:#333}.search-suggestion-item .suggestion-brand{font-size:12px;color:#666}.like-button{position:absolute;top:12px;right:12px;background:hsla(0,0%,100%,.6);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s ease;z-index:10}.like-button:hover{transform:scale(1.1)}.like-button .like-icon{stroke-width:2px;color:var(--color-primary)}.ais-InfiniteHits-item .like-button{opacity:0;top:8px;right:8px}.ais-InfiniteHits-item:hover .like-button{opacity:1}@media(max-width:768px){.ais-InfiniteHits-item .like-button{opacity:1}}.fav-results .like-button{opacity:1!important}.login-form-container{max-width:400px;margin:0 auto;padding:24px}.login-form{display:flex;flex-direction:column;gap:20px}.login-form .form-group .input-wrapper{display:flex;align-items:center;gap:12px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:12px;transition:border-color .2s ease}.login-form .form-group .input-wrapper:focus-within{border-color:#7352db}.login-form .form-group .input-wrapper svg{color:#666}.login-form .form-group .input-wrapper input{flex:1;border:none;outline:none;font-size:16px;font-family:Rubik,sans-serif;background:rgba(0,0,0,0)}.login-form .form-group .input-wrapper input::-moz-placeholder{color:#999}.login-form .form-group .input-wrapper input::placeholder{color:#999}.login-form .error-message{color:#d32f2f;font-size:14px;padding:8px;background:#ffebee;border-radius:4px;display:flex;align-items:center;gap:8px}.login-form .submit-button{background:#7352db;color:#fff;padding:12px;border-radius:8px;font-size:16px;font-weight:500;width:100%;border:none;cursor:pointer;transition:background-color .2s ease}.login-form .submit-button:hover:not(:disabled){background:#5f3dbf}.login-form .submit-button:disabled{background:#b39ddb;cursor:not-allowed}.login-form .google-button{display:flex;align-items:center;justify-content:center;gap:12px;background:#fff;border:2px solid #e0e0e0;color:#333;padding:12px;border-radius:8px;font-size:16px;font-weight:500;width:100%;cursor:pointer;transition:all .2s ease}.login-form .google-button:hover:not(:disabled){background:#f5f5f5;border-color:#d0d0d0}.login-form .google-button:disabled{opacity:.7;cursor:not-allowed}.login-form .google-button svg{color:#4285f4}.login-form .divider{text-align:center;position:relative;color:#666;font-size:14px;margin:8px 0}.login-form .divider:after,.login-form .divider:before{content:"";position:absolute;top:50%;width:calc(50% - 30px);height:1px;background:#e0e0e0}.login-form .divider:before{left:0}.login-form .divider:after{right:0}.login-form .toggle-mode{text-align:center;font-size:14px;color:#666;margin:0}.login-form .toggle-mode .toggle-button{color:#7352db;background:none;border:none;padding:0;font-size:inherit;cursor:pointer;text-decoration:underline}.login-form .toggle-mode .toggle-button:hover{color:#5f3dbf}._layoutModal_evhv6_186{opacity:1!important;visibility:visible!important}.dero-featured .featured-hits{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.dero-featured .featured-hits{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.dero-featured .featured-hits{grid-template-columns:1fr}}.dero-featured .featured-hit-item .product-card{height:100%;display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease}.dero-featured .featured-hit-item .product-card:hover{transform:translateY(-4px)}.dero-featured .featured-hit-item .product-img{position:relative;padding-top:66.67%;overflow:hidden}.dero-featured .featured-hit-item .product-img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.city-detector-btn{border:none;font-size:14px;display:flex;align-items:flex-start;gap:4px;color:#7352db;background:none;width:-moz-max-content;width:max-content}.city-detector-error{color:#66668e;font-size:14px;line-height:120%;margin-bottom:8px;width:212px}.mobile-filters-container .city-detector-error{width:100%}.light-container{background:#f8fafc;padding:4rem 0}.dero-trending{display:flex;align-items:center;gap:0}.dero-trending .trending-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.dero-trending .trending-tags .trending-tag{display:inline-block;padding:.75rem 1.5rem;background:#fff;border-radius:40px;color:#1e104b;border:1px solid #e8dffe;font-size:1.2rem;font-weight:500;box-shadow:0 2px 6px rgba(0,0,0,.06);transition:all .2s ease;text-decoration:none}.dero-trending .trending-tags .trending-tag:hover{background:#e8dffe;transform:translateY(-2px)}.trending-container{position:relative;max-width:1100px;width:100%;margin:0 auto;padding:0 2.5rem;display:flex;flex-direction:column;gap:1.5rem}@media only screen and (max-width:64em){.trending-container{padding:0;position:relative}.trending-container:after,.trending-container:before{content:"";position:absolute;height:60px;bottom:-5px;width:40px;pointer-events:none;z-index:2}.trending-container:before{left:0;background:linear-gradient(90deg,#f4f3fc,transparent)}.trending-container:after{right:0;background:linear-gradient(270deg,#f4f3fc,transparent)}.trending-content{position:relative;width:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.trending-content::-webkit-scrollbar{display:none}.trending-tags{width:-moz-max-content;width:max-content}}.interviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.section-container{padding:4rem 0}.section-container:nth-child(2n){background-color:var(--color-background-alt)}.section-container .section-title{font-size:2rem;font-weight:700;color:var(--color-dark);text-align:center;margin-bottom:2rem}.dero-subcategories{margin:6rem 0}.dero-subcategories .subcategories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:768px){.dero-subcategories .subcategories-grid{grid-template-columns:1fr}}.dero-subcategories .subcategory-card{text-decoration:none;color:inherit;transition:all .3s}.dero-subcategories .subcategory-card:hover{transform:translateY(-4px)}.dero-subcategories .subcategory-card:hover .subcategory-content{box-shadow:0 7px 29px 0 rgba(100,100,111,.2)}.dero-subcategories .subcategory-card .subcategory-content .subcategory-text h3,.dero-subcategories .subcategory-card .subcategory-content .subcategory-text p{color:#fff}.dero-subcategories .subcategory-card .subcategory-content .subcategory-image{transform:translateY(50%) rotate(15deg) scale(.8)}.dero-subcategories .subcategory-card .subcategory-content:hover .subcategory-image{transform:translateY(50%) rotate(5deg) scale(1)}.dero-subcategories .subcategory-card:first-child,.dero-subcategories .subcategory-card:nth-child(4){border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#E9E3F9,#fff)}.dero-subcategories .subcategory-card:first-child .subcategory-content .subcategory-text h3,.dero-subcategories .subcategory-card:nth-child(4) .subcategory-content .subcategory-text h3{color:#1e104b}.dero-subcategories .subcategory-card:first-child .subcategory-content .subcategory-text p,.dero-subcategories .subcategory-card:nth-child(4) .subcategory-content .subcategory-text p{color:#7352db}.dero-subcategories .subcategory-card:nth-child(2),.dero-subcategories .subcategory-card:nth-child(3){border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#7352DB,#5D42B4)}.dero-subcategories .subcategory-card:nth-child(2) .subcategory-content .subcategory-text h3,.dero-subcategories .subcategory-card:nth-child(2) .subcategory-content .subcategory-text p,.dero-subcategories .subcategory-card:nth-child(3) .subcategory-content .subcategory-text h3,.dero-subcategories .subcategory-card:nth-child(3) .subcategory-content .subcategory-text p{color:#fff}.dero-subcategories .subcategory-card .subcategory-content{padding:2rem;display:flex;justify-content:space-between;align-items:center;min-height:180px;height:100%;box-shadow:2.4px 2.4px 3.2px rgba(102,102,142,.1);transition:all .3s;position:relative}.dero-subcategories .subcategory-card .subcategory-text{z-index:1;max-width:100%}.dero-subcategories .subcategory-card .subcategory-text h3{font-size:1.5rem;font-weight:700;transition:all .3s}.dero-subcategories .subcategory-card .subcategory-text p{font-size:1.1rem;font-weight:600;transition:all .3s}.dero-subcategories .subcategory-card .subcategory-image{position:absolute;right:30px;bottom:50%;transform:translateY(50%) rotate(15deg) scale(.8);width:140px;height:140px;-o-object-fit:contain;object-fit:contain;opacity:.6;transition:all .3s}.subcategory-card:hover .dero-subcategories .subcategory-card .subcategory-image{opacity:1}.marketplace-highlight,.product-stars{background:#f4f3fc;padding:6rem 0}.marketplace-highlight .dero-section .section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.marketplace-highlight .dero-section .section-title .section-title-content{margin:0}.marketplace-highlight .dero-section .section-title .section-title-btn{color:#7352db;font-weight:600;text-decoration:none;transition:all .3s}.marketplace-highlight .dero-section .section-title .section-title-btn:hover{color:#5d42b4}.marketplace-highlight .marketplace-content{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}@media(max-width:1024px){.marketplace-highlight .marketplace-content{grid-template-columns:1fr;text-align:left}}.marketplace-highlight .marketplace-info .marketplace-name{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem}.marketplace-highlight .marketplace-info .marketplace-logo{height:56px;width:56px;background:#fff;padding:4px;border-radius:8px;box-shadow:0 7px 29px 0 rgba(100,100,111,.2)}.marketplace-highlight .marketplace-info h2{font-size:2.8rem;font-weight:700;color:#1e104b}.marketplace-highlight .marketplace-info .marketplace-desc{font-size:1.2rem;line-height:1.6;color:#66668e;margin-bottom:2.5rem}.marketplace-highlight .marketplace-info .marketplace-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:1rem;background:#fff;padding:1rem 2rem;border-radius:12px;box-shadow:2.4px 2.4px 3.2px rgba(102,102,142,.1)}@media(max-width:1024px){.marketplace-highlight .marketplace-info .marketplace-stats{justify-content:left}}.marketplace-highlight .marketplace-info .marketplace-stats .stat{display:flex;flex-direction:column;align-items:flex-start}@media(max-width:1024px){.marketplace-highlight .marketplace-info .marketplace-stats .stat{align-items:left}}.marketplace-highlight .marketplace-info .marketplace-stats .stat .stat-number{font-size:2rem;font-weight:700;color:#7352db;margin-bottom:.5rem}.marketplace-highlight .marketplace-info .marketplace-stats .stat .stat-label{font-size:.9rem;color:#66668e}.marketplace-highlight .marketplace-info .marketplace-cta{display:flex;align-items:center;justify-content:center;background:#7352db;color:#fff;border-radius:8px;font-weight:500;transition:all .3s;text-decoration:none;width:100%;text-align:center;font-size:1rem;height:48px}.marketplace-highlight .marketplace-info .marketplace-cta:hover{background:#5d42b4;transform:translateY(-2px);box-shadow:0 7px 29px 0 rgba(100,100,111,.2)}.marketplace-highlight .marketplace-image{position:relative;display:flex}.marketplace-highlight .marketplace-image .highlight-image{width:60%;height:auto;border-radius:12px;transform:rotate(-2deg);transition:all .3s;margin:0 auto}.marketplace-highlight .marketplace-image .highlight-image:hover{transform:rotate(0deg) scale(1.02)}@media(max-width:1024px){.marketplace-highlight .marketplace-image{display:none}}.app-download-section{background:linear-gradient(135deg,#E9E3F9,#F4F3FC);padding:6rem 0}.app-download-section .app-download-content{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}@media(max-width:1024px){.app-download-section .app-download-content{grid-template-columns:1fr;text-align:left;gap:3rem}}.app-download-section .app-info h2{font-size:2.8rem;font-weight:700;color:#1e104b;margin-bottom:1.5rem}.app-download-section .app-info p{font-size:1.2rem;line-height:1.6;color:#66668e;margin-bottom:2.5rem}.app-download-section .app-features{display:grid;gap:1.5rem;margin-bottom:3rem}.app-download-section .app-features .feature{display:flex;align-items:center;gap:1rem}@media(max-width:1024px){.app-download-section .app-features .feature{justify-content:left}}.app-download-section .app-features .feature .feature-icon{font-size:1.5rem;background:#fff;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:12px;box-shadow:2.4px 2.4px 3.2px rgba(102,102,142,.1);padding:0 12px}.app-download-section .app-features .feature .feature-details{display:flex;flex-direction:column;gap:4px}.app-download-section .app-features .feature .feature-title{font-size:1.1rem;font-weight:500;color:#1e104b}.app-download-section .app-features .feature .feature-text{font-size:.9rem;font-weight:400;color:#66668e}.app-download-section .app-buttons{display:flex;gap:1.5rem;margin-top:2rem}@media(max-width:1024px){.app-download-section .app-buttons{justify-content:left}}.app-download-section .app-buttons a{display:block;transition:all .3s}.app-download-section .app-buttons a:hover{transform:translateY(-2px);filter:brightness(1.05)}.app-download-section .app-buttons img{height:48px;width:auto;border-radius:8px;box-shadow:2.4px 2.4px 3.2px rgba(102,102,142,.1)}.app-download-section .app-visual{position:relative;display:flex;justify-content:center;align-items:center}.app-download-section .app-visual .app-image{width:auto;height:600px;max-height:80vh;transform:rotate(-3deg);transition:all .3s}@media(max-width:1024px){.app-download-section .app-visual .app-image{display:none}}.app-download-section .app-visual .app-image:hover{transform:rotate(0) translateY(-10px)}.app-download-section .app-visual .app-stats{display:flex;gap:2rem;margin-top:2rem}.app-download-section .app-visual .app-stats .stat{text-align:center;background:#fff;padding:1rem 2rem;border-radius:12px;box-shadow:2.4px 2.4px 3.2px rgba(102,102,142,.1)}.app-download-section .app-visual .app-stats .stat .stat-number{display:block;font-size:1.8rem;font-weight:700;color:#7352db;margin-bottom:.5rem}.app-download-section .app-visual .app-stats .stat .stat-label{font-size:1rem;color:#66668e}.content-w{max-width:73.75rem;padding:0 2rem}.content-w,.full-w{width:100%;margin:0 auto}.flex-h{display:flex;justify-content:space-between;align-items:center}.bg-white{background-color:#fff}.full-width{width:100%}.icon-s{height:1.25rem;width:1.25rem}.icon-xs{height:1rem;width:1rem;display:inline-block;vertical-align:middle;margin-left:.25rem}.landing-faq-item{display:block;padding:16px 24px;width:100%;border-bottom:1px solid #e8dffe;color:#66668e}.landing-faq-item summary{font-size:20px;position:relative;display:block;padding-right:40px;cursor:pointer;font-weight:600;color:#1e104b;list-style:none}.landing-faq-item summary::-webkit-details-marker{display:none}.landing-faq-item summary:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");position:absolute;right:0;top:0;height:20px;width:20px}.landing-faq-item[open] summary:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 15l7-7 7 7'/%3E%3C/svg%3E")}.landing-faq-item .summary-content{margin-top:12px}.landing-faq-item .summary-content p,.landing-faq-item .summary-content ul{color:#66668e;font-size:16px;line-height:1.7;margin-bottom:8px}.landing-faq-item .summary-content ul{margin-top:8px;padding-left:24px}.landing-faq-item .summary-content li{color:#66668e;font-size:16px;line-height:1.7;margin-bottom:6px}@media(max-width:768px){.landing-faq-item{padding:16px}.landing-faq-item summary{font-size:16px;padding-right:32px}.landing-faq-item .summary-content li,.landing-faq-item .summary-content p,.landing-faq-item .summary-content ul{font-size:14px}}.seo-faq-section{width:100%}.seo-faq-section .seo-faq-section-title{font-size:2rem;font-weight:700;line-height:1.3;color:#1e104b;margin:0 0 1.5rem}.seo-faq-section .seo-faq-list{display:flex;flex-direction:column}.seo-faq-section .seo-faq-item{padding:1.5rem 0;border-bottom:1px solid #e7e4fc}.seo-faq-section .seo-faq-item:first-child{padding-top:0}.seo-faq-section .seo-faq-item:last-child{border-bottom:none;padding-bottom:0}.seo-faq-section h3.seo-faq-question{font-size:1.25rem;font-weight:600;line-height:1.4;color:#1e104b;margin:0 0 .625rem;letter-spacing:-.01em}.seo-faq-section .seo-faq-answer{font-size:1rem;line-height:1.7;color:#4a4a68;font-weight:400}.seo-faq-section .seo-faq-answer li,.seo-faq-section .seo-faq-answer p,.seo-faq-section .seo-faq-answer span{font-size:1rem;line-height:1.7;font-weight:400;color:#4a4a68;margin:0 0 .75rem}.seo-faq-section .seo-faq-answer li:last-child,.seo-faq-section .seo-faq-answer p:last-child,.seo-faq-section .seo-faq-answer span:last-child{margin-bottom:0}.seo-faq-section .seo-faq-answer ul{margin:.5rem 0 .75rem;padding-left:1.5rem}.seo-faq-section .seo-faq-answer li{margin-bottom:.35rem}.seo-faq-section .seo-faq-answer a{color:#7352db;font-weight:500;text-decoration:underline}.seo-faq-section .seo-faq-answer a:hover{color:#5a3fb8}.seo-faq-section .seo-faq-answer strong{color:#1e104b;font-weight:600}@media(max-width:768px){.seo-faq-section .seo-faq-section-title{font-size:1.5rem}.seo-faq-section h3.seo-faq-question{font-size:1.125rem}.seo-faq-section .seo-faq-answer,.seo-faq-section .seo-faq-answer li,.seo-faq-section .seo-faq-answer p{font-size:.9375rem}}.ais-RefinementList-showMore{background:rgba(0,0,0,0);border:1px solid #e0e0e0;color:#7352db;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;margin-top:.75rem;width:100%;transition:all .2s ease}.ais-RefinementList-showMore:hover{background:#f5f3ff;border-color:#7352db}.ais-RefinementList-showMore:focus{outline:none;box-shadow:0 0 0 3px rgba(115,82,219,.1)}.ais-RefinementList-showMore:disabled{opacity:.5;cursor:not-allowed}.sleep-page{position:relative;overflow:hidden}.sleep-container{max-width:748px;padding:0 24px;width:auto;margin:0 auto;position:relative;z-index:1}.sleep-title p{font-size:1.5rem}.illustration-circle-left{position:absolute;height:100vh;left:-350px}.illustration-circle-right{position:absolute;height:100vh;right:-350px}.sleep-content{display:flex;align-items:center;flex-direction:column}.sleep-content .sleep-header{width:100%;display:flex;align-items:flex-end;justify-content:flex-start;margin-bottom:24px;gap:32px}.sleep-content .sleep-img{height:160px;width:auto}.sleep-content h1{font-size:2rem;font-weight:600;margin-bottom:8px;text-align:left;width:100%}.sleep-content p{font-size:1rem;line-height:150%;font-weight:300;width:100%}.sleep-content .purple-box input{width:100%;border-radius:4px;font-size:16px;padding:.5rem;border:1px solid #becbe4;outline:none}.sleep-content .purple-box .ml-2{margin-left:.5rem!important}.sleep-content .purple-box .purple-box-img{width:48px;margin-right:1rem}.sleep-content .purple-box .sleep-button{width:100%;background-color:var(--color-primary);font-size:16px;color:var(--color-light);margin-top:.5rem;border-radius:4px;transition:all .25s ease-in-out}.sleep-content .purple-box .sleep-button:hover{background-color:var(--color-primary-darker)}footer{border-top:1px solid var(--color-primary-lighter);font-size:1rem;color:var(--color-primary)}footer .dero-logo-small{height:1.5rem;margin-left:.5rem}.sleep-thx{margin-bottom:24px}.button-back{display:flex;height:56px;padding:8px 16px 8px 12px;justify-content:center;align-items:center;align-self:stretch;cursor:pointer;border-radius:64px;background:#7352db;color:#fff;text-align:center;font-size:20px;font-weight:400;line-height:24px;transition:all .25s ease-in}.button-back:hover{background:#5d42b4}.back-to-product{display:flex;align-items:center;justify-content:flex-start;gap:8px;font-size:14px;color:#1e104b;margin-bottom:24px;width:100%}.sleep-product{border:4px solid #e9e3f9;border-radius:8px;background-color:#e9e3f9;padding:8px;display:flex;flex-direction:column;gap:12px;height:100%;font-size:1rem}.sleep-product .sleep-details{display:flex;flex-flow:row wrap;gap:4px}.sleep-product .added-date,.sleep-product .reminder-date,.sleep-product .sleep-time{font-size:.9rem;color:#1e104b;font-weight:300;display:flex;align-items:center;gap:4px}.redirect-page{height:100vh;background:#fff}.redirect-page .redirect-link{text-decoration:underline;color:var(--color-primary)}.redirect-page h4{margin-bottom:12px}.redirect-page img{display:flex;align-items:center;justify-content:center}.redirect-page svg{width:24px}.img{padding-top:32px}.marketplace-logo{width:90px;height:90px;background:#fff;align-items:center;display:flex;justify-content:center}.marketplace-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.small-container{width:auto;margin:0 auto;position:relative;z-index:1;max-width:600px}#firebaseui_container{background-color:var(--color-light);border-radius:8px;margin-top:1.5rem;width:100%;padding:1.5rem}#firebaseui_container .firebaseui-idp-button{width:100%;max-width:100%;border-radius:4px;box-shadow:none;font-size:16px;font-weight:400;color:var(--color-grey)!important;border:1px solid #bbb8d7!important;background-color:var(--color-light)!important;display:flex;align-items:center;justify-content:center}#firebaseui_container .firebaseui-container{font-family:Rubik,sans-serif}#firebaseui_container .firebaseui-link{color:var(--color-primary);text-decoration:underline}#firebaseui_container .firebaseui-tos{margin-bottom:0;color:var(--color-grey)}#firebaseui_container .firebaseui-idp-text{color:var(--color-grey)}#firebaseui_container .firebaseui-card-content{padding:initial}#firebaseui_container .firebaseui-idp-list{margin-top:0}#firebaseui_container .firebaseui-idp-list .firebaseui-list-item:first-child button{background-color:var(--color-primary)!important;border:none!important;transition:all .25s ease-in-out}#firebaseui_container .firebaseui-idp-list .firebaseui-list-item:first-child button .firebaseui-idp-text{color:var(--color-light)!important}#firebaseui_container .firebaseui-idp-list .firebaseui-list-item:first-child button:hover{background-color:var(--color-primary-darker)!important}#firebaseui_container .firebaseui-idp-list .firebaseui-list-item:not(:first-child):not(:nth-child(3)) .firebaseui-idp-icon{filter:invert(1)}#firebaseui_container .firebaseui-idp-list>.firebaseui-list-item,#firebaseui_container .firebaseui-tenant-list>.firebaseui-list-item{margin-bottom:12px}.firebaseui-button{color:var(--color-light)!important}.firebaseui-button,.firebaseui-textfield.mdl-textfield .firebaseui-label:after,.mdl-progress>.progressbar{background-color:var(--color-primary)!important}.mdl-progress>.bufferbar{background-image:linear-gradient(90deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.7)),linear-gradient(90deg,var(--color-primary),var(--color-primary))!important;z-index:0;left:0}.mdl-progress:not(.mdl-progress--indeterminate)>.auxbar,.mdl-progress:not(.mdl-progress__indeterminate)>.auxbar{background-image:linear-gradient(90deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.9)),linear-gradient(90deg,var(--color-primary),var(--color-primary))!important}.mdl-shadow--2dp{box-shadow:none!important}.firebaseui-card-header{padding:0!important}.firebaseui-title{font-size:1.2rem!important;margin-bottom:0!important}.firebaseui-card-content,.firebaseui-card-footer{padding:0!important}.mdl-button{font-family:Rubik,sans-serif!important}.firebaseui-card-actions{font-size:16px;padding:0!important;margin-bottom:1rem}.flex .btn:hover{background-color:var(--color-primary-darker);color:var(--color-light)}.margin-btm-24{margin-bottom:1.5rem}.category-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.dero-filters{padding:1.5rem;border-radius:.5rem;background-color:#fff;max-height:calc(100vh - 9rem);height:100%;overflow-y:auto;overflow-x:hidden;transition:all .1s linear}.dero-filters::-webkit-scrollbar{display:none}.dero-filters.sticky{max-height:calc(100vh - 9.75rem)}.dero-filters .dero-filters-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.dero-filters .ais-RangeInput-input,.dero-filters .ais-RangeInput-label{width:100%}.dero-results .purple-box{margin-bottom:2rem}.dero-results .purple-box .dero-item{font-size:1rem;font-weight:300}.dero-results .container{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.dero-results .content-left{min-width:16.25rem;height:calc(100vh - 7.125rem);position:sticky;overflow-y:auto;top:7.125rem;-ms-overflow-style:none;scrollbar-width:none}.dero-results .content-left::-webkit-scrollbar{display:none}.dero-results .content-right{width:100%;height:auto}.dero-results .content-right .ais-InfiniteHits-list{display:grid;align-items:flex-start;flex-flow:row wrap;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.dero-results .content-right .ais-InfiniteHits-list .ais-InfiniteHits-item{font-size:medium;font-weight:400;line-height:normal;padding:initial;max-width:none;box-shadow:none;border-radius:.5rem;flex-grow:1;align-self:stretch;align-items:flex-start;background:#fff}.not-found{height:calc(100vh - 14rem);background-color:var(--color-background);display:flex;flex-direction:column;justify-content:center;align-items:center}.not-found h1{text-align:center}.not-found-img img{height:8rem;margin-bottom:2rem}.waiting-state{text-align:center}.extension-container{padding:1.5rem 0!important;margin-top:0!important;min-height:inherit!important;height:100%!important}.extension-container .home-page,.extension-container .not-found{min-height:inherit!important;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.extension-container .home-page .logo,.extension-container .home-page .not-found-img,.extension-container .not-found .logo,.extension-container .not-found .not-found-img{margin-bottom:.5rem;width:15rem}.extension-container .home-page .logo img,.extension-container .home-page .not-found-img img,.extension-container .not-found .logo img,.extension-container .not-found .not-found-img img{height:inherit;width:100%;margin-bottom:inherit}.extension-container .home-page .not-found-img,.extension-container .not-found .not-found-img{width:7rem}.extension-container .home-page h1,.extension-container .home-page p,.extension-container .not-found h1,.extension-container .not-found p{font-size:1rem;line-height:1.2rem;text-align:center}.extension-container .content-right{width:100%!important;height:auto}.footer-extension{width:100%;display:flex;align-items:center;justify-content:center;margin-top:1.5rem}.see-more-products-btn{background-color:var(--color-primary)!important;border:none!important;transition:all .25s ease-in-out;border-radius:1.5rem;box-shadow:none;font-size:1rem;font-weight:400;color:#fff;padding:.75rem 1rem;transition:all .2s ease-in}.see-more-products-btn:hover{background-color:var(--color-primary-darker)}.dero-results-ok{min-height:calc(100vh - 4.625rem);width:100%;padding:2.5rem;margin:0 auto;background-color:var(--color-background)}.herobanner-margin{margin-top:4.5rem}.herobanner-dark{padding:5rem 0;width:100%;height:auto;background-color:#1e104b;position:relative}.herobanner-dark .herobannerdark-container{color:#fff;text-align:center;gap:.4rem}.herobanner-dark .herobannerdark-container h1{font-size:1.5rem;font-weight:500}.herobanner-dark .herobannerdark-container p{font-size:1rem;line-height:1.4rem;font-weight:300;opacity:.8}.herobanner-dark .dero-breadcrumb p,.herobanner-dark .dero-breadcrumb ul{color:#fff!important}.trust-indicators{padding:1.5rem 2rem;margin-top:2rem;position:relative;background:linear-gradient(180deg,rgba(115,82,219,.1),rgba(115,82,219,.3));border-radius:1rem;box-shadow:0 8px 16px rgba(0,0,0,.15)}.trust-indicators:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.3) 50%,rgba(255,255,255,0))}.trust-indicators .trust-indicators-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}@media(max-width:992px){.trust-indicators .trust-indicators-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(max-width:768px){.trust-indicators .trust-indicators-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(max-width:640px){.trust-indicators .trust-indicators-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1rem;padding:.5rem .5rem 1rem;margin-top:1rem}.trust-indicators .trust-indicators-grid::-webkit-scrollbar{height:4px}.trust-indicators .trust-indicators-grid::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border-radius:4px}}.trust-indicators .trust-indicator{display:flex;align-items:center;gap:1.25rem;padding:.75rem;border-radius:.75rem;background-color:hsla(0,0%,100%,.05);transition:transform .3s ease,background-color .3s ease}.trust-indicators .trust-indicator:hover{background-color:hsla(0,0%,100%,.1);transform:translateY(-2px)}@media(max-width:640px){.trust-indicators .trust-indicator{min-width:260px;flex-shrink:0;scroll-snap-align:start;padding:.5rem .75rem;margin-right:.25rem}}.trust-indicators .trust-indicator .trust-icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.1));border-radius:50%;flex-shrink:0;box-shadow:0 4px 8px rgba(0,0,0,.1)}@media(max-width:992px){.trust-indicators .trust-indicator .trust-icon{width:3rem;height:3rem}}@media(max-width:768px){.trust-indicators .trust-indicator .trust-icon{width:2.75rem;height:2.75rem}}@media(max-width:640px){.trust-indicators .trust-indicator .trust-icon{width:2.25rem;height:2.25rem}}.trust-indicators .trust-indicator .trust-icon svg{width:1.75rem;height:1.75rem;color:#fff;filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}@media(max-width:992px){.trust-indicators .trust-indicator .trust-icon svg{width:1.5rem;height:1.5rem}}@media(max-width:768px){.trust-indicators .trust-indicator .trust-icon svg{width:1.25rem;height:1.25rem}}@media(max-width:640px){.trust-indicators .trust-indicator .trust-icon svg{width:1.125rem;height:1.125rem}}.trust-indicators .trust-indicator .trust-content h3{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.375rem;letter-spacing:.01em}.trust-indicators .trust-indicator .trust-content h3 .trust-highlight{color:#e7dfff;font-weight:700;font-size:1.4rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media(max-width:992px){.trust-indicators .trust-indicator .trust-content h3{font-size:1.125rem}.trust-indicators .trust-indicator .trust-content h3 .trust-highlight{font-size:1.25rem}}@media(max-width:768px){.trust-indicators .trust-indicator .trust-content h3{font-size:1rem}.trust-indicators .trust-indicator .trust-content h3 .trust-highlight{font-size:1.125rem}}@media(max-width:640px){.trust-indicators .trust-indicator .trust-content h3{font-size:.9rem;margin-bottom:.125rem}.trust-indicators .trust-indicator .trust-content h3 .trust-highlight{font-size:1rem}}.trust-indicators .trust-indicator .trust-content p{color:hsla(0,0%,100%,.85);font-size:.875rem;line-height:1.4}@media(max-width:992px){.trust-indicators .trust-indicator .trust-content p{font-size:.825rem}}@media(max-width:768px){.trust-indicators .trust-indicator .trust-content p{font-size:.775rem}}@media(max-width:640px){.trust-indicators .trust-indicator .trust-content p{font-size:.75rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:180px}}.herobanner-title{font-size:2rem;font-weight:700;line-height:150%;color:#fff}.herobanner-search-fakeinput{display:flex;padding:1.25rem 2rem;justify-content:space-between;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:.5rem;border:1px solid #e5e2ff;background:#fff;box-shadow:0 0 1.25rem 0 rgba(115,82,219,.16)}.herobanner-search-fakeinput .herobanner-search-fakeinput-title{color:#1e104b;font-size:1.5rem;font-style:normal;font-weight:500;line-height:1.5rem}.dero-container{position:relative;max-width:1100px;width:100%;margin:0 auto;padding:0 2.5rem}.dero-container,.dero-section{display:flex;flex-direction:column;gap:1.5rem}.dero-section .section-title{display:flex;align-items:center;justify-content:space-between;width:100%}.dero-section .section-title .section-title-content{font-size:2rem;font-weight:700;line-height:150%;color:#1e104b}.dero-section .section-title .section-title-btn{color:#7352db;font-size:1rem;font-weight:400;transition:all .25s ease-in-out}.dero-section .section-title .section-title-btn:hover{text-decoration:underline}.section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.category-results{margin-top:0!important;padding-top:0!important}.subcategory-results{padding-top:2.5rem!important}.subcategory-results .dero-breadcrumb{margin-bottom:1.5rem}.large-container{padding:0 2.5rem;position:relative}.category-banner,.marketing-banner{padding:1.5rem;background:#fff;border-radius:.75rem;position:relative;min-height:11.5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.category-banner{margin-top:24px}.category-banner img{position:absolute;right:0;top:0;height:100%;width:auto;min-height:11.5rem}.category-banner h1{color:#1e104b;font-size:2rem;font-style:normal;font-weight:700;line-height:120%;margin-bottom:.5rem}.category-banner p{color:#1e104b;font-size:1rem;font-style:normal;font-weight:300;line-height:150%;width:55%}.marketing-banner{margin-top:0}.marketing-banner h1{color:#1e104b;font-size:2rem;font-style:normal;font-weight:700;line-height:120%}.marketing-banner p{color:#1e104b;font-size:1rem;font-style:normal;font-weight:300;line-height:150%;max-width:1200px;width:100%}.marketing-banner img{min-width:64px;max-width:150px;width:100%;border:2px solid #e9e3f9;border-radius:8px;padding:4px}.marketing-banner .marketplace-info{display:flex;align-items:flex-start;gap:1.2rem}.marketing-banner .marketplace-garanties{display:flex;-moz-column-gap:1rem;column-gap:1rem;row-gap:.5rem;flex-flow:wrap}.marketing-banner .marketplace-garanties .marketplace-garanties-block{display:flex;align-items:center;gap:.5rem;color:#66668e;font-size:14px}.marketplace-name{align-items:center;justify-content:flex-start;margin-bottom:8px}.marketplace-name,.marketplace-name .dealer-socials{display:flex;gap:12px}.marketplace-name .dealer-socials .social-icon-link{display:flex;align-items:center;justify-content:center}.marketplace-name .dealer-socials .social-icon{color:#66668e;transition:all .25s ease-in;cursor:pointer;height:20px}.marketplace-name .dealer-socials .social-icon:hover{color:var(--color-primary)}.c-height-categoryPage,.c-height-subcategoryPage{padding:1.5rem 0;height:100%;background:linear-gradient(0deg,rgb(244,243,252),rgb(244,243,252) 36%,rgb(30,16,75) 0,rgb(30,16,75))}.dero-categories{margin-top:5rem;margin-bottom:6rem}.categories-content{grid-template-columns:repeat(6,minmax(0,1fr))}.categories-content .category-link{transition:all .25s ease-in-out}.categories-content .category-link .category{padding:1.5rem;border-radius:.75rem;background:#f8f7ff;display:flex;flex-direction:column;gap:.75rem;height:100%;align-items:center;justify-content:space-between}.categories-content .category-link .category p{font-size:1rem;font-weight:500;line-height:150%;color:#1e104b;text-align:center;height:100%;display:flex;justify-content:center;align-items:center}.categories-content .category-link .category img{aspect-ratio:1/1;width:80%;-o-object-fit:contain;object-fit:contain;max-width:6.25rem}.categories-content .category-link:hover{transform:scale3D(1.04,1.04,1);transform-style:preserve-3d}.sub-categories-entries{display:flex;margin-bottom:1.5rem;align-items:center;justify-content:space-between;gap:1rem;width:100%;overflow-y:hidden}.sub-categories-entries::-webkit-scrollbar{display:none}.sub-categories-entries .category-link{width:100%;min-width:calc(19% - 1rem)}.sub-categories-entries .category{background:#fff!important}.purple-container{background-color:rgba(229,226,255,.56);margin-bottom:8.75rem}.dero-advises{padding:4rem 0}.dero-advises .advises-content .advise-link{transition:all .25s ease-in-out}.dero-advises .advises-content .advise-link .advise{padding:1.5rem;border-radius:.75rem;background:#f8f7ff;display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.dero-advises .advises-content .advise-link .advise img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;aspect-ratio:1/1}.dero-advises .advises-content .advise-link .advise p{font-size:1rem;font-weight:500;line-height:150%;color:#1e104b}.dero-advises .advises-content .advise-link:hover{transform:scale3D(1.04,1.04,1);transform-style:preserve-3d}.tag-title-section{font-size:1rem;color:#7352db;padding:8px 12px;background-color:#e7dfff;border-radius:.5rem;font-weight:500;width:-moz-fit-content;width:fit-content;display:block}.engagements-section .dero-engagements{margin:6rem auto 6.25rem}.engagements-section .engagements-content .engagement{padding:1.5rem;border-radius:.75rem;display:flex;flex-direction:column;gap:3.5rem}.engagements-section .engagements-content .engagement h3{font-size:2.5rem;font-weight:700;line-height:150%;color:#1e104b}.engagements-section .engagements-content .engagement p{font-size:1.25rem;font-weight:400;line-height:150%;color:#1e104b}.engagements-section .engagements-content .engagement:first-child{background:rgba(229,226,255,.72)}.engagements-section .engagements-content .engagement:nth-child(2){background:rgba(251,224,220,.72)}.engagements-section .engagements-content .engagement:nth-child(3){background:rgba(255,237,201,.72)}@media(min-width:89.375rem){.container{max-width:100%!important}.dero-results .content-right .ais-InfiniteHits-list{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:89.375rem){.container{max-width:100%!important}.dero-results .content-right .ais-InfiniteHits-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:73.75rem)and (min-width:64rem){.dero-results .content-right .ais-InfiniteHits-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:73.75rem){.container{max-width:100%!important}.categories-content{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}@media(max-width:61.25rem)and (min-width:49.0625rem){.container{max-width:100%!important}.dero-results .content-right .ais-InfiniteHits-list{grid-template-columns:repeat(3,minmax(0,1fr))}.c-hb-mg{margin-top:7.375rem!important}.c-height-categoryPage{height:100%;background:linear-gradient(0deg,rgb(244,243,252),rgb(244,243,252) 32%,rgb(30,16,75) 0,rgb(30,16,75))}.dero-results .content-left{top:9rem}.category-banner p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}}@media(max-width:49.0625rem){.dero-categories{margin-top:3.5rem}.sub-categories-entries{grid-template-columns:repeat(2,minmax(0,1fr))!important}.c-hb-mg{margin-top:7.375rem!important}.category-banner p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.c-hb-mg .dero-results{padding-top:7rem!important}.large-container{padding:0 1.5rem;position:relative}.c-height-categoryPage{height:100%;background:linear-gradient(0deg,rgb(244,243,252),rgb(244,243,252) 32%,rgb(30,16,75) 0,rgb(30,16,75))}.herobanner-margin{margin-top:-.125rem}.herobanner-margin .herobanner-title{font-size:1.5rem}.herobanner-margin .herobanner-search{padding:3rem 0}.dero-categories,.dero-engagements,.purple-container{margin-bottom:5rem}.dero-categories .section-title,.dero-engagements .section-title,.purple-container .section-title{flex-direction:column;gap:.5rem;align-items:flex-start}.dero-categories .advises-content,.dero-categories .engagements-content,.dero-engagements .advises-content,.dero-engagements .engagements-content,.purple-container .advises-content,.purple-container .engagements-content{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.dero-categories .advise,.dero-engagements .advise,.purple-container .advise{padding:1rem!important;flex-direction:row!important;gap:1rem!important;align-items:center!important}.dero-categories .advise img,.dero-engagements .advise img,.purple-container .advise img{width:5rem!important}.dero-categories .categories-content,.dero-engagements .categories-content,.purple-container .categories-content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.dero-container{padding:0 1.5rem}.container{max-width:100%!important}.dero-results .content-right .ais-InfiniteHits-list{grid-template-columns:repeat(2,minmax(0,1fr))}.content-right{width:100%!important;height:auto}.dero-results-ok{padding:1.5rem}}@media(max-width:40rem){.herobanner-dark{padding:2.5rem 0}.dero-section .section-title .section-title-content{font-size:1.5rem}.container{max-width:100%!important}.c-hb-mg .dero-results{padding-top:5rem}.category-banner{padding:1rem;min-height:auto}.category-banner img,.marketing-banner img{display:none}.category-banner p{width:100%}.category-banner h1{font-size:1.5rem}.dero-results .content-right .ais-InfiniteHits-list{grid-template-columns:repeat(2,minmax(0,1fr))}.content-right{width:100%!important;height:auto}.dero-categories .categories-content,.dero-engagements .categories-content,.purple-container .categories-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media(max-width:31.25rem){.account-container,.dero-results .content-right .ais-InfiniteHits-list{grid-template-columns:repeat(1,minmax(0,1fr))!important}}@media(max-width:61.25rem){.alerts-floating-button{transform:translateZ(0) translateX(-50%)}.alerts-floating-button:hover{transform:translateZ(0) translateX(-50%) translateY(-2px)}.dero-results{min-height:calc(100vh - 7.5rem)}}.account-container{padding:4rem 2.5rem;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.card-header,.productpage-section{background-color:#fff}.productpage-section{width:100%;padding:40px 0 80px}.pp-container{position:relative;max-width:1180px;width:100%;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;gap:24px}.pp-container .pp-content{display:grid;grid-template-columns:repeat(9,1fr);align-items:flex-start;grid-gap:56px}.pp-content-img{grid-row:1;grid-column:1/5;position:relative}.pp-content-img .gallery .main-img{position:relative;aspect-ratio:1/1;border-radius:16px;border:1px solid #d5cbf4;gap:10px;align-items:flex-start;padding:8px;width:100%;height:auto}.pp-content-img .gallery .main-img .gallery-controller{position:absolute;top:50%;transform:translateY(-50%);width:calc(100% - 16px);display:flex;justify-content:space-between;color:#7352db;opacity:0;transition:all .25s ease-in}.pp-content-img .gallery .main-img .gallery-controller .gallery-controller-left,.pp-content-img .gallery .main-img .gallery-controller .gallery-controller-right{cursor:pointer}.pp-content-img .gallery .main-img:hover .gallery-controller{opacity:1}.pp-content-img .gallery .others-img{margin-top:12px;display:flex;align-items:center;justify-content:flex-start;gap:12px;overflow-x:auto;width:auto}.pp-content-img .gallery .others-img ::-webkit-scrollbar{width:0;background:rgba(0,0,0,0)}.pp-content-img .gallery .others-img::-webkit-scrollbar{display:none}.pp-content-img .gallery .others-img img{position:relative;width:calc(22% - 12px);aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;border:1px solid #d5cbf4;padding:4px;cursor:pointer;transition:all .25s ease-in}.pp-content-img .gallery .others-img img:hover{border-color:#7352db}.pp-content-img .gallery .others-img img:before{content:"";display:flex;justify-content:center;background:url(/media/images/default-image.png) 50%/cover no-repeat;align-items:center;font-size:16px;color:#ccc;width:100%;height:100%}.pp-content-img .gallery-img{-o-object-fit:contain;object-fit:contain;border-radius:8px;height:100%;width:100%}.pp-content-img .gallery-img:before{content:"";display:flex;justify-content:center;align-items:center;background:url(/media/images/default-image.png) 50%/cover no-repeat;font-size:16px;color:#ccc;width:100%;height:100%}.pp-content-img .koala-side-sleep{position:absolute;z-index:1;left:-44px;top:12px;transform:scaleX(-1);height:104px;transition:all .25s ease-in}.pp-product-title{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;margin-bottom:32px}.pp-product-title h1,.pp-product-title h2.product-title{color:#1e104b;font-size:2rem;font-weight:700;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.pp-product-title .rating{display:flex;align-items:center;gap:8px}.pp-product-title .rating .stars{display:flex;align-items:center;gap:1px;color:#7352db}.pp-product-title .rating .reviews{color:#66668e;font-size:12px;font-weight:500;position:relative;top:1px}.pp-content-informations{grid-row:1;grid-column:5/10}.pp-content-informations .pp-product-pricing{display:flex;align-items:center;gap:40px;width:100%;justify-content:space-between}.pp-content-informations .pp-product-pricing .pp-product-price{display:flex;flex-direction:column;gap:4px}.pp-content-informations .pp-product-pricing .pp-product-price h2{color:#1e104b;font-size:28px;font-weight:700;line-height:1}.pp-content-informations .pp-product-pricing .pp-product-price .advised-price{color:#66668e;font-size:16px;font-weight:400}.pp-content-informations .pp-product-pricing .pp-product-actions{display:flex;align-items:flex-end;gap:16px;align-self:stretch}.pp-content-informations .pp-product-pricing .pp-product-actions .sleep-on-it{max-width:420px;min-width:290px;width:100%;height:56px;display:flex;padding:8px 16px 8px 12px;justify-content:space-between;align-items:flex-start;flex:1 0 0;align-self:stretch;border-radius:12px;background:rgba(115,82,219,.1);color:#7352db;transition:all .25s ease-in-out}.pp-content-informations .pp-product-pricing .pp-product-actions .sleep-on-it:hover{background:rgba(115,82,219,.2)}.pp-content-informations .pp-product-pricing .pp-product-actions .sleep-on-it .soi-content{display:flex;flex-direction:column;justify-content:space-around;height:100%}.pp-content-informations .pp-product-pricing .pp-product-actions .sleep-on-it .soi-title{font-size:18px;font-weight:500;line-height:1;text-decoration:underline}.pp-content-informations .pp-product-pricing .pp-product-actions .sleep-on-it .soi-subtitle{font-size:14px;font-weight:300;line-height:1}.pp-content-informations .pp-product-pricing .pp-product-actions .share-button{display:flex;width:56px;height:56px;justify-content:center;align-items:center;align-self:stretch;border-radius:16px;border:1px solid rgba(115,82,219,.3);transition:all .25s ease-in-out;background:#fff;color:#7352db}.pp-content-informations .pp-product-pricing .pp-product-actions .share-button:before{width:auto;font-size:20px;flex-shrink:0;color:#7352db}.pp-content-informations .pp-product-pricing .pp-product-actions .share-button:hover{border-color:#7352db;background-color:rgba(115,82,219,.1)}.pp-content-informations .pp-product-description h3{color:#1e104b;font-size:24px;font-weight:500;line-height:24px;margin-bottom:16px}.pp-content-informations .pp-product-description .tags{display:flex;gap:8px;flex-flow:row wrap}.pp-content-informations .pp-product-description .product-specs{margin-top:8px;font-size:1rem;font-weight:300}.pp-content-informations .pp-product-description .product-specs span{color:#66668e;line-height:150%}.pp-content-informations .pp-product-description .product-specs ul{display:flex;align-items:center;flex-flow:row wrap;gap:8px}.pp-content-informations .pp-product-description .product-specs ul li{position:relative;width:-moz-max-content;width:max-content;font-size:14px;color:var(--color-grey)}.pp-content-informations .pp-product-description .product-specs ul li:not(:last-child):after{content:"•";position:absolute;top:50%;transform:translateY(-50%);margin-left:4px;margin-right:4px}.pp-content-informations .pp-product-description .product-specs ul li:not(:last-child){content:"•";margin-right:6px}.pp-content-informations .pp-product-description .buy{width:100%;margin-top:24px;display:flex;border:none;font-family:inherit;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;height:56px;padding:8px 16px 8px 12px;justify-content:center;align-items:center;gap:12px;align-self:stretch;cursor:pointer;border-radius:64px;background:#7352db;color:#fff;text-align:center;font-size:20px;font-weight:400;line-height:24px;transition:all .25s ease-in}.pp-content-informations .pp-product-description .buy:hover{background:#5d42b4}.pp-content-informations .pp-product-description .buy i{font-size:16px}.pp-content-informations .pp-product-description .brand-garanties{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:12px}.pp-content-informations .pp-product-description .brand-garanties .brand-garanties-block{display:flex;align-items:center;gap:6px;color:#66668e;font-size:14px}.pp-content-informations .pp-product-description .brand-garanties .brand-garanties-block i{font-size:16px;color:#afafc4}.pp-content-informations .pp-savings-description .title-section{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:16px}.pp-content-informations .pp-savings-description .title-section h3{color:#1e104b;font-size:24px;font-weight:500;line-height:24px}.pp-content-informations .pp-savings-description .title-section a{color:#66668e;font-size:14px;font-weight:400;text-decoration:underline;transition:all .25s ease-in}.pp-content-informations .pp-savings-description .title-section a:hover{color:#1e104b}.pp-content-informations .pp-savings-description .savings-content{display:flex;align-items:flex-start;gap:16px;align-self:stretch}.pp-content-informations .pp-savings-description .savings-content .savings-block{display:flex;padding:12px 16px;flex-direction:column;align-items:flex-start;gap:10px;border-radius:12px;width:100%}.pp-content-informations .pp-savings-description .savings-content .savings-block .number{color:#1e104b;font-size:24px;font-weight:700;line-height:150%}.pp-content-informations .pp-savings-description .savings-content .savings-block .description{color:#1e104b;font-size:14px;font-weight:400;line-height:150%}.pp-content-informations .pp-savings-description .savings-content .co2-savings{background:rgba(218,227,223,.72)}.pp-content-informations .pp-savings-description .savings-content .money-savings{background:rgba(255,237,201,.72)}.pp-content-informations .dealer-informations .dealer-container{display:flex;align-items:flex-start;justify-content:flex-start;gap:16px}.pp-content-informations .dealer-informations .dealer-container img{width:56px;aspect-ratio:1/1;border-radius:4px}.pp-content-informations .dealer-informations .dealer-container .dealer-content{display:flex;flex-direction:column;gap:8px}.pp-content-informations .dealer-informations .dealer-container .dealer-content .sell-by-container{display:flex;align-items:center;gap:12px}.pp-content-informations .dealer-informations .dealer-container .dealer-content .sell-by-container .sell-by-content{color:#7352db;font-size:20px;font-weight:500;line-height:24px;display:flex;justify-content:space-between;width:100%;align-items:center}.pp-content-informations .dealer-informations .dealer-container .dealer-content .sell-by-title{display:flex;align-items:center}.pp-content-informations .dealer-informations .dealer-container .dealer-content .marketplace-link{text-decoration:underline;transition:all .25s ease-in}.pp-content-informations .dealer-informations .dealer-container .dealer-content .marketplace-link:hover{color:var(--color-primary-darker)}.pp-content-informations .dealer-informations .dealer-container .dealer-content .sell-by{font-weight:400;color:#1e104b;margin-right:6px}.pp-content-informations .dealer-informations .dealer-container .dealer-content .dealer-desc{color:#66668e;font-size:16px;font-weight:300;line-height:150%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px}.pp-content-informations .dealer-informations .dealer-container .dealer-content .dealer-socials{display:flex;gap:12px}.pp-content-informations .dealer-informations .dealer-container .dealer-content .dealer-socials .social-icon-link{display:flex;align-items:center;justify-content:center}.pp-content-informations .dealer-informations .dealer-container .dealer-content .dealer-socials .social-icon{color:#66668e;transition:all .25s ease-in;cursor:pointer;height:18px}.pp-content-informations .dealer-informations .dealer-container .dealer-content .dealer-socials .social-icon:hover{color:var(--color-primary)}.dero-breadcrumb p,.dero-breadcrumb ul{display:flex;align-items:center;font-size:14px;color:#1e104b;flex-wrap:wrap;gap:0}.dero-breadcrumb p li,.dero-breadcrumb ul li{position:relative;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:100%}.dero-breadcrumb p li:not(:first-child):before,.dero-breadcrumb ul li:not(:first-child):before{content:">";top:50%;transform:translateY(-50%);margin-left:8px;margin-right:8px;flex-shrink:0}.dero-breadcrumb p li a:hover,.dero-breadcrumb ul li a:hover{text-decoration:underline}.dero-breadcrumb p .active-page,.dero-breadcrumb ul .active-page{font-weight:500;max-width:450px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#1e104b}@media(max-width:768px){.dero-breadcrumb p .active-page,.dero-breadcrumb ul .active-page{max-width:250px}}@media(max-width:480px){.dero-breadcrumb p .active-page,.dero-breadcrumb ul .active-page{max-width:180px}}.separator{margin:24px 0;width:100%;height:1px;background-color:rgba(213,203,244,.56)}.product-announcement{width:100%;border-radius:12px;border:2px solid #ff6b35;background:linear-gradient(135deg,#FFF5F2,#FFE8E0);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;box-shadow:0 4px 12px rgba(255,107,53,.15);animation:slideDown .4s ease-out,pulse 2s ease-in-out infinite;position:relative;overflow:hidden}.product-announcement:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shine 3s infinite}.product-announcement .product-announcement-content{display:flex;align-items:center;gap:16px;position:relative;z-index:1;flex:1}.product-announcement .product-announcement-content .brand-logo{width:48px;height:48px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);flex-shrink:0}.product-announcement .product-announcement-content p{color:#1e104b;font-family:Rubik;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;margin:0}.product-announcement .product-announcement-content p b{font-weight:700;color:#ff6b35;font-size:18px}.product-announcement .product-announcement-close{font-size:24px;flex-shrink:0;transition:all .25s ease-in-out;color:#ff6b35;cursor:pointer;background:none;border:none;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;position:relative;z-index:1}.product-announcement .product-announcement-close:hover{color:#1e104b;background:rgba(255,107,53,.1);transform:scale(1.1)}.product-announcement .product-announcement-close svg{width:24px;height:24px}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{box-shadow:0 4px 12px rgba(255,107,53,.15)}50%{box-shadow:0 6px 20px rgba(255,107,53,.25)}}@keyframes shine{0%{left:-100%}50%,to{left:100%}}.pp-related-products{display:flex;width:100%;padding:80px 0;flex-direction:column;justify-content:flex-end;align-items:center;background:rgba(229,226,255,.56)}.pp-related-products .related-grid{max-width:1180px;width:100%;padding:0 40px}.pp-related-products .auc-Recommend-list{display:grid;gap:16px;grid-auto-rows:auto;grid-auto-columns:calc(25% - 12px);grid-template-areas:"a a a a"}.pp-related-products .product-card .product-content .product-title h3{font-size:16px}.pp-related-products .product-card .product-price .main-price{font-size:18px}.pp-related-products .auc-Recommend-item{font-size:medium;font-weight:400;line-height:normal;padding:initial;max-width:none;box-shadow:none;border-radius:8px;flex-grow:1;align-self:stretch;align-items:flex-start;background-color:#fff}.pp-related-products .related-products-title{display:flex;align-items:center;gap:12px;margin-bottom:24px}.pp-related-products .related-products-title h3{font-weight:700}.brand-garanties{display:flex;flex-flow:wrap;row-gap:.5rem;-moz-column-gap:1rem;column-gap:1rem;font-size:16px;color:#7352db}.brand-garanties .brand-garanties-block{display:flex;align-items:center;gap:8px;font-weight:300}.pp-product-faq-container{display:flex;align-items:flex-start;flex-direction:column;padding:80px 0;margin:0 auto;width:100%}.pp-product-faq-container .pp-product-faq-title{display:flex;align-items:center;justify-content:flex-start;gap:16px;padding-left:16px;margin-bottom:16px}.pp-product-faq-container .pp-product-faq-title .koala-faq{height:100px;width:auto}.pp-product-faq-container .pp-product-faq-title .faq-title-content{display:flex;flex-direction:column;gap:4px}.pp-product-faq-container .pp-product-faq-title .faq-title-content p{font-size:32px;color:#1e104b;font-weight:300}.pp-product-faq-container .pp-product-faq-title .faq-title-content .dero-title-bold{font-weight:500}.brokenProduct-content{width:100%}.brokenProduct-content .brokenProduct-block{display:flex;padding:12px 16px;flex-direction:column;align-items:flex-start;gap:8px;border-radius:12px;width:100%;background-color:#f9fbfa;border:1px solid #eaefed;font-size:16px;position:relative}.brokenProduct-content .brokenProduct-block h4{font-weight:500;z-index:1;line-height:150%}.brokenProduct-content .brokenProduct-block p{z-index:1;font-size:16px;line-height:180%;color:#66668e}.brokenProduct-content .brokenProduct-block p .icon-xs{margin-left:4px;top:2px;position:relative}.brokenProduct-content .brokenProduct-block a{color:#66668e}.brokenProduct-content .brokenProduct-block img{position:absolute;bottom:0;right:0;opacity:.9;z-index:0}@media(max-width:768px){.brokenProduct-content .brokenProduct-block img{display:none}}.summary-content-link{color:#7352db;text-decoration:underline}details{display:block;padding:16px 24px;width:100%;border-bottom:1px solid #e7e4fc;color:#66668e}summary{font-size:20px;position:relative;display:block;color:#1e104b;cursor:pointer;font-weight:500;padding-right:32px;list-style-type:none}summary::marker{display:none}details[open] summary::-webkit-details-marker,summary::-webkit-details-marker{color:#7352db;background:#fff}summary::-webkit-details-marker{display:none}summary:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");position:absolute;right:0;top:0;font-family:Font Awesome\ 6 Free;font-weight:900;padding:0;text-align:center;width:20px}details[open] summary:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 15l7-7 7 7'/%3E%3C/svg%3E");font-weight:900;top:0}.summary-content{margin-top:12px}.summary-content p{font-size:16px;line-height:150%}@media(max-width:1080px){.pp-content-informations .pp-product-pricing{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.pp-content-img .koala-side-sleep{left:-27px;height:64px}}@media only screen and (max-width:64em){.pp-container .pp-content{gap:24px}.pp-product-faq-container{padding:24px 16px}.productpage-section{padding-top:24px}.pp-related-products{padding:24px 0;margin-top:40px}.pp-related-products .related-grid{padding:0 16px}.pp-related-products .auc-Recommend-list{grid-auto-columns:calc(50% - 8px);grid-template-areas:"a a"}.pp-content-img .gallery .main-img{aspect-ratio:unset}.pp-content-img .gallery-img{-o-object-fit:contain;object-fit:contain;border-radius:8px;height:100%;width:100%;max-height:37vh}.pp-product-faq-container{margin-top:32px;margin-bottom:32px}.pp-product-faq-container details{padding:16px}.pp-product-faq-container summary{font-size:16px}.pp-product-faq-container .pp-product-faq-title{padding-left:16px}.pp-product-faq-container .pp-product-faq-title .faq-title-content{gap:0}.pp-product-faq-container .pp-product-faq-title .faq-title-content p{font-size:24px}.pp-container{gap:16px;padding:0 16px}.pp-container .pp-content{display:flex;flex-direction:column;grid-gap:0}.pp-container .pp-content-img{width:100%}.pp-container .pp-product-title{margin-bottom:32px}.pp-container .pp-product-title h1{font-size:24px}.pp-container .koala-side-sleep{left:auto;height:80px;right:40px;top:-55px;transform:rotate(-90deg)}.pp-container .pp-product-pricing{flex-direction:column;align-items:flex-start;gap:12px}.pp-content-informations .pp-product-pricing .pp-product-actions .sleep-on-it{max-width:100%;min-width:auto;height:auto;gap:12px}.pp-content-informations .pp-product-pricing .pp-product-actions .sleep-on-it .soi-content{gap:4px}.pp-content-informations .dealer-informations .dealer-container img{width:40px;aspect-ratio:1/1}.pp-content-informations .brand-garanties{flex-flow:row wrap}.product-announcement{padding:12px 16px;gap:12px;margin-bottom:16px;border-radius:10px}.product-announcement .product-announcement-content{gap:12px}.product-announcement .product-announcement-content .brand-logo{width:40px;height:40px}.product-announcement .product-announcement-content p{font-size:14px;line-height:1.4}.product-announcement .product-announcement-content p b{font-size:16px}.product-announcement .product-announcement-close svg{width:20px;height:20px}.dero-breadcrumb p{gap:8px}.dero-breadcrumb p a{line-height:1.4}}@media(max-width:540px){.pp-related-products .auc-Recommend-list{grid-auto-columns:100%;grid-template-areas:"a"}.product-announcement{padding:10px 12px;gap:10px}.product-announcement .product-announcement-content{gap:10px}.product-announcement .product-announcement-content .brand-logo{width:36px;height:36px}.product-announcement .product-announcement-content p{font-size:13px}.product-announcement .product-announcement-content p b{font-size:15px}}.price-verification-container{margin-top:16px;width:100%}.price-verification-container.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.price-verification-container .price-verification-trigger{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#f8f6fe;border:1px solid #d5cbf4;border-radius:12px;color:#7352db;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%;justify-content:center}.price-verification-container .price-verification-trigger:hover{background-color:#f0ebff;border-color:#7352db}.price-verification-container .price-verification-trigger .icon-s{width:20px;height:20px}.price-verification-container .price-verification-box{padding:12px 16px;border-radius:12px;border:1px solid;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.price-verification-container .price-verification-content{display:flex;align-items:flex-start;gap:12px}.price-verification-container .price-verification-content .icon-s{width:20px;height:20px;flex-shrink:0;margin-top:2px}.price-verification-container .price-verification-content .animate-spin{animation:spin 1s linear infinite}.price-verification-container .price-verification-content .price-verification-text{display:flex;flex-direction:column;gap:4px;flex:1}.price-verification-container .price-verification-content .price-verification-text .price-verification-title{font-weight:600;font-size:12px;line-height:1.4}.price-verification-container .price-verification-content .price-verification-text .price-verification-subtitle{font-size:12px;line-height:1.4;opacity:.9}.price-verification-container .price-verification-content .price-verification-text .price-verification-subtitle strong{font-weight:600}.price-verification-container .price-verification-content .price-verification-text .price-verification-subtitle .price-difference{font-size:12px;opacity:.8}.price-verification-container .price-verification-content .price-verification-text .price-verification-subtitle .price-apology{display:block;margin-top:8px;font-size:12px;font-style:italic;opacity:.85}.price-verification-container .price-verification-content .price-verification-text .verify-manually-link{display:inline-block;margin-top:8px;font-size:12px;font-weight:600;color:#7352db;text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);transition:all .2s ease}.price-verification-container .price-verification-content .price-verification-text .verify-manually-link:hover{border-bottom-color:#7352db}.price-verification-container .price-verification-content.checking{color:#7352db;font-size:12px}.price-verification-container .price-verification-content.checking .price-verification-box{background-color:#f8f6fe;border-color:#d5cbf4}.price-verification-container .price-verification-content.match{color:#059669}.price-verification-container .price-verification-content.mismatch{color:#dc2626}.price-verification-container .price-verification-content.error,.price-verification-container .price-verification-content.unavailable{color:#d97706}.price-verification-container.checking .price-verification-box{background-color:#f8f6fe;border-color:#d5cbf4}.price-verification-container.match .price-verification-box{background-color:#ecfdf5;border-color:#a7f3d0}.price-verification-container.mismatch .price-verification-box{background-color:#fef2f2;border-color:#fecaca}.price-verification-container.error .price-verification-box,.price-verification-container.unavailable .price-verification-box{background-color:#fffbeb;border-color:#fde68a}@media screen and (max-width:768px){.price-verification-container{margin-top:12px}.price-verification-container .price-verification-trigger{padding:10px 14px;font-size:12px}.price-verification-container .price-verification-box{padding:10px 12px}.price-verification-container .price-verification-content{gap:10px}.price-verification-container .price-verification-content .price-verification-text .price-verification-subtitle,.price-verification-container .price-verification-content .price-verification-text .price-verification-title{font-size:12px}}.flex{justify-content:space-between;gap:.75rem}.flex,.flex .btn{display:flex;align-items:center}.flex .btn{width:100%;justify-content:center;outline:none;background-color:var(--color-primary);padding:.5rem .75rem;border-radius:.25rem;font-size:1rem;color:var(--color-light);cursor:pointer;transition:all .3s}.flex .btn:hover{background-color:var(--color-primary-dark)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px)}.modal-container{background:#fff;padding:32px;border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 25px rgba(0,0,0,.1)}.modal-container h2{margin:0 0 16px;font-size:24px;color:#333}.modal-container .modal-description{color:#666;margin-bottom:24px;font-size:16px;line-height:1.5}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:8px;line-height:1;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{background:#f5f5f5;color:#333}.loading-spinner{color:#7352db;font-size:16px;font-weight:500;display:flex;align-items:center;gap:8px}.loading-spinner:before{content:"";width:20px;height:20px;border:2px solid #7352db;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.flex-center{display:flex;align-items:center;justify-content:center}.flex-center-between{display:flex;align-items:center;justify-content:space-between}.minH100{min-height:100vh}.mt-20{margin-top:20px}.space-fromHeader{padding-top:80px}.smaller-container{max-width:1200px;margin:0 auto;padding:0 20px}.purple-box{background:#f5f2ff;border-radius:12px;padding:24px;margin:24px 0}.purple-box .purple-box-img{width:100px;height:auto;margin-right:24px}.purple-box p{flex:1;margin:0;font-size:16px;line-height:1.5}.scene-bg{position:fixed;bottom:0;left:0;right:0;height:200px;background:linear-gradient(180deg,transparent,#f5f2ff);z-index:-1}.marketplace-stat-card{display:flex;align-items:center;gap:.75rem}.marketplace-stat-card .marketplace-stat-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:#f5f2ff;border-radius:.375rem;flex-shrink:0}.marketplace-stat-card .marketplace-stat-icon svg{color:#7352db}.marketplace-stat-card .marketplace-stat-content{min-width:0}.marketplace-stat-card .marketplace-stat-label{font-size:.75rem;font-weight:500;color:#6b7280;margin-bottom:.125rem}.marketplace-stat-card .marketplace-stat-value{font-size:.875rem;font-weight:600;color:#111827}@media(min-width:768px){.marketplace-stat-card{gap:1rem}.marketplace-stat-card .marketplace-stat-icon{width:2.25rem;height:2.25rem;border-radius:.375rem}.marketplace-stat-card .marketplace-stat-label{font-size:.875rem;margin-bottom:.25rem}.marketplace-stat-card .marketplace-stat-value{font-size:1rem}}.alerts-page{padding:2rem 0}.alerts-container{h2{font-size:1.5rem}}.alert-date{display:flex;gap:6px;flex-flow:row wrap}.alert-criteria{display:flex;gap:8px;font-size:1rem;margin-top:8px;h4{font-size:1.2rem;font-weight:400;margin-bottom:8px}}.alert-date-data{display:flex;align-items:center;gap:4px;font-size:.9rem;color:#66668E;font-weight:300}.alert-title{display:flex;align-items:center;justify-content:space-between;flex-flow:row wrap;gap:1rem;h3{font-size:1.2rem;font-weight:500;text-transform:capitalize}.delete-button{border-radius:30px;padding:8px 16px;font-size:1rem;display:flex;border:none;color:#EC3B3B;align-items:center;gap:8px;transition:all .2s;background-color:#fff}.delete-button:hover{background-color:rgb(255,197,204,.2);transform:translateY(-2px)}}.alerts-list{display:flex;flex-direction:column;gap:1rem}.alert-card{background:#fff;border-radius:.5rem;padding:1.5rem;border:1px solid #dbdbe5}.alert-content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem}.alert-query{flex:1}.alert-query h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:500}.alert-refinement{display:inline-flex;align-items:center;background:#f5f5f5;padding:.25rem .75rem;border-radius:1rem;margin:.25rem;font-size:.9rem}.refinement-label{font-weight:500;margin-right:.5rem}.refinement-value{color:#666}.alert-actions{display:flex;gap:.5rem}.delete-alert{background:none;border:none;padding:.5rem;cursor:pointer;color:#666;transition:color .2s;border-radius:50%}.delete-alert:hover{color:#dc2626;background:#fee2e2}.alert-meta{margin-top:1rem;font-size:.9rem;color:#666}.empty-state{text-align:center;padding:3rem 1rem;max-width:400px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.empty-state img{width:150px}.empty-state p{color:#666;font-weight:300;font-size:1.2rem;line-height:150%}.empty-state .button{display:inline-block;background:var(--color-primary);color:white;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease;border-radius:30px;font-size:1.2rem;font-weight:400}.empty-state .button:hover{background:var(--color-primary-darker);transform:translateY(-2px)}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px)}.auth-modal-container{background:#fff;padding:32px;border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 25px rgba(0,0,0,.1)}.auth-modal-container h2{margin:0 0 16px;font-size:24px;color:#333}.auth-modal-container .auth-modal-description{color:#666;margin-bottom:24px;font-size:16px;line-height:1.5}.auth-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:8px;line-height:1;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.auth-modal-close:hover{background:#f5f5f5;color:#333}.popup-login-form-container{max-width:400px;margin:0 auto}.popup-login-form{display:flex;flex-direction:column;gap:20px}.popup-login-form .form-group .input-wrapper{display:flex;align-items:center;gap:12px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:12px;transition:border-color .2s ease}.popup-login-form .form-group .input-wrapper:focus-within{border-color:#7352db}.popup-login-form .form-group .input-wrapper svg{color:#666}.popup-login-form .form-group .input-wrapper input{flex:1;border:none;outline:none;font-size:16px;font-family:Rubik,sans-serif;background:rgba(0,0,0,0)}.popup-login-form .form-group .input-wrapper input::-moz-placeholder{color:#999}.popup-login-form .form-group .input-wrapper input::placeholder{color:#999}.popup-login-form .error-message{color:#d32f2f;font-size:14px;padding:8px;background:#ffebee;border-radius:4px;display:flex;align-items:center;gap:8px}.popup-login-form .submit-button{background:#7352db;color:#fff;padding:12px;border-radius:8px;font-size:16px;font-weight:500;width:100%;border:none;cursor:pointer;transition:background-color .2s ease}.popup-login-form .submit-button:hover:not(:disabled){background:#5f3dbf}.popup-login-form .submit-button:disabled{background:#b39ddb;cursor:not-allowed}.popup-login-form .google-button{display:flex;align-items:center;justify-content:center;gap:12px;background:#fff;border:2px solid #e0e0e0;color:#333;padding:12px;border-radius:8px;font-size:16px;font-weight:500;width:100%;cursor:pointer;transition:all .2s ease}.popup-login-form .google-button:hover:not(:disabled){background:#f5f5f5;border-color:#d0d0d0}.popup-login-form .google-button:disabled{opacity:.7;cursor:not-allowed}.popup-login-form .google-button svg{color:#4285f4}.popup-login-form .divider{text-align:center;position:relative;color:#666;font-size:14px;margin:8px 0}.popup-login-form .divider:after,.popup-login-form .divider:before{content:"";position:absolute;top:50%;width:calc(50% - 30px);height:1px;background:#e0e0e0}.popup-login-form .divider:before{left:0}.popup-login-form .divider:after{right:0}.popup-login-form .toggle-mode{text-align:center;font-size:14px;color:#666;margin:0}.popup-login-form .toggle-mode .toggle-button{color:#7352db;background:none;border:none;padding:0;font-size:inherit;cursor:pointer;text-decoration:underline}.popup-login-form .toggle-mode .toggle-button:hover{color:#5f3dbf}