.ps-collection-grid{--ps-primary: var(--ps-primary-color, #22c55e);--ps-secondary: var(--ps-secondary-color, #16a34a);--ps-background: var(--ps-background-color, #f8fafc);--ps-text: var(--ps-text-color, #1e293b);--ps-text-muted: #64748b;--ps-border: #e2e8f0;--ps-card-bg: #ffffff;--ps-gradient: linear-gradient(135deg, var(--ps-primary) 0%, var(--ps-secondary) 100%);--ps-shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--ps-shadow-md: 0 4px 20px rgba(0, 0, 0, .1);--ps-shadow-lg: 0 8px 40px rgba(0, 0, 0, .12);--ps-radius-sm: 8px;--ps-radius-md: 12px;--ps-radius-lg: 16px;--ps-radius-xl: 20px;background:var(--ps-background);min-height:100vh}.ps-collection-header{background:var(--ps-gradient);padding:50px 20px 60px;text-align:center;position:relative;overflow:hidden}.ps-collection-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.ps-collection-header-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.ps-collection-title{color:#fff;font-size:2.5rem;font-weight:800;margin:0 0 12px;text-shadow:0 2px 10px rgba(0,0,0,.15)}.ps-collection-description{color:#ffffffe6;font-size:1.1rem;font-weight:500;margin:0;line-height:1.6}.ps-collection-count{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:10px 20px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;color:#fff;font-size:.9rem;font-weight:600}.ps-collection-count svg{width:18px;height:18px}.ps-collection-layout{max-width:1400px;margin:-30px auto 0;padding:0 20px;display:grid;grid-template-columns:280px 1fr;gap:30px;position:relative;z-index:2}@media(max-width:1024px){.ps-collection-layout{grid-template-columns:1fr;margin-top:0}}.ps-filters-sidebar{position:sticky;top:100px;height:fit-content}.ps-filters-card{background:var(--ps-card-bg);border-radius:var(--ps-radius-xl);box-shadow:var(--ps-shadow-md);overflow:hidden}.ps-filters-header{background:var(--ps-gradient);padding:18px 20px;display:flex;align-items:center;justify-content:space-between}.ps-filters-title{color:#fff;font-size:1rem;font-weight:700;margin:0;display:flex;align-items:center;gap:10px}.ps-filters-title svg{width:20px;height:20px}.ps-filters-clear{background:#fff3;border:none;color:#fff;font-size:.75rem;font-weight:600;padding:6px 12px;border-radius:6px;cursor:pointer;transition:all .2s ease}.ps-filters-clear:hover{background:#ffffff4d}.ps-filters-body{padding:20px}.ps-filter-group{margin-bottom:24px}.ps-filter-group:last-child{margin-bottom:0}.ps-filter-label{font-size:.8rem;font-weight:700;color:var(--ps-text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;display:flex;align-items:center;gap:8px}.ps-filter-label svg{width:16px;height:16px;color:var(--ps-primary)}.ps-filter-options{display:flex;flex-wrap:wrap;gap:8px}.ps-filter-option{position:relative}.ps-filter-option input{position:absolute;opacity:0;pointer-events:none}.ps-filter-option label{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#f1f5f9;border:2px solid transparent;border-radius:50px;font-size:.82rem;font-weight:600;color:var(--ps-text-muted);cursor:pointer;transition:all .2s ease}.ps-filter-option label:hover{background:#e2e8f0;color:var(--ps-text)}.ps-filter-option input:checked+label{background:#22c55e1a;border-color:var(--ps-primary);color:var(--ps-primary)}.ps-filter-option label svg{width:14px;height:14px}.ps-filter-duration{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.ps-filter-duration .ps-filter-option label{width:100%;justify-content:center;padding:12px 10px;border-radius:var(--ps-radius-md)}.ps-filter-range{padding:10px 0}.ps-filter-range-inputs{display:flex;align-items:center;gap:10px}.ps-filter-range input[type=number]{width:100%;padding:10px 12px;border:2px solid var(--ps-border);border-radius:var(--ps-radius-sm);font-size:.9rem;font-weight:600;color:var(--ps-text);text-align:center}.ps-filter-range input[type=number]:focus{outline:none;border-color:var(--ps-primary)}.ps-filter-range-separator{color:var(--ps-text-muted);font-weight:600}.ps-filters-mobile-toggle{display:none;width:100%;padding:14px 20px;background:var(--ps-card-bg);border:2px solid var(--ps-border);border-radius:var(--ps-radius-lg);font-size:.95rem;font-weight:700;color:var(--ps-text);cursor:pointer;align-items:center;justify-content:center;gap:10px;margin-bottom:20px;transition:all .2s ease}.ps-filters-mobile-toggle svg{width:20px;height:20px}.ps-filters-mobile-toggle:hover{border-color:var(--ps-primary);color:var(--ps-primary)}.ps-filters-mobile-toggle .filter-count{background:var(--ps-primary);color:#fff;font-size:.75rem;padding:2px 8px;border-radius:50px}@media(max-width:1024px){.ps-filters-mobile-toggle{display:flex}.ps-filters-sidebar{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;padding:20px;overflow-y:auto}.ps-filters-sidebar.active{display:block}.ps-filters-card{max-width:400px;margin:0 auto;max-height:calc(100vh - 40px);overflow-y:auto}.ps-filters-header{position:sticky;top:0;z-index:10}}.ps-collection-main{padding-bottom:60px}.ps-collection-toolbar{background:var(--ps-card-bg);border-radius:var(--ps-radius-lg);box-shadow:var(--ps-shadow-sm);padding:16px 20px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.ps-toolbar-info{display:flex;align-items:center;gap:12px}.ps-toolbar-count{font-size:.9rem;color:var(--ps-text-muted)}.ps-toolbar-count strong{color:var(--ps-text);font-weight:700}.ps-toolbar-actions{display:flex;align-items:center;gap:12px}.ps-sort-dropdown{position:relative}.ps-sort-select{-webkit-appearance:none;appearance:none;background:#f1f5f9;border:2px solid transparent;border-radius:var(--ps-radius-sm);padding:10px 40px 10px 14px;font-size:.85rem;font-weight:600;color:var(--ps-text);cursor:pointer;transition:all .2s ease}.ps-sort-select:hover,.ps-sort-select:focus{border-color:var(--ps-primary);outline:none}.ps-sort-dropdown:after{content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--ps-text-muted);pointer-events:none}.ps-view-toggle{display:flex;background:#f1f5f9;border-radius:var(--ps-radius-sm);padding:4px}.ps-view-btn{background:none;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;color:var(--ps-text-muted);transition:all .2s ease}.ps-view-btn svg{width:18px;height:18px}.ps-view-btn.active{background:var(--ps-card-bg);color:var(--ps-primary);box-shadow:var(--ps-shadow-sm)}.ps-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ps-products-grid.view-list{grid-template-columns:1fr}@media(max-width:900px){.ps-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:600px){.ps-products-grid{grid-template-columns:1fr}}.ps-product-card{background:var(--ps-card-bg);border-radius:var(--ps-radius-xl);overflow:hidden;box-shadow:var(--ps-shadow-sm);transition:all .3s ease;position:relative}.ps-product-card:hover{transform:translateY(-5px);box-shadow:var(--ps-shadow-lg)}.ps-product-badge{position:absolute;top:16px;left:16px;z-index:5;display:flex;flex-direction:column;gap:6px}.ps-badge{padding:6px 12px;border-radius:50px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.ps-badge-sale{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.ps-badge-new{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.ps-badge-popular{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.ps-badge-custom{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.ps-badge-duration{background:var(--ps-gradient);color:#fff}.ps-product-image{position:relative;aspect-ratio:4/5;overflow:hidden;background:#f1f5f9}.ps-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ps-product-card:hover .ps-product-image img{transform:scale(1.05)}.ps-product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.ps-product-image-placeholder svg{width:60px;height:60px;color:#cbd5e1}.ps-product-overlay{position:absolute;bottom:0;left:0;right:0;padding:16px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);opacity:0;transform:translateY(10px);transition:all .3s ease}.ps-product-card:hover .ps-product-overlay{opacity:1;transform:translateY(0)}.ps-quick-view-btn{width:100%;padding:12px;background:#fffffff2;border:none;border-radius:var(--ps-radius-md);font-size:.85rem;font-weight:700;color:var(--ps-text);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.ps-quick-view-btn:hover{background:#fff;transform:scale(1.02)}.ps-quick-view-btn svg{width:16px;height:16px}.ps-product-info{padding:20px}.ps-product-type{font-size:.72rem;font-weight:700;color:var(--ps-primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.ps-product-title{font-size:1.1rem;font-weight:700;color:var(--ps-text);margin:0 0 10px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ps-product-title a{color:inherit;text-decoration:none;transition:color .2s ease}.ps-product-title a:hover{color:var(--ps-primary)}.ps-product-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.ps-meta-item{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:#f1f5f9;border-radius:6px;font-size:.75rem;font-weight:600;color:var(--ps-text-muted)}.ps-meta-item svg{width:12px;height:12px}.ps-meta-item.duration{background:#22c55e1a;color:var(--ps-primary)}.ps-product-features{margin-bottom:16px;list-style:none;padding:0;margin-top:0}.ps-feature{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--ps-text-muted);margin-bottom:6px}.ps-feature:last-child{margin-bottom:0}.ps-feature svg{width:14px;height:14px;color:var(--ps-primary);flex-shrink:0}.ps-feature-included svg{color:var(--ps-primary)}.ps-feature-included{color:var(--ps-text)}.ps-feature-excluded svg{color:#ef4444}.ps-feature-excluded{color:var(--ps-text-muted);text-decoration:line-through;opacity:.7}.ps-product-price{display:flex;align-items:baseline;gap:10px;margin-bottom:16px}.ps-price-current{font-size:1.5rem;font-weight:800;color:var(--ps-text)}.ps-price-compare{font-size:1rem;font-weight:500;color:var(--ps-text-muted);text-decoration:line-through}.ps-price-save{font-size:.75rem;font-weight:700;color:#fff;background:#ef4444;padding:3px 8px;border-radius:4px}.ps-price-per-month{font-size:.8rem;color:var(--ps-text-muted);margin-top:4px}.ps-price-per-month strong{color:var(--ps-primary);font-weight:700}.ps-trial-pricing{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:2px solid #bbf7d0;border-radius:12px;padding:14px 16px;margin-bottom:16px}.ps-trial-price-row{display:flex;justify-content:space-between;align-items:center}.ps-trial-price-row.ps-trial-main{margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #86efac}.ps-trial-price-row.ps-trial-main .ps-trial-label{font-size:.85rem;font-weight:600;color:var(--ps-primary, #22c55e)}.ps-trial-price-row.ps-trial-main .ps-trial-amount{font-size:1.8rem;font-weight:900;color:var(--ps-primary, #22c55e)}.ps-trial-price-row.ps-trial-after .ps-trial-label{font-size:.75rem;font-weight:500;color:#64748b}.ps-trial-price-row.ps-trial-after .ps-trial-amount{font-size:1rem;font-weight:700;color:var(--ps-text, #1e293b)}.ps-product-cta{display:flex;gap:10px}.ps-btn{flex:1;padding:14px 20px;border:none;border-radius:var(--ps-radius-md);font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;text-decoration:none}.ps-btn svg{width:18px;height:18px}.ps-btn-primary{background:var(--ps-gradient);color:#fff}.ps-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22c55e66}.ps-btn-secondary{background:#f1f5f9;color:var(--ps-text);flex:0 0 auto;padding:14px}.ps-btn-secondary:hover{background:#e2e8f0}.ps-products-grid.view-list .ps-product-card{display:grid;grid-template-columns:200px 1fr}.ps-products-grid.view-list .ps-product-image{aspect-ratio:1}.ps-products-grid.view-list .ps-product-info{display:flex;flex-direction:column;justify-content:center}.ps-products-grid.view-list .ps-product-features{display:flex;flex-wrap:wrap;gap:16px}@media(max-width:600px){.ps-products-grid.view-list .ps-product-card{grid-template-columns:1fr}}.ps-empty-state{text-align:center;padding:80px 20px;background:var(--ps-card-bg);border-radius:var(--ps-radius-xl);box-shadow:var(--ps-shadow-sm)}.ps-empty-icon{width:80px;height:80px;margin:0 auto 20px;color:#cbd5e1}.ps-empty-title{font-size:1.3rem;font-weight:700;color:var(--ps-text);margin:0 0 10px}.ps-empty-text{font-size:.95rem;color:var(--ps-text-muted);margin:0 0 24px}.ps-empty-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--ps-gradient);color:#fff;text-decoration:none;font-weight:700;border-radius:var(--ps-radius-md);transition:all .3s ease}.ps-empty-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22c55e66}.ps-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:40px;padding:20px;background:var(--ps-card-bg);border-radius:var(--ps-radius-lg);box-shadow:var(--ps-shadow-sm)}.ps-pagination a,.ps-pagination span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:var(--ps-radius-sm);font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s ease}.ps-pagination a{background:#f1f5f9;color:var(--ps-text)}.ps-pagination a:hover{background:var(--ps-primary);color:#fff}.ps-pagination .current{background:var(--ps-gradient);color:#fff}.ps-pagination .disabled{background:#f8fafc;color:#cbd5e1;pointer-events:none}.ps-pagination svg{width:18px;height:18px}.ps-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.ps-active-filter{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:50px;font-size:.8rem;font-weight:600;color:var(--ps-primary)}.ps-active-filter button{background:none;border:none;padding:0;cursor:pointer;display:flex;color:inherit;opacity:.7;transition:opacity .2s ease}.ps-active-filter button:hover{opacity:1}.ps-active-filter svg{width:14px;height:14px}.ps-clear-all-filters{background:none;border:2px solid var(--ps-border);padding:8px 14px;border-radius:50px;font-size:.8rem;font-weight:600;color:var(--ps-text-muted);cursor:pointer;transition:all .2s ease}.ps-clear-all-filters:hover{border-color:#ef4444;color:#ef4444}.ps-loading{display:flex;align-items:center;justify-content:center;padding:60px}.ps-loading-spinner{width:40px;height:40px;border:3px solid var(--ps-border);border-top-color:var(--ps-primary);border-radius:50%;animation:ps-spin .8s linear infinite}@keyframes ps-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.ps-collection-header{padding:40px 16px 50px}.ps-collection-title{font-size:1.8rem}.ps-collection-description{font-size:1rem}.ps-collection-layout{padding:0 16px}.ps-collection-toolbar{padding:12px 16px}.ps-toolbar-info{width:100%;justify-content:center}.ps-toolbar-actions{width:100%;justify-content:space-between}.ps-product-info{padding:16px}.ps-product-title{font-size:1rem}.ps-price-current{font-size:1.3rem}.ps-btn{padding:12px 16px;font-size:.85rem}}.ps-product-card{animation:ps-fadeInUp .5s ease forwards;opacity:0}.ps-product-card:nth-child(1){animation-delay:.05s}.ps-product-card:nth-child(2){animation-delay:.1s}.ps-product-card:nth-child(3){animation-delay:.15s}.ps-product-card:nth-child(4){animation-delay:.2s}.ps-product-card:nth-child(5){animation-delay:.25s}.ps-product-card:nth-child(6){animation-delay:.3s}@keyframes ps-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/collection-product-grid-custom.css.map */
