*{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__edit-btn{background:none;border:none;padding:0;cursor:pointer;border-radius:8px;overflow:hidden;flex-shrink:0;transition:opacity .2s ease}.cart-item__edit-btn:hover{opacity:.8}.cart-item__image{width:80px;height:80px;object-fit:cover;border-radius:8px;display:block}.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__edit-hint{font-size:.72rem;color:#06c167;margin-top:.3rem;font-weight:500}.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)}}.sidebar-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1000;animation:fadeIn .25s ease}.product-sidebar{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background-color:#fff;box-shadow:-4px 0 20px #0000002e;z-index:1001;display:flex;flex-direction:column;animation:slideInRight .3s ease;overflow:hidden}@media(max-width:768px){.product-sidebar{max-width:380px}}@media(max-width:480px){.product-sidebar{max-width:100%}}.product-sidebar__close{position:absolute;top:.75rem;right:.75rem;background-color:#00000073;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease}.product-sidebar__close svg{width:18px;height:18px;color:#fff}.product-sidebar__close:hover{background-color:#000000a6}.product-sidebar__image-wrap{position:relative;width:100%;height:220px;flex-shrink:0;overflow:hidden}@media(max-width:480px){.product-sidebar__image-wrap{height:180px}}.product-sidebar__image{width:100%;height:100%;object-fit:cover}.product-sidebar__badge{position:absolute;top:.75rem;left:.75rem;background-color:#06c167;color:#fff;padding:.35rem .75rem;border-radius:16px;font-size:.75rem;font-weight:600}.product-sidebar__body{flex:1;overflow-y:auto;padding:1.25rem 1.25rem 0}.product-sidebar__name{font-size:1.35rem;font-weight:700;color:#000;margin:0 0 .4rem;line-height:1.3}.product-sidebar__description{font-size:.9rem;color:#939393;margin:0 0 .75rem;line-height:1.5}.product-sidebar__price{display:inline-block;font-size:1.4rem;font-weight:700;color:#000;margin-bottom:1.25rem}.product-sidebar__customizations{display:flex;flex-direction:column;gap:0;padding-bottom:1rem}.product-sidebar__footer{padding:1rem 1.25rem;border-top:1px solid #eeeeee;background-color:#fff;flex-shrink:0}.product-sidebar__add-btn{width:100%;background-color:#000;color:#fff;border:none;border-radius:10px;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.product-sidebar__add-btn:disabled{background-color:silver;cursor:not-allowed}.product-sidebar__add-btn:not(:disabled):hover{background-color:#262626}.product-sidebar__add-btn:not(:disabled):active{transform:scale(.98)}.custom-group{border-bottom:1px solid #eeeeee}.custom-group:last-child{border-bottom:none}.custom-group__header{padding:1rem 0 .5rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.custom-group__title-row{display:flex;flex-direction:column;gap:.15rem}.custom-group__title{font-size:.8rem;font-weight:700;color:#000;margin:0;text-transform:uppercase;letter-spacing:.06em}.custom-group__subtitle{font-size:.75rem;color:#939393;font-weight:400}.custom-group__required{font-size:.7rem;font-weight:600;color:#545454;background-color:#f0f0f0;border-radius:20px;padding:.2rem .6rem;white-space:nowrap;transition:background-color .25s ease,color .25s ease;flex-shrink:0}.custom-group__required--done{background-color:#06c1671f;color:#06c167}.custom-group__options{list-style:none;margin:0;padding:0 0 .5rem}.custom-option__label{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;cursor:pointer;transition:opacity .15s ease}.custom-option__label:hover{opacity:.75}.custom-option__input{position:absolute;opacity:0;width:0;height:0}.custom-option__control{width:18px;height:18px;border-radius:50%;border:1.5px solid #d0d0d0;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.custom-option__input[type=checkbox]~.custom-option__control{border-radius:4px}.custom-option__input:checked~.custom-option__control{border-color:#000;background-color:#000}.custom-option__input:checked~.custom-option__control:after{content:"";display:block;width:7px;height:7px;border-radius:50%;background-color:#fff}.custom-option__input[type=checkbox]:checked~.custom-option__control:after{width:4px;height:8px;border-radius:0;background-color:transparent;border-right:2px solid white;border-bottom:2px solid white;transform:rotate(45deg) translateY(-1px)}.custom-option__text{font-size:.88rem;color:#000;font-weight:400;text-transform:uppercase;letter-spacing:.02em}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.app{min-height:100vh;background-color:#fafafa}.app__main{padding-bottom:2rem}
