.catalog-image{display:block;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:10px}.catalog-image--fallback{display:grid;place-items:center;text-align:center}.ui-category-item{width:100%;border:1px solid #D8DEE8;background:white;border-radius:18px;padding:.9rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer}.ui-category-item--active{border-color:#2563eb}.ui-category-item__content{display:flex;align-items:center;gap:.8rem;min-width:0}.ui-category-item__icon{position:relative;flex-shrink:0;width:50px;height:50px;border-radius:16px;display:grid;place-items:center;font-size:1.25rem}.ui-category-item__icon-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;background:linear-gradient(90deg,rgba(226,232,240,.9) 0%,rgba(241,245,249,.98) 50%,rgba(226,232,240,.9) 100%);background-size:200% 100%;animation:ui-category-item-skeleton-shimmer 1.4s ease-in-out infinite}.ui-category-item__icon-media{width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .22s ease}.ui-category-item__icon-media--ready{opacity:1}.ui-category-item__icon .catalog-image--fallback{font-size:1.25rem}.ui-category-item__title{flex:1;font-weight:700;color:#111827;text-align:left}.ui-category-item__arrow{flex-shrink:0;color:#9ca3af;font-size:1.2rem}.ui-subcategory-tabs{display:flex;gap:.75rem;flex-wrap:wrap}.ui-subcategory-tab{border-radius:16px}.ui-product-card{--product-card-radius: clamp(18px, 2.4vw, 20px);--product-card-padding: clamp(.95rem, 2vw, 1.1rem);--product-card-gap: clamp(.75rem, 1.5vw, .95rem);--product-card-title-size: clamp(.92rem, 1.75vw, 1.06rem);--product-card-title-line-height: 1.18;--product-card-price-size: clamp(1.2rem, 2.8vw, 1.65rem);--product-card-button-height: clamp(2.8rem, 5.5vw, 3.15rem);--product-card-button-radius: clamp(16px, 2.2vw, 18px);--product-card-button-icon-size: clamp(1.2rem, 2vw, 1.35rem);width:100%;aspect-ratio:228 / 430;min-height:0;border:1px solid #D8DEE8;border-radius:var(--product-card-radius);background:white;box-shadow:0 10px 28px #94a3b81f;overflow:hidden;display:grid;grid-template-rows:minmax(0,53%) minmax(0,47%)}.ui-product-card--clickable{cursor:pointer}.ui-product-card__image{position:relative;min-height:0;padding:.85rem .85rem 0;background:white;overflow:hidden}.ui-product-card__image-skeleton{position:absolute;top:.85rem;right:.85rem;bottom:0;left:.85rem;border-radius:18px;background:linear-gradient(90deg,rgba(226,232,240,.9) 0%,rgba(241,245,249,.98) 50%,rgba(226,232,240,.9) 100%);background-size:200% 100%;animation:ui-product-card-skeleton-shimmer 1.4s ease-in-out infinite}.ui-product-card__media{width:100%;height:100%;border-radius:18px;object-fit:cover;background:#f8fafc;opacity:0;transition:opacity .22s ease}.ui-product-card__media--ready{opacity:1}.ui-product-card__image .catalog-image--fallback{font-size:3rem;border-radius:18px}.ui-product-card__footer{padding:var(--product-card-padding);min-height:0;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;align-content:stretch;gap:.65rem}.ui-product-card__meta{min-width:0;display:grid;gap:.45rem;align-content:start}.ui-product-card__title{margin:0;font-size:var(--product-card-title-size);line-height:var(--product-card-title-line-height);font-weight:400;color:#111827;display:-webkit-box;min-height:calc(var(--product-card-title-size) * var(--product-card-title-line-height) * 2);max-height:calc(var(--product-card-title-size) * var(--product-card-title-line-height) * 2);-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ui-product-card__price{margin:0;color:#111827;font-size:var(--product-card-price-size);line-height:1;font-weight:400}.ui-product-card__button{min-height:var(--product-card-button-height);padding:0 1rem;border-radius:var(--product-card-button-radius);font-size:.92rem;font-weight:400;justify-content:center;align-self:end;margin-top:auto;gap:.25rem}.ui-product-card__button-cart-image{width:calc(var(--product-card-button-icon-size) - .05rem);height:calc(var(--product-card-button-icon-size) - .05rem);display:block;flex-shrink:0}.ui-product-card__button-label{display:inline-block;line-height:1;font-size:.92em}.ui-product-card__button--pending-active{opacity:.72}.ui-product-card__quantity-selector{min-height:var(--product-card-button-height);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;border:1px solid #D8DEE8;border-radius:var(--product-card-button-radius);background:white;overflow:hidden;align-self:end;margin-top:auto}.ui-product-card__quantity-button{min-height:var(--product-card-button-height);display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:white;color:#2563eb;cursor:pointer}.ui-product-card__quantity-button:disabled{cursor:default}.ui-product-card__quantity-value{min-width:4rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .9rem;color:#111827;font-size:1rem;font-weight:500;line-height:1;background:white}.ui-product-card__quantity-icon{width:1.15rem;height:1.15rem;display:block;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;transition:opacity .12s ease}.ui-product-card__quantity-button:active:not(:disabled) .ui-product-card__quantity-icon,.ui-product-card__quantity-button--pending-active .ui-product-card__quantity-icon{opacity:.42}@keyframes ui-category-item-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes ui-product-card-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 390px){.ui-product-card{--product-card-padding: .85rem;--product-card-gap: .7rem;--product-card-title-size: .8rem;--product-card-price-size: 1rem;--product-card-button-height: 2.65rem;--product-card-button-icon-size: 1.08rem}.ui-product-card__meta{gap:.45rem}.ui-product-card__title{min-height:calc(var(--product-card-title-size) * var(--product-card-title-line-height) * 2)}.ui-product-card__button{padding-inline:.85rem}.ui-product-card__quantity-value{min-width:3.4rem;font-size:.92rem}}.ui-bottom-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:flex-end;justify-content:center;padding-top:2rem}.ui-bottom-sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.38);opacity:0;transition:opacity .28s ease}.ui-bottom-sheet__backdrop--visible{opacity:1}.ui-bottom-sheet__sheet{--ui-bottom-sheet-base-offset: 100%;--ui-bottom-sheet-drag-offset: 0px;position:relative;z-index:1;width:min(100%,760px);height:calc(100vh - 2rem);max-height:calc(100vh - 2rem);overflow:hidden;border-radius:32px 32px 0 0;background:#ffffff;box-shadow:0 -18px 48px #0f172a47;transform:translateY(calc(var(--ui-bottom-sheet-base-offset) + var(--ui-bottom-sheet-drag-offset)));transition:transform .28s ease;will-change:transform}.ui-bottom-sheet__sheet--content{height:auto;max-height:calc(100vh - 1rem)}.ui-bottom-sheet__sheet--open{--ui-bottom-sheet-base-offset: 0px}.ui-bottom-sheet__sheet--entering,.ui-bottom-sheet__sheet--closing{--ui-bottom-sheet-base-offset: 100%}.ui-bottom-sheet__sheet--dragging{transition:none}.ui-bottom-sheet__frame{position:relative;display:flex;flex-direction:column;height:100%;min-height:0}.ui-bottom-sheet__frame--content{height:auto}.ui-bottom-sheet .ui-page-shell{height:100%;min-height:auto;background:transparent}.ui-bottom-sheet .ui-page-container{display:flex;flex:1 1 auto;flex-direction:column;width:100%;height:100%;max-width:760px;margin:0;padding-top:0;padding-bottom:0}.ui-bottom-sheet__sheet--content .ui-page-shell,.ui-bottom-sheet__sheet--content .ui-page-container{height:auto;min-height:0}.ui-bottom-sheet__gesture-area{flex:1 1 auto;height:100%;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;touch-action:auto}.ui-bottom-sheet__gesture-area--content{flex:0 0 auto;height:auto;grid-template-rows:auto auto auto}.ui-bottom-sheet__header{position:relative;flex-shrink:0;padding-top:16px;padding-bottom:20px;touch-action:none}.ui-bottom-sheet__handle{width:60px;height:7px;margin:0 auto;border-radius:999px;background:#d1d5db;cursor:grab}.ui-bottom-sheet__sheet--dragging .ui-bottom-sheet__handle{cursor:grabbing}.ui-bottom-sheet__header-content{padding:.9rem 1.5rem 0}.ui-bottom-sheet__close{position:absolute;top:8px;right:-11px;z-index:2}.ui-bottom-sheet__body{display:block;height:100%;flex:1 1 auto;min-height:0;overflow:hidden}.ui-bottom-sheet__body--content{height:auto;flex:0 0 auto}.ui-bottom-sheet__body-scroll-shell{height:100%;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:.5rem}.ui-bottom-sheet__body-scroll-shell--content{height:auto;max-height:min(60vh,calc(100vh - 14rem))}.ui-bottom-sheet__footer{position:relative;flex-shrink:0}@media (min-width: 761px){.ui-bottom-sheet{padding:2rem;align-items:center}.ui-bottom-sheet__sheet{height:min(920px,calc(100vh - 4rem));max-height:min(920px,calc(100vh - 4rem));border-radius:32px}.ui-bottom-sheet__sheet--content{height:auto;max-height:calc(100vh - 4rem)}.ui-bottom-sheet__frame{height:100%}}@media (max-width: 480px){.ui-bottom-sheet{padding-top:1rem}.ui-bottom-sheet__sheet{height:calc(100vh - 1rem);max-height:calc(100vh - 1rem);border-radius:28px 28px 0 0}.ui-bottom-sheet__sheet--content{height:auto;max-height:calc(100vh - 1rem)}.ui-bottom-sheet__frame{height:100%}}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;border:1px solid transparent;border-radius:18px;padding:.8rem 1.2rem;font:inherit;font-size:.95rem;font-weight:400;line-height:1;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.ui-button:disabled{opacity:.6;box-shadow:none}.ui-button--full-width{width:100%}.ui-button--size-sm{padding:.65rem .9rem;border-radius:16px;font-size:.9rem}.ui-button--size-md{padding:.8rem 1.2rem}.ui-button--size-lg{padding:.95rem 1.35rem;border-radius:20px}.ui-button--size-icon{width:42px;height:42px;padding:0;border-radius:14px;flex-shrink:0}.ui-button--variant-primary{background:#2563eb;color:#fff;border-color:#2563eb}.ui-button--variant-secondary{background:#e2e8f0;color:#0f172a;border-color:#e2e8f0}.ui-button--variant-outline{background:white;color:#2563eb;border-color:#2563eb}.ui-button--variant-ghost{background:transparent;color:#2563eb;border-color:transparent;padding-left:0;padding-right:0;border-radius:0}.ui-button--variant-icon{background:white;color:#2563eb;border-color:#2563eb}.ui-button--variant-card{background:white;color:#111827;border-color:#e5e7eb;box-shadow:none}.ui-button--variant-tab{background:white;color:#111827;border-color:#cbd5e1}.ui-button--variant-tab:active{background:rgba(148,163,184,.08);border-color:#cbd5e1}.ui-button--variant-card.ui-button--active{border-color:#2563eb;box-shadow:0 10px 20px #2563eb1f}.ui-button--variant-tab.ui-button--active{border-color:#2563eb;background:rgba(37,99,235,.08)}.ui-button--variant-ghost.ui-button--active{color:#1d4ed8}.ui-button--variant-icon.ui-button--active,.ui-button--variant-outline.ui-button--active{background:rgba(37,99,235,.08)}.ui-header{position:sticky;top:0;z-index:20;margin-top:-1.5rem;padding:1.5rem 0 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:rgba(255,255,255,1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ui-header__right{display:flex;align-items:center;gap:1.25rem;min-width:0}.ui-balance-pill{display:inline-flex;align-items:center;height:42px;padding:0 .75rem;border-radius:18px;border:1px solid #cbd5e1;background:#FCFCFD;color:#111827;font-size:.95rem;font-weight:600;white-space:nowrap}.ui-currency-amount{display:inline-flex;align-items:center;line-height:1;white-space:nowrap}.ui-currency-amount--spacing-compact{gap:.18em}.ui-currency-amount--spacing-default{gap:.05em}.ui-currency-amount--spacing-relaxed{gap:.42em}.ui-currency-amount--start,.ui-currency-amount--end{flex-direction:row}.ui-currency-amount__value{display:inline-block}.ui-currency-amount__icon{width:.95em;height:.95em;display:block;flex-shrink:0;color:currentColor}.ui-icon-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid transparent;border-radius:14px;background:transparent;color:#2563eb;cursor:pointer;flex-shrink:0}.ui-icon-button--md{width:42px;height:42px}.ui-icon-button--lg{width:44px;height:44px}.ui-icon-button--outline{background:white;border-color:#2563eb}.ui-icon-button--plain{background:transparent;border-color:transparent;color:#2563eb}.ui-icon-svg{width:20px;height:20px;display:block;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.ui-icon-button__label{display:inline-block}.ui-header__icon-image{width:1.2rem;height:1.2rem;display:block;flex-shrink:0}.ui-header__cart-image{width:1.25rem;height:1.25rem;display:block;flex-shrink:0}.ui-header__cart-button{position:relative}.ui-header__cart-badge{position:absolute;top:-.3rem;right:-.25rem;min-width:1rem;height:1rem;padding:0 .22rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ef4444;color:#fff;font-size:.65rem;line-height:1;box-shadow:0 0 0 2px #fff}.ui-spinner-shell{min-height:100vh;display:grid;place-items:center}.ui-spinner{display:inline-block;object-fit:contain}.ui-spinner-legacy{display:inline-block;border-radius:999px;border:2px solid rgba(37,99,235,.16);border-top-color:#2563eb;animation:ui-spinner-rotate .8s linear infinite}.ui-spinner--sm{width:1.15rem;height:1.15rem}.ui-spinner--md{width:2.5rem;height:2.5rem}.ui-spinner--lg{width:4rem;height:4rem}.ui-spinner-legacy--sm{width:1.15rem;height:1.15rem}.ui-spinner-legacy--md{width:1.5rem;height:1.5rem}.ui-page-shell{min-height:100vh;background:white}.ui-page-shell--scrolled .ui-header:after,.ui-page-shell--scrolled .ui-screen-header:after{opacity:1}.ui-page-container{width:min(760px,100%);max-width:760px;margin:0 auto;padding:1.5rem 1.5rem 2rem}.ui-screen-header{position:sticky;top:0;z-index:20;margin-top:-1.5rem;display:grid;grid-template-columns:3rem 1fr 3rem;align-items:center;min-height:3.125rem;padding-top:1.5rem;padding-bottom:1rem;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ui-header:after,.ui-screen-header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#e9eef6;opacity:0;pointer-events:none;transition:opacity .16s ease}.ui-page-shell--scrolled .ui-header--divider-on-scroll:after,.ui-page-shell--scrolled .ui-screen-header--divider-on-scroll:after{opacity:1}.ui-screen-header--divider-always:after{opacity:1}.ui-page-shell--scrolled .ui-header:not(.ui-header--divider-on-scroll):after,.ui-page-shell--scrolled .ui-screen-header:not(.ui-screen-header--divider-on-scroll):not(.ui-screen-header--divider-always):after{opacity:0}.ui-screen-header__side{display:flex;align-items:center;justify-content:flex-start}.ui-screen-header__title{margin:0;text-align:center;font-size:clamp(1.375rem,2.4vw,1.875rem);line-height:1.05;font-weight:500}@keyframes ui-spinner-rotate{to{transform:rotate(360deg)}}@media (max-width: 620px){.ui-page-container{width:100%;padding:1.5rem 1.25rem 2rem}.ui-header{top:0;margin-top:-1.5rem;padding:1.5rem 0 .9rem}.ui-screen-header{grid-template-columns:2.75rem 1fr 2.75rem;min-height:2.75rem;top:0;margin-top:-1.5rem;padding-top:1.5rem;padding-bottom:.9rem}.ui-screen-header__title{font-size:1.2rem}}.checkout-modal__sheet{height:auto;min-height:25vh;max-height:min(36rem,calc(100vh - 1rem))}.checkout-modal__header{padding-bottom:.75rem}.checkout-modal__header .ui-bottom-sheet__header-content{padding-left:0;padding-right:0}.checkout-modal__header-row{display:flex;align-items:center;min-height:2.5rem}.checkout-modal__title{margin:0;color:#111827;font-size:1.1rem;line-height:1.1;font-weight:600}.checkout-modal__body{background:#fff}.checkout-modal__body-scroll-shell{display:grid;gap:1.15rem;padding:0 0 .25rem}.checkout-modal__body-scroll-shell--dragging{overflow-y:hidden}.checkout-modal__summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.checkout-modal__summary-label{color:#475569;font-size:1.05rem}.checkout-modal__summary-value{color:#111827;font-size:1.05rem;font-weight:600}.checkout-modal__summary-row--total .checkout-modal__summary-label{color:#111827;font-size:1rem;font-weight:600}.checkout-modal__summary-value--accent{color:#2563eb;font-size:1.15rem;line-height:1;font-weight:700}.checkout-modal__divider{height:1px;background:#e7edf5}.checkout-modal__notice{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.85rem;padding:1rem;border-radius:1.2rem;background:linear-gradient(180deg,rgba(239,246,255,.98),rgba(219,234,254,.88))}.checkout-modal__notice-icon{width:2.1rem;height:2.1rem;display:inline-flex;align-items:center;justify-content:center;color:#2563eb;flex-shrink:0}.checkout-modal__notice-icon-svg{width:100%;height:100%;display:block}.checkout-modal__notice-text{margin:0;color:#2563eb;font-size:.9rem;line-height:1.45}.checkout-modal__footer-shell{background:#fff}.checkout-modal__footer{padding:1rem 0 calc(2rem + env(safe-area-inset-bottom,0px))}.product-modal{--product-modal-footer-control-height: 3.2rem}.product-modal__header{padding-bottom:20px}.product-modal__body{display:block;height:100%;flex:1 1 auto;min-height:0;overflow:hidden}.product-modal__body-scroll-shell{padding-bottom:.5rem}.product-modal__body-scroll-shell--dragging{overflow-y:hidden}.product-modal__footer-shell{background:#ffffff}.product-modal__hero{position:relative}.product-modal__hero-card{display:grid;place-items:center;width:min(100%,540px);aspect-ratio:1 / 1;margin:0 auto;border-radius:24px;background:#ffffff;overflow:hidden}.product-modal__hero-image{width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .22s ease}.product-modal__hero-image--ready{opacity:1}.product-modal__content{display:grid;gap:.9rem;padding:24px 0 0}.product-modal__price{margin:0;color:#06122f;font-size:clamp(2.5rem,6vw,3.6rem);line-height:.96;font-weight:600;letter-spacing:-.06em}.product-modal__category-badge{width:fit-content;display:inline-flex;align-items:center;min-height:2rem;padding:.35rem .75rem;border-radius:12px;background:#ebf1ff;color:#2563eb;font-size:.9rem;line-height:1;font-weight:550}.product-modal__title{margin:0;color:#0b1736;font-size:clamp(1.2rem,4vw,2rem);line-height:1.12;font-weight:600}.product-modal__description{margin:0;color:#41506fc4;font-size:1.05rem;line-height:1.4;white-space:pre-line}.product-modal__footer{position:relative;padding:20px 0 2rem;background:#ffffff}.product-modal__footer-controls{display:flex;align-items:stretch;gap:0}.product-modal__cta-shell{flex:1 1 auto;min-width:0;height:var(--product-modal-footer-control-height);min-height:var(--product-modal-footer-control-height);transition:flex-basis .22s ease,flex-grow .22s ease,flex-shrink .22s ease}.product-modal__selector-shell{width:0;min-width:0;opacity:0;overflow:hidden;transform:translate(.5rem);transition:width .22s ease,opacity .18s ease,transform .22s ease;pointer-events:none}.product-modal__footer--quantity-active .product-modal__cta-shell{flex:1 1 0}.product-modal__footer--quantity-active .product-modal__selector-shell{width:11rem;opacity:1;transform:translate(0);pointer-events:auto}.product-modal__footer--quantity-active .product-modal__footer-controls{gap:.75rem}.product-modal__selector-shell--skeleton-visible{width:11rem;opacity:1;transform:translate(0);pointer-events:none}.product-modal__footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:rgba(226,232,240,.9);opacity:0;transition:opacity .16s ease}.product-modal__footer--divider-visible:before{opacity:1}.product-modal__cta{height:var(--product-modal-footer-control-height);min-height:var(--product-modal-footer-control-height);padding-top:0;padding-bottom:0;border-radius:20px;font-size:.95rem;justify-content:center;gap:.55rem}.product-modal__cta-icon{width:1.4rem;height:1.4rem;display:block}.product-modal__cta--pending-active{opacity:.72}.product-modal__quantity-selector{min-height:100%;box-shadow:none}.product-modal__quantity-selector.ui-product-card__quantity-selector{min-height:100%;height:100%;border-radius:20px}.product-modal__quantity-selector .ui-product-card__quantity-button{min-height:var(--product-modal-footer-control-height)}.product-modal__quantity-selector .ui-product-card__quantity-value{min-width:3.8rem}.product-modal__empty{display:grid;align-content:center;gap:1.25rem;min-height:100%;padding:2rem 0 2.5rem;text-align:center}.product-modal__empty .ui-button{justify-self:center;width:min(100%,36rem)}.product-modal__skeleton-block,.product-modal__skeleton-line,.product-modal__skeleton-button{background:linear-gradient(90deg,rgba(241,245,249,.96) 0%,rgba(255,255,255,1) 50%,rgba(241,245,249,.96) 100%);background-size:200% 100%;animation:product-modal-skeleton-shift 1.4s linear infinite}.product-modal__hero-card--skeleton{width:min(100%,540px);aspect-ratio:1 / 1;margin:0 auto}.product-modal__skeleton-line{border-radius:999px}.product-modal__skeleton-line--price{width:10rem;height:2.8rem}.product-modal__skeleton-line--badge{width:7rem;height:2rem;border-radius:12px}.product-modal__skeleton-line--title{width:85%;height:2rem}.product-modal__skeleton-line--body{width:100%;height:1.1rem}.product-modal__skeleton-line--body-short{width:70%;height:1.1rem}.product-modal__skeleton-button{width:100%;height:var(--product-modal-footer-control-height);border-radius:20px}.product-modal__footer .product-modal__skeleton-button{width:100%}@keyframes product-modal-skeleton-shift{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 480px){.product-modal__content{gap:1rem}}.cart-page{min-height:calc(100vh - 3rem);display:flex;flex-direction:column;gap:2rem}.cart-status-block,.cart-filled-stub{margin:auto 0;padding:2rem 1rem;text-align:center}.cart-loading-state{flex:1;display:grid;place-items:center}.cart-content{display:flex;flex-direction:column;gap:1.15rem;flex:1}.cart-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cart-toolbar__count{color:#1e293b;font-size:1rem;line-height:1.1;font-weight:500}.cart-toolbar__clear{padding:0;border:0;background:transparent;color:#2563eb;font:inherit;font-size:1rem;line-height:1.1;cursor:pointer}.cart-toolbar__clear:disabled{opacity:.45;cursor:default}.cart-item-list{display:grid;gap:1rem}.cart-scroll-area{display:contents}.cart-item-card{display:grid;grid-template-columns:7.6rem minmax(0,1fr);gap:1rem;padding:1rem;border:1px solid #D8DEE8;border-radius:1.6rem;background:white;box-shadow:0 14px 34px #94a3b81a}.cart-item-card__image{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:1.1rem;overflow:hidden;background:#f8fafc}.cart-item-card__image-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.1rem;background:linear-gradient(90deg,rgba(226,232,240,.9) 0%,rgba(241,245,249,.98) 50%,rgba(226,232,240,.9) 100%);background-size:200% 100%;animation:cart-item-card-skeleton-shimmer 1.4s ease-in-out infinite}.cart-item-card__image-media{width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .22s ease}.cart-item-card__image-media--ready{opacity:1}.cart-item-card__body{display:grid;gap:.85rem;align-content:space-between}.cart-item-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.cart-item-card__meta{display:grid;gap:.4rem;min-width:0}.cart-item-card__price{margin:0;color:#111827;font-size:1.55rem;line-height:1;font-weight:600}.cart-item-card__title{margin:0;color:#111827;font-size:.98rem;line-height:1.24}.cart-item-card__remove{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#94a3b8;cursor:pointer;flex-shrink:0}.cart-item-card__remove:disabled{cursor:default}.cart-item-card__remove-icon{width:1.35rem;height:1.35rem;display:block;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:opacity .12s ease}.cart-item-card__remove--pending-active .cart-item-card__remove-icon{opacity:.42}.cart-item-card__quantity-selector{width:min(100%,12.5rem);min-height:3rem;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);border:1px solid #e5e7eb;border-radius:1rem;background:white;overflow:hidden}.cart-item-card__quantity-button{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:white;color:#2563eb;cursor:pointer}.cart-item-card__quantity-button:disabled{cursor:default}.cart-item-card__quantity-value{min-width:3.75rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .8rem;color:#111827;font-size:1rem;font-weight:500}.cart-item-card__quantity-icon{width:1.1rem;height:1.1rem;display:block;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;transition:opacity .12s ease}.cart-item-card__quantity-button:active:not(:disabled) .cart-item-card__quantity-icon,.cart-item-card__quantity-button--pending-active .cart-item-card__quantity-icon{opacity:.42}@keyframes cart-item-card-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cart-summary-dock{margin-top:auto;padding-top:.25rem}.cart-summary-card{display:grid;gap:1rem;padding:1.2rem 1rem 1rem;border:1px solid #D8DEE8;border-radius:1.6rem;background:white;box-shadow:0 10px 28px #94a3b81a}.cart-summary-card__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#64748b;font-size:.9rem}.cart-summary-card__row:not(:last-of-type){padding-bottom:.95rem;border-bottom:1px solid #eef2f7}.cart-summary-card__row--total{color:#111827;padding-top:.15rem;font-size:1rem;font-weight:600;padding-bottom:.15rem;border-bottom:0}.cart-summary-card__row--total span:last-child{font-size:1.4rem;line-height:1}.cart-summary-card__status{display:flex;align-items:center;gap:.5rem;color:#22c55e;font-size:.98rem}.cart-summary-card__status--danger{color:#ef4444}.cart-summary-card__status-icon{width:.95rem;height:.95rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cart-summary-card__status-icon-svg{width:100%;height:100%;display:block;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.cart-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:1.5rem 0 2.5rem;text-align:center;transform:translateY(-4.25rem)}.cart-empty-state__image{width:min(24rem,100%);height:auto;flex:0 0 auto;display:block}.cart-empty-state__action{width:min(100%,37rem);min-height:4.25rem;border-radius:1.2rem;font-size:1.75rem;font-weight:400;box-shadow:0 20px 34px #2563eb33}@media (max-width: 620px){.cart-page{min-height:calc(100vh - 3.5rem);gap:1.5rem}.cart-empty-state{gap:1rem;padding:1.25rem 0 1.75rem;transform:translateY(-3rem)}.cart-item-card{grid-template-columns:6rem minmax(0,1fr);gap:.85rem;padding:.85rem}.cart-item-card__price{font-size:1.25rem}.cart-item-card__title{font-size:.92rem}.cart-item-card__quantity-selector{width:min(100%,10.75rem);min-height:2.85rem}.cart-toolbar__count,.cart-toolbar__clear{font-size:.98rem}.cart-summary-card{padding:.9rem}.cart-summary-card__row--total span:last-child{font-size:1.5rem}.cart-empty-state__image{width:min(19rem,100%)}.cart-empty-state__action{min-height:3.6rem;font-size:1.1rem;border-radius:1rem}}.catalog-page{width:100%;max-width:100%;margin:0;display:flex;flex-direction:column;gap:2rem;padding:0;background:transparent}@media (max-width: 620px){.catalog-page{padding:0}.catalog-header-block{margin-top:-.9rem}.catalog-selection-panel__title-row{gap:.5rem .65rem;align-items:end}.catalog-title{font-size:1.62rem;line-height:1.08}.catalog-count{font-size:.95rem;line-height:1.05}.catalog-product-grid{padding:0;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}}.catalog-header-block{display:grid;padding:0;margin-top:-1rem}.catalog-panel{overflow:hidden;max-height:0;opacity:0;transition:opacity .22s ease;will-change:opacity;pointer-events:none}.catalog-panel--visible{max-height:1000px;opacity:1;pointer-events:auto}.catalog-panel--categories,.catalog-panel--selection,.catalog-selection-panel__content{display:grid;gap:.8rem}.catalog-selection-panel__title-row{display:flex;flex-wrap:wrap;align-items:end;gap:.75rem}.catalog-selection-panel__subcategories{display:grid;gap:.75rem}.catalog-subcategory-skeleton{width:112px;height:45px;box-sizing:border-box;border-radius:16px;background:linear-gradient(90deg,rgba(241,245,249,.96) 0%,rgba(255,255,255,1) 50%,rgba(241,245,249,.96) 100%);background-size:200% 100%;animation:catalog-skeleton-shift 1.4s linear infinite}.catalog-category-list{position:relative;display:grid;gap:.75rem;padding:0}.catalog-category-list--loaded .ui-category-item{animation:catalog-category-fade-in .16s ease both}.catalog-category-list__skeleton-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;gap:.75rem;pointer-events:none;opacity:1;transition:opacity .18s ease}.catalog-category-list__skeleton-overlay--fade-out{opacity:0}.catalog-category-skeleton{height:80px;box-sizing:border-box;border-radius:18px;background:linear-gradient(90deg,rgba(241,245,249,.96) 0%,rgba(255,255,255,1) 50%,rgba(241,245,249,.96) 100%);background-size:200% 100%;animation:catalog-skeleton-shift 1.4s linear infinite}.catalog-title{margin:0;font-size:1.75rem;font-weight:700;min-width:0}.catalog-title-skeleton{width:min(15rem,62vw);height:2.2rem;border-radius:.85rem;align-self:center;background:linear-gradient(90deg,rgba(241,245,249,.96) 0%,rgba(255,255,255,1) 50%,rgba(241,245,249,.96) 100%);background-size:200% 100%;animation:catalog-skeleton-shift 1.4s linear infinite}.catalog-count{font-size:1rem;font-weight:400;color:#6b7280;flex:0 0 auto;text-align:left;white-space:nowrap;margin-bottom:.1rem}.catalog-count-skeleton{width:4.8rem;height:1rem;border-radius:999px;align-self:end;margin-bottom:.1rem;background:linear-gradient(90deg,rgba(241,245,249,.96) 0%,rgba(255,255,255,1) 50%,rgba(241,245,249,.96) 100%);background-size:200% 100%;animation:catalog-skeleton-shift 1.4s linear infinite}.catalog-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;padding:0}.catalog-product-grid--loaded .ui-product-card{animation:catalog-category-fade-in .16s ease both}.catalog-product-grid-shell{position:relative}.catalog-product-grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;pointer-events:none;opacity:1;transition:opacity .18s ease}.catalog-product-grid-overlay--fade-out{opacity:0}.catalog-product-card-skeleton{width:100%;aspect-ratio:228 / 430;box-sizing:border-box;border-radius:clamp(18px,2.4vw,20px);background:linear-gradient(90deg,rgba(241,245,249,.96) 0%,rgba(255,255,255,1) 50%,rgba(241,245,249,.96) 100%);background-size:200% 100%;animation:catalog-skeleton-shift 1.4s linear infinite}.catalog-empty-state{grid-column:1 / -1;padding:2rem 0;text-align:center;color:#64748b}.catalog-breadcrumb{margin:0;display:inline-block;align-self:flex-start;justify-self:start;color:#2563eb;font-size:.95rem;line-height:1.2;padding:0;text-align:left}@keyframes catalog-skeleton-shift{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes catalog-category-fade-in{0%{opacity:0}to{opacity:1}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:white;line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:white}#root{min-height:100vh;background:white}h1{margin:0 0 .75rem;font-size:clamp(2rem,4vw,3rem)}p{margin:0;color:#475569}
