:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{height:100%;min-height:100vh;width:100%;margin:0;padding:0;background:#fff6fa;box-sizing:border-box;overflow-x:hidden}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;height:64px;background:#fff;border-bottom:1.5px solid #FFE8F1;padding:0 1rem;box-sizing:border-box}.header__menu{background:none;border:none;padding:0 .5rem 0 0;margin-right:.2rem;cursor:pointer;display:flex;align-items:center;height:64px}.header__logo{display:flex;align-items:center;gap:.5rem;flex:1 1 auto}.header__logo-img{width:38px;height:38px;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px #e48fb71a;background:#fff6fa}.header__title{font-family:Poppins,Nunito,Arial,sans-serif;font-size:1.2rem;font-weight:700;color:#e48fb7;letter-spacing:.5px}.header__cart{background:none;border:none;position:relative;padding:0;cursor:pointer;display:flex;align-items:center}.header__cart-badge{position:absolute;top:-6px;right:-6px;background:#e48fb7;color:#fff;font-size:.75rem;font-weight:700;border-radius:50%;padding:2px 6px;min-width:20px;text-align:center;box-shadow:0 1px 4px #e48fb71f;z-index:2}.header__cart-badge.bump{animation:cart-bump .35s cubic-bezier(.4,0,.2,1)}@keyframes cart-bump{0%{transform:scale(1)}10%{transform:scale(1.18)}30%{transform:scale(.92)}50%{transform:scale(1.08)}70%{transform:scale(.98)}to{transform:scale(1)}}.header__cart-badge--red{background:#e74c3c;color:#fff}.header__auth-indicator{background:#27ae60;color:#fff;font-size:.7rem;font-weight:700;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;margin-left:.5rem;box-shadow:0 1px 4px #27ae604d}.sidemenu__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#3c14282e;z-index:120}.sidemenu{position:fixed;top:0;left:0;width:82vw;max-width:340px;height:100vh;background:#fff;box-shadow:2px 0 24px #e48fb721;z-index:130;display:flex;flex-direction:column;animation:sidemenu-in .22s cubic-bezier(.4,1.3,.6,1) 1}@keyframes sidemenu-in{0%{transform:translate(-100%)}to{transform:translate(0)}}.sidemenu__nav{width:100%;padding:2.2rem 1.2rem 2.5rem 0rem;display:flex;flex-direction:column;gap:1.2rem;height:100%;overflow-y:auto;padding-right:4px}.sidemenu__title{font-size:1.3rem;color:#e48fb7;font-family:Poppins,Nunito,Arial,sans-serif;font-weight:700;margin-bottom:.5rem}.sidemenu__item{width:100%;background:#fff6fa;color:#c05a8a;border:none;border-radius:1.5rem;padding:.9rem 0rem;font-size:1.08rem;font-family:inherit;font-weight:600;margin-bottom:.5rem;text-align:center;cursor:pointer;transition:background .18s,color .18s}.sidemenu__item:hover{background:#e48fb7;color:#fff}.sidemenu__item--admin{background:linear-gradient(90deg,#e48fb7 60%,#ffd6e8);color:#fff;font-weight:700;border:2px solid #E48FB7}.sidemenu__item--admin:hover{background:#f7b6d2;border-color:#f7b6d2}.sidemenu__item--auth{background:linear-gradient(90deg,#ff6b9d 60%,#ffb3d1);color:#fff;font-weight:700;border:2px solid #FF6B9D;margin-top:1rem}.sidemenu__item--auth:hover{background:#ff5a8a;border-color:#ff5a8a}.sidemenu__item--catalog-toggle{display:flex;align-items:center;justify-content:space-between;font-size:1.08rem;font-weight:700;background:#fff6fa;color:#c05a8a;border:none;border-radius:1.5rem;padding:.9rem 1.2rem;margin-bottom:.5rem;width:100%;cursor:pointer;transition:background .18s,color .18s}.sidemenu__item--catalog-toggle:hover{background:#e48fb7;color:#fff}.sidemenu__arrow{margin-left:.7rem;font-size:1.1em;transition:transform .18s}.sidemenu__arrow--open{transform:rotate(180deg)}.sidemenu__catalog-submenu{padding-left:.5rem;margin:.2rem 0 .5rem;display:flex;flex-direction:column;gap:.1rem}.sidemenu__catalog-item{background:#fff;color:#c05a8a;border:none;border-radius:1.1rem;padding:.45rem .7rem;font-size:.98rem;font-family:inherit;font-weight:500;margin-bottom:.1rem;text-align:left;cursor:pointer;transition:background .18s,color .18s;width:100%}.sidemenu__catalog-item:hover{background:#ffe8f1;color:#e48fb7}@media (min-width: 700px){.sidemenu{width:340px}}.carousel{width:100%;margin:0 auto 1.5rem;overflow-x:hidden}.carousel__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:1rem .5rem 0}.carousel__slide{flex:0 0 85vw;max-width:400px;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;position:relative;scroll-snap-align:start;box-shadow:0 2px 12px #e48fb714;background:#fff6fa;text-decoration:none;transition:box-shadow .2s}.carousel__slide:active,.carousel__slide:focus{box-shadow:0 4px 16px #e48fb729}.carousel__img{width:100%;height:100%;object-fit:cover;display:block}.carousel__overlay{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(0deg,#ffe8f1eb 80%,#ffffff1a);padding:1rem .75rem .75rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.carousel__text{font-family:Poppins,Nunito,Arial,sans-serif;font-size:1.1rem;font-weight:600;color:#e48fb7;text-shadow:0 1px 4px #fff}.carousel__btn{background:#e48fb7;color:#fff;border:none;border-radius:2rem;padding:.4rem 1.2rem;font-size:.95rem;font-family:inherit;font-weight:600;box-shadow:0 1px 4px #e48fb71a;cursor:pointer;transition:background .2s}.carousel__btn:hover{background:#f7b6d2}.catquick{width:100%;margin:0 auto 1.5rem;padding:0 .5rem}.catquick__grid{width:100%;max-width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1.2rem .8rem;justify-items:center}.catquick__item{display:flex;flex-direction:column;align-items:center;background:none;border:none;cursor:pointer;outline:none;padding:0;transition:transform .12s}.catquick__item:active{transform:scale(.96)}.catquick__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;font-size:1.5rem;background:#fff6fa;border-radius:50%;box-shadow:0 1px 8px #e48fb71a;margin-bottom:.4rem;border:2px solid #FFE8F1}.catquick__label{font-family:Poppins,Nunito,Arial,sans-serif;font-size:1rem;color:#e48fb7;font-weight:600;text-align:center;line-height:1.1}@media (min-width: 700px){.catquick__icon{width:64px;height:64px;font-size:2.1rem}}@media (min-width: 600px){.catquick__grid{grid-template-columns:repeat(3,1fr)}}.productgrid{width:100%;margin:0 auto 2.5rem;padding:0 .5rem 1.5rem;background:transparent}.productgrid__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 1rem;margin-top:.5rem;margin-right:1rem}.productcard{background:#fff;border-radius:1.3rem;box-shadow:0 2px 16px #e48fb71a;display:flex;flex-direction:column;align-items:stretch;overflow:hidden;transition:box-shadow .18s,transform .12s;border:2px solid #FFE8F1}.productcard:hover{box-shadow:0 6px 24px #e48fb72e;transform:translateY(-2px) scale(1.02)}.productcard__imgwrap{width:100%;aspect-ratio:1/1;background:#fff6fa;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1.5px solid #FFE8F1}.productcard__img{display:flex;justify-content:center;align-items:center;object-fit:contain;width:100%;height:70%;overflow:hidden}.productcard:hover .productcard__img{box-shadow:0 4px 16px #e48fb729;border-color:#e48fb7}.productcard__info{padding:1rem .7rem 1.2rem;display:flex;flex-direction:column;align-items:center;gap:.6rem}.productcard__name{font-family:Poppins,Nunito,Arial,sans-serif;font-size:1.13rem;font-weight:700;color:#c05a8a;text-align:center;margin-bottom:.2rem;letter-spacing:.2px}.productcard__price{font-size:1.15rem;font-weight:700;color:#c05a8a;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.productcard__price-discount{color:#e74c3c;font-family:Poppins,Montserrat,Arial,sans-serif;font-weight:800;font-size:1.25rem;letter-spacing:.5px}.productcard__price-original{color:#888;text-decoration:line-through;font-size:1.02rem;font-weight:500;margin-left:.4rem;font-family:inherit}.productcard__buy{background:linear-gradient(90deg,#e48fb7 60%,#ffd6e8);color:#fff;border:none;border-radius:2rem;padding:.7rem 2.1rem;font-size:1.08rem;font-family:inherit;font-weight:700;box-shadow:0 2px 8px #e48fb71a;cursor:pointer;transition:background .2s,color .2s;margin-top:.2rem}.productcard__buy:hover{background:#f7b6d2;color:#fff}.productgrid__loading,.productgrid__end{text-align:center;color:#e48fb7;font-size:1.13rem;margin:2rem 0 .5rem}@media (min-width: 700px){.productgrid__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1000px){.productgrid__grid{grid-template-columns:repeat(6,1fr)}}@media (min-width: 1400px){.productgrid__grid{grid-template-columns:repeat(9,1fr)}}.image-container{position:relative;display:flex;justify-content:center;align-items:center;object-fit:contain;width:100%;height:70%;overflow:hidden}.productcard__status{position:absolute;right:.2rem;bottom:-1.5rem;width:128px;height:128px;object-fit:contain;z-index:2;background:transparent;border:none;box-shadow:none;padding:0}@media (max-width: 500px){.productcard__status{width:56px;height:56px}}.productcard__badge-img{position:absolute;top:10px;left:10px;width:54px;height:auto;z-index:2;-webkit-user-select:none;user-select:none;pointer-events:none}.catalogfilterbar{width:100%;margin:1.2rem 0 1.5rem;display:flex;flex-direction:column;align-items:stretch}.catalogfilterbar__row{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.catalogfilterbar__btn{background:#fff;color:#e48fb7;border:1.5px solid #FFE8F1;border-radius:2rem;padding:.5rem 1.2rem;font-size:1rem;font-family:inherit;font-weight:600;cursor:pointer;transition:background .18s,color .18s,border .18s}.catalogfilterbar__btn.selected{background:#e48fb7;color:#fff;border-color:#e48fb7}.catalogfilterbar__btn:hover{background:#ffd6e8;color:#c05a8a}.catalogfilterbar__menu{background:#e48fb7;color:#fff;border:none;border-radius:2rem;padding:.7rem 1.5rem;font-size:1.1rem;font-family:inherit;font-weight:700;margin-bottom:.5rem;cursor:pointer}.catalogfilterbar__dropdown{display:flex;flex-direction:column;gap:.5rem;background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px #e48fb71a;padding:1rem .5rem;margin-bottom:.5rem}@media (min-width: 700px){.catalogfilterbar__menu,.catalogfilterbar__dropdown{display:none}.catalogfilterbar__row{display:flex}}.productpage{display:flex;flex-direction:column;gap:1.5rem;margin:1.2rem 0 2.5rem}.productpage__gallery{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.productpage__carousel{width:100vw;max-width:480px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:#fff6fa;border-radius:1.2rem;box-shadow:0 2px 16px #e48fb71a}.productpage__img{width:100%;max-width:320px;aspect-ratio:1/1;object-fit:contain;border-radius:1.2rem;background:#fff6fa;box-shadow:0 2px 12px #e48fb71a;scroll-snap-align:start}.productpage__img--carousel{width:100vw;max-width:480px;height:60vw;max-height:340px;object-fit:contain;background:#fff;border-radius:1.2rem;margin:0 auto;display:block}.productpage__info{display:flex;flex-direction:column;align-items:center;gap:.7rem}.productpage__name{font-size:1.3rem;font-family:Poppins,Nunito,Arial,sans-serif;color:#e48fb7;font-weight:700;text-align:center}.productpage__price{font-size:1.35rem;font-weight:700;color:#c05a8a;margin-bottom:1.1rem;display:flex;align-items:center;gap:.7rem}.productpage__price-discount{color:#e74c3c;font-family:Poppins,Montserrat,Arial,sans-serif;font-weight:800;font-size:1.55rem;letter-spacing:.5px}.productpage__price-original{color:#888;text-decoration:line-through;font-size:1.08rem;font-weight:500;margin-left:.5rem;font-family:inherit}.productpage__desc{font-size:1rem;color:#6d4c6b;text-align:center;margin-bottom:.5rem}.productpage__qty{display:flex;align-items:center;gap:1.1rem;margin-bottom:.5rem}.productpage__qty button{background:#e48fb7;color:#fff;border:none;border-radius:50%;width:2.1rem;height:2.1rem;font-size:1.2rem;font-weight:700;cursor:pointer}.productpage__add{background:linear-gradient(90deg,#e48fb7 60%,#ffd6e8);color:#fff;border:none;border-radius:2rem;padding:.7rem 2.1rem;font-size:1.08rem;font-family:inherit;font-weight:700;box-shadow:0 2px 8px #e48fb71a;cursor:pointer;transition:background .2s,color .2s;margin-top:.2rem}.productpage__add:hover{background:#f7b6d2;color:#fff}.productpage__suggested{margin-top:2.5rem}.productpage__suggested-title{font-size:1.1rem;color:#e48fb7;font-weight:600;text-align:center;margin-bottom:.5rem}.productpage__suggested-list{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.productpage__suggested-card{min-width:120px;max-width:140px;background:#fff6fa;border-radius:1rem;box-shadow:0 1px 8px #e48fb71a;border:2px solid #FFE8F1;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:box-shadow .18s,transform .12s,border-color .18s;margin-bottom:.2rem}.productpage__suggested-card:hover{box-shadow:0 4px 16px #e48fb729;transform:translateY(-2px) scale(1.03);border-color:#e48fb7}.productpage__suggested-card img{width:100%;max-width:110px;aspect-ratio:1/1;object-fit:contain;border-radius:.8rem;margin-top:.5rem}.productpage__suggested-name{font-size:.98rem;color:#e48fb7;font-weight:600;text-align:center;margin:.5rem 0 .7rem}.productpage__suggested-price{font-size:1.01rem;color:#3a2b47;font-weight:600;text-align:center;margin-bottom:.7rem}.productpage__loading,.productpage__notfound{text-align:center;color:#e48fb7;font-size:1.13rem;margin:2rem 0 .5rem}.productpage__dots{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:.7rem 0 .2rem}.productpage__dot{width:10px;height:10px;border-radius:50%;background:#ffe8f1;transition:background .2s,transform .2s;cursor:pointer;display:inline-block}.productpage__dot.active{background:#e48fb7;transform:scale(1.25)}.productpage__badge{display:inline-block;margin-left:.7rem;background:linear-gradient(90deg,#e74c3c 60%,#ffb3b3);color:#fff;font-family:Poppins,Montserrat,Arial,sans-serif;font-size:1rem;font-weight:800;padding:.22em 1.1em;border-radius:1.2em;box-shadow:0 2px 8px #e74c3c1a;letter-spacing:.5px;vertical-align:middle;-webkit-user-select:none;user-select:none}.productpage__thumbnails{display:none}.productpage__thumbnail{width:54px;height:54px;object-fit:contain;border-radius:.7rem;background:#fff6fa;box-shadow:0 1px 4px #e48fb71a;margin:0 .3rem;border:2px solid transparent;cursor:pointer;transition:border .18s,box-shadow .18s,transform .12s}.productpage__thumbnail.selected{border:2px solid #E48FB7;box-shadow:0 2px 8px #e48fb72e;transform:scale(1.08)}@media (min-width: 700px){.productpage__carousel,.productpage__img--carousel{max-width:540px;max-height:420px;width:100%;height:auto}.productpage__thumbnails{display:flex;justify-content:center;align-items:center;margin-top:1.1rem;gap:.2rem}}.cartpage__title{font-size:1.3rem;color:#e48fb7;font-family:Poppins,Nunito,Arial,sans-serif;font-weight:700;text-align:center;margin:1.5rem 0 1.2rem}.cartpage__empty{text-align:center;color:#c05a8a;font-size:1.1rem;margin:2rem 0}.cartpage__list{display:flex;flex-direction:column;gap:1.2rem}.cartpage__qty-number{font-size:1.1rem;color:#3a2b47;font-weight:500}.cartpage__item{display:flex;align-items:center;background:#fff6fa;border-radius:1.1rem;box-shadow:0 1px 8px #e48fb71a;border:2px solid #FFE8F1;padding:.7rem;gap:1.1rem}.cartpage__img{width:70px;height:70px;object-fit:contain;border-radius:.8rem;background:#fff;border:1.5px solid #FFE8F1}.cartpage__info{flex:1 1 auto;display:flex;flex-direction:column;gap:.4rem}.cartpage__name{font-size:1.05rem;color:#e48fb7;font-weight:600}.cartpage__price{font-size:1rem;color:#3a2b47;font-weight:500}.cartpage__qty{display:flex;align-items:center;gap:.7rem}.cartpage__qty button{background:#e48fb7;color:#fff;border:none;border-radius:50%;width:2rem;height:2rem;font-size:1.1rem;font-weight:700;cursor:pointer}.cartpage__qty button:disabled{opacity:.5;cursor:not-allowed}.cartpage__remove{background:#e74c3c;color:#fff;border:none;border-radius:1.2rem;padding:.4rem 1.1rem;font-size:.98rem;font-family:inherit;font-weight:600;margin-top:.3rem;cursor:pointer;transition:background .18s}.cartpage__remove:hover{background:#c0392b}.cartpage__footer{margin-top:2.2rem;display:flex;flex-direction:column;align-items:center;gap:1.1rem}.cartpage__total{font-size:1.15rem;color:#3a2b47;font-weight:700}.cartpage__checkout{background:linear-gradient(90deg,#e48fb7 60%,#ffd6e8);color:#fff;border:none;border-radius:2rem;padding:.7rem 2.1rem;font-size:1.08rem;font-family:inherit;font-weight:700;box-shadow:0 2px 8px #e48fb71a;cursor:pointer;transition:background .2s,color .2s}.cartpage__checkout:hover{background:#f7b6d2;color:#fff}.cartpage__banner{background:#ffe8f1;color:#c0392b;border:1.5px solid #e74c3c;border-radius:1rem;padding:.8rem 1rem;margin-bottom:1.2rem;font-size:1.01rem;font-weight:600;text-align:center;box-shadow:0 1px 8px #e48fb71a}.checkout__title{font-size:1.3rem;color:#e48fb7;font-family:Poppins,Nunito,Arial,sans-serif;font-weight:700;text-align:center;margin:1.5rem 0 1.2rem}.checkout__products{background:#fff6fa;border-radius:1.1rem;box-shadow:0 1px 8px #e48fb71a;border:2px solid #FFE8F1;padding:1rem .7rem .7rem;margin-bottom:1.2rem}.checkout__product{display:flex;align-items:center;gap:.7rem;margin-bottom:.7rem}.checkout__product img{width:54px;height:54px;object-fit:contain;border-radius:.7rem;background:#fff;border:1.5px solid #FFE8F1}.checkout__total{text-align:right;font-size:1.1rem;color:#3a2b47;font-weight:700;margin-top:.7rem}.checkout__section{margin-bottom:1.5rem}.checkout__payopts,.checkout__delivopts{display:flex;gap:.7rem;flex-wrap:wrap;justify-content:center;margin-bottom:.7rem}.checkout__payopt,.checkout__delivopt{width:54px;height:54px;border-radius:1.2rem;background:#fff6fa;border:2px solid #FFE8F1;box-shadow:0 1px 8px #e48fb71a;cursor:pointer;transition:border .18s,box-shadow .18s;object-fit:contain;padding:.3rem}.checkout__payopt.selected,.checkout__delivopt.selected{border:2.5px solid #E48FB7;box-shadow:0 2px 12px #e48fb72e}.checkout__payform,.checkout__delivform{background:#fff;border-radius:1rem;box-shadow:0 1px 8px #e48fb714;padding:1rem .7rem;margin-bottom:.7rem;display:flex;flex-direction:column;gap:.7rem}.checkout__payform label,.checkout__delivform label{font-size:1rem;color:#3a2b47;font-weight:500;margin-bottom:.2rem}.checkout__payform input,.checkout__delivform input{width:100%;padding:.5rem .7rem;border-radius:.7rem;border:1.5px solid #FFE8F1;font-size:1rem;margin-top:.2rem;margin-bottom:.5rem;background:#fff6fa;color:#3a2b47}.checkout__payform input[type=file],.checkout__delivform input[type=file]{background:none;border:none;margin-top:.3rem}.checkout__errors{background:#ffe8f1;color:#c0392b;border:1.5px solid #e74c3c;border-radius:1rem;padding:.8rem 1rem;margin-bottom:1.2rem;font-size:1.01rem;font-weight:600;text-align:center;box-shadow:0 1px 8px #e48fb71a}.checkout__finish{background:linear-gradient(90deg,#e48fb7 60%,#ffd6e8);color:#fff;border:none;border-radius:2rem;padding:.7rem 2.1rem;font-size:1.08rem;font-family:inherit;font-weight:700;box-shadow:0 2px 8px #e48fb71a;cursor:pointer;transition:background .2s,color .2s;margin:1.2rem auto 0;display:block}.checkout__finish:hover{background:#f7b6d2;color:#fff}.checkout__input{width:100%;padding:.5rem .7rem;border-radius:.7rem;border:1.5px solid #FFE8F1;font-size:1rem;margin-top:.2rem;margin-bottom:.5rem;background:#fff6fa;color:#3a2b47}.checkout__help{color:#888;font-size:.95rem;margin-bottom:.5rem}.checkout__summary-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#3c14282e;z-index:200;display:flex;align-items:center;justify-content:center}.checkout__summary-content{background:#fff;border-radius:1.2rem;box-shadow:0 2px 16px #e48fb72e;padding:2rem 1.5rem 1.5rem;min-width:260px;max-width:95vw;text-align:center}.checkout__close-summary{margin-top:1.2rem;background:#e48fb7;color:#fff;border:none;border-radius:2rem;padding:.6rem 1.5rem;font-size:1.05rem;font-weight:700;cursor:pointer;transition:background .2s}.checkout__close-summary:hover{background:#f7b6d2}@media (min-width: 700px){.checkout__payopt,.checkout__delivopt{width:70px;height:70px}.checkout__summary-content{min-width:400px}}body{color:#3a2b47}.checkout__transporte-opt{width:54px;height:54px;border-radius:1.2rem;background:#fff6fa;border:2px solid #FFE8F1;box-shadow:0 1px 8px #e48fb71a;cursor:pointer;transition:border .18s,box-shadow .18s;object-fit:contain;padding:.3rem;margin-right:.5rem}.checkout__transporte-opt.selected{border:2.5px solid #E48FB7;box-shadow:0 2px 12px #e48fb72e}.checkout__loading{text-align:center;color:#e48fb7;font-size:1.13rem;margin:6rem 0 .5rem}.checkoutsuccess__container{display:flex;flex-direction:column;align-items:center;margin-top:2rem;margin-bottom:2rem}.checkoutsuccess__title{font-size:1.5rem;color:#e48fb7;font-family:Poppins,Nunito,Arial,sans-serif;font-weight:700;text-align:center;margin-bottom:1rem}.checkoutsuccess__msg{color:#3a2b47;font-size:1.08rem;text-align:center;margin-bottom:.7rem}.checkoutsuccess__orderid{color:#c05a8a;font-size:1.05rem;margin-bottom:1.2rem;text-align:center}.checkoutsuccess__items{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px;margin-bottom:1.5rem}.checkoutsuccess__item{display:flex;align-items:center;gap:.7rem;background:#fff6fa;border-radius:1.1rem;box-shadow:0 1px 8px #e48fb71a;border:2px solid #FFE8F1;padding:.7rem}.checkoutsuccess__item img{width:54px;height:54px;object-fit:contain;border-radius:.7rem;background:#fff;border:1.5px solid #FFE8F1}.checkoutsuccess__img{margin:1.5rem 0 1.2rem;display:flex;justify-content:center;align-items:center}.checkoutsuccess__img img{width:180px;max-width:80vw;border-radius:1.2rem;box-shadow:0 2px 16px #e48fb721}.checkoutsuccess__btn{background:linear-gradient(90deg,#e48fb7 60%,#ffd6e8);color:#fff;border:none;border-radius:2rem;padding:.7rem 2.1rem;font-size:1.08rem;font-family:inherit;font-weight:700;box-shadow:0 2px 8px #e48fb71a;cursor:pointer;transition:background .2s,color .2s;margin-top:1.2rem}.checkoutsuccess__btn:hover{background:#f7b6d2;color:#fff}.checkoutsuccess__error{color:#e74c3c;text-align:center;margin:2rem 0;font-size:1.1rem}.userhome__container{max-width:600px;margin:0 auto;padding:1.2rem .7rem 2.5rem}.userhome__welcome{font-size:1.4rem;color:#e48fb7;font-family:Poppins,Nunito,Arial,sans-serif;font-weight:700;text-align:center;margin-bottom:1.5rem}.userhome__section{margin-bottom:2.2rem}.userhome__compras,.userhome__wishlist,.userhome__cart{display:flex;flex-direction:column;gap:1.1rem}.userhome__compra{background:#fff6fa;border-radius:1.1rem;box-shadow:0 1px 8px #e48fb71a;border:2px solid #FFE8F1;padding:1rem .7rem .7rem}.userhome__compra-header{display:flex;justify-content:space-between;align-items:center;font-size:.98rem;margin-bottom:.7rem;gap:.5rem}.userhome__compra-id{color:#c05a8a;font-weight:600}.userhome__compra-estado{background:#ffd6e8;color:#e48fb7;border-radius:1rem;padding:.2rem .8rem;font-size:.97rem;font-weight:700;text-transform:capitalize}.estado-ordenado{background:#ffe8f1;color:#c05a8a}.estado-pendiente{background:#fff3cd;color:#b8860b}.estado-procesado{background:#d4edda;color:#218838}.estado-cancelado{background:#f8d7da;color:#c0392b}.userhome__compra-fecha{color:#888;font-size:.95rem}.userhome__compra-items{display:flex;gap:1.1rem;flex-wrap:wrap;margin-bottom:.7rem}.userhome__compra-item{display:flex;align-items:center;gap:.7rem;background:#fff;border-radius:.7rem;border:1.5px solid #FFE8F1;padding:.5rem .7rem}.userhome__compra-item img{width:48px;height:48px;object-fit:contain;border-radius:.5rem;background:#fff6fa}.userhome__compra-item-info{display:flex;flex-direction:column;gap:.2rem;font-size:.98rem}.userhome__compra-footer{display:flex;justify-content:space-between;align-items:center;font-size:1.01rem;margin-top:.5rem}.userhome__wishlist{display:flex;flex-wrap:wrap;gap:1.1rem}.userhome__wishlist-item{background:#fff6fa;border-radius:1.1rem;border:2px solid #FFE8F1;box-shadow:0 1px 8px #e48fb71a;padding:.7rem .7rem .5rem;display:flex;flex-direction:column;align-items:center;width:120px;cursor:pointer;transition:box-shadow .18s,border .18s}.userhome__wishlist-item:hover{box-shadow:0 4px 16px #e48fb729;border-color:#e48fb7}.userhome__wishlist-item img{width:70px;height:70px;object-fit:contain;border-radius:.7rem;background:#fff;margin-bottom:.5rem}.userhome__wishlist-info{text-align:center;color:#c05a8a;font-size:1.01rem;font-weight:600}.userhome__cart-btn,.userhome__catalog-btn{background:linear-gradient(90deg,#e48fb7 60%,#ffd6e8);color:#fff;border:none;border-radius:2rem;padding:.7rem 2.1rem;font-size:1.08rem;font-family:inherit;font-weight:700;box-shadow:0 2px 8px #e48fb71a;cursor:pointer;transition:background .2s,color .2s;margin-top:.7rem}.userhome__cart-btn:hover,.userhome__catalog-btn:hover{background:#f7b6d2;color:#fff}.userhome__empty{color:#888;text-align:center;font-size:1.05rem;margin:1.1rem 0}.userhome__loading{text-align:center;color:#e48fb7;font-size:1.13rem;margin:6rem 0 .5rem}.userhome__auth-message{text-align:center;padding:3rem 1rem;background:#fff;border-radius:20px;box-shadow:0 8px 32px #e48fb726;border:1px solid #FFE8F1;margin:2rem 0}.userhome__auth-message h2{color:#e48fb7;font-size:1.5rem;margin:0 0 1rem;font-weight:700}.userhome__auth-message p{color:#666;margin:0 0 2rem;line-height:1.5}.userhome__login-btn{background:linear-gradient(90deg,#e48fb7 60%,#ffd6e8);color:#fff;border:none;border-radius:2rem;padding:.8rem 2rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s;box-shadow:0 4px 16px #e48fb733}.userhome__login-btn:hover{background:#f7b6d2}@media (max-width: 500px){.userhome__wishlist-item{width:45vw;min-width:110px;max-width:140px}}.userhome__encargos{display:flex;flex-direction:column;gap:1.1rem}.userhome__encargo{background:#f6faff;border-radius:1.1rem;box-shadow:0 1px 8px #8fb7e41a;border:2px solid #E8F1FF;padding:1rem .7rem .7rem}.userhome__encargo-header{display:flex;justify-content:space-between;align-items:center;font-size:.98rem;margin-bottom:.7rem;gap:.5rem}.userhome__encargo-name{color:#5a8ac0;font-weight:600}.userhome__encargo-estado{background:#d6e8ff;color:#5a8ac0;border-radius:1rem;padding:.2rem .8rem;font-size:.97rem;font-weight:700;text-transform:capitalize}.userhome__encargo-info{display:flex;gap:1.1rem;align-items:center}.userhome__encargo-info img{width:54px;height:54px;object-fit:contain;border-radius:.7rem;background:#fff;border:1.5px solid #E8F1FF}.userhome__abonar-form{background:#fff6fa;border-radius:1.1rem;border:2px solid #FFE8F1;box-shadow:0 1px 8px #e48fb71a;padding:1.1rem .7rem .7rem;margin:1rem 0 .5rem;display:flex;flex-direction:column;gap:.7rem}.userhome__abonar-form select,.userhome__abonar-form input[type=number],.userhome__abonar-form input[type=text],.userhome__abonar-form input[type=file]{width:100%;padding:.5rem .7rem;border-radius:.7rem;border:1.5px solid #FFE8F1;font-size:1rem;margin-bottom:.5rem;background:#fff;color:#3a2b47;font-family:inherit}.userhome__abonar-btn{background:linear-gradient(90deg,#e48fb7 60%,#ffd6e8);color:#fff;border:none;border-radius:2rem;padding:.6rem 1.5rem;font-size:1.08rem;font-family:inherit;font-weight:700;box-shadow:0 2px 8px #e48fb71a;cursor:pointer;transition:background .2s,color .2s;margin-top:.7rem}.userhome__abonar-btn:hover{background:#f7b6d2;color:#fff}.userhome__abonar-cancel{background:#ffe8f1;color:#c05a8a;border:none;border-radius:2rem;padding:.6rem 1.5rem;font-size:1.08rem;font-family:inherit;font-weight:700;box-shadow:0 2px 8px #e48fb71a;cursor:pointer;transition:background .2s,color .2s}.userhome__abonar-cancel:hover{background:#f7b6d2;color:#fff}.userhome__abonar-submit{background:linear-gradient(90deg,#e48fb7 60%,#ffd6e8);color:#fff;border:none;border-radius:2rem;padding:.6rem 1.5rem;font-size:1.08rem;font-family:inherit;font-weight:700;box-shadow:0 2px 8px #e48fb71a;cursor:pointer;transition:background .2s,color .2s;margin-top:.7rem}.userhome__abonar-submit:hover{background:#f7b6d2;color:#fff}.encargopage__container{max-width:500px;margin:0 auto;padding:1.2rem .7rem 2.5rem}.encargopage__title{font-size:1.3rem;color:#e48fb7;font-family:Poppins,Nunito,Arial,sans-serif;font-weight:700;text-align:center;margin-bottom:1.5rem}.encargopage__product{display:flex;gap:1.1rem;align-items:flex-start;margin-bottom:1.2rem}.encargopage__img{width:110px;height:110px;object-fit:contain;border-radius:1.1rem;background:#fff6fa;border:2px solid #FFE8F1}.encargopage__info{flex:1 1 auto;display:flex;flex-direction:column;gap:.4rem}.encargopage__name{font-size:1.08rem;color:#c05a8a;font-weight:700}.encargopage__price{font-size:1.05rem;color:#3a2b47;font-weight:600}.encargopage__desc{font-size:.98rem;color:#3a2b47;margin-top:.3rem}.encargopage__form{background:#fff;border-radius:1.1rem;box-shadow:0 1px 8px #e48fb71a;border:2px solid #FFE8F1;padding:1.2rem .7rem .7rem;margin-bottom:1.2rem;display:flex;flex-direction:column;gap:1.1rem}.encargopage__paychoice{display:flex;gap:1.2rem;margin-bottom:.7rem;font-size:1.05rem;color:#c05a8a;font-weight:600}.encargopage__section{margin-bottom:1.1rem}.encargopage__payopts{display:flex;gap:.7rem;flex-wrap:wrap;justify-content:center;margin-bottom:.7rem}.encargopage__payopt{width:54px;height:54px;border-radius:1.2rem;background:#fff6fa;border:2px solid #FFE8F1;box-shadow:0 1px 8px #e48fb71a;cursor:pointer;transition:border .18s,box-shadow .18s;object-fit:contain;padding:.3rem}.encargopage__payopt.selected{border:2.5px solid #E48FB7;box-shadow:0 2px 12px #e48fb72e}.encargopage__payform{background:#fff;border-radius:1rem;box-shadow:0 1px 8px #e48fb714;padding:1rem .7rem;margin-bottom:.7rem;display:flex;flex-direction:column;gap:.7rem}.encargopage__payform label{font-size:1rem;color:#3a2b47;font-weight:500;margin-bottom:.2rem}.encargopage__payform input{width:100%;padding:.5rem .7rem;border-radius:.7rem;border:1.5px solid #FFE8F1;font-size:1rem;margin-top:.2rem;margin-bottom:.5rem;background:#fff6fa;color:#3a2b47}.encargopage__payform input[type=file]{background:none;border:none;margin-top:.3rem}.encargopage__input{width:100%;padding:.5rem .7rem;border-radius:.7rem;border:1.5px solid #FFE8F1;font-size:1rem;margin-top:.2rem;margin-bottom:.5rem;background:#fff6fa;color:#3a2b47}.encargopage__help{color:#888;font-size:.95rem;margin-bottom:.5rem}.encargopage__errors{background:#ffe8f1;color:#c0392b;border:1.5px solid #e74c3c;border-radius:1rem;padding:.8rem 1rem;margin-bottom:1.2rem;font-size:1.01rem;font-weight:600;text-align:center;box-shadow:0 1px 8px #e48fb71a}.encargopage__finish{background:linear-gradient(90deg,#e48fb7 60%,#ffd6e8);color:#fff;border:none;border-radius:2rem;padding:.7rem 2.1rem;font-size:1.08rem;font-family:inherit;font-weight:700;box-shadow:0 2px 8px #e48fb71a;cursor:pointer;transition:background .2s,color .2s;margin-top:1.2rem}.encargopage__finish:disabled{opacity:.6;cursor:not-allowed}.encargopage__finish:hover{background:#f7b6d2;color:#fff}.encargopage__loading{text-align:center;color:#e48fb7;font-size:1.13rem;margin:6rem 0 .5rem}.admin__container{max-width:1200px;margin:0 auto;padding:1.2rem .7rem 2.5rem}.admin__title{font-size:1.8rem;color:#e48fb7;font-family:Poppins,Nunito,Arial,sans-serif;font-weight:700;text-align:center;margin-bottom:.5rem}.admin__subtitle{text-align:center;color:#888;font-size:1.05rem;margin-bottom:2rem}.admin__loading{text-align:center;color:#e48fb7;font-size:1.13rem;margin:6rem 0 .5rem}.admin__error{text-align:center;color:#c0392b;font-size:1.13rem;margin:6rem 0 .5rem}.admin__message{padding:1rem;border-radius:1rem;margin-bottom:1.5rem;text-align:center;font-weight:600}.admin__message--success{background:#d4edda;color:#218838;border:2px solid #c3e6cb}.admin__message--error{background:#f8d7da;color:#c0392b;border:2px solid #f5c6cb}.admin__table-container{overflow-x:auto;background:#fff;border-radius:1.1rem;box-shadow:0 1px 8px #e48fb71a;border:2px solid #FFE8F1}.admin__table{width:100%;border-collapse:collapse;font-size:.95rem}.admin__table th{background:#fff6fa;color:#c05a8a;font-weight:700;padding:1rem .7rem;text-align:left;border-bottom:2px solid #FFE8F1;white-space:nowrap}.admin__table td{padding:.8rem .7rem;border-bottom:1px solid #FFE8F1;vertical-align:top}.admin__table tr:hover{background:#fff6fa}.admin__product-img{width:60px;height:60px;object-fit:contain;border-radius:.7rem;background:#fff6fa;border:1.5px solid #FFE8F1}.admin__input,.admin__select,.admin__textarea{width:100%;padding:.5rem .7rem;border-radius:.7rem;border:1.5px solid #FFE8F1;font-size:.95rem;background:#fff;color:#3a2b47;font-family:inherit}.admin__input:focus,.admin__select:focus,.admin__textarea:focus{outline:none;border-color:#e48fb7;box-shadow:0 0 0 2px #e48fb733}.admin__textarea{resize:vertical;min-height:60px}.admin__checkbox{width:18px;height:18px;accent-color:#E48FB7}.admin__description{max-width:200px;max-height:80px;overflow:hidden;text-overflow:ellipsis;font-size:.9rem;line-height:1.4}.admin__actions{display:flex;gap:.5rem;flex-wrap:wrap}.admin__btn{padding:.5rem 1rem;border:none;border-radius:1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.admin__btn--edit{background:#e48fb7;color:#fff}.admin__btn--edit:hover{background:#f7b6d2}.admin__btn--save{background:#28a745;color:#fff}.admin__btn--save:hover{background:#218838}.admin__btn--cancel{background:#6c757d;color:#fff}.admin__btn--cancel:hover{background:#5a6268}.admin__btn--delete{background:#dc3545;color:#fff}.admin__btn--delete:hover{background:#c82333}@media (max-width: 768px){.admin__table{font-size:.85rem}.admin__table th,.admin__table td{padding:.6rem .4rem}.admin__product-img{width:50px;height:50px}.admin__actions{flex-direction:column;gap:.3rem}.admin__btn{padding:.4rem .8rem;font-size:.85rem}.admin__description{max-width:150px;max-height:60px}}@media (max-width: 480px){.admin__table th,.admin__table td{padding:.5rem .3rem}.admin__product-img{width:40px;height:40px}.admin__description{max-width:120px;max-height:50px;font-size:.8rem}}.admin__toast{position:fixed;top:1.2rem;left:50%;transform:translate(-50%);z-index:9999;min-width:220px;max-width:90vw;padding:1rem 1.5rem;border-radius:1.2rem;font-size:1.08rem;font-weight:700;text-align:center;box-shadow:0 2px 16px #e48fb72e;opacity:.97;animation:fadeInOut 2.5s}.admin__toast--success{background:#e8fff2;color:#218838;border:2px solid #b6f5d2}.admin__toast--error{background:#fff0f3;color:#c0392b;border:2px solid #f5c6cb}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(-20px)}10%{opacity:1;transform:translate(-50%) translateY(0)}90%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}.admin__add-form{max-width:500px;margin:0 auto;background:#fff6fa;border-radius:1.1rem;border:2px solid #FFE8F1;box-shadow:0 1px 8px #e48fb71a;padding:2rem 1.2rem 1.2rem;display:flex;flex-direction:column;gap:1.2rem}.admin__form-group{display:flex;flex-direction:column;gap:.4rem}.admin__form-group label{font-size:1.01rem;color:#c05a8a;font-weight:600}.admin__gallery-preview{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:.5rem}.admin__gallery-img{width:60px;height:60px;object-fit:cover;border-radius:.7rem;border:1.5px solid #FFE8F1;background:#fff}.admin__form-check{display:flex;align-items:center;gap:.5rem;font-size:1.01rem;color:#5a8ac0;margin-bottom:.2rem}.adminpromo__container{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff6fa,#ffe8f1)}.adminpromo__box{background:#fff;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 8px 32px #e48fb726;text-align:center;max-width:400px;width:100%;border:1px solid #FFE8F1;margin:2rem 0}.admin__img-preview{max-width:320px;margin:1rem auto;display:block;border-radius:12px;box-shadow:0 2px 8px #e48fb71a}.admin__save-btn{background:linear-gradient(90deg,#e48fb7 60%,#ffd6e8);color:#fff;border:none;border-radius:2rem;padding:.8rem 2.2rem;font-size:1.1rem;font-weight:700;font-family:Poppins,Nunito,Arial,sans-serif;box-shadow:0 2px 8px #e48fb71a;cursor:pointer;letter-spacing:.5px;margin-top:1.2rem;transition:background .18s,color .18s}.admin__save-btn:hover{background:#f7b6d2;color:#fff}.admin__form{display:flex;flex-direction:column;gap:1.2rem;align-items:center}.admin__label{width:100%;text-align:left;color:#c05a8a;font-weight:600;font-size:1rem;margin-bottom:.3rem}.admin__input{width:100%;padding:.6rem 1.1rem;border-radius:1.2rem;border:2px solid #FFE8F1;font-size:1.08rem;font-family:inherit;color:#c05a8a;background:#fff6fa;box-shadow:0 1px 8px #e48fb714;outline:none;margin-top:.3rem}@media (max-width: 500px){.adminpromo__box{padding:1.5rem .7rem;margin:0 .5rem}}.login__container{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#fff6fa,#ffe8f1)}.login__box{background:#fff;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 8px 32px #e48fb726;text-align:center;max-width:400px;width:100%;border:1px solid #FFE8F1}.login__logo{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;object-fit:cover;box-shadow:0 4px 16px #e48fb733;background:#fff6fa;display:block}.login__title{font-family:Poppins,Nunito,Arial,sans-serif;font-size:1.8rem;font-weight:700;color:#e48fb7;margin:0 0 .5rem;letter-spacing:.5px}.login__subtitle{font-size:1rem;color:#666;margin:0 0 2rem;line-height:1.5}.login__error{background:#ffe6e6;color:#d63031;padding:.75rem 1rem;border-radius:10px;margin-bottom:1.5rem;font-size:.9rem;border:1px solid #ffb3b3}.login__google-container{margin:1.5rem 0;display:flex;justify-content:center}.login__loading-text{color:#e48fb7;font-size:.9rem;margin:1rem 0;font-style:italic}.login__info{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #FFE8F1;text-align:left}.login__info p{font-weight:600;color:#e48fb7;margin:0 0 .75rem;font-size:.95rem}.login__info ul{list-style:none;padding:0;margin:0}.login__info li{color:#666;font-size:.9rem;margin:.5rem 0;padding-left:1.5rem;position:relative;line-height:1.4}.login__info li:before{content:"✓";position:absolute;left:0;color:#e48fb7;font-weight:700;font-size:1rem}.login__loading{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 64px);color:#e48fb7;font-size:1.1rem}@media (max-width: 480px){.login__box{padding:2rem 1.5rem;margin:0 .5rem}.login__title{font-size:1.5rem}.login__subtitle{font-size:.9rem}}
