:root{--sellers-accent: #00c298;--sellers-text: #232323;--sellers-text-light: #666666;--sellers-border: #e5e5e5;--sellers-bg: #f9f9f9;--sellers-white: #ffffff;--sellers-transition: all .3s cubic-bezier(.25, .46, .45, .94)}.sellers-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffffff2;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;gap:20px}.sellers-loader.hidden{display:none}.loader-spinner{width:50px;height:50px;border:3px solid var(--sellers-border);border-top-color:var(--sellers-accent);border-radius:50%;animation:spin-loader .8s linear infinite}@keyframes spin-loader{to{transform:rotate(360deg)}}.loader-text{font-size:16px;font-weight:500;color:var(--sellers-text-light);margin:0;animation:pulse-text 1.5s ease-in-out infinite}@keyframes pulse-text{0%,to{opacity:.6}50%{opacity:1}}.sellers-wrapper{width:100%;max-width:1400px;margin:0 auto;padding:0 20px}.sellers-main{display:flex;gap:40px;margin-top:40px}.sellers-sidebar{width:260px;flex-shrink:0}.sellers-content{flex:1;min-width:0}.sidebar-toggle{display:none;align-items:center;gap:8px;font-weight:600;cursor:pointer;padding:12px 0;color:var(--sellers-text);border:none;background:transparent}.sidebar-toggle svg{width:20px;height:20px}.sidebar-filters{display:block}.filters-title{font-size:16px;font-weight:700;color:var(--sellers-text);margin:0 0 16px}.categories-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.categories-list li{padding:0}.categories-list label{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px 12px;border-radius:6px;transition:var(--sellers-transition)}.categories-list label:hover{background:var(--sellers-bg)}.categories-list input[type=checkbox],.categories-list input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid var(--sellers-border);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--sellers-transition);background:var(--sellers-white);flex-shrink:0}.categories-list input[type=checkbox]:checked,.categories-list input[type=radio]:checked{background:var(--sellers-accent);border-color:var(--sellers-accent);color:#fff}.categories-list input[type=checkbox]:checked:after{content:"\2713";color:#fff;font-weight:700}.category-name{font-size:14px;color:var(--sellers-text);flex:1}.count{background:var(--sellers-bg);color:var(--sellers-text-light);font-size:12px;font-weight:600;padding:4px 8px;border-radius:4px;flex-shrink:0}.filter-group{padding:16px 0;border-bottom:1px solid var(--sellers-border)}.filter-group:last-child{border-bottom:none}.filter-input{width:100%;padding:8px 12px;border:1px solid var(--sellers-border);border-radius:4px;font-size:14px;color:var(--sellers-text);background:var(--sellers-white);transition:var(--sellers-transition)}.filter-input:focus{outline:none;border-color:var(--sellers-accent);box-shadow:0 0 0 3px #00c2981a}.filter-input::placeholder{color:var(--sellers-text-light)}.vendor-header{padding:60px 0 50px;border-bottom:1px solid var(--sellers-border);margin-bottom:50px}.vendor-header-content{display:flex;align-items:center;gap:40px}.vendor-logo-wrapper{flex-shrink:0}.vendor-logo{width:120px;height:120px;object-fit:contain;background:var(--sellers-bg);padding:15px;border-radius:12px;border:1px solid var(--sellers-border)}.vendor-info-section{flex:1}.vendor-title{font-size:42px;font-weight:700;color:var(--sellers-text);margin:0 0 12px;line-height:1.2;letter-spacing:-.5px}.vendor-description{font-size:16px;color:var(--sellers-text-light);line-height:1.6;margin:0;max-width:500px}.sellers-search-wrapper{margin-bottom:40px}.sellers-search-form{display:flex;align-items:center;border:1px solid var(--sellers-border);border-radius:8px;overflow:hidden;background:var(--sellers-white);transition:var(--sellers-transition)}.sellers-search-form:focus-within{border-color:var(--sellers-accent);box-shadow:0 0 0 3px #00c2981a}.sellers-search-input{flex:1;border:none;padding:14px 18px;font-size:16px;color:var(--sellers-text);background:transparent}.sellers-search-input::placeholder{color:var(--sellers-text-light)}.sellers-search-input:focus{outline:none}.sellers-search-btn{border:none;background:transparent;cursor:pointer;padding:14px 18px;display:flex;align-items:center;justify-content:center;color:var(--sellers-text);transition:var(--sellers-transition)}.sellers-search-btn:hover{color:var(--sellers-accent)}.sellers-search-btn svg{width:20px;height:20px}.sellers-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;margin-bottom:60px}.sellers-products-grid .col-md-3{width:100%}.sellers-product-card{display:flex;flex-direction:column;height:100%;background:var(--sellers-white);border:1px solid var(--sellers-border);border-radius:12px;overflow:hidden;transition:var(--sellers-transition);cursor:pointer}.sellers-product-card:hover{border-color:var(--sellers-accent);box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}.sellers-product-image-wrapper{position:relative;width:100%;padding-bottom:100%;background:var(--sellers-bg);overflow:hidden}.sellers-product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:12px}.sellers-product-add-btn{position:absolute;bottom:12px;right:12px;width:44px;height:44px;border-radius:50%;background:var(--sellers-accent);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:var(--sellers-transition);box-shadow:0 4px 12px #00c2984d}.sellers-product-add-btn:hover{background:#00a876;box-shadow:0 6px 16px #00c29866;transform:scale(1.1)}.sellers-product-add-btn svg{width:20px;height:20px}.sellers-product-info{padding:16px;flex:1;display:flex;flex-direction:column}.sellers-product-title{font-size:14px;font-weight:600;color:var(--sellers-text);margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sellers-product-price{font-size:18px;font-weight:700;color:var(--sellers-accent);margin:0}.sellers-product-rating{width:70px;height:20px;margin-top:8px}.sellers-pagination-wrapper{display:flex;justify-content:center;margin-top:60px;padding-bottom:40px}.sellers-pagination{display:flex;list-style:none;gap:8px;margin:0;padding:0;align-items:center}.sellers-pagination li{padding:0}.sellers-pagination .button-ATC-new{min-width:44px;height:44px;padding:0 12px;border:1px solid var(--sellers-border);background:var(--sellers-white);color:var(--sellers-text);border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px;transition:var(--sellers-transition)}.sellers-pagination .button-ATC-new:hover:not([style*="opacity: 0.5"]){background:var(--sellers-accent);color:#fff;border-color:var(--sellers-accent)}.sellers-pagination .button-ATC-new[style*="opacity: 0.5"]{cursor:not-allowed;opacity:.4}.sellers-pagination .button-ATC-new img{width:16px;height:16px}.sellers-pagination li.active{background:var(--sellers-accent)}.sellers-pagination li.active .button-ATC-new{background:var(--sellers-accent);color:#fff;border-color:var(--sellers-accent)}.sellers-empty-state{grid-column:1 / -1;text-align:center;padding:80px 20px}.sellers-empty-state-text{font-size:18px;color:var(--sellers-text-light);margin:0;line-height:1.6}.sellers-error-message{background:#fee;border:1px solid #fcc;border-radius:8px;padding:24px;color:#c00;text-align:center;margin:40px 0}.sellers-error-message strong{display:block;font-size:16px;margin-bottom:8px}.sellers-error-message small{display:block;font-size:14px;margin-top:12px}@media (max-width: 1024px){.sellers-main{gap:24px}.sellers-sidebar{width:220px}.sellers-products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width: 768px){.sellers-main{flex-direction:column;gap:0}.sellers-sidebar{width:100%}.sidebar-toggle{display:flex}.sidebar-filters{display:none;padding:20px 0;border-bottom:1px solid var(--sellers-border)}.sidebar-filters.expanded{display:block}.vendor-header{padding:40px 0 30px}.vendor-header-content{flex-direction:column;text-align:center;gap:24px}.vendor-logo{width:100px;height:100px}.vendor-title{font-size:32px}.vendor-description{font-size:14px}.sellers-products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:40px}.sellers-search-input{font-size:14px}.sellers-product-info{padding:12px}.sellers-product-title{font-size:13px}.sellers-product-price{font-size:16px}.sellers-pagination-wrapper{margin-top:40px}.sellers-pagination .button-ATC-new{min-width:40px;height:40px;font-size:12px;padding:0 8px}}@media (max-width: 480px){.sellers-container{padding:0 16px}.vendor-header{padding:30px 0 20px;margin-bottom:30px}.vendor-logo{width:80px;height:80px}.vendor-title{font-size:24px}.vendor-description{font-size:13px}.sellers-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.sellers-search-input{padding:12px 14px}.sellers-product-image-wrapper{padding-bottom:100%}.sellers-product-info{padding:10px}.sellers-product-title{font-size:12px;margin-bottom:6px}.sellers-product-price{font-size:14px}.sellers-pagination{gap:6px;flex-wrap:wrap}.sellers-pagination .button-ATC-new{min-width:36px;height:36px;font-size:11px}}.container.vendorPage{padding-top:60px;padding-bottom:60px}.vendorTopbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.vendorTopbar h2{font-size:36px;font-weight:700;color:var(--sellers-text);margin:0}.vendorTopbar input{width:350px!important}.vendordescription{margin-bottom:50px}.vendorstore_content{background:var(--sellers-bg);padding:20px;border-radius:8px;border:1px solid var(--sellers-border)}.vendorstore_content p{margin:0;font-size:14px;color:var(--sellers-text-light);line-height:1.6}#vendorListing{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}#vendorListing a{display:flex;flex-direction:column;gap:16px;padding:24px;background:var(--sellers-white);border:1px solid var(--sellers-border);border-radius:12px;text-decoration:none;color:inherit;transition:var(--sellers-transition)}#vendorListing a:hover{border-color:var(--sellers-accent);box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}#vendorListing img{width:80px;height:80px;border-radius:10px;object-fit:contain;background:var(--sellers-bg);padding:10px;border:1px solid var(--sellers-border)}#vendorListing h3{margin:0;font-size:18px;font-weight:700;color:var(--sellers-text)}#vendorListing span{font-size:14px;color:var(--sellers-text-light);margin:0}@media (max-width: 768px){.vendorTopbar{flex-direction:column;gap:20px;align-items:flex-start}.vendorTopbar h2{font-size:28px}.vendorTopbar input{width:100%!important}#vendorListing{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.container.seller_page{display:none}.col-md-3.seller-detail,.col-md-9.seller-products,.seller-detail,.seller-products,#seller-detail{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/129/assets/sellers.css.map */
