.header{display:flex;justify-content:space-between;align-items:center;padding:.78rem;margin-bottom:-2.5rem;background:#f2ede4;position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:none;position:relative}.header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,#9C9689,transparent)}.header-left,.header-right{display:flex;align-items:center;gap:1rem}.header-logo{font-weight:600;font-size:1.2rem;color:#302e2b;display:flex;align-items:center;gap:.5rem}.header-logo-image{height:32px;width:32px;object-fit:cover;border-radius:50%;border:1px dashed #302E2B}.header-logo-text{font-weight:800;font-size:1.2rem;letter-spacing:1px;text-transform:uppercase;font-style:italic;background:linear-gradient(90deg,#302e2b,#e63946);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-cart{position:relative;cursor:pointer;stroke:#302e2b;width:32px;height:32px;padding-right:.13rem;display:flex;align-items:center;justify-content:center;background:#e7e0d2;border-radius:8px}.cart-count{position:absolute;top:-2px;right:-3px;background:#302e2b;color:#f2ede4;font-size:.6rem;padding:.05rem .3rem;border-radius:10px}.header-bonus-balance{display:flex;align-items:baseline;gap:.2rem;background:#e7e0d2;padding:.3rem .5rem;border-radius:8px;cursor:pointer}.bonus-balance-label-bold{font-size:.7rem;font-weight:600;color:#302e2b;margin-right:.2rem}.bonus-balance-value{font-size:.7rem;font-weight:500;color:#302e2b}.bonus-balance-label{font-size:.6rem;color:#8a8578;font-weight:600}.header-avatar{cursor:pointer;stroke:#302e2b;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.avatar-image{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px dashed #302E2B}.avatar-placeholder{width:32px;height:32px;border-radius:50%;background:#eae4d9;border:1px dashed #302E2B}.navbar{position:fixed;bottom:1rem;left:1rem;right:1rem;background:#e1ddd680;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:.5px solid rgba(226,218,203,.6);padding:.02rem;z-index:1000;border-radius:35px}.navbar.hidden{transform:translateY(120px);opacity:0}.navbar-list{display:flex;justify-content:space-around;gap:.2rem;list-style:none;margin:0;padding:0}.navbar-item{cursor:pointer;padding:.5rem;color:#302e2b;font-weight:400;font-size:.7rem;background:transparent;display:flex;flex-direction:column;align-items:center;gap:.1rem;margin-top:.5rem;transition:all .3s ease}.navbar-item.active{color:#302e2b;font-weight:500;background:#80808026;border-radius:12px;margin:.2rem 0;box-shadow:0 2px 8px #0000001a}.navbar-icon{width:16px;height:16px;stroke:#302e2b}.navbar-item.active .navbar-icon{stroke:#302e2b}.categories__page{padding:.6rem}.categories__title{margin-bottom:1.5rem;font-size:1.5rem}.categories__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.category__card{padding:.7rem;background:#eae4d9;border-radius:12px;cursor:pointer}.category__card__content{display:flex;flex-direction:column;align-items:flex-start;gap:.09rem;height:100%}.category__image{width:100%;aspect-ratio:1.5;border-radius:8px;background:#ccc;padding:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.category__image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.category__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#8a8578;background:#d4cfc5;border-radius:8px}.category__skeleton{width:100%;height:100%;background:linear-gradient(90deg,#d4cfc5 25%,#e0d9cf,#d4cfc5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.category__name{font-size:.84rem;font-weight:480;color:#302e2b}.category__footer{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:auto}.category__new{font-size:.7rem;font-weight:400;color:#8a8578}.category__count{font-size:.6rem;font-weight:500;padding:.05rem .3rem;background:#302e2b;border-radius:15px;color:#f2ede4}.categories__show-more{width:100%;padding:.8rem;background:#eae4d9;border:1px dashed #302E2B;border-radius:8px;font-size:.9rem;color:#302e2b;cursor:pointer;margin-top:1rem;transition:background .2s}.categories__show-more:hover{background:#dcd5c9}.categories__show-more:active{background:#d0c9bd}.categories__loading{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;margin-top:-100px}.loader{width:40px;height:40px;border:3px solid #EAE4D9;border-top-color:#302e2b;border-radius:50%;animation:spin .8s linear infinite}.catalog__page{padding:.6rem;margin-top:-1.5rem}.catalog__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.search-wrapper{flex:1;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.5rem;stroke:#8a8578;pointer-events:none}.search-input{flex:1;padding:.55rem .5rem .55rem 2rem;border:none;border-radius:8px;background:#eae4d9;font-size:.9rem;color:#302e2b}.search-input:focus{outline:none;border:1px solid #302E2B}.search-input::placeholder{color:#8a8578}.back-button{background:#eae4d9;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px}.back-button svg{stroke:#8a8578!important}.catalog__title{margin:0;font-size:1.5rem}.catalog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.product__card{padding:.7rem;background:#eae4d9;border-radius:12px;cursor:pointer}.product__card--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.product__card__content{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;height:100%}.product__price-row{margin-top:auto}.product__image{width:100%;aspect-ratio:4/3;border-radius:8px;background:#ccc;padding:0;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.product__image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.add-to-cart-button{position:absolute;bottom:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#302e2b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#f2ede4}.add-to-cart-button svg{color:#f2ede4}.product__name{font-size:.84rem;font-weight:480;color:#302e2b;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.product__price-row{display:flex;justify-content:space-between;align-items:center;width:100%}.product__price{font-size:.8rem;font-weight:500;padding:.05rem .3rem;background:#302e2b;border-radius:15px;color:#f2ede4;display:flex;align-items:center;gap:.1rem}.catalog__currency-icon{width:.7rem;height:.7rem;margin-top:.06rem}.product__stock{font-size:.7rem;font-weight:400;color:#8a8578}.catalog__show-more{width:100%;padding:.8rem;background:#eae4d9;border:1px dashed #302E2B;border-radius:8px;font-size:.9rem;cursor:pointer;margin-top:20px;color:#302e2b}.catalog__show-more:disabled{opacity:.5;cursor:not-allowed}.catalog__show-more:hover{background:#dcd5c9}.catalog__show-more:active{background:#d0c9bd}.catalog__no-results{text-align:center;padding:40px 20px;color:#8a8578;font-size:1rem}.catalog__loading{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;margin-top:-100px}.product__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#8a8578;background:#d4cfc5;border-radius:8px}.product__out-of-stock{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:.9rem;font-weight:500;border-radius:8px;z-index:1;gap:.2rem}.product__out-of-stock-icon{width:24px;height:24px;color:#fff}.item__page{background:#f2ede4;padding:.6rem;margin-top:-1.5rem}.item__header{display:flex;align-items:center;margin-bottom:1rem}.back-button{background:#eae4d9;border:none;cursor:pointer;padding:.5rem;border-radius:8px}.back-button svg{color:#8a8578}.item__content{display:flex;flex-direction:column;gap:1rem}.item__image{width:100%;aspect-ratio:4/3;background:#eae4d9;border-radius:12px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.item__image-img{width:100%;height:100%;object-fit:cover}.item__placeholder{color:#8a8578;font-size:.9rem}.item__stock-badge{position:absolute;bottom:12px;left:8px;background:#302e2b;color:#f2ede4;padding:.3rem .6rem;border-radius:16px;font-size:.65rem;font-weight:400}.item__info{display:flex;flex-direction:column;gap:.75rem}.item__header-info{display:flex;justify-content:space-between;align-items:center;gap:1rem}.item__name{font-size:1.1rem;font-weight:500;color:#302e2b;margin:0;flex:1}.item__price{font-size:1.1rem;font-weight:400;padding:.1rem .4rem;background:#302e2b;border-radius:15px;color:#f2ede4;display:flex;align-items:center;gap:.1rem}.item__currency-icon{width:1rem;height:1rem;margin-bottom:.16rem}.item__category{font-size:.85rem;font-weight:400;color:#8a8578}.item__description{font-size:.9rem;font-weight:400;color:#302e2b;line-height:1.5;background:#80808026;padding:.7rem;margin-bottom:.7rem;border-radius:12px}.item__add-button{background:#302e2b;color:#f2ede4;border:none;padding:1rem;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;margin-bottom:0}.profile__page{background:#f2ede4;padding:.6rem;margin-top:-.09rem}.profile__content{display:flex;flex-direction:column;gap:1rem}.profile__avatar-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:#8080801a;border-radius:12px}.profile__avatar{width:80px;height:80px;border-radius:50%;background:#eae4d9;border:1px dashed #302E2B;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile__avatar-image{width:80px;height:80px;border-radius:50%;object-fit:cover}.profile__avatar-placeholder{width:80px;height:80px;border-radius:50%;background:#eae4d9;border:1px dashed #302E2B}.profile__name{font-size:1.2rem;font-weight:500;color:#302e2b}.profile__phone{font-size:.9rem;color:#8a8578}.profile__section{background:#8080801a;border-radius:12px;padding:1rem}.profile__section-title{font-size:.95rem;font-weight:400;color:#302e2b;margin:0;display:flex;align-items:center;gap:.5rem}.profile__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.profile__edit-button{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s;pointer-events:auto;z-index:10;position:relative}.profile__edit-button:hover{background:#8a85781a}.profile__show-all-button{background:none;border:none;cursor:pointer;font-size:.8rem;color:#8a8578;padding:.25rem .5rem;border-radius:6px;transition:background .2s,color .2s}.profile__show-all-button:hover{background:#8a85781a;color:#302e2b}.profile__section-icon{flex-shrink:0}.profile__info-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px dashed rgba(0,0,0,.15)}.profile__info-item:last-child{border-bottom:none}.profile__info-label{font-size:.85rem;color:#8a8578}.profile__info-value{font-size:.9rem;color:#302e2b;font-weight:400}.profile__bonus-card{background:#232220 url(../../assets/bonus.svg) right center/cover no-repeat;background-position:right -.5rem center;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:.5rem}.profile__bonus-amount{font-size:2rem;font-weight:600;color:#f2ede4}.profile__bonus-label{font-size:.85rem;color:#8a8578}.profile__orders{display:flex;flex-direction:column;margin-top:.5rem;gap:.5rem}.profile__order-item{background:#ffffff4d;border-radius:8px;padding:.6rem;display:flex;justify-content:space-between;align-items:center;flex-direction:row}.profile__order-info{display:flex;flex-direction:column;gap:.15rem}.profile__order-id{font-size:.8rem;font-weight:500;color:#302e2b}.profile__order-date{font-size:.7rem;color:#8a8578}.profile__order-status{font-size:.65rem;padding:.15rem .4rem;border-radius:12px;font-weight:400;white-space:nowrap}.profile__order-status--completed{background:#2ecc7133;color:#27ae60}.profile__order-status--processing{background:#f1c40f33;color:#f39c12}.profile__order-status--cancelled{background:#e74c3c33;color:#e74c3c}.profile__order-status--new{background:#3498db33;color:#3498db}.profile__order-status--unknown{background:#7f8c8d33;color:#7f8c8d}.profile__order-status--shipped{background:#9b59b633;color:#9b59b6}.profile__order-total{font-size:.85rem;font-weight:500;color:#302e2b;display:flex;align-items:center;gap:.2rem}.profile__loading,.profile__no-orders{text-align:center;padding:20px;color:#8a8578}.profile__order-skeleton{display:flex;justify-content:space-between;align-items:center;padding:.8rem;background:#eae4d9;border-radius:8px;margin-bottom:.5rem}.profile__order-skeleton-info{display:flex;flex-direction:column;gap:.3rem;flex:1}.profile__order-skeleton-id{width:80px;height:12px;background:linear-gradient(90deg,#d4cfc5 25%,#e0d9cf,#d4cfc5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.profile__order-skeleton-date{width:60px;height:10px;background:linear-gradient(90deg,#d4cfc5 25%,#e0d9cf,#d4cfc5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.profile__order-skeleton-status{width:50px;height:16px;background:linear-gradient(90deg,#d4cfc5 25%,#e0d9cf,#d4cfc5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;margin:0 .5rem}.profile__order-skeleton-total{width:40px;height:14px;background:linear-gradient(90deg,#d4cfc5 25%,#e0d9cf,#d4cfc5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.profile__currency-icon{width:12px;height:12px}.profile__edit-input{width:100%;padding:.5rem;border:1px solid #8A8578;border-radius:8px;background:#eae4d9;font-size:.9rem;color:#302e2b;outline:none;transition:border-color .2s}.profile__edit-input:focus{border-color:#302e2b}.profile__edit-input-wide{width:100%;padding:.5rem;border:1px solid #8A8578;border-radius:8px;background:#eae4d9;font-size:.9rem;color:#302e2b;outline:none;transition:border-color .2s;min-width:200px}.profile__edit-input-wide:focus{border-color:#302e2b}.profile__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.profile__modal{background:#f2ede4;border-radius:16px;padding:1.5rem;width:100%;max-width:400px;box-shadow:0 4px 20px #00000026}.profile__modal-title{font-size:1.1rem;font-weight:500;color:#302e2b;margin:0 0 1.5rem}.profile__modal-field{margin-bottom:1rem}.profile__modal-label{display:block;font-size:.85rem;color:#8a8578;margin-bottom:.5rem}.profile__modal-input{width:100%;padding:.75rem;border:1px solid #8A8578;border-radius:8px;background:#eae4d9;font-size:.95rem;color:#302e2b;outline:none;transition:border-color .2s}.profile__modal-input::placeholder{color:#8a8578}.profile__modal-input:focus{border-color:#302e2b}.profile__modal-save-button{width:100%;padding:.75rem;background:#302e2b;color:#f2ede4;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.profile__modal-save-button:hover{background:#4a4844}.profile__promo-input-wrapper{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.profile__promo-input{width:100%;padding:.75rem;border:1px solid #8A8578;border-radius:8px;background:#eae4d9;font-size:.95rem;color:#302e2b;outline:none;transition:border-color .2s}.profile__promo-input::placeholder{color:#8a8578}.profile__promo-input:focus{border-color:#302e2b}.profile__promo-button{width:100%;padding:.75rem;margin-top:.5rem;background:#302e2b;color:#f2ede4;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.profile__promo-button:hover{background:#4a4844}.profile__promo-success{margin-top:.5rem;color:#28a745;font-size:.9rem;font-weight:500}.bonus__page{background:#f2ede4;padding:.6rem;margin-top:-.09rem;min-height:100vh;height:100vh;overflow-y:auto}.bonus__content{display:flex;flex-direction:column;gap:1rem}.bonus__section{background:#8080801a;border-radius:12px;padding:1rem}.bonus__section-title{font-size:.95rem;font-weight:400;color:#302e2b;margin:0;display:flex;align-items:center;gap:.5rem}.bonus__section-icon{flex-shrink:0}.bonus__balance-card{background:#232220 url(/assets/bonus-BiaoWvyO.svg) right center/cover no-repeat;background-position:right -.5rem center;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:.5rem}.bonus__balance-amount{font-size:1.8rem;font-weight:600;color:#f2ede4}.bonus__balance-label{font-size:.85rem;color:#8a8578}.bonus__title{font-size:1.5rem;font-weight:600;color:#302e2b;margin:0;padding:.5rem 0}.bonus__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.bonus__card{background:#eae4d9;border-radius:12px;padding:.7rem;display:flex;flex-direction:column;cursor:pointer}.bonus__card__content{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.bonus__image{width:100%;aspect-ratio:4/3;border-radius:8px;background:#ccc;padding:0;position:relative;overflow:hidden}.bonus__image img{width:100%;height:100%;object-fit:cover}.bonus__placeholder{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:.7rem;color:#8a8578}.bonus__empty{grid-column:1 / -1;display:flex;justify-content:center;align-items:center;padding:3rem;font-size:1rem;color:#8a8578}.bonus__card-price{position:absolute;bottom:8px;right:8px;display:flex;align-items:baseline;gap:.1rem;font-size:.6rem;font-weight:500;padding:.05rem .3rem;background:#302e2b;border-radius:15px;color:#f2ede4}.bonus__badge{position:absolute;background:#302e2b;padding:.05rem .3rem;border-radius:15px;font-size:.6rem;font-weight:500;color:#f2ede4;white-space:nowrap}.bonus__badge-top-left{top:8px;left:8px}.bonus__badge-top-right{top:8px;right:8px}.bonus__badge-bottom-left{bottom:8px;left:8px}.bonus__badge-promo{background:#8a8578}.bonus__badge-text{color:#f2ede4}.bonus__currency-icon{width:10px!important;height:10px!important;display:inline-block;vertical-align:text-bottom;filter:brightness(0) invert(1);margin-left:-1px;margin-bottom:1px}.bonus__card-title{font-size:.7rem;font-weight:480;color:#302e2b;margin:0 0 .5rem}.bonus__card-details{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.5rem;padding:.5rem;border:1px dashed #8A8578;border-radius:6px;background:#f2ede44d;width:100%;box-sizing:border-box}.bonus__card-detail{display:flex;justify-content:space-between;align-items:center;font-size:.65rem}.bonus__detail-label{color:#8a8578}.bonus__detail-value{color:#302e2b;font-weight:500}.bonus__card-footer{display:flex;justify-content:center;width:100%;margin-top:auto}.bonus__price-value{font-size:.6rem;font-weight:500;color:#f2ede4}.bonus__price-label{font-size:.6rem;color:#f2ede4}.bonus__buy-button{background:#302e2b;color:#f2ede4;border:none;border-radius:8px;padding:.5rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:background .2s;width:100%}.bonus__buy-button:hover{background:#4a4845}.bonus__loading{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f2ede4}.bonus__error{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f2ede4;color:#302e2b;font-size:1rem}.bonus__active-bonus{background:#232220 url(/assets/bonus-BiaoWvyO.svg) right center/cover no-repeat;background-position:right -.5rem center;border-radius:12px;padding:1.5rem;margin-top:.5rem;position:relative}.bonus__active-bonus:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#232220b3;border-radius:12px;z-index:0}.bonus__active-bonus>*{position:relative;z-index:1}.bonus__active-title{font-size:.85rem;font-weight:500;color:#f2ede4;margin-bottom:.5rem}.bonus__active-details{display:flex;flex-direction:column;gap:.25rem}.bonus__active-detail{font-size:.85rem;color:#f2ede4}.bonus__active-navigation{display:flex;align-items:center;gap:.5rem;position:relative}.bonus__nav-button{background:#8a8578;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s;position:absolute;z-index:2;top:50%;transform:translateY(-50%)}.bonus__nav-button:first-child{left:-1.5rem}.bonus__nav-button:last-child{right:-1.5rem}.bonus__nav-button:hover:not(:disabled){background:#8a85781a}.bonus__nav-button:disabled{opacity:.3;cursor:not-allowed}.bonus__active-bonus{flex:1;position:relative;z-index:1}.bonus__promo-code-container{margin-top:.5rem;width:100%;display:flex;gap:.5rem}.bonus__promo-code{background:#f2ede41a;padding:.5rem .75rem;border-radius:6px;border:1px dashed #8A8578;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#f2ede4;flex:1;box-sizing:border-box}.bonus__copy-button{background:#f2ede41a;border:1px dashed #8A8578;border-radius:6px;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.bonus__copy-button svg{transition:all .3s ease}.bonus__copy-button svg.check-icon{animation:checkmark .4s ease-out}@keyframes checkmark{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}.bonus__copy-button:hover{background-color:#f2ede433}.bonus__activations-info{display:flex;align-items:center;justify-content:center;margin-top:.5rem;font-size:.75rem;color:#f2ede4;opacity:.8;text-align:center}.bonus__discount-details{background:#f2ede41a;padding:.5rem .75rem;border-radius:6px;border:1px dashed #8A8578;display:flex;flex-direction:column;gap:.3rem}.cart__page{background:#f2ede4;padding:.6rem;padding-bottom:140px}.cart__header{display:flex;align-items:center;margin-bottom:1rem}.cart__content{display:flex;flex-direction:column;gap:1rem}.cart__title{font-size:1.5rem;font-weight:600;color:#302e2b;margin:0;padding:.5rem 0}.cart__section,.cart__items-section,.cart__total-section{background:#8080801a;border-radius:12px;padding:1rem}.cart__footer{position:fixed;bottom:0;left:0;right:0;background:#f2ede4;padding:.6rem}.cart__item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px dashed rgba(0,0,0,.15)}.cart__item:last-child{border-bottom:none}.cart__item-info{flex:1}.cart__item-name{font-size:.9rem;font-weight:500;color:#302e2b;margin:0 0 .25rem}.cart__item-price{font-size:.85rem;color:#8a8578;display:flex;align-items:center;gap:.2rem}.cart__item-price-badge{display:inline-flex;align-items:center;gap:.2rem;background:#302e2b;padding:.15rem .35rem;border-radius:20px;font-size:.75rem;color:#f2ede4;font-weight:500}.cart__currency-icon{width:14px;height:14px}.cart__item-currency-icon{width:12px;height:12px}.cart__item-actions{display:flex;align-items:center;gap:.75rem}.cart__quantity{display:flex;align-items:center;gap:.5rem;background:#eae4d9;border-radius:8px;padding:.25rem .5rem}.cart__quantity-btn{background:none;border:none;color:#302e2b;font-size:1rem;font-weight:500;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.cart__quantity-btn:hover{background:#8a85781a}.cart__quantity-value{font-size:.85rem;font-weight:500;color:#302e2b;min-width:20px;text-align:center}.cart__remove-btn{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.cart__remove-btn:hover{background:#8a85781a}.cart__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px dashed rgba(0,0,0,.15)}.cart__total-label{font-size:.95rem;font-weight:400;color:#302e2b}.cart__total-value{font-size:1.2rem;font-weight:600;color:#302e2b;display:flex;align-items:center;gap:.1rem}.cart__bonus-info{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.85rem;color:#8a8578}.cart__bonus-text{font-weight:500}.cart__checkout-button{background:#302e2b;color:#f2ede4;border:none;border-radius:8px;padding:.75rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s;width:100%}.cart__checkout-button:hover{background:#4a4845}.cart__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:1rem}.cart__empty-icon{stroke:#8a8578}.cart__empty-title{font-size:1.2rem;font-weight:500;color:#302e2b;margin:0}.cart__empty-text{font-size:.9rem;color:#8a8578;margin:0}.cart__back-button{background:#eae4d9;color:#302e2b;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s}.cart__back-button:hover{background:#dcd5c9}.checkout__page{background:#f2ede4;padding:.6rem;margin-top:-1.5rem}.checkout__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.checkout__title{font-size:1.2rem;font-weight:500;color:#302e2b;margin:0}.checkout__content{display:flex;flex-direction:column;gap:1rem}.checkout__section{background:#8080801a;border-radius:12px;padding:1rem}.checkout__section-title{font-size:1rem;font-weight:600;color:#302e2b;margin-bottom:1rem}.checkout__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.checkout__section-header .checkout__section-title{margin-bottom:0}.checkout__no-delivery{color:#8e8e93;font-size:.9rem;margin:0}.checkout__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:1rem}.checkout__loading-spinner{width:40px;height:40px;border:3px solid rgba(138,133,120,.2);border-top-color:#8a8578;border-radius:50%;animation:checkout__loading-spin .8s linear infinite}@keyframes checkout__loading-spin{to{transform:rotate(360deg)}}.checkout__loading p{color:#8e8e93;font-size:.9rem;margin:0}.checkout__option{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.checkout__option input[type=radio]{cursor:pointer}.checkout__option label{cursor:pointer;font-size:.9rem;color:#302e2b}.checkout__input{width:100%;padding:.6rem;border:1px solid #8A8578;border-radius:8px;background:#eae4d9;font-size:.9rem;color:#302e2b;margin-bottom:.5rem}.checkout__input:focus{outline:none;border-color:#302e2b}.checkout__input:disabled{opacity:.6;cursor:not-allowed}.checkout__textarea{width:100%;padding:.6rem;border:1px solid #8A8578;border-radius:8px;background:#eae4d9;font-size:.9rem;color:#302e2b;resize:none}.checkout__textarea:focus{outline:none;border-color:#302e2b}.checkout__submit-button{width:100%;padding:1rem;background:#302e2b;border:none;border-radius:8px;font-size:1rem;color:#f2ede4;cursor:pointer;transition:background .2s;margin-bottom:1rem}.checkout__submit-button:hover{background:#232220}.checkout__selected-value{padding:.6rem;background:#eae4d9;border-radius:8px;font-size:.9rem;color:#302e2b}.checkout__submit-button:active{background:#1a1817}.checkout__total{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#8080801a;border-radius:12px;margin-bottom:1rem}.checkout__total-item{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.checkout__total-item-name{color:#302e2b}.checkout__total-item-price{color:#302e2b;font-weight:500;display:flex;align-items:center;gap:.1rem}.checkout__currency-icon{width:.7rem;height:.7rem;margin-bottom:.14rem}.checkout__currency-icon-total{width:1rem;height:1rem;margin-top:.4rem;margin-bottom:-.1rem}.checkout__total-divider{height:1px;background:#8080804d;margin:.5rem 0}.checkout__total-row{display:flex;justify-content:space-between;align-items:center}.checkout__total-label{display:flex;align-items:center;gap:.1rem;font-size:1rem;font-weight:500;color:#302e2b}.checkout__total-value{font-size:1.1rem;font-weight:600;color:#302e2b}.checkout__discount-row{margin:.5rem 0}.checkout__discount-label,.checkout__discount-value{color:#302e2b}.checkout__promo-input-wrapper{display:flex;flex-direction:column;gap:.5rem}.checkout__promo-input{flex:1;background:#f2ede4;border:1px solid #8A8578;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;color:#302e2b;outline:none;transition:border-color .2s}.checkout__promo-input:focus{border-color:#302e2b}.checkout__promo-input:disabled{opacity:.5}.checkout__promo-button{background:#302e2b;color:#f2ede4;border:none;border-radius:8px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.checkout__promo-button:hover:not(:disabled){background:#4a4845}.checkout__promo-button:disabled{opacity:.5;cursor:not-allowed}.checkout__applied-promo{background:#8080801a;border:1px dashed #8A8578;border-radius:8px;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.checkout__applied-promo-info{display:flex;flex-direction:column;gap:.5rem}.checkout__applied-promo-label{font-size:.9rem;font-weight:500;color:#302e2b}.checkout__applied-promo-details{display:flex;flex-wrap:wrap;gap:.5rem}.checkout__applied-promo-discount,.checkout__applied-promo-detail{font-size:.8rem;color:#302e2b;background:#f2ede44d;padding:.25rem .5rem;border-radius:12px;border:1px solid rgba(138,133,120,.2);max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout__remove-promo-button{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:4px;transition:background .2s;display:flex;align-items:center;justify-content:center}.checkout__remove-promo-button:hover:not(:disabled){background:#8a85781a}.checkout__remove-promo-button:disabled{opacity:.5;cursor:not-allowed}.checkout__active-bonuses{display:flex;flex-direction:column;gap:.5rem}.checkout__active-bonus{background:#8080801a;border:1px dashed #8A8578;border-radius:8px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}.checkout__active-bonus-disabled{opacity:.6;border-color:#ff9500}.checkout__bonus-warning{font-size:.8rem;color:#ff9500;background:#ff95001a;padding:.4rem .6rem;border-radius:6px;border:1px solid rgba(255,149,0,.3)}.checkout__active-bonus-info{display:flex;flex-direction:column;gap:.5rem}.checkout__active-bonus-label{font-size:.9rem;font-weight:500;color:#302e2b}.checkout__active-bonus-details{display:flex;flex-wrap:wrap;gap:.5rem}.checkout__active-bonus-detail{font-size:.8rem;color:#302e2b;background:#f2ede44d;padding:.25rem .5rem;border-radius:12px;border:1px solid rgba(138,133,120,.2);max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout__total-items{border:1px dashed #8A8578;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.checkout__total-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-bottom:.5rem;position:relative}.checkout__total-item:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;border-bottom:1px dashed #302E2B;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.checkout__total-item:last-child{padding-bottom:0}.checkout__total-item:last-child:after{display:none}.checkout__total-item-name{font-size:.85rem;color:#302e2b;flex:1}.checkout__total-item-price{font-size:.85rem;color:#302e2b;display:flex;align-items:center;gap:.25rem;min-width:fit-content}.checkout__currency-icon{width:12px;height:12px;flex-shrink:0}.checkout__quantity-badge{font-size:.75rem;color:#302e2b;background:#f2ede44d;padding:.2rem .4rem;border-radius:8px;border:1px solid rgba(138,133,120,.2);white-space:nowrap}.checkout__custom-select{position:relative;width:100%}.checkout__custom-select-trigger{width:100%;padding:.6rem;background:#eae4d9;border:1px solid #8A8578;border-radius:8px;font-size:.9rem;color:#302e2b;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color .2s}.checkout__custom-select-trigger:hover{border-color:#302e2b}.checkout__custom-select-trigger.disabled{opacity:.6;cursor:not-allowed}.checkout__custom-select-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #302E2B;transition:transform .2s}.checkout__custom-select.open .checkout__custom-select-arrow{transform:rotate(180deg)}.checkout__custom-select-options{position:absolute;top:100%;left:0;right:0;background:#f2ede4;border:1px solid #8A8578;border-radius:8px;margin-top:4px;max-height:200px;overflow-y:auto;z-index:10;display:none}.checkout__custom-select.open .checkout__custom-select-options{display:block}.checkout__custom-select-option{padding:.6rem;font-size:.9rem;color:#302e2b;cursor:pointer;transition:background .2s}.checkout__custom-select-option:hover{background:#8a85781a}.checkout__custom-select-option.selected{background:#8a857833;font-weight:500}.checkout__custom-select-option.placeholder{color:#8a8578;font-style:italic}.history__page{background:#f2ede4;padding:.6rem}.history__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.history__title{font-size:1.5rem;font-weight:600;color:#302e2b;margin:0}.history__orders-count{display:flex;flex-direction:row;align-items:center;gap:.25rem;background:#eae4d9;padding:.5rem .6rem;border-radius:8px}.history__orders-count-icon{width:16px;height:16px}.history__orders-count-number{font-size:.9rem;font-weight:500;color:#302e2b;line-height:1}.history__orders-count-label{font-size:.9rem;color:#8a8578}.back-button{background:#eae4d9;border:none;cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s}.back-button:hover{background:#dcd5c9}.history__content{display:flex;flex-direction:column;gap:1rem}.history__section{border-radius:12px;padding:.5rem}.history__order{background:#8080801a;border-radius:8px;padding:.6rem;display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-bottom:.5rem}.history__order:last-child{margin-bottom:0}.history__order-header{display:flex;flex-direction:column;gap:.15rem}.history__order-date{font-size:.7rem;color:#8a8578}.history__order-id{font-size:.8rem;font-weight:500;color:#302e2b}.history__order-status{font-size:.65rem;padding:.15rem .4rem;border-radius:12px;font-weight:400;white-space:nowrap}.history__order-status--completed{background:#2ecc7133;color:#27ae60}.history__order-status--processing{background:#f1c40f33;color:#f39c12}.history__order-status--cancelled{background:#e74c3c33;color:#e74c3c}.history__order-status--new{background:#3498db33;color:#3498db}.history__order-status--unknown{background:#7f8c8d33;color:#7f8c8d}.history__order-status--shipped{background:#9b59b633;color:#9b59b6}.history__order-info{display:flex;flex-direction:column;gap:.15rem}.history__order-items{font-size:.8rem;font-weight:500;color:#302e2b}.history__order-total{font-size:.85rem;font-weight:500;color:#302e2b;display:flex;align-items:center;gap:.2rem}.history__currency-icon{width:12px;height:12px}.history__loading,.history__no-orders{text-align:center;padding:20px;color:#8a8578}.history__order-skeleton{background:#eae4d9;border-radius:8px;padding:.6rem;display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-bottom:.5rem}.history__order-skeleton:last-child{margin-bottom:0}.history__order-skeleton-info{display:flex;flex-direction:column;gap:.15rem;flex:1}.history__order-skeleton-id{width:80px;height:12px;background:linear-gradient(90deg,#d4cfc5 25%,#e0d9cf,#d4cfc5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.history__order-skeleton-date{width:60px;height:10px;background:linear-gradient(90deg,#d4cfc5 25%,#e0d9cf,#d4cfc5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.history__order-skeleton-status{width:50px;height:16px;background:linear-gradient(90deg,#d4cfc5 25%,#e0d9cf,#d4cfc5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;margin:0 .5rem}.history__order-skeleton-total{width:40px;height:14px;background:linear-gradient(90deg,#d4cfc5 25%,#e0d9cf,#d4cfc5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.blocked__page{background:#f2ede4;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.blocked__content{text-align:center;max-width:400px}.blocked__icon{margin-bottom:1.5rem;display:flex;justify-content:center}.blocked__title{font-size:1.5rem;font-weight:600;color:#302e2b;margin-bottom:1rem}.blocked__message{font-size:.95rem;color:#8a8578;line-height:1.5}*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:0;height:0;display:none}html,body{scrollbar-width:none;-ms-overflow-style:none}:root{--color-primary: #007bff;--color-secondary: #6c757d;--color-success: #28a745;--color-danger: #dc3545;--color-warning: #ffc107;--spacing-unit: 8px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;background:#f2ede4}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1;padding-top:60px;padding-bottom:100px}.app-main.no-navbar{padding-top:5rem;padding-bottom:0}input,textarea,select{font-size:16px;touch-action:manipulation}*{touch-action:manipulation}.app__loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f2ede4}.loader{width:40px;height:40px;border:3px solid #8A8578;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
