:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Proxima Nova;font-weight:400;font-style:normal;src:url(/_next/static/media/ProximaNova-Regular.de6a152f.woff2) format("woff2");font-display:swap}@font-face{font-family:Proxima Nova;font-weight:700;font-style:normal;src:url(/_next/static/media/ProximaNova-Bold.afcb19d3.woff2) format("woff2");font-display:swap}@font-face{font-family:Proxima Nova;font-weight:600;font-style:normal;src:url(/_next/static/media/Proxima-Nova-Semibold.b2c1568c.woff2) format("woff2");font-display:swap}@font-face{font-family:Proxima Nova;font-weight:500;font-style:normal;src:url(/_next/static/media/Proxima-Nova-Medium.f13d8f0c.woff2) format("woff2");font-display:swap}body,html{font-family:Proxima Nova,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji}body.overflow-x-unset:not(.overflow-hidden){overflow-x:unset!important}.date-picker.react-datepicker-wrapper{display:flex}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@media (max-width:767.9px){.btn-hide{display:none!important}}@media (min-width:768px){.btn-desktop-hide{display:none!important}}.icon-right{padding-left:.75rem;font-size:.875rem;line-height:1.25rem}.icon-left,.icon-right{display:flex;height:1.75rem;align-items:center}.icon-left{padding-right:.75rem;font-size:1rem;line-height:1.5rem}.tag-purple{background-color:rgba(145,37,220,.1);--tw-text-opacity:1;color:rgb(145 37 220/var(--tw-text-opacity,1))}.tag-blue{background-color:rgba(6,111,227,.1);--tw-text-opacity:1;color:rgb(6 111 227/var(--tw-text-opacity,1))}.tag-green{background-color:rgba(3,193,102,.1);--tw-text-opacity:1;color:rgb(3 193 102/var(--tw-text-opacity,1))}.tag-green.full{--tw-bg-opacity:1;background-color:rgb(3 193 102/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.tag-orange{background-color:rgba(214,128,1,.1);--tw-text-opacity:1;color:rgb(214 128 1/var(--tw-text-opacity,1))}.tag-gray{background-color:rgba(32,36,71,.1);--tw-text-opacity:1;color:rgb(32 36 71/var(--tw-text-opacity,1))}:root{--toastify-font-family:"Proxima Nova";--toastify-color-error:#f74236}.toast-open{overflow:hidden;height:100vh}.toast-open:not(.no-overlay) .Toastify{position:fixed;left:0;right:0;top:0;bottom:0;background:#353b5040;z-index:9999999}.toast-cart-open .Toastify__toast{box-shadow:none;background:transparent}.toast-cart-open .Toastify__toast-container{top:4em;right:4em}.Toastify__toast{box-shadow:0 2px 4px rgba(53,59,80,.05),0 5px 11px rgba(154,168,192,.1);border-radius:8px}.Toastify__toast:not(:last-child){margin-bottom:1.25rem}.Toastify__toast-body{align-items:inherit}.toast-account-open .Toastify__toast-container{min-width:1000px;display:flex;flex-direction:column;align-items:flex-end}.toast-account-open .Toastify__toast{box-shadow:none!important;background:transparent!important}.mapbox-flip{font-family:Proxima Nova,Arial,sans-serif!important}.mapbox-flip .mapboxgl-popup{padding-bottom:1.5rem;z-index:3}.mapbox-flip .mapboxgl-popup-content{box-shadow:0 2px 4px rgba(53,59,80,.1),0 5px 11px rgba(154,168,192,.2);padding:.75rem 1rem;font-size:.8125rem;line-height:1.1875rem;border-radius:.5rem;font-weight:600;cursor:auto}.mapbox-flip .popup-locker-address-text{color:#8892a4;width:197px;font-weight:500;font-size:12px}.mapbox-flip .popup-locker-confirm-button{font-weight:600;font-size:12px;line-height:167%;text-decoration:underline;cursor:pointer}.marker-mapbox-fan{background-image:url(https://cdn.flip.ro/website/lockers/map-easybox-blue.svg)}.marker-mapbox-fan,.marker-mapbox-sameday{width:42px;height:42px;background-size:cover;z-index:0;cursor:pointer}.marker-mapbox-sameday{background-image:url(https://cdn.flip.ro/website/lockers/map-easybox-red.svg)}.marker-mapbox-gls{background-image:url(https://cdn.flip.ro/website/lockers/gls-logo.svg);width:42px;height:42px;background-size:cover;z-index:0;cursor:pointer}.marker-mapbox-selected{background-image:url(https://cdn.flip.ro/website/lockers/map-easybox-selected.svg);background-size:cover;width:46px;height:46px;z-index:2;cursor:pointer}.marker-mapbox-favorite{background-image:url(https://cdn.flip.ro/website/lockers/favorite-locker-border.svg);background-size:contain;background-repeat:no-repeat;width:46px;height:46px;z-index:1;cursor:pointer}.grecaptcha-badge{display:none}.react-datepicker__tab-loop .react-datepicker-popper{z-index:3}.scroll-shadow{background:linear-gradient(#fff 30%,hsla(0,0%,100%,0)),linear-gradient(hsla(0,0%,100%,0),#fff 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 0 100%}.slashed-price{position:relative;display:inline-block}.slashed-price:after{content:"";position:absolute;border-bottom:3px solid #e32932;width:118%;transform:rotate(-22deg);transform-origin:right;left:-6px}.insurance-terms-description li,.insurance-terms-description p{font-size:.875rem;line-height:120%;color:#353b50;margin-bottom:.875rem;padding:0}.insurance-terms-description a{color:#066fe3}@media screen and (max-width:480px){.Toastify__toast-container--bottom-center{bottom:1rem;transform:translateX(20px)}.Toastify__toast-container{width:calc(100vw - 40px);transform:translateX(20px)}}@media screen and (max-width:1023px){.summary-sell{background:none!important;background-color:inherit!important}}@media screen and (min-width:1024px) and (max-height:847px){.preOffer .preOfferBadge{bottom:150px!important}}.bg-services-bg-INSURANCE{background-image:url(https://cdn.flip.ro/website/shop/extra-services/services-bg-red.svg)}.bg-services-bg-EXTRA_WARRANTY{background-image:url(https://cdn.flip.ro/website/shop/extra-services/services-bg-green.svg)}.hu .bg-services-bg-INSURANCE{background-image:url(https://cdn.flip.ro/website/shop/extra-services/services-bg-red-hu.svg)}.hu .bg-services-bg-EXTRA_WARRANTY{background-image:url(https://cdn.flip.ro/website/shop/extra-services/services-bg-green-hu.svg)}.new-style{width:100%}.new-style form{max-width:100%!important}.new-style label div{color:#6e7a8f!important;font-size:14px!important;font-weight:500!important;line-height:1.1!important;font-family:Proxima Nova,Arial,sans-serif!important}.new-style [data-testid=form-row]:first-of-type span{color:#353b50!important;font-size:22px!important;font-weight:600!important;line-height:1.5!important;font-family:Proxima Nova,Arial,sans-serif!important}.new-style [data-testid=form-row]:nth-of-type(2) span{color:#6e7a8f!important;font-size:16px!important;font-weight:400!important;line-height:1.6!important;font-family:Proxima Nova,Arial,sans-serif!important}.new-style [data-testid=form-row]:last-of-type button{font-family:Proxima Nova,Arial,sans-serif!important;border-radius:14px!important;font-size:.875rem!important;line-height:1.25rem!important;width:auto!important;padding-left:24px!important;padding-right:24px!important;margin:0 auto}.custom-scrollbar{-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.custom-scrollbar::-webkit-scrollbar{display:none}.review-select ul li{cursor:pointer;padding-top:.25rem;padding-bottom:.25rem;padding-left:1.25rem;text-align:left;font-size:14px;line-height:20px}.review-select ul li:hover,.review-select ul li[data-headlessui-state=active]{--tw-bg-opacity:1;background-color:rgb(6 111 227/var(--tw-bg-opacity,1))}.review-select input{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-width:0;background-color:transparent;padding-left:1.25rem;--tw-text-opacity:1;color:rgb(3 193 102/var(--tw-text-opacity,1))}.review-select input:hover{border-width:0;background-color:transparent}.review-select input:focus,.review-select input:hover{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media screen and (min-width:592px) and (max-width:768px){.hide-footer{display:none!important}}.footer-link{padding-bottom:.75rem;font-size:14px;line-height:22px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:768px){.footer-link{--tw-text-opacity:1;color:rgb(110 122 143/var(--tw-text-opacity,1))}}.banner-marketplace{height:var(--desktop-banner-height);background:var(--background-color) right center no-repeat;background-size:contain}.banner-sell{min-height:375px;background:var(--background-color) center center no-repeat;background-size:contain}@media screen and (max-width:1200px){.banner-sell{min-height:275px}}.banner-pdp{background:var(--background-color);height:var(--desktop-pdp-banner-height)}.banner-marketplace .counter{position:absolute;padding:1.5rem 47rem 0 1.25rem}@media screen and (max-width:1200px){.banner-marketplace{height:var(--mobile-banner-height)}.banner-pdp{height:var(--mobile-pdp-banner-height)}.banner-marketplace .counter{padding:1.25rem 38.5rem 0 1.25rem}}@media screen and (max-width:991px){.banner-c-container{background-size:cover}.banner-marketplace .counter{padding:.95rem 0 0 1.25rem}}@media screen and (max-width:1199px){.navbar-item:last-child,.navbar-item:nth-last-child(2){display:none}}.nav-icon{width:24px;height:24px;position:relative;transform:rotate(0deg);transition:.3s ease-in-out}.nav-icon span{display:block;position:absolute;height:2px;left:3px;right:3px;background:#292929;border-radius:9px;opacity:1;transform:rotate(0deg);transition:.25s ease-in-out}.nav-icon span:first-child{top:6px}.nav-icon span:nth-child(2),.nav-icon span:nth-child(3){top:11px}.nav-icon span:nth-child(4){bottom:6px}.locked .nav-icon span:first-child{top:18px;width:0;left:50%}.locked .nav-icon span:nth-child(2){transform:rotate(45deg)}.locked .nav-icon span:nth-child(3){transform:rotate(-45deg)}.locked .nav-icon span:nth-child(4){top:18px;width:0;left:50%}.locked .menu-shadow:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;margin-bottom:-1px;opacity:1;z-index:5;transition:all .2s ease-in-out;background:url(https://cdn.flip.ro/website/NewFlip/Group%201080.svg) 0 no-repeat;background-size:contain}.partner-refuse-form div:first-child form div:first-child div:first-child div:first-child div:first-child p span{font-size:20px!important;line-height:20px!important;color:#353b50!important;font-weight:600!important;font-family:Proxima Nova,sans-serif!important}.partner-refuse-form div:first-child form div:first-child div:nth-child(2) div:first-child div:first-child p span{font-size:14px!important;line-height:22px!important;color:#6e7a8f!important;font-weight:400!important;font-family:Proxima Nova,sans-serif!important}.partner-refuse-form div:first-child form div:first-child div:nth-child(3) div:first-child div:first-child{justify-content:flex-start!important}.partner-refuse-form div:first-child form div:first-child div:nth-child(3) div:first-child label div{font-size:12px!important;line-height:15px!important;color:#4d5a66!important;font-weight:500!important;font-family:Proxima Nova,sans-serif!important}.partner-refuse-form div:first-child form div:first-child div:nth-child(4) div:first-child div:first-child p span{font-size:14px!important;line-height:17px!important;color:#353b50!important;font-weight:700!important;font-family:Proxima Nova,sans-serif!important}.partner-refuse-form div:first-child form div:first-child div:nth-child(5) div:first-child label{font-size:12px!important;line-height:20px!important;color:#8892a4!important;font-weight:400!important;font-family:Proxima Nova,sans-serif!important}.partner-refuse-form div:first-child form div:first-child div:nth-child(5) div:first-child input{height:44px!important;font-size:14px!important;line-height:22px!important;color:#8892a4!important;font-weight:400!important;font-family:Proxima Nova,sans-serif!important}.partner-refuse-form div:first-child form div:first-child div:nth-child(5) div:first-child input::-moz-placeholder{font-size:14px!important;line-height:22px!important;color:#8892a4!important;font-weight:400!important;font-family:Proxima Nova,sans-serif!important}.partner-refuse-form div:first-child form div:first-child div:nth-child(5) div:first-child input::placeholder{font-size:14px!important;line-height:22px!important;color:#8892a4!important;font-weight:400!important;font-family:Proxima Nova,sans-serif!important}.partner-refuse-form div:first-child form div:first-child div:nth-child(6) div:first-child div:first-child p span{font-size:12px!important;line-height:20px!important;color:#8892a4!important;font-weight:400!important;font-family:Proxima Nova,sans-serif!important}.partner-refuse-form div:first-child form div:first-child div:nth-child(7) div:first-child label div{font-size:12px!important;line-height:24px!important;color:#667085!important;font-weight:400!important;font-family:Proxima Nova,sans-serif!important}.partner-refuse-form div:first-child form div:first-child div:nth-child(8) div{justify-content:center!important}.partner-refuse-form button{width:164px!important;font-size:15px!important;line-height:20px!important;font-weight:400!important;font-family:Proxima Nova,sans-serif!important;border-radius:14px!important;height:40px!important}body.overflow-hidden #hubspot-messages-iframe-container,body.overflow-hidden .intercom{z-index:-1}html[style*="overflow: hidden;"] .intercom{z-index:3}.h-dvh{height:100dvh}.cart-empty:after{content:"";display:block;position:absolute;width:100%;height:45%;left:0;bottom:0;background:url(https://cdn.flip.ro/website/shop/flip-pattern.png) repeat-y top/100%;z-index:-1}.scroll-down:before{background:linear-gradient(0deg,hsla(0,0%,100%,.95) 30%,hsla(0,0%,100%,.65) 70%,hsla(0,0%,100%,0))}@keyframes animateUpDown{0%,to{transform:translateY(-1px) rotate(45deg);opacity:1}50%{transform:translateY(1px) rotate(45deg);opacity:.7}}.arrow{display:block;transform:rotate(45deg);border-right:.125rem solid #066fe3;border-bottom:.125rem solid #066fe3;margin:0 0 .1875rem .25rem;width:.5rem;height:.5rem;animation:animateUpDown 1.1s ease-in-out infinite}.arrow:first-child{margin-top:1px;animation-delay:.1s}.arrow:nth-child(2){animation-delay:.2s;margin-top:-.312rem}.arrow:nth-child(3){animation-delay:.3s;margin-top:-.312rem}.intercom{position:fixed;display:flex;justify-content:center;align-items:center;z-index:9998;padding:0!important;margin:0!important;border:none;bottom:20px;right:20px;box-shadow:0 1px 4px rgba(0,0,0,.1),0 2px 12px rgba(0,0,0,.2);border-radius:50%;height:60px;width:60px;background:#066fe3;box-sizing:content-box;cursor:pointer;transition:bottom .3s ease-in-out}.intercom:hover{transition:transform .25s cubic-bezier(.33,0,0,1);transform:scale(1.1)}.radio-list-item:not(:last-child){position:relative}.radio-list-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;width:1px;height:75%;transform:translateY(-50%);background:#e7edef}@media (max-width:991px){.move-intercom .intercom{bottom:90px}#pdp .intercom{bottom:80px}#hubspot-messages-iframe-container.pdp .hs-shadow-container.active+#hubspot-conversations-iframe{bottom:-80px!important}#hubspot-messages-iframe-container.pdp,#hubspot-messages-iframe-container.pdp .hs-shadow-container+#hubspot-conversations-iframe{bottom:80px!important}#hubspot-messages-iframe-container.pdp .hs-shadow-container+#hubspot-conversations-iframe{bottom:0!important;z-index:49}}.oney-bodyText{color:#54565b;line-height:1.5}.oney-scope p{margin-bottom:1rem;font-weight:lighter}.oney-scope a{color:#03c166}.oney-scope a:hover{color:#028546}.oney-scope ol{list-style-type:decimal;margin-block-start:1em;margin-block-end:1em;padding-inline-start:40px}.positionLeft{left:calc(50% + 115px)}@media (max-width:991px){.positionLeft{left:calc(50% + 85px)}}.h-full #__next{height:100%}.slide{transition:transform .5s ease 0s,opacity .5s ease 0s,visibility .5s ease 0s}.slide.first:after,.slide.second:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;border-radius:12px;background:#131313}.slide.second:after{opacity:.63}.slide.first:after{opacity:.33}.slideC{position:relative;perspective:1000px;transform-style:preserve-3d;margin:0 auto}.sup-down sup{top:4px!important}@keyframes scaleUpElement{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}.popElement{animation:scaleUpElement 2s}@media (min-width:768px){.bg-flip-path{background-image:url(https://cdn.flip.ro/website/NewFlip/flip-path.svg)}.bg-rejoy-path{background-image:url(https://cdn.flip.ro/website/NewFlip/rejoy-path.svg)}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;animation:progress-bar-stripes 1s linear 0s infinite normal none running}.glow-animation{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}@media screen and (min-width:992px){.fixed-nav~.market-content #sidebar{height:calc(100vh - 230px)!important}}.safety-text{font-size:12px;line-height:18px}.safety-text b{font-size:13px;line-height:21px}
/*# sourceMappingURL=../../../sourcemaps/static/css/pages/_app.33badfce8ca72668.css.map*/