:root{color-scheme:light dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#f4f6f8;color:#111827}#root{min-height:100vh}a{color:inherit}button,input,textarea{font:inherit}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.focus-outline{outline:2px solid #0d6efd;outline-offset:2px}.skeleton{background:linear-gradient(90deg,#f0f3f5 25%,#e2e8f0,#f0f3f5 75%);background-size:400% 100%;animation:skeleton-loading 1.6s ease-in-out infinite}.cart-item-thumb{width:72px;height:72px;flex:0 0 72px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:#f1f5f9;color:#64748b;font-size:1.4rem}.cart-item-thumb img{width:100%;height:100%}.floating-cart-bar-shell{max-width:520px;box-sizing:border-box}.floating-cart-bar-inner{width:100%;max-width:100%;box-sizing:border-box}@media(max-width:575.98px){.floating-cart-bar-shell{left:.75rem!important;right:.75rem;width:auto!important;max-width:none;transform:none!important}.floating-cart-mobile-icon-btn{width:48px;min-width:48px;height:48px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem}.floating-cart-view-btn{min-width:148px}}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.block-enter{opacity:.01;transform:translateY(10px)}.block-enter-active{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease}.app-inner{width:100%;max-width:980px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;box-sizing:border-box}.lightbox-overlay{position:fixed;inset:0;z-index:3000;background:#0c0c0ce6;display:flex;align-items:center;justify-content:center;padding:1.5rem}.lightbox-content{position:relative;width:fit-content;max-width:calc(100vw - 3rem)}.lightbox-content>.position-relative{width:fit-content;max-width:100%;margin:0 auto}.lightbox-content img{width:auto!important;max-width:min(90vw,840px);max-height:80vh;display:block}.lightbox-close{position:absolute;top:.75rem;right:.75rem;z-index:1;background:#000000b3;color:#fff;border:none;width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.block-linkable{cursor:pointer}.drag-left,.drag-right{display:inline-block;animation:drag 1.4s ease-in-out infinite}.drag-right{animation-direction:reverse}@keyframes drag{0%{transform:translate(0);opacity:1}50%{transform:translate(-10px);opacity:.6}to{transform:translate(0);opacity:1}}.product-image-wrapper{max-width:320px;margin:0 auto}.product-image-wrapper img{width:100%;height:420px;object-fit:contain}.product-media-viewer{display:flex;flex-direction:column;gap:.75rem;max-width:420px;margin:0 auto}.product-media-viewer__stage{width:100%;min-height:240px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-media-viewer__stage img,.product-media-viewer__video{width:100%;max-height:inherit;object-fit:contain;display:block}.product-media-viewer__thumbs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.product-media-viewer__thumbs button{flex:0 0 64px;width:64px;height:80px;border:1px solid transparent;padding:0;background:transparent}.product-media-viewer__thumbs button.is-active{border-color:var(--theme-color-primary)}.product-media-viewer__thumbs img,.product-media-viewer__video-thumb{width:100%;height:100%;object-fit:cover;display:flex;align-items:center;justify-content:center;background:var(--theme-color-surface)}.product-media-viewer__empty{width:100%;min-height:240px;display:flex;align-items:center;justify-content:center;text-align:center}@media(max-width:768px){.product-image-wrapper{max-width:260px}.product-image-wrapper img{height:320px}.product-media-viewer{max-width:100%}}.checkout-step{animation:checkout-fade .18s ease-in-out}.admin-business-role-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:1rem}.admin-business-role-list-card,.admin-business-role-form-card{background:var(--admin-color-surface, #fff);border:1px solid var(--admin-color-border, #dee2e6);border-radius:8px;min-height:540px;display:flex;flex-direction:column;color:var(--admin-color-text, #111827)}.admin-business-role-list-header,.admin-business-role-form-header{padding:.85rem 1rem;border-bottom:1px solid var(--admin-color-border, #dee2e6);display:flex;align-items:center;justify-content:space-between;gap:.75rem}.admin-business-role-title{margin:0;font-size:1rem;font-weight:700}.admin-business-role-subtitle{color:var(--admin-color-muted, #6b7280);font-size:.86rem}.admin-business-role-list-body{padding:.75rem;overflow:auto}.admin-business-role-empty{color:var(--admin-color-muted, #6b7280);font-size:.92rem}.admin-business-role-list-item{width:100%;border:1px solid var(--admin-color-border, #dee2e6);background:color-mix(in srgb,var(--admin-color-surface, #fff) 94%,var(--admin-color-bg, #f4f6f8) 6%);color:var(--admin-color-text, #111827);border-radius:8px;padding:.6rem .7rem;display:flex;flex-direction:column;gap:.2rem;text-align:left}.admin-business-role-list-item+.admin-business-role-list-item{margin-top:.45rem}.admin-business-role-list-item:hover{border-color:var(--admin-color-primary, #0d6efd)}.admin-business-role-list-item.is-active{border-color:var(--admin-color-primary, #0d6efd);background:color-mix(in srgb,var(--admin-color-primary, #0d6efd) 12%,var(--admin-color-surface, #fff))}.admin-business-role-item-name{font-weight:600}.admin-business-role-item-meta{color:var(--admin-color-muted, #6b7280);font-size:.82rem}.admin-business-role-form-body{padding:1rem;overflow:auto}.admin-business-role-permissions{display:flex;flex-direction:column;gap:.65rem}.admin-business-role-permission-group{border:1px solid var(--admin-color-border, #dee2e6);border-radius:8px}.admin-business-role-permission-group-header{min-height:42px;display:flex;align-items:center;padding:.45rem .7rem;border-bottom:1px solid var(--admin-color-border, #dee2e6);background:color-mix(in srgb,var(--admin-color-surface, #fff) 92%,var(--admin-color-bg, #f4f6f8) 8%)}.admin-business-role-group-check{display:inline-flex;align-items:center;gap:.45rem;margin:0;font-weight:600}.admin-business-role-permission-rows{padding:.4rem .7rem}.admin-business-role-permission-row{min-height:52px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.85rem}.admin-business-role-permission-row+.admin-business-role-permission-row{border-top:1px solid var(--admin-color-border, #dee2e6)}.admin-business-role-permission-row.is-disabled{opacity:.58}.admin-business-role-permission-main{display:inline-flex;align-items:flex-start;gap:.5rem;margin:0}.admin-business-role-permission-main span{display:inline-flex;flex-direction:column;gap:.05rem}.admin-business-role-permission-main small{color:var(--admin-color-muted, #6b7280);line-height:1.2}.admin-business-role-permission-delegate{margin:0;display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.admin-business-role-form-actions{margin-top:1rem;display:flex;align-items:center;gap:.5rem}body[data-admin-color-mode=dark] .modal-backdrop.show{opacity:.72}body[data-admin-color-mode=dark] .modal-content,body[data-admin-color-mode=dark] .modal-header,body[data-admin-color-mode=dark] .modal-body,body[data-admin-color-mode=dark] .modal-footer{background:var(--admin-color-surface, #182235);color:var(--admin-color-text, #e2e8f0);border-color:var(--admin-color-border, rgba(148, 163, 184, .32))}body[data-admin-color-mode=dark] .modal-content .form-control,body[data-admin-color-mode=dark] .modal-content .form-control:focus,body[data-admin-color-mode=dark] .modal-content .form-select,body[data-admin-color-mode=dark] .modal-content .form-select:focus{background:color-mix(in srgb,var(--admin-color-surface, #182235) 86%,#000 14%);color:var(--admin-color-text, #e2e8f0);border-color:color-mix(in srgb,var(--admin-color-border, rgba(148, 163, 184, .32)) 82%,#fff 18%);box-shadow:none}body[data-admin-color-mode=dark] .modal-content .form-control::placeholder{color:color-mix(in srgb,var(--admin-color-text, #e2e8f0) 72%,transparent);opacity:1}body[data-admin-color-mode=dark] .modal-content .form-select option{background:color-mix(in srgb,var(--admin-color-surface, #182235) 86%,#000 14%);color:var(--admin-color-text, #e2e8f0)}body[data-admin-color-mode=dark] .modal-content .btn.btn-light{background:color-mix(in srgb,var(--admin-color-surface, #182235) 82%,#000 18%);color:var(--admin-color-text, #e2e8f0);border-color:var(--admin-color-border, rgba(148, 163, 184, .32));filter:none}body[data-admin-color-mode=dark] .modal-content .btn:disabled{opacity:.82}.admin-business-seller-card{background:var(--admin-color-surface);border:1px solid var(--admin-color-border);border-radius:var(--admin-radius-card);color:var(--admin-color-text)}.admin-business-seller-card .form-label,.admin-business-seller-card h2,.admin-business-seller-card strong{color:var(--admin-color-text)}.admin-business-seller-card .text-muted,.admin-business-seller-card .form-text{color:var(--admin-color-muted)!important}.admin-business-seller-table{--bs-table-bg: var(--admin-color-surface);--bs-table-color: var(--admin-color-text);--bs-table-border-color: var(--admin-color-border);--bs-table-hover-bg: color-mix(in srgb, var(--admin-color-surface) 88%, var(--admin-color-bg));color:var(--admin-color-text)}.admin-business-seller-table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.admin-business-seller-table thead th{background-color:color-mix(in srgb,var(--admin-color-surface) 84%,var(--admin-color-bg));color:var(--admin-color-text);font-weight:600}.admin-business-seller-table code{color:var(--admin-color-primary)}@media(max-width:992px){.admin-business-role-layout{grid-template-columns:1fr}.admin-business-role-permission-row{grid-template-columns:1fr;align-items:flex-start;padding:.55rem 0}.admin-business-role-permission-delegate{padding-left:1.35rem}}@keyframes checkout-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}:root{--theme-font-family-base: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--theme-color-primary: #0d6efd;--theme-color-bg: #f4f6f8;--theme-color-surface: #ffffff;--theme-color-text: #111827;--theme-color-text-inverse: #ffffff;--theme-color-muted: #6b7280;--theme-color-danger: #dc3545;--theme-border-soft: rgba(15, 23, 42, .08);--theme-border-softer: rgba(15, 23, 42, .06);--theme-overlay-backdrop: rgba(0, 0, 0, .65);--theme-radius-card: 16px;--theme-radius-header: 1.5rem;--theme-shadow-card: 0 15px 30px rgba(15, 23, 42, .08);--template-radius: 16px;--template-shadow: 0 15px 30px rgba(15, 23, 42, .08);--template-gap: 1rem;--template-image-height: 200px;--template-card-bg: #ffffff;--template-card-color: #111827;--template-hover-lift: .35rem;--theme-control-radius: 8px;--theme-control-padding: 10px;--theme-control-min-width: 40px;--theme-radius-media: 12px;--theme-checkout-padding-y: 1rem;--theme-offcanvas-width: 360px;--theme-carousel-card-min-height: 420px;--theme-carousel-arrow-size: 36px;--theme-carousel-dot-size: 10px;--theme-space-xs: .25rem;--theme-space-sm: .5rem;--theme-space-md: 1rem;--theme-space-lg: 1.5rem;--theme-space-xl: 3rem;--theme-motion-slide-duration: .22s;--theme-6x2-header-offset: 0px;--theme-6x2-mobile-search-height: 0px;--theme-6x2-mobile-category-height: 0px}body{font-family:var(--theme-font-family-base);background-color:var(--theme-color-bg);color:var(--theme-color-text)}body[data-theme=theme-clean]{--template-radius: 12px;--template-shadow: 0 8px 20px rgba(15, 23, 42, .08);--template-gap: .75rem;--template-image-height: 180px;--template-hover-lift: .2rem}body[data-theme=theme-clean] .theme-clean-header-shell{border:1px solid var(--theme-border-soft)}body[data-theme=theme-clean] .theme-clean-category-shell{border-top:1px solid var(--theme-border-softer);border-bottom:1px solid var(--theme-border-softer)}body[data-theme=theme-clean] .theme-clean-card{border:1px solid var(--theme-border-soft)}body[data-theme=theme-clean] .theme-clean-footer-shell{color:var(--theme-color-muted)}body[data-theme=theme-clean] .theme-clean-checkout-shell .checkout-step>div{border-color:var(--theme-border-soft)!important}body[data-theme=theme-6x2]{--template-radius: 0;--template-shadow: none;--template-gap: .5rem;--template-image-height: 220px;--template-hover-lift: 0}.theme-6x2-header-shell{border-bottom:1px solid var(--theme-border-softer)}.theme-6x2-header-inner{display:flex;flex-direction:column;gap:var(--theme-space-sm)}.theme-6x2-header-top-row{display:flex;align-items:center;gap:var(--theme-space-sm);min-height:52px}.theme-6x2-header-icon-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem}.theme-6x2-logo-link img{max-width:168px;width:auto;height:auto}.theme-6x2-search-desktop{flex:1;max-width:520px;margin:0 auto}.theme-6x2-search-mobile{width:100%}.theme-6x2-header-actions{display:flex;align-items:center;gap:.35rem;margin-left:auto}.theme-6x2-session-link{color:var(--theme-color-text);display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}.theme-6x2-cart-badge{position:absolute;top:-4px;right:-6px;min-width:16px;height:16px;border-radius:999px;background:var(--theme-color-primary);color:var(--theme-color-text-inverse);font-size:.65rem;line-height:16px;text-align:center;padding:0 4px}.theme-6x2-category-shell{border-top:1px solid var(--theme-border-softer);border-bottom:1px solid var(--theme-border-softer)}.theme-6x2-category-row{display:flex;align-items:center;gap:var(--theme-space-md)}.theme-6x2-mobile-menu-scroll{display:flex;align-items:center;gap:.8rem;overflow-x:auto;white-space:nowrap;scrollbar-width:thin}.theme-6x2-categories-btn{border:1px solid;border-radius:6px;font-weight:500;white-space:nowrap;padding:.35rem .7rem}.theme-6x2-featured-scroll{display:flex;align-items:center;gap:1.1rem;overflow-x:auto;white-space:nowrap;scrollbar-width:thin;min-width:0;flex:1}.theme-6x2-featured-link{opacity:.9}.theme-6x2-featured-link-active{font-weight:700}.theme-6x2-grid-wrap{width:100%}.theme-6x2-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.theme-6x2-grid-item{min-width:0}.theme-6x2-card{cursor:pointer;width:100%}.theme-6x2-card:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}.theme-6x2-card-image-wrap{background:#f3f4f6}.theme-6x2-card-image{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block}.theme-6x2-card-image-placeholder{background:#e5e7eb}.theme-6x2-card-body{padding-top:.5rem;text-align:center}.theme-6x2-card-title{margin:0;font-size:1.08rem;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase}.theme-6x2-card-price{margin-top:.2rem;font-size:1.1rem;font-weight:600;line-height:1.1}@media(min-width:576px){.theme-6x2-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px){.theme-6x2-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:768px){body[data-theme=theme-6x2] .theme-top-stack{position:sticky;top:0;z-index:1030}body[data-theme=theme-6x2] .theme-6x2-header-shell,body[data-theme=theme-6x2] .theme-6x2-category-shell{position:static;top:auto}.theme-6x2-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:992px){.theme-6x2-search-desktop{max-width:none;margin:0 var(--theme-space-lg)}}@media(min-width:1200px){.theme-6x2-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:767.98px){.theme-6x2-header-top-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;justify-content:normal;gap:var(--theme-space-sm)}.theme-6x2-logo-link{justify-self:center}.theme-6x2-header-actions{justify-self:end;margin-left:0}.theme-6x2-category-row{gap:var(--theme-space-sm)}.theme-6x2-mobile-menu-scroll{padding-right:var(--theme-space-xs)}.theme-6x2-featured-scroll{gap:.8rem}.theme-6x2-card-title{font-size:.9rem}.theme-6x2-card-price{font-size:1.5rem}body.theme-6x2-mobile-compact .theme-top-stack{position:fixed;top:0;left:0;right:0;z-index:1030}body.theme-6x2-mobile-compact .theme-6x2-header-shell.is-compact-sticky .theme-6x2-header-top-row{display:none}body.theme-6x2-mobile-compact .theme-6x2-header-shell.is-compact-sticky .theme-6x2-header-inner{gap:0}body.theme-6x2-mobile-compact main{padding-top:calc(var(--theme-6x2-header-offset) + var(--theme-6x2-mobile-category-height))}}.block-shell{border-radius:var(--template-radius);box-shadow:var(--template-shadow);background-color:var(--template-card-bg);color:var(--template-card-color);transition:transform .16s ease,box-shadow .16s ease}.block-shell.hoverable:hover{transform:translateY(calc(var(--template-hover-lift) * -1))}.theme-footer-shell,.theme-subtitle{color:var(--theme-color-muted)}.theme-session-icon-btn{border-radius:var(--theme-control-radius);min-width:var(--theme-control-min-width);padding:var(--theme-control-padding);border-color:var(--theme-color-muted);color:var(--theme-color-text)}.theme-qr-caption{color:var(--theme-color-muted)}.theme-qr-image{border-radius:var(--theme-radius-media)}.theme-offcanvas-panel{background-color:var(--theme-color-surface);color:var(--theme-color-text);width:min(var(--theme-offcanvas-width),90vw)}.theme-link-base{color:var(--theme-color-text)}.theme-nav-pill-active{color:var(--theme-color-text-inverse)!important}.theme-carousel-arrow{width:var(--theme-carousel-arrow-size);height:var(--theme-carousel-arrow-size)}.theme-carousel-dot{width:var(--theme-carousel-dot-size);height:var(--theme-carousel-dot-size)}.theme-carousel-dot.is-active{background-color:var(--theme-color-primary)}.theme-carousel-dot:not(.is-active){background-color:var(--theme-color-muted);opacity:.5}.theme-offer-badge{background-color:var(--theme-color-danger);color:var(--theme-color-text-inverse)}.theme-product-carousel-card{min-height:var(--theme-carousel-card-min-height)}.theme-dynamic-product-col>article{width:100%;height:100%}.theme-header-rounded{border-radius:var(--theme-radius-header)}.theme-header-shell{padding-top:var(--theme-space-sm);padding-bottom:var(--theme-space-sm)}.theme-container-pad-x{padding-left:var(--theme-space-md);padding-right:var(--theme-space-md)}.theme-pad-x-0{padding-left:0;padding-right:0}.theme-header-inner{gap:var(--theme-space-lg)}.theme-title{margin-bottom:var(--theme-space-xs)}.theme-search-row{gap:var(--theme-space-sm)}.theme-search-login-btn{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--theme-border-soft);border-radius:var(--theme-control-radius);background-color:var(--theme-color-surface);color:var(--theme-color-text);font-size:1.1rem;line-height:1;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.theme-search-login-btn:hover{border-color:var(--theme-color-primary);color:var(--theme-color-primary)}.theme-search-login-btn:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}.theme-search-login-btn:disabled{opacity:.5;cursor:not-allowed}.theme-nav-pad-sm{padding-top:var(--theme-space-sm);padding-bottom:var(--theme-space-sm)}.theme-nav-pad-md{padding-top:var(--theme-space-md);padding-bottom:var(--theme-space-md)}.theme-nav-row{gap:var(--theme-space-md)}.theme-nav-chip-row,.theme-nav-button{gap:var(--theme-space-sm)}.theme-offcanvas-header{position:relative;padding:var(--theme-space-md);min-height:64px}.theme-offcanvas-logo-slot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:calc(100% - 96px);text-align:center}.theme-offcanvas-logo-link{display:inline-flex;align-items:center;justify-content:center;color:var(--theme-color-text);text-decoration:none}.theme-offcanvas-logo{display:block;height:40px;max-width:100%;width:auto;object-fit:contain}.theme-offcanvas-login-row{padding:var(--theme-space-md)}.theme-offcanvas-login-link{display:inline-flex;align-items:center;gap:var(--theme-space-sm);color:var(--theme-color-primary);text-decoration:underline;font-weight:500}.theme-offcanvas-login-link:disabled{color:var(--theme-color-muted);opacity:.65}.theme-offcanvas-root-link{margin-bottom:var(--theme-space-sm)}.theme-offcanvas-item{margin-bottom:var(--theme-space-xs)}.theme-offcanvas-subtree{margin-top:var(--theme-space-xs)}.theme-surface-rounded{border-radius:var(--theme-radius-card)}.theme-media-rounded{border-radius:var(--theme-radius-media)}.theme-checkout-shell{padding-top:var(--theme-checkout-padding-y);padding-bottom:var(--theme-checkout-padding-y)}.theme-pad-sm{padding:var(--theme-space-sm)}.theme-pad-md{padding:var(--theme-space-md)}.theme-pad-lg{padding:var(--theme-space-lg)}.theme-pad-y-sm{padding-top:var(--theme-space-sm);padding-bottom:var(--theme-space-sm)}.theme-pad-y-md{padding-top:var(--theme-space-md);padding-bottom:var(--theme-space-md)}.theme-pad-y-xl{padding-top:var(--theme-space-xl);padding-bottom:var(--theme-space-xl)}.theme-gap-sm{gap:var(--theme-space-sm)}.theme-gap-md{gap:var(--theme-space-md)}.theme-gap-lg{gap:var(--theme-space-lg)}.theme-row-gap-sm{--bs-gutter-x: var(--theme-space-sm);--bs-gutter-y: var(--theme-space-sm)}.theme-row-gap-md{--bs-gutter-x: var(--theme-space-md);--bs-gutter-y: var(--theme-space-md)}.theme-mt-sm{margin-top:var(--theme-space-sm)}.theme-mt-md{margin-top:var(--theme-space-md)}.theme-mb-xs{margin-bottom:var(--theme-space-xs)}.theme-mb-0{margin-bottom:0}.theme-mb-sm{margin-bottom:var(--theme-space-sm)}.theme-mb-md{margin-bottom:var(--theme-space-md)}.theme-mb-lg{margin-bottom:var(--theme-space-lg)}
