*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background-color:#fafafa}#root{min-height:100vh}.header{position:sticky;top:0;background-color:#fff;border-bottom:1px solid #eeeeee;z-index:100;box-shadow:0 2px 8px #00000014}.header__container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}@media(max-width:480px){.header__container{padding:.75rem 1rem}}.header__logo{display:flex;align-items:center;gap:.75rem}.header__icon{width:32px;height:32px;color:#000}.header__title{font-size:1.5rem;font-weight:700;color:#000;margin:0}@media(max-width:480px){.header__title{font-size:1.25rem}}.header__cart-btn{position:relative;background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.header__cart-btn:hover{background-color:#0000000d}.header__cart-btn:active{transform:scale(.95)}.header__cart-icon{width:28px;height:28px;color:#000}.header__cart-badge{position:absolute;top:0;right:0;background-color:#06c167;color:#fff;font-size:.75rem;font-weight:600;padding:.15rem .4rem;border-radius:10px;min-width:20px;text-align:center}.category-tabs{position:sticky;top:73px;background-color:#fff;border-bottom:1px solid #eeeeee;z-index:90;padding:.75rem 0}@media(max-width:480px){.category-tabs{top:65px;padding:.5rem 0}}.category-tabs__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;gap:.75rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.category-tabs__container::-webkit-scrollbar{display:none}.category-tabs__btn{padding:.625rem 1.25rem;background-color:transparent;border:1px solid #eeeeee;border-radius:24px;font-size:.9rem;font-weight:500;color:#545454;cursor:pointer;white-space:nowrap;transition:all .3s ease}@media(max-width:480px){.category-tabs__btn{padding:.5rem 1rem;font-size:.85rem}}.category-tabs__btn:hover{background-color:#0000000a}.category-tabs__btn--active{background-color:#000;color:#fff;border-color:#000}.category-tabs__btn--active:hover{background-color:#000}.category-tabs__btn:active{transform:scale(.98)}.product-card{background-color:#fff;border:1px solid #eeeeee;border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer}.product-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.product-card__image-container{position:relative;width:100%;height:200px;overflow:hidden}@media(max-width:480px){.product-card__image-container{height:180px}}.product-card__image{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:.75rem;right:.75rem;background-color:#06c167;color:#fff;padding:.35rem .75rem;border-radius:16px;font-size:.75rem;font-weight:600}.product-card__content{padding:1rem}.product-card__title{font-size:1.1rem;font-weight:600;color:#000;margin:0 0 .5rem}.product-card__description{font-size:.875rem;color:#939393;margin:0 0 1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;justify-content:space-between;align-items:center}.product-card__price{font-size:1.25rem;font-weight:700;color:#000}.product-card__btn{background-color:#000;color:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.product-card__btn:hover{background-color:#1a1a1a;transform:scale(1.1)}.product-card__btn:active{transform:scale(.95)}.product-card__icon{width:20px;height:20px}.product-list{max-width:1200px;margin:0 auto;padding:1.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@media(max-width:768px){.product-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:1rem;gap:1rem}}@media(max-width:480px){.product-list{grid-template-columns:1fr;padding:1rem}}.product-list__empty{grid-column:1/-1;text-align:center;padding:3rem 1rem;color:#939393;font-size:1.1rem}.cart{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background-color:#fff;box-shadow:-4px 0 12px #00000026;z-index:1000;display:flex;flex-direction:column;animation:slideIn .3s ease}@media(max-width:768px){.cart{max-width:380px}}@media(max-width:480px){.cart{max-width:100%}}.cart__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;animation:fadeIn .3s ease}.cart__header{padding:1.5rem;border-bottom:1px solid #eeeeee;display:flex;justify-content:space-between;align-items:center}.cart__title{font-size:1.5rem;font-weight:700;color:#000;margin:0}.cart__close-btn{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.cart__close-btn svg{width:24px;height:24px;color:#000}.cart__close-btn:hover{background-color:#0000000d}.cart__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.cart__empty-icon{width:80px;height:80px;color:#939393}.cart__empty-text{color:#939393;font-size:1.1rem}.cart__items{flex:1;overflow-y:auto;padding:1rem}.cart__footer{padding:1.5rem;border-top:1px solid #eeeeee;display:flex;flex-direction:column;gap:1rem}.cart__clear-btn{background:none;border:1px solid #eeeeee;padding:.75rem;border-radius:8px;cursor:pointer;color:#545454;font-size:.9rem;font-weight:500;transition:all .3s ease}.cart__clear-btn:hover{background-color:#0000000a}.cart__total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.cart__total-label{font-size:1.1rem;font-weight:600;color:#000}.cart__total-price{font-size:1.5rem;font-weight:700;color:#000}.cart__checkout-btn{background-color:#06c167;color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cart__checkout-btn:hover{background-color:#05a85a}.cart__checkout-btn:active{transform:scale(.98)}.cart-item{display:flex;gap:1rem;padding:1rem;background-color:#fff;border:1px solid #eeeeee;border-radius:12px;margin-bottom:1rem}@media(max-width:480px){.cart-item{padding:.75rem;gap:.75rem}}.cart-item__image{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-item__content{flex:1;display:flex;flex-direction:column;justify-content:center}.cart-item__name{font-size:1rem;font-weight:600;color:#000;margin:0 0 .25rem}.cart-item__price{font-size:.9rem;color:#545454;margin:0}.cart-item__actions{display:flex;align-items:center;gap:.75rem}.cart-item__btn{background-color:#0000000d;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.cart-item__btn svg{width:16px;height:16px;color:#000}.cart-item__btn:hover{background-color:#0000001a}.cart-item__btn:active{transform:scale(.9)}.cart-item__quantity{font-size:1rem;font-weight:600;color:#000;min-width:24px;text-align:center}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.app{min-height:100vh;background-color:#fafafa}.app__main{padding-bottom:2rem}
