.navbar{width:100%;position:fixed;z-index:10;box-shadow:0 1px 1px 0 #ddd;background:linear-gradient(270deg,#ff1fa3,#f04c03)}.navbar__top{width:100%;height:3.125rem;color:#fff;font-size:.8125rem;display:flex;justify-content:space-between;align-items:center;transition:height .15s ease-in-out;font-weight:500}@media (min-width:1004px){.navbar__top{font-size:.938rem;height:3.75rem}}.navbar__logo-container{flex-shrink:0;height:32px;max-width:100%;display:block;transition:height .15s ease-in-out;margin-right:auto;margin-left:1rem}.navbar__logo-container:focus{outline:none}@media (min-width:1004px){.navbar__logo-container{height:40px;margin-left:0;margin-right:1rem}}.navbar__logo{flex-shrink:0;height:32px;max-width:100%;display:block;transition:height .15s ease-in-out}@media (min-width:1004px){.navbar__logo{height:40px}}.navbar__menu-icon{display:block}@media (min-width:1004px){.navbar__menu-icon{display:none}.navbar__menu-icon:hover{cursor:pointer}}.navbar__menu{display:none}@media (min-width:1004px){.navbar__menu{background:#fff;height:2.75rem;overflow:hidden;display:flex;flex-direction:row}}.navbar__menu-item{color:#555;height:2.75rem;line-height:2.75rem;white-space:nowrap;font-weight:500;font-size:.938rem;display:inline-block;cursor:pointer;position:relative;padding:0 2px}.navbar__menu-item:before{content:"";display:block;position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#acacac;transition:width .1s ease-in}.navbar__menu-item:hover{color:#999;text-decoration:none}.navbar__menu-item:hover:before{width:100%}.navbar__menu-item.active{color:#ff661f;opacity:1;transition:opacity .1s ease-in}.navbar__menu-item.active:before{width:100%;background-color:#ff661f}.navbar__menu-item.active:hover{opacity:.7}.navbar__menu-item+.navbar__menu-item{margin-left:1rem}.navbar__login{display:none}@media (min-width:767px){.navbar__login{display:flex;align-items:center;margin-right:.25rem}.navbar__login:hover{cursor:pointer}.navbar__login .icn,.navbar__login .icon{margin-right:5px}.navbar__login .user{border-radius:50%}}.navbar__top-right{display:flex;justify-content:space-between;align-items:center}.navbar__top-right>*{margin-left:.5rem}.navbar__top-right .nav-icon{display:flex;cursor:pointer;align-items:center;position:relative}.navbar__top-right .nav-icon__counter{position:absolute;bottom:0;padding:0 3px;right:5px;min-width:16px;height:16px;border-radius:8px;color:#333;background:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,.3);display:flex;font-weight:700;align-items:center;justify-content:center;font-size:12px;transition:all .3s;transform:translateX(50%)}.navbar__top-right .list{display:flex;align-items:center}.navbar__top-right .icon{height:34px}.navbar__search{display:none;left:0;right:0;top:3.125rem;position:fixed;width:100%}@media (min-width:1004px){.navbar__search{will-change:transform;top:auto;display:flex;width:auto;align-items:center;z-index:10;position:inherit;left:auto;right:auto}}.navbar__search-mobile{display:block}.navbar__search-mobile:hover{cursor:pointer}@media (min-width:1004px){.navbar__search-mobile{display:none}}.navbar-mobile{height:3.125rem;display:flex;justify-content:space-between;align-items:center}.navbar-mobile__logo{height:32px;display:block}.navbar-mobile .icon{cursor:pointer}.navbar-mobile .actions{display:flex;align-items:center}.navbar-mobile .actions .favorites{display:flex;cursor:pointer;align-items:center;position:relative}.navbar-mobile .actions .favorites .favorite-count{position:absolute;bottom:2px;right:2px;width:16px;height:16px;border-radius:50%;color:#ff661f;background:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .3s}@media (min-width:1005px){.navbar-mobile{display:none}}.nav-drawer-mobile{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:17}@media (min-width:1005px){.nav-drawer-mobile{display:none}}.nav-mobile{z-index:18;width:85%;height:100%;background:#f5f5f5;overflow-y:auto}.nav-mobile__top{display:flex;justify-content:space-between;align-items:center;color:#fff;font-weight:700;font-size:22px;padding:15px;height:3.125rem;background:linear-gradient(270deg,#ff1fa3,#f04c03)}.nav-mobile__menu{background:#fff;padding:0 1rem;margin-bottom:1.5rem}.nav-mobile__menu-item{padding:.5rem;font-weight:500;display:flex;justify-content:space-between;align-items:center}.nav-mobile__menu-item:hover{color:#777;cursor:pointer}.nav-mobile__menu-item:after{content:url(https://img.offers-cdn.net/build/folderz2/20210906115547/assets/frontend/build/images/arrow-right.ce99d96a.svg)}.nav-mobile__menu-item.active{color:#ff661f}.nav-mobile__menu-item+.nav-mobile__menu-item{border-top:1px solid #ddd}.nav-mobile__menu-item .with-icon{display:flex;align-items:center}.nav-mobile__menu-item .with-icon .icon{margin-right:5px}.nav-mobile__menu-item .with-icon img.user{width:34px;height:34px;-o-object-fit:scale-down;object-fit:scale-down;border-radius:50%}.nav-mobile__menu-item .with-icon img.exclamation-mark{width:31px;height:24px;-o-object-fit:scale-down;object-fit:scale-down;border-radius:50%}.nav-mobile__title{font-size:.8125rem;color:#999;padding:0 1rem .5rem}.nav-mobile__logout{text-align:center}.overlay{background:rgba(0,0,0,.4);justify-content:center;align-items:center;z-index:1000}.overlay,.overlay:before{display:flex;height:100vh;width:100vw}.overlay:before{filter:blur(4px);position:fixed;left:0;top:0;z-index:999;background:red}.overlay.location-popup{z-index:10001}.overlay .popup{z-index:20;border-radius:1rem;background:#fff;width:400px;min-height:300px;margin:1rem;position:relative}@media (max-width:767px){.overlay .popup{margin:10px}}.overlay .popup .popup-title{display:flex;justify-content:space-between;font-weight:700;padding:1rem 15px 15px 1rem;border-bottom:1px solid #ddd}.overlay .popup .popup-title .icon{max-height:25px}.overlay .popup .popup-title .icon.close{cursor:pointer}.overlay .popup .popup-content{padding:1rem;max-height:80vh;overflow-y:auto;max-width:99vw}.overlay .popup .popup-content .explain-text{color:#777;font-size:15px;font-weight:400}.overlay .popup .popup-content .explain-text .lead{font-size:16px;font-weight:500}.overlay .popup .popup-content .current-location-container{margin-bottom:1rem;font-weight:700}.overlay .popup .popup-content .current-location-container-header{display:flex;justify-content:space-between;align-content:center}.overlay .popup .popup-content .current-location-container-header h1{margin:0;line-height:2;font-size:26px}.overlay .popup .popup-content .current-location-container .current-location{display:flex;align-items:center;font-weight:400;color:#999}.overlay .popup .popup-content .current-location-container .current-location .icon{margin-right:10px}.overlay .popup .popup-content .current-location-container .current-location .icon.location{margin-right:5px}.overlay .popup .popup-content .location-loader{display:inline-block;position:relative;width:30px;height:1rem;margin-top:-9px}.overlay .popup .popup-content .location-loader div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;-webkit-animation:location-loader 1s cubic-bezier(0,.2,.8,1) infinite;animation:location-loader 1s cubic-bezier(0,.2,.8,1) infinite}.overlay .popup .popup-content .location-loader div:nth-child(2){-webkit-animation-delay:-.5s;animation-delay:-.5s}@-webkit-keyframes location-loader{0%{top:11px;left:11px;width:0;height:0;opacity:1}to{top:0;left:0;width:22px;height:22px;opacity:0}}@keyframes location-loader{0%{top:11px;left:11px;width:0;height:0;opacity:1}to{top:0;left:0;width:22px;height:22px;opacity:0}}.overlay .popup .popup-content .input-group input{border:1px solid #ddd}.overlay .popup .popup-content .popular-cities{margin-top:1rem}.overlay .popup .popup-content .popular-cities .popular-cities-title{color:#999}.overlay .popup .popup-content .popular-cities .popular-city{display:flex;align-items:center;padding:15px 0;font-weight:700;border-bottom:1px solid #ddd;cursor:pointer}.overlay .popup .popup-content .popular-cities .popular-city:last-child{border-bottom:none;padding-bottom:0}.overlay .popup .popup-content .popular-cities .popular-city .icon{margin-right:10px}.overlay .popup .popup-content .password-reset{margin-top:1rem}.overlay .popup .popup-content .login-error,.overlay .popup .popup-content .register-error{padding:10px;color:red}.overlay .popup .popup-footer{border-top:1px solid #ddd;padding:1rem;text-align:center}.overlay .popup .popup-footer.gray{background:#f5f5f5;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.overlay .popup .link{display:inline-block;color:#ff661f;text-decoration:underline;cursor:pointer}.overlay .popup .half-line{margin-top:10px;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.overlay .popup .half-line hr{width:45%}.overlay .popup .half-line .center{width:10%;text-align:center}.overlay .popup .label-register{font-size:.8125rem}.overlay .popup .solo-line{display:flex;justify-content:center;text-align:center;align-items:center;margin-top:1rem;margin-bottom:5px}.overlay .popup .solo-line .notice{font-size:.75rem;color:#777}.overlay .popup .solo-line .notice a{text-decoration:underline}.overlay .popup .dual-line{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;margin-bottom:1rem}.overlay .popup .dual-line .link{text-align:right}.confirm-popup .img{display:flex;background:#777;background-image:url(https://img.offers-cdn.net/build/folderz2/20210906115547/assets/frontend/build/images/bubbles-background-wide.2b97b32c.jpg);background-size:cover;box-shadow:inset 0 0 0 2000px hsla(0,0%,100%,.3)}.confirm-popup .img .error-image{text-align:center;margin:30px auto 0;filter:invert(1);transform:rotate(-30deg)}[v-cloak]{display:none}.overlay{background-color:rgba(0,0,0,.5)}.overlay,.popup__wrapper{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%}.popup__wrapper{display:flex;align-items:center;justify-content:center;pointer-events:none}.popup__wrapper .popup{pointer-events:auto;z-index:9999;border-radius:1rem;background:#fff;width:400px;min-height:300px;margin:1rem;position:relative;max-width:100%;max-height:100%;overflow-y:auto;box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}@media (max-width:767px){.popup__wrapper .popup{margin:10px}}.popup__wrapper .link{display:inline-block;color:#ff661f;text-decoration:underline;cursor:pointer}.popup__wrapper .popup__title{display:flex;justify-content:space-between;font-weight:700;padding:1rem 15px 15px 1rem;border-bottom:1px solid #ddd}.popup__wrapper .popup__title .icon{max-height:25px}.popup__wrapper .popup__title .icon.close{cursor:pointer}.popup__wrapper .popup__content{padding:1rem;max-height:80vh;overflow-y:auto;max-width:99vw}.popup__wrapper .popup__footer{border-top:1px solid #ddd;padding:1rem;text-align:center}.popup__wrapper .popup__footer.gray{background:#f5f5f5;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.popup--login .login-error,.popup--register .register-error{padding:10px;color:red}.popup--hotspot .popup__wrapper{align-items:flex-end}.popup--hotspot .popup-container{pointer-events:auto;z-index:9999;position:relative}.popup--hotspot .popup{height:85vh;width:35rem;max-width:100vw;border-bottom-left-radius:0;border-bottom-right-radius:0}@media (min-width:1004px){.popup--hotspot .popup{height:90vh;max-width:80vw}}.popup--hotspot .popup .offer__image{background:#fff;position:relative}.popup--hotspot .popup .offer__image img{height:15em;width:100%;-o-object-fit:contain;object-fit:contain}@media (min-width:1004px){.popup--hotspot .popup .offer__image img{height:20em}}.popup--hotspot .popup .offer__image .offer__badge{position:absolute;left:1rem;bottom:0;z-index:1;transform:translateY(50%)}.popup--hotspot .popup .offer__title{font-size:1.3rem}@media (min-width:1004px){.popup--hotspot .popup .offer__title{font-size:1.625rem}}.popup--hotspot .popup .popup__content{overflow-y:auto;overflow-x:hidden;height:100%;-ms-overflow-style:none;scrollbar-width:none}.popup--hotspot .popup .popup__content::-webkit-scrollbar{display:none}.popup--hotspot .popup .offer-price-offer{display:flex;font-weight:700;font-size:25px;line-height:1}@media (min-width:1004px){.popup--hotspot .popup .offer-price-offer{font-size:34px}}.popup--hotspot .popup .offer-price-offer .cents{font-size:12px;align-self:flex-start;margin-left:-.4em}.popup--hotspot .popup .swipe-down{background:url(https://img.offers-cdn.net/build/folderz2/20210906115547/assets/frontend/build/images/icn-34-caret-down.73e04571.svg) no-repeat 50%}.popup--hotspot .hotspot-nav-button{width:32px;height:64px;display:flex;font-size:20px;cursor:pointer;background:rgba(51,51,51,.7);justify-content:center;align-items:center;box-shadow:0 2px 4px 2px rgba(0,0,0,.05);position:absolute;z-index:10000;transform:translateY(50%);top:5em}.popup--hotspot .hotspot-nav-button:hover{background:rgba(51,51,51,.9)}.popup--hotspot .hotspot-nav-button--prev{border-radius:0 110px 110px 0}.popup--hotspot .hotspot-nav-button--prev:before{content:"";background:url(https://img.offers-cdn.net/build/folderz2/20210906115547/assets/frontend/build/images/icn-34-nav-previous.c3adde3a.svg) no-repeat 50%;width:100%;height:100%;right:-5%;top:0;background-size:contain;position:absolute}.popup--hotspot .hotspot-nav-button--next{right:0;border-radius:110px 0 0 110px}.popup--hotspot .hotspot-nav-button--next:before{content:"";background:url(https://img.offers-cdn.net/build/folderz2/20210906115547/assets/frontend/build/images/icn-34-nav-next.862aa280.svg) no-repeat 50%;width:100%;height:100%;left:-5%;top:0;background-size:contain;position:absolute}@media (min-width:1004px){.popup--hotspot .hotspot-nav-button{display:flex;position:absolute;z-index:10000;border-radius:50%;top:50%;transform:translateY(-50%);background:#ff661f;height:4rem;min-height:4rem;min-width:4rem;font-size:.9375rem;box-shadow:0 0 0 .2rem rgba(255,102,31,.2)}.popup--hotspot .hotspot-nav-button:hover{background:#ff661f;box-shadow:0 0 0 .5rem rgba(255,102,31,.5)}.popup--hotspot .hotspot-nav-button:before{position:relative}.popup--hotspot .hotspot-nav-button--prev{left:-20%;align-items:center}.popup--hotspot .hotspot-nav-button--prev:before{content:"";background:url(https://img.offers-cdn.net/build/folderz2/20210906115547/assets/frontend/build/images/arrow-long-left.64a5dc0a.svg) no-repeat 50%;width:40px;height:40px;background-size:contain}.popup--hotspot .hotspot-nav-button--next{right:-20%;align-items:center}.popup--hotspot .hotspot-nav-button--next:before{content:"";background:url(https://img.offers-cdn.net/build/folderz2/20210906115547/assets/frontend/build/images/arrow-long-right.77fae518.svg) no-repeat 50%;width:40px;height:40px;background-size:contain}}.popup--hotspot .mh-15{max-height:15em}.popup--hotspot .grid-wrapper{margin-right:-2em;overflow-y:hidden;overflow-x:auto;transform:scale(.7);width:calc(142.85714% + 2em);height:142.85714%;transform-origin:top left}@media (min-width:767px){.popup--hotspot .grid-wrapper{margin-left:-2em;transform:scale(.7);width:calc(142.85714% + 5em + 2px);height:142.85714%}}.popup--hotspot .grid__row--small-offers{grid-template-columns:repeat(6,minmax(216px,1fr))}@media (min-width:767px){.popup--hotspot .grid__row--small-offers{grid-template-columns:repeat(3,minmax(216px,1fr))}.popup--hotspot .grid__row--small-offers a:nth-of-type(1n+4){display:none}}.location-container{display:none}@media (min-width:1004px){.location-container{display:flex;align-items:center;cursor:pointer}.location-container .location{margin-left:5px;margin-right:3px}}.slideright-enter-active,.slideright-leave-active{transition:.5s}.slideright-enter,.slideright-leave-to{transform:translate(-100%)}.slidedown-enter-active,.slidedown-leave-active{transition:.3s}.slidedown-enter,.slidedown-leave-to{transform:translateY(100vh)}.cookie-message{background:rgba(70,70,70,.95);color:#fff;position:fixed;bottom:0;left:0;width:100%}.cookie-message-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.tooltip{display:inline-block;position:relative;text-align:left}.tooltip .bottom{min-width:200px;top:100%;margin-left:10px;padding:10px;color:#fff;background-color:rgba(0,0,0,.8);font-weight:400;font-size:13px;border-radius:8px;position:absolute;z-index:99999999;box-sizing:border-box;box-shadow:0 1px 8px rgba(0,0,0,.5)}.tooltip .bottom i{position:absolute;top:0;bottom:50%;margin-top:-12px;width:12px;height:24px;overflow:hidden;left:50%;transform:translateX(-50%) translateY(-25%) rotate(90deg)}.tooltip .bottom i:after{content:"";position:absolute;width:12px;height:12px;left:0;top:50%;transform:translate(50%,-50%) rotate(-45deg);background-color:rgba(0,0,0,.8);box-shadow:0 1px 8px rgba(0,0,0,.5)}.search-results-tabs[data-v-6e0188b6]{display:flex;justify-content:space-between;padding-bottom:0;border-bottom:none}.search-results-tab[data-v-6e0188b6]{cursor:pointer;padding-bottom:5px;border-bottom:1px solid #ddd;flex-grow:1}.search-results-tab.active[data-v-6e0188b6]{color:#2cb5e6;border-bottom:1px solid #2cb5e6}.search-results-tab.active .badge[data-v-6e0188b6]{background:#2cb5e6}.product[data-v-6e0188b6]{text-decoration:none;display:flex;flex-direction:row;min-height:0;align-items:center}.product[data-v-6e0188b6]:hover{cursor:pointer;background-color:#faf6d4}.product:hover .product__bottom[data-v-6e0188b6],.product:hover .product__image[data-v-6e0188b6]{background-color:#faf6d4}.product__image[data-v-6e0188b6]{width:60px;height:60px;border:1px solid #eaeaea;border-radius:4px}.product__bottom[data-v-6e0188b6]{min-height:0;width:70%;border-radius:0}.product__price-offer[data-v-6e0188b6]{font-size:15px}.advert{margin:auto;display:flex;text-align:center}@media (max-width:767px){.advert.desktop{display:none}}@media (min-width:767px){.advert.mobile{display:none}}.advert.mobile--debug{background:#cdcdcd;position:relative;min-height:250px}.advert.mobile--debug:after{content:"ADVERTISEMENT";color:#bcbcbc;font-size:2em;font-weight:700;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.advert--debug{background:#cdcdcd;position:relative;min-height:300px}.advert--debug:after{content:"ADVERTISEMENT";color:#bcbcbc;font-size:2em;font-weight:700;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.advert div{margin:auto;text-align:center}.notification-popup .img{width:100%;height:365px;background:url(https://img.offers-cdn.net/build/folderz2/20210906115547/assets/frontend/build/images/popup-image.2ac99b97.jpg);background-position:top;background-size:cover;position:relative;word-break:break-word;max-height:30vh}.notification-popup .img:after{content:"";opacity:.4;background:linear-gradient(180deg,#ff1fa3,#ff661f);height:100%;width:100%;position:absolute;z-index:2}.notification-popup .dialog-box{position:absolute;min-height:80px;max-height:180px;min-width:300px;border-radius:10px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.06);left:50%;top:50%;transform:translate(-50%,-50%);z-index:5}.notification-popup .dialog-box .header{height:30px;position:relative;color:#333;z-index:100}.notification-popup .dialog-box .header .left{float:left;text-align:left;padding:3px 0 0 10px}.notification-popup .dialog-box .header .left img{position:absolute}.notification-popup .dialog-box .header .left .app-name{padding-left:30px}.notification-popup .dialog-box .header .right{float:right;text-align:right;padding:3px 10px 0 0;font-size:.8rem;line-height:1.4rem}.notification-popup .dialog-box .contents{position:relative;z-index:10}.notification-popup .dialog-box .contents.main-content{padding:8px 20px 10px 10px}.notification-popup .dialog-box .background-blur{height:100%;width:100%;background-color:hsla(0,0%,100%,.8);position:absolute;z-index:1;color:#333}.notification-popup .popup-content{text-align:center;overflow-wrap:break-word}.notification-popup h2{margin:0 10px}.notification-popup p{font-size:.9375rem;letter-spacing:0;line-height:21px}.notification-popup .link{color:#777!important;font-size:.8125rem;letter-spacing:0;line-height:18px;text-decoration:none!important}