: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 .product-item{width:100%}.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));gap:20px}}@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-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-pagination{gap:6px;flex-wrap:wrap}.sellers-pagination .button-ATC-new{min-width:36px;height:36px;font-size:11px}}.container.vendorPage{padding-top:20px;padding-bottom:32px}.vendorTopbar{display:flex;flex-direction:column;gap:14px;align-items:stretch;margin-bottom:18px}.vendorTopbar h2{font-size:20px;font-weight:700;color:var(--sellers-text);line-height:1.2;letter-spacing:-.2px;margin:0}.vendorTopbar .sellers-search-wrapper{width:100%;margin:0}.vendorTopbar .sellers-search-form{width:100%;height:44px}.vendorTopbar .sellers-search-input{width:100%!important;font-size:15px;padding:10px 14px}.vendorTopbar .sellers-search-btn{padding:10px 14px}@media(min-width:768px){.container.vendorPage{padding-top:40px;padding-bottom:60px}.vendorTopbar{flex-direction:row;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.vendorTopbar h2{font-size:26px;letter-spacing:-.3px}.vendorTopbar .sellers-search-wrapper{width:auto;max-width:380px}.vendorTopbar .sellers-search-form{height:auto}.vendorTopbar .sellers-search-input{width:350px!important}}.vendordescription{margin-bottom:32px}.vendorstore_content{background:#f5f5f5;border-left:3px solid var(--sellers-accent);border-radius:5px;padding:10px 14px;font-size:11px;color:#3a3a3a;line-height:1.45}.vendorstore_content strong{display:block;margin-bottom:4px;color:#111;font-size:12px}.vendorstore_content p{margin:0;font-size:11px;color:#3a3a3a;line-height:1.45}#vendorListing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media(min-width:540px){#vendorListing{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}}@media(min-width:768px){#vendorListing{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}}#vendorListing a{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:16px;background:var(--sellers-white);border:1px solid var(--sellers-border);border-radius:10px;text-decoration:none;color:inherit;transition:var(--sellers-transition)}#vendorListing a:hover{border-color:var(--sellers-accent);box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}#vendorListing .vendor-card__name{margin:0;font-size:16px;font-weight:700;color:var(--sellers-text);letter-spacing:-.2px;line-height:1.25;text-align:center}.vendor-card__logo{align-self:center;width:80px;height:80px;display:flex;align-items:center;justify-content:center;padding:10px;background:var(--sellers-bg);border:1px solid var(--sellers-border);border-radius:50%;text-align:center;overflow:hidden}.vendor-card__logo-text{font-size:14px;font-weight:800;color:var(--sellers-text);letter-spacing:.02em;text-transform:uppercase;line-height:1.1;white-space:normal;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;display:inline-block;max-width:100%}.vendor-card__logo--image{padding:0;background:var(--sellers-white);border-color:var(--sellers-border)}.vendor-card__logo--image img{width:100%;height:100%;object-fit:contain;display:block}.vendor-card__logo--dark{background:#000;border-color:#000}.vendor-card__logo--dark .vendor-card__logo-text{color:#fff}.vendor-card__info{display:flex;flex-direction:column;gap:6px}#vendorListing .vendor-card__slogan{font-size:12px;color:var(--sellers-text-light);line-height:1.4;margin:0}#vendorListing .vendor-card__description{margin:4px 0 0;font-size:12px;line-height:1.45;color:#555;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.vendor-card__categories{list-style:none;padding:0;margin:6px 0 0;display:flex;flex-wrap:wrap;gap:4px}.vendor-card__cat-pill{display:inline-block;padding:2px 8px;font-size:10px;font-weight:500;color:#009d7b;background:#e6f9f5;border-radius:999px;line-height:1.5}@media(max-width:539px){#vendorListing a{padding:12px;gap:10px}.vendor-card__logo{width:60px;height:60px;padding:6px}#vendorListing .vendor-card__slogan{font-size:11px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#vendorListing .vendor-card__description{font-size:11px;-webkit-line-clamp:2}.vendor-card__cat-pill{font-size:9px;padding:2px 6px}}.sellers-landing .card-vendor,.sellers-landing .card-vendor a,.sellers-landing .card-vendor .soldby,.sellers-products .card-vendor,.sellers-products .card-vendor a,.sellers-products .card-vendor .soldby{font-size:11px;line-height:1.35}@media(max-width:539px){.sellers-landing .card-vendor,.sellers-landing .card-vendor a,.sellers-landing .card-vendor .soldby,.sellers-products .card-vendor,.sellers-products .card-vendor a,.sellers-products .card-vendor .soldby{font-size:10px}}@media(max-width:767px){.sellers-landing .geo-hero__inner{min-height:240px}.sellers-landing .geo-hero__overlay{padding:28px 18px;max-width:100%}.sellers-landing .geo-hero__overlay h1{font-size:22px;margin:0 0 16px}.sellers-landing .geo-hero__tags{display:none}.sellers-landing .geo-hero__actions-bottom{margin-top:14px}}.sellers-landing .sellers-products{padding:24px 0}.sellers-landing .sellers-products:first-of-type{padding-top:40px}.sellers-landing .sellers-products:last-of-type{padding-bottom:60px}.sellers-products__head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:20px}.sellers-products__title{font-size:22px;font-weight:600;color:var(--sellers-text);margin:0;letter-spacing:-.2px}.sellers-products__viewall{font-size:13px;color:var(--sellers-text);text-decoration:none;border:1px solid var(--sellers-border);border-radius:999px;padding:6px 14px;transition:var(--sellers-transition)}.sellers-products__viewall:hover{background:var(--sellers-text);color:#fff;border-color:var(--sellers-text)}.sellers-products__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.sellers-products__cell{min-width:0}.sellers-products__cell>.product-item{width:100%}@media(max-width:991px){.sellers-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.sellers-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.sellers-products__title{font-size:18px}}.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/151/assets/sellers.css.map */
