@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{background:#0d1b2a;font-family:Inter,sans-serif;color:#fff}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:2rem 0}@media screen and (max-width: 768px){.main-content{padding:0}}.container{width:100%;max-width:90vw;margin:0 auto;padding:0 1rem}@media screen and (max-width: 768px){.container{max-width:100%}}.container h1{color:#f0ebd8;font-size:28px;margin-bottom:1rem}.container p{color:#e0e1dd;font-size:16px}.header-wrapper{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.header-wrapper.header--scrolled{background:#0d1b2a}body{padding-top:70px}.header{display:flex;align-items:center;justify-content:space-between}.header__logo{margin:auto auto auto 0}@media screen and (max-width: 768px){.header__logo{margin:auto auto auto 10px}}.header__search{min-width:400px;margin:0 auto 0 0}@media (max-width: 768px){.header__search--desktop{display:none}}.header__actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__user{display:flex;align-items:center;gap:.75rem}.header__user .user-name{color:var(--creamFont);font-size:var(--defaultFontSize);font-weight:500}.header__user .logout-button{background:var(--primaryAccent);color:var(--darkBg);border:none;padding:.5rem 1rem;border-radius:6px;font-size:var(--captionFontSize);font-weight:500;cursor:pointer;transition:all .2s ease}.header__user .logout-button:hover{background:var(--primaryAccent)}.search-container{width:100%;max-width:400px;margin:20px auto;position:relative;font-family:sans-serif}.search-box{display:flex;align-items:center;background-color:#0d1b2a;border:2px solid #fca311;border-radius:999px;padding:10px 16px;color:#fff}.search-icon{width:20px;height:20px;color:#fff;flex-shrink:0}.search-input{background:transparent;border:none;outline:none;color:#fff;margin-left:10px;width:100%;font-size:16px}.search-input::placeholder{color:#fff9}.dropdown{position:absolute;top:58px;left:0;right:0;background-color:#415a77;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0000004d;z-index:1000;max-height:500px;overflow-y:auto}.dropdown-section{padding:8px}.dropdown-section:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.dropdown-section.suggestions{border-top:1px solid rgba(255,255,255,.1)}.dropdown-label{font-size:12px;color:#fff9;margin-bottom:4px;padding:0 8px;text-transform:capitalize}.dropdown-item{display:flex;align-items:center;padding:8px 10px;color:#fff;cursor:pointer;border-radius:6px;transition:background-color .2s}.dropdown-item:hover{background-color:#ffffff1a}.dropdown-item.see-all{color:#fca311;font-weight:500;justify-content:center;margin-top:4px}.dropdown-item.suggestion-item{padding:6px 8px}.product-item{gap:10px;justify-content:flex-start}.product-image{width:44px;height:44px;border-radius:6px;object-fit:cover;flex-shrink:0}.product-image-placeholder{width:44px;height:44px;background:#ffffff1a;border-radius:6px;flex-shrink:0}.product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.product-name{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-meta{font-size:12px;color:#fff9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-price{white-space:nowrap;font-weight:500;margin-left:8px}.suggestion-group{margin-bottom:8px}.suggestion-group:last-child{margin-bottom:0}.location-info{display:flex;align-items:center;color:#fca311}@media screen and (max-width: 768px){.location-info{display:none}}.location-icon{width:40px;height:40px;stroke:#fca311;margin-right:12px;flex-shrink:0}@media screen and (max-width: 768px){.location-icon{width:30px;height:30px}}.location-text .city{font-weight:700;font-size:18px;color:#fca311}@media screen and (max-width: 768px){.location-text .city{font-size:14px}}.location-text .distance{font-size:16px;color:#fca311}@media screen and (max-width: 768px){.location-text .distance{font-size:12px}}.basket-button{background:transparent;border:none;padding:0;cursor:pointer;display:inline-flex}@media screen and (max-width: 768px){.basket-button{display:none}}.basket-container{width:50px;height:50px;display:flex;align-items:center;justify-content:center;position:relative;transition:box-shadow .3s ease}.basket-icon{width:32px;height:32px;color:#fca311;transition:stroke .2s ease}.basket-icon img{width:100%;height:100%}.basket-badge{position:absolute;top:6px;right:6px;background-color:#fca311;color:#0d1b2a;font-weight:700;font-size:12px;padding:2px 6px;border-radius:12px;min-width:20px;text-align:center}.language-selector{position:relative;display:inline-block}.language-selector__button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:var(--creamFont, #fff);cursor:pointer;transition:all .2s ease;font-size:.9rem}.language-selector__button:hover{background:#ffffff1a;border-color:#ffffff4d}.language-selector__button:focus{outline:none;border-color:#fff6}.language-selector__current{font-size:1rem;line-height:1}.language-selector__dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:var(--darkBg, #0d1b2a);border:1px solid rgba(255,255,255,.2);border-radius:6px;box-shadow:0 4px 12px #0000004d;min-width:160px;z-index:1000;overflow:hidden}.language-selector__option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:var(--creamFont, #fff);cursor:pointer;transition:background .2s ease;text-align:left;font-size:.9rem}.language-selector__option:hover{background:#ffffff1a}.language-selector__option--active{background:#ffffff26;font-weight:500}.language-selector__flag{font-size:1.2rem;line-height:1}.language-selector__name{flex:1}.login-container{display:flex;justify-content:center;align-items:center;background:#0d1b2a}.login-card{background:#1b263b;padding:3rem;border-radius:12px;box-shadow:0 8px 32px #0000004d;width:100%;max-width:420px;border:1px solid #415a77}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{color:#f0ebd8;font-size:28px;font-weight:700;margin-bottom:.5rem}.login-header p{color:#e0e1dd;font-size:16px;opacity:.8}.login-form .error-message{background:#dc26261a;border:1px solid rgba(220,38,38,.3);color:#fca5a5;padding:.75rem;border-radius:8px;margin-bottom:1.5rem;font-size:14px}.login-form .form-group{margin-bottom:1.5rem}.login-form .form-group label{display:block;margin-bottom:.5rem;color:#f0ebd8;font-size:16px;font-weight:500}.login-form .form-group input{width:100%;padding:.875rem 1rem;background:#0d1b2a;border:1px solid #415a77;border-radius:8px;color:#f0ebd8;font-size:16px;transition:all .2s ease}.login-form .form-group input::placeholder{color:#e0e1dd;opacity:.6}.login-form .form-group input:focus{outline:none;border-color:#fca311;box-shadow:0 0 0 3px #fca3111a}.login-form .form-group input:disabled{opacity:.6;cursor:not-allowed}.login-form .login-button{width:100%;padding:.875rem 1rem;background:#fca311;color:#0d1b2a;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.login-form .login-button:hover:not(:disabled){background:#d78703;transform:translateY(-1px)}.login-form .login-button:active:not(:disabled){transform:translateY(0)}.login-form .login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 480px){.login-container{padding:1rem}.login-card{padding:2rem}.login-header h1{font-size:22px}}.footer{background-color:#1e293b;color:#fff}.footer__container{max-width:1280px;margin:0 auto;padding:48px 24px}.footer__content{display:grid;grid-template-columns:1fr;gap:32px}.footer__section{margin-bottom:0}.footer__section--brand{grid-column:1}.footer__section--newsletter{margin-bottom:0}.footer__brand-title{font-size:24px;font-weight:700;color:#fb923c;margin-bottom:16px;margin-top:0}.footer__brand-description{color:#d1d5db;font-size:14px;line-height:1.6;margin:0}.footer__section-title{font-size:18px;font-weight:600;margin-bottom:16px;margin-top:0;color:#fff}.footer__links-list{list-style:none;padding:0;margin:0}.footer__links-item{margin-bottom:12px}.footer__links-item:last-child{margin-bottom:0}.footer__link{color:#d1d5db;text-decoration:none;font-size:14px;transition:color .2s ease}.footer__link:hover{color:#fff}.footer__newsletter{margin-bottom:24px}.footer__input-wrapper{margin-bottom:12px}.footer__email-input{width:100%;padding:12px 16px;background-color:transparent;border:1px solid #4b5563;border-radius:8px;color:#fff;font-size:14px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.footer__email-input::placeholder{color:#9ca3af}.footer__email-input:focus{outline:none;border-color:#fb923c;box-shadow:0 0 0 1px #fb923c}.footer__subscribe-button{width:100%;background-color:#fb923c;color:#fff;font-weight:500;padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-size:14px;transition:background-color .2s ease}.footer__subscribe-button:hover{background-color:#f97316}.footer__subscribe-button:focus{outline:none;box-shadow:0 0 0 2px #fb923c}.footer__social{display:flex;gap:16px}.footer__social-link{color:#d1d5db;text-decoration:none;transition:color .2s ease}.footer__social-link:hover{color:#fff}.footer__social-icon{width:24px;height:24px}.footer__copyright{border-top:1px solid #374151;margin-top:48px;padding-top:32px}.footer__copyright-text{text-align:center;color:#9ca3af;font-size:14px;margin:0}@media (min-width: 768px){.footer__content{grid-template-columns:1fr 1fr}.footer__section--brand{grid-column:1/-1}}@media (min-width: 1024px){.footer__content{grid-template-columns:1fr 1fr 1fr 1fr}.footer__section--brand{grid-column:1}.footer__container{padding:48px 24px}}@media (min-width: 1280px){.footer__container{padding:48px 24px}}.journal-slider{padding:16px 0;position:relative;width:100%}.journal-slider__title{color:#e0e0e0;font-size:16px;font-weight:600;margin-bottom:12px;text-transform:capitalize}.journal-slider__container{position:relative;display:flex;align-items:stretch}.journal-slider__scroll{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:16px;padding:8px 0;scrollbar-width:none;flex:1}.journal-slider__scroll::-webkit-scrollbar{display:none}.journal-slider__item{flex:0 0 auto}.journal-slider__arrow{position:absolute;top:0;bottom:0;background:linear-gradient(to right,#0d1b2a80,#0d1b2a00);border:none;color:#fff;cursor:pointer;transition:background .3s ease;width:60px;display:flex;align-items:center;justify-content:center;z-index:10}.journal-slider__arrow--left{left:0;background:linear-gradient(to right,#0d1b2a80,#0d1b2a00);justify-content:flex-start;padding-left:12px}.journal-slider__arrow--right{right:0;background:linear-gradient(to left,#0d1b2a80,#0d1b2a00);justify-content:flex-end;padding-right:12px}.journal-slider__arrow:hover{background:linear-gradient(to right,#0d1b2ab3,#0d1b2a1a)}.journal-slider__arrow--right:hover{background:linear-gradient(to left,#0d1b2ab3,#0d1b2a1a)}.journal-slider__arrow:disabled{cursor:not-allowed;opacity:.3}.journal-card{border-radius:12px;width:200px;color:#d3d3d3;font-family:sans-serif;transition:all .2s ease}.journal-card--clickable{cursor:pointer}.journal-card--clickable:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.journal-card__header{display:flex;gap:8px;margin-bottom:10px;height:55px}.journal-card__avatar-wrapper{position:relative;flex-shrink:0}.journal-card__avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;object-fit:contain;border:1px solid #fff}.journal-card__favorite-badge{position:absolute;bottom:-2px;right:-4px;background:#1b263b;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:1px solid #fca311;box-shadow:0 1px 3px #0000004d}.journal-card__text{display:flex;flex-direction:column;gap:5px;justify-content:space-between}.journal-card__name{font-size:16px;font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.journal-card__date{font-size:14px;color:#a0a0a0}.journal-card__image-wrapper{width:100%;height:300px;background-color:#e0e0e0;border-radius:8px;overflow:hidden}.journal-card__image{width:100%;height:100%;object-fit:cover}.skeleton{position:relative;overflow:hidden;background:#e0e0e0}.skeleton:after{content:"";position:absolute;top:0;left:-150px;width:150px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:shimmer 1.5s infinite}.skeleton--title{height:24px;border-radius:4px}.skeleton--line{height:14px;margin-bottom:6px;border-radius:4px}.skeleton--short{width:60%}.skeleton--medium{width:90%}.skeleton--long{width:100%}.skeleton--image{width:100%;height:300px;border-radius:8px}@keyframes shimmer{to{transform:translate(300%)}}.journal-card__text{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.banner-carousel{width:100%;height:100%;position:relative}.banner-carousel__wrapper{width:100%;height:100%;overflow:hidden;border-radius:12px}.banner-carousel__track{display:flex;height:100%;transition:transform .5s ease-in-out}.banner-carousel__slide{min-width:100%;width:100%;height:100%;flex-shrink:0;cursor:pointer;outline:none}.banner-carousel__slide:focus-visible{outline:2px solid rgba(255,107,53,.8);outline-offset:-2px}.banner-carousel__image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;box-shadow:0 4px 16px #00000026;transition:box-shadow .3s ease;pointer-events:none}.banner-carousel__slide:hover .banner-carousel__image{box-shadow:0 6px 24px #00000040}.banner-carousel__dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}@media screen and (max-width: 768px){.banner-carousel__dots{bottom:.75rem}}.banner-carousel__dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s ease;padding:0}.banner-carousel__dot:hover{background:#fffc;transform:scale(1.2)}.banner-carousel__dot--active{background:#fff;width:24px;border-radius:4px}@media (max-width: 768px){.banner-carousel__wrapper{touch-action:pan-y}}.banner-section--mobile{display:none}.banner-section--desktop{display:flex;flex-direction:column;gap:1rem;z-index:100;width:100%}.banner-section__title{display:none}.banner-section__carousel{width:100%;overflow:hidden}.banner-section__carousel--single{height:375px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000026;overflow:hidden}.banner-section__carousel--top,.banner-section__carousel--bottom{height:calc((100vh - 200px)/2);max-height:400px;min-height:280px;background:transparent}@media (max-width: 1400px){.banner-section--desktop .banner-section__carousel--top,.banner-section--desktop .banner-section__carousel--bottom{max-height:360px}}@media (max-width: 1200px){.banner-section--desktop .banner-section__carousel--top,.banner-section--desktop .banner-section__carousel--bottom{max-height:320px;min-height:250px}}@media (max-width: 1100px){.banner-section--desktop .banner-section__carousel--top,.banner-section--desktop .banner-section__carousel--bottom{max-height:340px;min-height:260px}}@media (max-height: 900px){.banner-section--desktop .banner-section__carousel--top,.banner-section--desktop .banner-section__carousel--bottom{height:calc((100vh - 180px)/2);min-height:240px;max-height:320px}}@media (max-width: 900px){.banner-section--desktop{display:none}.banner-section--mobile{display:block}.banner-section--mobile .banner-section__carousel--single{height:200px;border-radius:12px}}@media (max-width: 768px){.banner-section--mobile .banner-section__carousel--single{height:180px}}._popular-products-list_1724q_1{margin-bottom:2rem;width:100%;color:#fff}._popular-products-list__title_1724q_6{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}._popular-products-list__loading_1724q_12,._popular-products-list__error_1724q_12,._popular-products-list__empty_1724q_12{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border-radius:12px;background-color:#1e1f2a;color:#aaa}._popular-products-list__error_1724q_12{color:#ff6b6b}._popular-products-list__container_1724q_25{overflow:hidden;position:relative}._popular-products-list__scroll_1724q_29{display:flex;scroll-behavior:smooth;gap:1rem;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}._popular-products-list_1724q_1 ._scroll-button_1724q_37{position:absolute;top:0;bottom:0;width:2.5rem;height:100%;background:linear-gradient(to right,#0d1b2a80,#0d1b2a00);border:none;color:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .3s,opacity .3s}._popular-products-list_1724q_1 ._scroll-button_1724q_37:hover{background:linear-gradient(to right,#0d1b2ab3,#0d1b2a1a)}._popular-products-list_1724q_1 ._scroll-button--left_1724q_57{left:0}._popular-products-list_1724q_1 ._scroll-button--left_1724q_57:hover{background:linear-gradient(to left,rgba(13,27,42,.1) 100% rgba(13,27,42,.7) 0%)}._popular-products-list_1724q_1 ._scroll-button--right_1724q_63{right:0}._popular-products-list_1724q_1 ._scroll-button--right_1724q_63:hover{background:linear-gradient(to left,rgba(13,27,42,.1) 100% rgba(13,27,42,.7) 0%)}._popular-products-list_1724q_1 ._scroll-button_1724q_37._hidden_1724q_69{opacity:0;pointer-events:none}._popular-product-card_1724q_74{width:100%;min-width:260px;max-width:260px;height:100px;display:flex;background-color:#2c2d3a;border-radius:10px;overflow:hidden;color:#fff;box-shadow:0 2px 8px #0003}._popular-product-card__image_1724q_86{height:100px;width:100px;max-width:100px;min-width:100px;border-radius:10px;background-color:#1c1d26}._popular-product-card__image_1724q_86 img{width:100%;height:100%;object-fit:cover}._popular-product-card__content_1724q_99{padding:5px 10px;color:#fff;width:100%;flex-direction:column;display:flex}._popular-product-card__title_1724q_106{font-size:14px;line-height:17px;font-weight:600;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:35px}._popular-product-card__measurement_1724q_118{font-size:10px;color:#bbb;margin-bottom:.25rem}._popular-product-card__expiration_1724q_123{display:flex;align-items:center;font-size:.8rem;font-weight:500;height:20px;justify-content:space-between}._popular-product-card__expiration_1724q_123._expiration--orange_1724q_131{color:#f0ad4e}._popular-product-card__expiration_1724q_123._expiration--green_1724q_134{color:#5cb85c}._popular-product-card__expiration_1724q_123 svg{margin-right:.25rem}._popular-product-card__store_1724q_140{display:flex;align-items:center;gap:.4rem}._popular-product-card__store_1724q_140 ._store-logo_1724q_145{height:18px;max-width:60px;object-fit:contain;border-radius:4px;background:#fff;padding:2px 4px}._popular-product-card__store_1724q_140 ._store-name_1724q_153{font-size:.75rem;color:#ccc}._popular-product-card__price_1724q_157{font-size:14px;font-weight:700;color:#fff;text-align:right;margin:auto 0 0}._popular-product-card__price_1724q_157 ._price-current_1724q_164{color:#fff;font-weight:600}._check-date_1724q_169{display:flex;align-items:center}@media (max-width: 480px){._popular-product-card__title_1724q_106{font-size:.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:35px}}.store-list{padding:20px 0;color:#fff;font-family:Segoe UI,sans-serif}.store-list__empty{text-align:center;opacity:.6;font-size:16px}.store-list__store{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:16px}.store-list__store-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.store-list__store-info{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.store-list__store-name{font-size:18px;font-weight:600;color:#fff}.store-list__store-date{font-size:14px;color:#ffffffb3}.store-list__store-total{font-size:16px;font-weight:600;color:#fff}.store-list__store-logo img{width:48px;height:48px;object-fit:contain}.store-list__products{display:flex;flex-direction:column;gap:12px}.store-list__products .store-list__product--manual+.store-list__product--manual{margin-top:-8px}.store-list__product{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#ffffff0d;border-radius:10px;transition:background-color .2s ease;flex-wrap:nowrap}.store-list__product:hover{background:#ffffff14}.store-list__product--manual{background:transparent;border-radius:0;padding:4px 12px;min-height:auto;align-items:flex-start}.store-list__product--manual:hover{background:#ffffff08;border-radius:8px}.store-list__product--manual .store-list__product-info{gap:8px;flex:1;width:auto;max-width:100%}.store-list__product--manual .store-list__product-quantity{min-width:auto;gap:6px;flex-direction:column;align-items:center;flex-shrink:0}.store-list__product--manual .store-list__quantity-value{font-size:13px}.store-list__product--manual .store-list__quantity-btn{width:18px;height:18px;font-size:14px;flex-shrink:0}.store-list__product--manual .store-list__product-details{flex:1;margin:0;min-width:0}.store-list__product--manual .store-list__product-name{font-size:14px;font-weight:400;padding-bottom:0;white-space:normal;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;line-height:1.4}.store-list__product--manual .store-list__product-actions{margin-left:8px;flex-shrink:0;align-self:flex-start}.store-list__product--manual .store-list__product-checkbox{width:20px;height:20px;border-width:1.5px}.store-list__product-info{display:flex;align-items:center;flex:1;gap:14px}.store-list__product-quantity{font-size:14px;font-weight:500;min-width:30px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.store-list__quantity-btn{width:24px;height:24px;display:flex;border:none;align-items:center;justify-content:center;border-radius:4px;background:transparent;cursor:pointer;font-size:16px;color:#fca311}.store-list__quantity-btn:hover{background:#ffffff0d}.store-list__product-image{width:56px;height:56px;border-radius:8px;background-color:#ffffff1a;overflow:hidden}.store-list__product-image img{width:100%;height:100%;object-fit:cover;display:block}.store-list__product-details{flex:1;display:flex;flex-direction:column;margin:0 0 auto}.store-list__product-name{font-size:16px;font-weight:600;margin:0;color:#fff;padding-bottom:10px}.store-list__product-expiry{font-size:12px;color:#bbb}.store-list__product-price{font-size:16px;font-weight:600;margin-left:auto;white-space:nowrap}.store-list__product-actions{display:flex;align-items:center;gap:8px;margin-left:12px}.store-list__product-checkbox{width:24px;height:24px;border-radius:6px;border:2px solid rgba(255,255,255,.3);background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer}.store-list__product-checkbox--checked{background:#2ecc71;border-color:#2ecc71}.store-list__product-checkbox:hover{border-color:#fff}.store-list__product-remove{width:24px;height:24px;background:transparent;color:#ff6b6b;border:none;cursor:pointer;padding:0}.store-list__product-remove:hover{color:#ff4c4c}.store-list__no-products{font-size:14px;color:#fff9;margin-left:12px}.product-search-add{padding:20px 0;position:relative}.product-search-add__form{display:flex;gap:12px;align-items:center}.product-search-add__input{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:16px 20px;color:#fff;font-size:16px;transition:border-color .2s}.product-search-add__input::placeholder{color:#fff9}.product-search-add__input:focus{outline:none;border-color:#fff6}.product-search-add__btn{background:#27ae60;border:none;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.product-search-add__btn:hover:not(:disabled){background:#2ecc71;transform:scale(1.05)}.product-search-add__btn:disabled{background:#fff3;cursor:not-allowed}.product-search-add__suggestions{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#0d1b2af2;border:1px solid rgba(255,255,255,.2);border-radius:12px;overflow:hidden;z-index:1000;max-height:300px;overflow-y:auto}.product-search-add__suggestion-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background-color .2s;color:#fff}.product-search-add__suggestion-item:hover{background:#ffffff1a}.product-search-add__suggestion-item .suggestion-icon{flex-shrink:0;color:#fff9}.product-search-add__suggestion-item .suggestion-text{flex:1;font-size:14px}.product-search-add__suggestion-item .suggestion-remove{background:none;border:none;color:#fff9;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s;border-radius:4px}.product-search-add__suggestion-item .suggestion-remove:hover{color:#ffffffe6;background:#ffffff1a}.journal-navigation{padding:12px 20px;position:relative;z-index:9999;max-width:100%;margin:0 auto}@media screen and (max-width: 768px){.journal-navigation{max-width:100%}}.journal-navigation__container{display:flex;align-items:center;gap:12px}.journal-navigation__container::-webkit-scrollbar{height:4px}.journal-navigation__container::-webkit-scrollbar-track{background:#374151;border-radius:2px}.journal-navigation__container::-webkit-scrollbar-thumb{background:#6b7280;border-radius:2px}.journal-navigation__container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.journal-navigation__item{display:flex;align-items:center;cursor:pointer;border-radius:8px;transition:all .2s ease;background:transparent;gap:10px;height:50px;width:100%}.journal-navigation__item:hover{background:#4b55634d}.journal-navigation__item--active{background:#4b5563;border:1px solid #6b7280}.journal-navigation__image-wrapper{box-sizing:border-box;position:relative;min-width:35px;height:100%;max-width:35px}.journal-navigation__image{width:100%;height:100%;object-fit:cover;border-radius:4px}.journal-navigation__checkmark{position:absolute;top:3px;right:3px;width:14px;height:14px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center}.journal-navigation__content{width:100%;padding-right:10px}.journal-navigation__title{font-size:12px;font-weight:600;color:#fff;margin:0 0 3px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.journal-navigation__date{display:flex;align-items:center;gap:3px}.journal-navigation__clock-icon{flex-shrink:0}.journal-navigation__date-text{font-size:10px;color:#4ade80;font-weight:500}.journal-navigation__day{color:#4ade80;font-weight:400}@media (max-width: 768px){.journal-navigation{padding:12px 16px}.journal-navigation__container{gap:12px}.journal-navigation__item{min-width:100px;max-width:120px;padding:6px;overflow:hidden}.journal-navigation__image-wrapper{width:50px;height:70px;margin-bottom:6px}.journal-navigation__title{font-size:11px}.journal-navigation__date-text{font-size:10px}}@media (max-width: 480px){.journal-navigation{padding:8px 12px}.journal-navigation__container{gap:8px}.journal-navigation__item{min-width:80px;max-width:100px;padding:4px;overflow:hidden}.journal-navigation__image-wrapper{width:40px;height:60px;margin-bottom:4px}.journal-navigation__title{font-size:10px}.journal-navigation__date-text{font-size:9px}}.modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.modal__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#2b3b4b;padding:20px;border-radius:12px;min-width:75%;max-width:90vw;max-height:90vh;overflow-y:auto}.modal__close{position:absolute;top:10px;right:10px;background:transparent;border:none;color:#fff;cursor:pointer}.modal__body{padding-top:32px}.search--modal{top:0;left:0;width:100%;max-width:100%;height:100%;border-radius:0;max-height:100vh;transform:unset}.product-modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1004;padding:20px}.product-modal{background:linear-gradient(135deg,#4a5568,#2d3748);border-radius:10px;max-width:700px;width:100%;max-height:90vh;overflow:visible;margin:auto 0 0;position:relative}@media screen and (max-width: 768px){.product-modal{max-height:100vh;bottom:60px}}.product-modal__content{display:flex;height:300px;overflow:visible}.product-modal__image-section{padding:10px;display:flex;flex-direction:column;gap:20px;width:100%;max-width:40%}@media screen and (max-width: 768px){.product-modal__image-section{max-width:100%;max-height:250px}}.product-modal__image-placeholder{flex:1;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;aspect-ratio:auto 2/3;overflow:hidden}.product-modal__image-placeholder img{width:100%;height:100%;object-fit:contain;object-position:center}.product-modal__actions{display:flex;gap:15px}@media screen and (max-width: 768px){.product-modal__actions{gap:5px}}.product-modal__button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:12px;border-radius:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center}.product-modal__button:hover{background:#fff3}.product-modal__button--similar{flex:1;padding:12px 20px;font-size:14px;font-weight:500}@media screen and (max-width: 768px){.product-modal__button--similar{font-size:12px;padding:5px}}.product-modal__button--add{background-color:#fca311;color:#0d1b2a;padding:15px 30px;border:none;border-radius:12px;font-weight:700;color:#fff}.product-modal__button--add:hover{background-color:#f09703}.product-modal__details{flex:1;padding:10px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.product-modal__close{position:absolute;top:10px;right:10px;background:#ffffff1a;border:none;color:#fff;padding:8px;border-radius:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;z-index:9999}.product-modal__close:hover{background:#fff3}.product-modal__header{color:#fff;height:100px;display:flex;flex-direction:column;flex-shrink:0;overflow:visible;margin-bottom:10px}.product-modal__title-wrapper{position:relative;width:100%;overflow:visible}.product-modal__title{font-weight:600;margin:0;max-width:90%;cursor:default;line-height:1.4;font-size:18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-word}.product-modal__title--truncated{cursor:pointer}.product-modal__details-container{flex:1;display:flex;flex-direction:column;gap:8px;color:#fff;overflow-y:auto;min-height:0;margin-bottom:10px}.product-modal__brand{font-size:16px;font-weight:500;margin:0}.product-modal__title-tooltip{position:absolute;bottom:100%;left:0;margin-bottom:12px;background:#1b263b;color:#f0ebd8;padding:12px 16px;border-radius:8px;border:2px solid #fca311;box-shadow:0 10px 40px #000000e6;z-index:10001;max-width:400px;word-wrap:break-word;white-space:normal;font-size:14px;font-weight:600;line-height:1.5;pointer-events:none;animation:fadeIn .2s ease-in-out}.product-modal__title-tooltip:after{content:"";position:absolute;top:100%;left:20px;border:8px solid transparent;border-top-color:#fca311}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.product-modal__description{font-size:16px;margin:0}.product-modal__weight{font-size:14px;margin:0}.product-modal__price-section{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end}.product-modal__price-container{width:100%;display:flex;align-items:center;justify-content:space-between}.product-modal__original-price{font-size:13px;color:#fff9;font-weight:thin}.product-modal__discount{padding:13px;border-radius:8px;color:#fff;background:red;font-weight:700;display:block}.product-modal__price-label{color:#fff;font-size:28px;font-weight:700}.product-modal__quantity-controls{display:flex;align-items:center;gap:15px;background:#0000004d;padding:8px 20px;border-radius:10px;width:fit-content;border:2px solid #fca311}.product-modal__quantity-btn{background:none;border:none;color:#fca311;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.product-modal__quantity-btn:hover{background:#f59e0b33}.product-modal__quantity{color:#fca311;font-weight:600;font-size:18px;min-width:20px;text-align:center}@media (max-width: 768px){.product-modal__content{flex-direction:column;height:auto}}.valid__to{display:flex;align-items:center;gap:4px;font-size:14px;color:#fff;font-weight:700}.valid__to .calendar-icon{color:green;font-size:14px;width:20px;height:20px}.product__modal-footer{display:flex;width:100%;justify-content:space-between;align-items:center;padding:10px}@media screen and (max-width: 768px){.product__modal-footer{flex-direction:row;gap:10px}}.product-card{display:flex;background-color:#425978;border-radius:10px;color:#f0f0f0;position:relative;overflow:hidden;flex-direction:row;gap:12px}.product-card__image{width:120px;height:120px;background-color:#ddd;border-radius:6px;flex-shrink:0}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__card{flex:1;padding:12px;display:flex;flex-direction:column;min-width:0}.product-card__info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.product-card__title{font-size:18px;font-weight:500;margin:0 80px 4px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__weight{font-size:14px;opacity:.8;margin:0 0 8px}.product-card__delivery{display:flex;align-items:center;gap:6px;margin-top:auto}.product-card__delivery-icon{flex-shrink:0;font-size:16px}.product-card__delivery-day{font-size:14px;opacity:.8;white-space:nowrap}.product-card__delivery-day--active{color:#fca311;font-weight:500}.product-card__logo{display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;max-width:60px;margin-top:4px}.product-card__logo img{max-width:100%;max-height:20px;width:auto;height:auto;object-fit:contain;object-position:left center}.product-card__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:-15px;justify-content:flex-end}.product-card__icon{cursor:pointer;color:#f0eadc;flex-shrink:0}.product-card__add{background-color:#fca311;color:#fff;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px}.product-card__counter{display:flex;align-items:center;gap:10px;border:1px solid #fca311;padding:4px 8px;border-radius:8px;color:#fca311}.product-card__counter button{background:none;border:none;cursor:pointer;color:inherit;display:flex;align-items:center;padding:0}.product-card__counter span{font-size:16px;font-weight:500;min-width:20px;text-align:center}.product-card__price{position:absolute;top:12px;right:12px;font-weight:700;font-size:18px;color:#f0ebd8}.similar-products__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1100;padding:10px}.similar-products__modal{background:linear-gradient(135deg,#4a5568,#2d3748);border-radius:10px;max-width:900px;width:100%;max-height:80vh;overflow:hidden}.similar-products__header{display:flex;align-items:center;justify-content:space-between;padding:20px 30px;background:#ffffff0d}.similar-products__tabs{display:flex;gap:2px;background:#0003;border-radius:10px;padding:4px}.similar-products__tab{background:transparent;border:none;color:#ffffffb3;padding:12px 24px;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500;border-radius:10px}.similar-products__tab--active{background:#ffffff1a;color:#fff;box-shadow:0 2px 8px #0003}.similar-products__tab:not(.similar-products__tab--active):hover{background:#ffffff0d;color:#ffffffe6}.similar-products__close{background:#ffffff1a;border:none;color:#fff;padding:10px;border-radius:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.similar-products__close:hover{background:#fff3}.similar-products__list{padding:25px 30px;max-height:60vh;overflow-y:auto;display:flex;flex-direction:column;gap:15px}.similar-products__list::-webkit-scrollbar{width:8px}.similar-products__list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.similar-products__list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.similar-products__list::-webkit-scrollbar-thumb:hover{background:#ffffff80}.similar-products__item{display:flex;align-items:center;gap:20px;background:#ffffff0d;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.similar-products__item:hover{background:#ffffff1a;box-shadow:0 8px 25px #0003;border-color:#fff3}.similar-products__image{width:80px;height:80px;border-radius:10px;overflow:hidden;flex-shrink:0;position:relative}.similar-products__image img{width:100%;height:100%;object-fit:cover}.similar-products__image-placeholder{width:100%;height:100%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(255,255,255,.3);border-radius:10px}.similar-products__similarity{position:absolute;top:4px;right:4px;background:#3b82f6f2;color:#fff;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:600}.similar-products__loading,.similar-products__error,.similar-products__empty{text-align:center;padding:2rem;color:#ffffffb3;font-size:14px}.similar-products__error{color:#ef4444}.similar-products__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:4px}.similar-products__brand{font-size:11px;color:#fff9;font-weight:500}.similar-products__expiry{font-size:11px;color:#ffffff80;display:flex;align-items:center;gap:3px}.similar-products__expiry svg{flex-shrink:0}.similar-products__reasons{font-size:10px;color:#3b82f6e6;margin-top:4px;font-weight:500}.similar-products__info{flex:1;color:#fff;min-width:0}.similar-products__info h3{margin:0 0 8px;font-size:18px;font-weight:600;line-height:1.3}.similar-products__info p{margin:0 0 12px;opacity:.7;font-size:14px;line-height:1.4}.similar-products__logo{display:flex;align-items:center;gap:8px;font-size:14px}.similar-products__badge{background:#f59e0b33;color:#fca311;padding:2px 8px;border-radius:6px;font-size:12px;font-weight:500;text-transform:lowercase}.similar-products__right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.similar-products__price{color:#fff;font-size:18px;font-weight:600;text-align:right}.similar-products__button--add{background-color:#fca311;color:#fff;padding:8px 14px;border:none;border-radius:10px;cursor:pointer;font-weight:500;transition:background .3s ease}.similar-products__button--add:hover{background-color:#d78703}.similar-products__quantity-controls{display:flex;align-items:center;gap:15px;background:#0000004d;padding:8px 20px;border-radius:10px;border:2px solid #fca311}.similar-products__quantity-controls button{background:none;border:none;color:#fca311;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.similar-products__quantity-controls button:hover{background:#f59e0b33}.similar-products__quantity-controls span{color:#fca311;font-weight:600;font-size:18px;min-width:20px;text-align:center}@media (max-width: 768px){.similar-products__modal{max-height:85vh}.similar-products__header{padding:10px 5px;flex-direction:row;gap:15px;align-items:center}.similar-products__close{width:45px;height:45px}.similar-products__tabs{justify-content:center}.similar-products__list{padding:15px 5px}.similar-products__item{flex-direction:column;text-align:center;padding:15px}.similar-products__image{width:60px;height:60px}.similar-products__info{text-align:center}.similar-products__right{align-items:center}}.journal-view{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;overflow:auto;scrollbar-width:thin;scrollbar-color:#415a77 #0d1b2a}.journal-view::-webkit-scrollbar{width:10px;height:10px}.journal-view::-webkit-scrollbar-track{background:#0d1b2a}.journal-view::-webkit-scrollbar-thumb{background-color:#415a77;border-radius:6px;border:2px solid #0d1b2a}.journal-view::-webkit-scrollbar-thumb:hover{background-color:#1b263b}.journal-view__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.journal-view__container{position:relative;width:100vw;height:100vh;max-width:100%;max-height:100vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;overflow:auto}.journal-view__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.journal-view__title{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.journal-view__close-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#f3f4f6;border-radius:50%;cursor:pointer;transition:all .2s ease}.journal-view__close-btn:hover{background:#e5e7eb}.journal-view__sidebar{position:absolute;display:flex;flex-direction:column-reverse;justify-content:space-between;gap:12px;z-index:10;padding:20px 40px;right:0}@media screen and (max-width: 768px){.journal-view__sidebar{padding:10px;left:0}}.journal-view__sidebar-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:none;background:transparent;border-radius:50%;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff}@media screen and (max-width: 768px){.journal-view__sidebar-btn p{font-size:12px}}.journal-view__sidebar-btn:hover{background:#fff;box-shadow:0 8px 15px -3px #00000026;color:#000}@media screen and (max-width: 768px){.journal-view__sidebar-btn{background:#0009}}.journal-view__content{flex:1;padding:0 20px;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory}.journal-view__pages-grid{display:flex;flex-wrap:wrap;gap:20px 0;padding:0 20px;justify-content:center;align-items:center}.journal-view__page{position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a;scroll-snap-align:start}@media screen and (max-width: 768px){.journal-view__page{height:100%!important}}.journal-view__page:hover{box-shadow:0 10px 25px -3px #00000026}.journal-view__image{width:100%;height:100%;object-fit:cover;object-position:center}.journal-view__page-number{position:absolute;bottom:8px;right:8px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500}.journal-view__footer{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.journal-view__catalog-info{display:flex;flex-direction:column;gap:4px}.journal-view__page-count{font-size:.875rem;font-weight:500;color:#374151}.journal-view__validity{font-size:.75rem;color:#6b7280}.journal-view__footer-controls{display:flex;gap:12px}.journal-view__footer-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#f3f4f6;border-radius:50%;cursor:pointer;transition:all .2s ease}.journal-view__footer-btn:hover{background:#e5e7eb}.journal-view__dots{font-size:1.2rem;color:#6b7280}@media (max-width: 768px){.journal-view__container{width:95vw;height:95vh}.journal-view__pages-grid{grid-template-columns:1fr;padding:0 20px}.journal-view__sidebar{left:auto;right:8px}.journal-view__sidebar-btn{width:40px;height:40px}.journal-view__header{padding:16px}.journal-view__title{font-size:1.25rem}}@media (max-width: 480px){.journal-view__container{width:100vw;height:100vh;border-radius:0}.journal-view__pages-grid{padding:0 10px}.journal-view__content{padding:16px}}.left--sidebar{flex-direction:column}.left--sidebar,.right--sidebar{display:flex;gap:15px}@media screen and (max-width: 768px){.left--sidebar,.right--sidebar{gap:5px}}.journal-view__image-wrapper{position:relative;display:inline-block}.journal-view__image-wrapper .journal-view__image{display:block;width:100%;height:100vh}@media screen and (max-width: 768px){.journal-view__image-wrapper .journal-view__image{height:100%}}.journal-view__product-highlight{position:absolute;cursor:pointer;transition:all .2s ease;padding:10px}.journal-view__product-highlight:hover{background:#0006;cursor:pointer}.journal-view__product-highlight:hover .journal-view__product-hover{opacity:1;visibility:visible;cursor:pointer;transform:scale(1.05)}.journal-view__product-hover{position:absolute;bottom:-40px;left:0;background:#fff;color:#000;font-size:12px;padding:4px 6px;border-radius:4px;box-shadow:0 2px 6px #00000026;opacity:0;visibility:hidden;white-space:nowrap}.total__pages p:hover{color:#000!important}@media screen and (max-width: 768px){.total__pages{font-size:10px}}.journal-view__arrow{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;border-radius:50%;padding:8px;cursor:pointer;color:#fff;z-index:1001;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.journal-view__arrow{background:#00000073;width:40px;height:40px;display:none}}.journal-view__arrow:disabled{opacity:.3;cursor:default}.journal-view__arrow--left{left:40px}.journal-view__arrow--right{right:40px}.hidden-ui{opacity:0;transform:translateY(-100%);transition:opacity .25s ease,transform .25s ease;pointer-events:none;visibility:hidden;position:absolute}.journal-view__sidebar,.journal-nav-wrapper{transition:opacity .25s ease,transform .25s ease}.single--page{display:flex;align-items:center}.preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999}.preloader .preloader-backdrop{width:100%;height:100%;background:#1e3a5f;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-in-out}.preloader .preloader-backdrop:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.preloader .preloader-content{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.preloader--error .preloader-backdrop{background:linear-gradient(135deg,#ff6b6b,#ee5a52)}.preloader--no-data .preloader-backdrop{background:linear-gradient(135deg,#4facfe,#00f2fe)}.spinner-container{position:relative;width:80px;height:80px}.spinner{position:relative;width:100%;height:100%}.spinner .spinner-ring{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid transparent;border-top-color:#fffc;border-radius:50%;animation:spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.spinner .spinner-ring:nth-child(1){animation-delay:0s;border-width:3px}.spinner .spinner-ring:nth-child(2){animation-delay:-.4s;border-width:2px;width:60px;height:60px;top:10px;left:10px;border-top-color:#fff9}.spinner .spinner-ring:nth-child(3){animation-delay:-.8s;border-width:1px;width:40px;height:40px;top:20px;left:20px;border-top-color:#fff6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#fff;font-size:1.1rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.loading-text .dots{display:flex}.loading-text .dots span{animation:dots 1.4s infinite}.loading-text .dots span:nth-child(1){animation-delay:0s}.loading-text .dots span:nth-child(2){animation-delay:.2s}.loading-text .dots span:nth-child(3){animation-delay:.4s}@keyframes dots{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.status-container{background:#fffffff2;padding:3rem 2rem;border-radius:16px;text-align:center;box-shadow:0 20px 40px #0000001a;max-width:400px;width:90%;animation:slideUp .4s ease-out}.status-container .status-icon{font-size:3rem;margin-bottom:1rem}.status-container h2{color:#333;margin:0 0 1rem;font-size:1.5rem;font-weight:600}.status-container p{color:#666;margin:0 0 2rem;line-height:1.5}.status-button{border:none;padding:.75rem 2rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;color:#fff}.status-button--error{background:#ff6b6b}.status-button--error:hover{background:#ee5a52;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b6b4d}.status-button--no-data{background:#4facfe}.status-button--no-data:hover{background:#2196f3;transform:translateY(-2px);box-shadow:0 4px 12px #4facfe4d}.status-button:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.spinner-container{width:60px;height:60px}.loading-text{font-size:1rem}.status-container{padding:2rem 1.5rem}.status-container .status-icon{font-size:2.5rem}.status-container h2{font-size:1.3rem}}.catalog-page{padding:2rem 0}.catalog-header{margin-bottom:3rem}.catalog-header h1{color:#f0ebd8;font-size:28px;margin-bottom:1.5rem}.catalog-header .catalog-info{background:#1b263b;padding:1.5rem;border-radius:8px;border:1px solid #415a77}.catalog-header .catalog-info p{color:#e0e1dd;font-size:16px;margin-bottom:.5rem}.catalog-header .catalog-info p:last-child{margin-bottom:0}.catalog-header .catalog-info p strong{color:#f0ebd8;font-weight:600}.catalog-pages h2{color:#f0ebd8;font-size:22px;margin-bottom:1.5rem}.catalog-pages .pages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.catalog-pages .pages-grid .page-item{background:#1b263b;border-radius:8px;border:1px solid #415a77;overflow:hidden;transition:all .2s ease}.catalog-pages .pages-grid .page-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.catalog-pages .pages-grid .page-item .page-image{width:100%;height:200px;object-fit:cover;border-bottom:1px solid #415a77}.catalog-pages .pages-grid .page-item .page-info{padding:1rem}.catalog-pages .pages-grid .page-item .page-info p{color:#e0e1dd;font-size:16px;margin-bottom:.5rem}.catalog-pages .pages-grid .page-item .page-info p:last-child{margin-bottom:0}.catalog-pages .pages-grid .page-item .page-info p strong{color:#f0ebd8;font-weight:600}.no-pages{text-align:center;padding:3rem;background:#1b263b;border-radius:8px;border:1px solid #415a77}.no-pages p{color:#e0e1dd;font-size:16px}.catalog-page-view .page-container{position:relative;display:inline-block;max-width:100%}.catalog-page-view .page-container .page-image{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0003}.catalog-page-view .page-container .product-highlight{position:absolute;border:2px solid #fca311;background:#fca3111a;cursor:pointer;transition:all .2s ease}.catalog-page-view .page-container .product-highlight:hover{background:#fca31133;border-color:#fdb643}@media (max-width: 768px){.catalog-pages .pages-grid{grid-template-columns:1fr}}.dashboard{margin-bottom:40px}.dashboard__header{text-align:left;margin-bottom:40px}.dashboard__title{font-size:2.5rem;font-weight:700;color:#1e3a5f;margin-bottom:12px}.dashboard__subtitle{font-size:1.2rem;color:#666;margin:0}.dashboard__content{max-width:1200px;margin:0 auto}.search-results-page{padding:24px;max-width:1200px;margin:0 auto}.search-results-page .search-results-header{margin-bottom:24px}.search-results-page .search-results-header h1{font-size:2rem;font-weight:700;color:#0d1b2a;margin:0 0 8px}.search-results-page .search-results-header .results-count{font-size:1rem;color:#0009}.search-results-page .loading{text-align:center;padding:40px;font-size:1.2rem;color:#0009}.search-results-page .no-results{text-align:center;padding:60px 20px;color:#0009}.search-results-page .no-results p{margin:8px 0;font-size:1.1rem}.search-results-page .no-results p:first-child{font-size:1.3rem;font-weight:600}.search-results-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:24px}.search-results-page .product-card{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:16px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column}.search-results-page .product-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px);border-color:#fca311}.search-results-page .product-card .product-image{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:12px}.search-results-page .product-card .product-image-placeholder{width:100%;height:200px;background:linear-gradient(135deg,#fca3111a,#fca3110d);border-radius:8px;margin-bottom:12px}.search-results-page .product-card .product-content{flex:1;display:flex;flex-direction:column}.search-results-page .product-card .product-name{font-weight:600;font-size:1rem;color:#0d1b2a;margin-bottom:8px;line-height:1.4;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-results-page .product-card .product-meta{font-size:.875rem;color:#0009;margin-bottom:12px;line-height:1.4}.search-results-page .product-card .product-price{font-size:1.125rem;font-weight:600;color:#fca311;margin-top:auto}.search-results-page .pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:24px 0}.search-results-page .pagination .pagination-btn{padding:10px 20px;background-color:#fca311;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.search-results-page .pagination .pagination-btn:hover:not(:disabled){background-color:#d78703;transform:translateY(-1px)}.search-results-page .pagination .pagination-btn:disabled{background-color:#0000001a;color:#0000004d;cursor:not-allowed}.search-results-page .pagination .pagination-info{font-size:.95rem;color:#000000b3;font-weight:500}.cart-total{padding:10px 0;margin-top:10px}.content{display:flex;gap:20px;align-items:flex-start}@media screen and (max-width: 768px){.content{flex-direction:column-reverse}}.leftSide{max-width:75%;width:100%}@media screen and (max-width: 768px){.leftSide{max-width:100%}}.rightSide{position:sticky;top:90px;align-self:flex-start;max-width:25%;width:100%}@media screen and (max-width: 900px){.rightSide{position:static;margin-top:0;max-width:100%}}@media screen and (max-width: 768px){.rightSide{margin-top:0;max-width:100%}}.purchased-actions-panel{display:flex;justify-content:flex-end;align-items:center;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1)}.purchased-actions-panel__buttons{display:flex;gap:8px}.purchased-actions-panel__btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;background:transparent}.purchased-actions-panel__btn--select,.purchased-actions-panel__btn--delete{color:#fff}@media (max-width: 768px){.purchased-actions-panel{flex-direction:column;gap:12px;align-items:stretch}.purchased-actions-panel__info{justify-content:center}.purchased-actions-panel__buttons{flex-direction:column}.purchased-actions-panel__btn{justify-content:center}}.controls-bar{display:flex;justify-content:space-between;align-items:center;background-color:#0b1a27;padding:16px}@media screen and (max-width: 768px){.controls-bar{padding:16px 0}}.controls-bar__left{display:flex;align-items:center;gap:12px;position:relative}@media screen and (max-width: 768px){.controls-bar__left{width:100%;justify-content:space-between}}.controls-bar__right{display:flex;align-items:center;gap:12px}.controls-bar__badge{position:absolute;top:-4px;left:20px;background:#ef4444;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}.radius-info{display:flex;flex-direction:column;color:#ccc;font-size:14px}.radius-info__label{font-weight:600}.radius-info__sub{font-size:12px;color:#999}.icon-button{display:flex;align-items:center;gap:6px;padding:6px 12px;font-size:14px;cursor:pointer;border-radius:8px;background:none}.icon-button__icon{font-size:16px;display:flex;align-items:center}.icon-button__label{line-height:1}.icon-button--outlined{border:1px solid #f0eada;color:#f0eada}.icon-button--outlined:hover{background-color:#ffffff0d}.icon-button--text{border:1px solid #6583b9;color:#cbd7ec}.icon-button--text:hover{background-color:#6583b91a}.no-results{text-align:center;padding:40px;color:#f0f0f0;font-size:16px}.products-list{display:flex;flex-direction:column;gap:16px;padding:16px 0;margin:0 -15px}@media screen and (max-width: 768px){.products-list{margin:auto}.products-list .container{padding:0}.product-card{flex-direction:row;gap:0}.product-card__card{padding:8px 12px;position:relative;min-height:120px}.product-card__info{gap:2px}.product-card__title{font-size:16px;margin:0 100px 4px 0;-webkit-line-clamp:2;word-break:break-all;-webkit-hyphens:auto;hyphens:auto}.product-card__weight{font-size:13px;margin:0 0 6px}.product-card__delivery{margin-top:0;gap:4px}.product-card__delivery-icon{font-size:14px}.product-card__delivery-day{font-size:13px;white-space:nowrap}.product-card__logo{max-width:45px;position:absolute;margin-top:0;right:10px;top:40px}.product-card__logo img{max-height:18px}.product-card__actions{position:absolute;bottom:8px;right:5px;width:auto;margin:0;gap:8px}.product-card__actions svg{width:20px}.product-card__add{padding:6px 12px;font-size:12px}.product-card__counter{gap:8px;padding:3px 6px}.product-card__counter span{font-size:14px;min-width:18px}.product-card__price{position:absolute;top:8px;right:8px;font-size:16px}}.filter-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.filter-modal{background:#425978;border-radius:12px;padding:24px;min-width:300px;max-width:90%;max-height:90vh;overflow-y:auto;color:#f0f0f0}.filter-modal h3{margin:0 0 20px;font-size:20px;font-weight:600}.filter-modal__section{margin-bottom:20px}.filter-modal__section label{display:block;margin-bottom:8px;font-size:14px;font-weight:500}.filter-modal__section select{width:100%;padding:10px 36px 10px 12px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff1a;color:#f0f0f0;font-size:14px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23f0f0f0' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.filter-modal__section select:focus{outline:none;border-color:#fca311}.filter-modal__section select option{background:#425978;color:#f0f0f0;padding:8px}.filter-modal__section select:focus option:checked{background:#fca311;color:#000}.filter-modal__section select:disabled{opacity:.6;cursor:not-allowed}.filter-modal__empty-state{padding:12px;text-align:center;color:#fff9;font-size:14px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#ffffff0d}.filter-modal__empty-state p{margin:0}.filter-modal__price-inputs{display:flex;align-items:center;gap:8px}.filter-modal__price-inputs input{flex:1;padding:10px 12px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff1a;color:#f0f0f0;font-size:14px}.filter-modal__price-inputs input:focus{outline:none;border-color:#fca311}.filter-modal__price-inputs input::placeholder{color:#ffffff80}.filter-modal__price-inputs span{color:#f0f0f0}.filter-modal__sort-options{display:flex;flex-direction:column;gap:8px}.filter-modal__sort-options button{padding:12px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff1a;color:#f0f0f0;font-size:14px;cursor:pointer;text-align:left}.filter-modal__sort-options button:hover{background:#ffffff26}.filter-modal__sort-options button.active{background:#fca311;border-color:#fca311;color:#000}.filter-modal__actions{display:flex;gap:12px;margin-top:24px}.filter-modal__actions button{flex:1;padding:12px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff1a;color:#f0f0f0;font-size:14px;font-weight:500;cursor:pointer}.filter-modal__actions button:hover{background:#ffffff26}.filter-modal__actions button.primary{background:#fca311;border-color:#fca311;color:#000}.filter-modal__actions button.primary:hover{opacity:.9}.map-picker{width:100%;display:flex;flex-direction:column;gap:1rem;font-family:Poppins,sans-serif;color:#dbe7ff}.map-picker__search{position:relative;width:100%;display:flex;align-items:center}.map-picker__input{flex:1;padding:.75rem 1rem;border:2px solid #5c93cc;border-radius:12px;font-size:1rem;background-color:#294e70;color:#fff}.map-picker__input::placeholder{color:#b0c4de}.map-picker__input:focus{outline:none;background-color:#2d5b82;border-color:#7ab0ff}.map-picker__close{background:none;border:none;color:#ffaa40;font-size:1.5rem;margin-left:.5rem;cursor:pointer;line-height:1;transition:color .2s}.map-picker__close:hover{color:#ffc266}.map-picker__suggestions{position:absolute;top:100%;left:0;right:0;max-height:300px;overflow-y:auto;margin-top:.5rem;background:#2e4c68;border:1px solid #4d7eb1;border-radius:8px;box-shadow:0 6px 18px #00000040;z-index:1000}.map-picker__suggestion{padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;color:#fff;border-bottom:1px solid #3f6289;transition:background-color .2s}.map-picker__suggestion:hover{background-color:#406a91}.map-picker__suggestion:last-child{border-bottom:none}.map-picker__map{width:100%;border-radius:16px;overflow:hidden;border:2px solid #3d5a78;margin:1rem 0;box-shadow:0 4px 16px #0000004d}.map-picker__footer{display:flex;flex-direction:column;gap:.5rem;align-items:center}.map-picker__radius-label{font-size:1rem;color:#dbe7ff;text-align:center}.map-picker__radius-control{display:flex;align-items:center;gap:1rem;width:100%}.map-picker__slider{flex:1;height:6px;border-radius:4px;background:#ccc;outline:none}.map-picker__slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#ffaa40;border:2px solid white;cursor:pointer;transition:background-color .2s}.map-picker__slider::-webkit-slider-thumb:hover{background:#f0a527}.map-picker__locate{background:#ffaa40;color:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.map-picker__locate:hover{background:#e49b34}.bottom-nav{display:flex;align-items:center;justify-content:space-around;background-color:#f9fafb;border-top:1px solid #e5e7eb;padding:8px 16px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000d;z-index:1000;display:none;height:60px;transition:transform .3s ease-in-out}.bottom-nav.visible{transform:translateY(0)}.bottom-nav.hidden{transform:translateY(100%)}@media screen and (max-width: 768px){.bottom-nav{display:flex}}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 16px;background:none;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;color:#6b7280;min-width:64px}.nav-item:hover{background-color:#f9fafb;color:#374151}.nav-item.active{background-color:#eff6ff;color:#2563eb}.nav-item.active .nav-icon{transform:scale(1.1)}.nav-item.active .nav-label{font-weight:600}.nav-icon{width:24px;height:24px;transition:transform .2s ease}.nav-label{font-size:12px;font-weight:500;transition:font-weight .2s ease}
