.paw-collection-section{width:100%;box-sizing:border-box}.paw-collection-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.paw-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#6b7280;margin-bottom:1.5rem}.paw-breadcrumbs a{color:#6b7280;text-decoration:none;transition:color .2s ease}.paw-breadcrumbs a:hover{color:#ff6b6b}.paw-breadcrumb-current{color:#1a1a1a;font-weight:600}.paw-collection-hero{background:#fff;border-radius:20px;padding:2.5rem;margin-bottom:2.5rem;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px #00000008;display:flex;align-items:center;justify-content:space-between;gap:2rem}.paw-collection-title-row{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.paw-collection-title{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.2;margin:0;letter-spacing:-.02em;color:#1a1a1a}.paw-collection-count-badge{background:#ff6b6b1f;color:#ff6b6b;font-size:.8rem;font-weight:700;padding:.3rem .75rem;border-radius:50px;white-space:nowrap}.paw-collection-description{font-size:1.05rem;color:#4b5563;line-height:1.6;max-width:650px}.paw-collection-hero-media{width:280px;height:180px;border-radius:14px;overflow:hidden;flex-shrink:0}.paw-collection-hero-img{width:100%;height:100%;object-fit:cover}.paw-collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.paw-toolbar-left,.paw-toolbar-right{display:flex;align-items:center;gap:1rem}.paw-filter-toggle-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #d1d5db;padding:.6rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:700;color:#1a1a1a;cursor:pointer;transition:all .2s ease}.paw-filter-toggle-btn:hover{border-color:#ff6b6b;color:#ff6b6b}.paw-filter-count-badge{background:#ff6b6b;color:#fff;font-size:.75rem;width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.paw-active-filters{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.paw-active-pill{display:inline-flex;align-items:center;gap:.35rem;background:#f4f4f5;color:#1a1a1a;font-size:.8rem;font-weight:600;padding:.3rem .75rem;border-radius:50px;text-decoration:none;transition:background-color .2s ease}.paw-active-pill:hover{background:#e4e4e7}.paw-clear-all-pill{font-size:.8rem;font-weight:700;color:#ff6b6b;text-decoration:underline;margin-left:.25rem}.paw-sort-wrapper{display:flex;align-items:center;gap:.5rem}.paw-sort-label{font-size:.875rem;font-weight:600;color:#4b5563;white-space:nowrap}.paw-sort-select{background:#fff;border:1px solid #d1d5db;padding:.6rem 2.2rem .6rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;color:#1a1a1a;cursor:pointer;outline:none}.paw-collection-layout{display:flex;gap:2.5rem;align-items:flex-start}.paw-collection-layout.has-sidebar .paw-collection-sidebar{width:260px;flex-shrink:0;position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:1rem}.paw-products-grid.desktop-cols-2{grid-template-columns:repeat(2,1fr)}.paw-products-grid.desktop-cols-3{grid-template-columns:repeat(3,1fr)}.paw-products-grid.desktop-cols-4{grid-template-columns:repeat(4,1fr)}.paw-products-grid.desktop-cols-5{grid-template-columns:repeat(5,1fr)}.paw-collection-grid-wrapper{flex-grow:1}.paw-product-img.secondary{position:absolute;top:0;left:0;opacity:0;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}.paw-product-card:hover .paw-product-img.secondary{opacity:1;transform:scale(1.05)}.paw-product-badges{position:absolute;top:14px;left:14px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;z-index:2;pointer-events:none}.paw-product-badge.badge-sold-out{background:#1a1a1a;color:#fff}.paw-product-badge.badge-sale{background:#ff6b6b;color:#fff}.paw-product-badge.badge-bestseller{background:#ffb800;color:#1a1a1a}.paw-product-badge.badge-matching{background:#4b6bfb;color:#fff}.paw-filter-group{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.paw-filter-group-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem}.paw-filter-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.paw-filter-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#4b5563;cursor:pointer}.paw-filter-checkbox-label input{accent-color:#ff6b6b;width:16px;height:16px}.paw-filter-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:998;opacity:0;pointer-events:none;transition:opacity .3s ease}.paw-filter-drawer-backdrop.open{opacity:1;pointer-events:auto}.paw-filter-drawer{position:fixed;top:0;left:0;width:340px;max-width:85vw;height:100vh;background:#fff;z-index:999;transform:translate(-100%);transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:10px 0 30px #00000026}.paw-filter-drawer.open{transform:translate(0)}.paw-drawer-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.paw-drawer-header h3{margin:0;font-size:1.2rem;font-weight:800}.paw-drawer-close{background:none;border:none;font-size:1.25rem;cursor:pointer}.paw-drawer-body{padding:1.5rem;overflow-y:auto;flex-grow:1}.paw-collection-empty{text-align:center;padding:5rem 1.5rem;background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.05)}.paw-empty-icon{font-size:3.5rem;margin-bottom:1rem}.paw-empty-title{font-size:1.75rem;font-weight:800;margin:0 0 .5rem;color:#1a1a1a}.paw-empty-desc{font-size:1.05rem;color:#6b7280;max-width:480px;margin:0 auto 2rem}.paw-empty-actions{display:flex;align-items:center;justify-content:center;gap:1rem}.paw-btn-primary{background:#ff6b6b;color:#fff;font-weight:700;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none}.paw-btn-secondary{background:#1a1a1a;color:#fff;font-weight:700;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none}@media(max-width:989px){.desktop-only{display:none!important}.paw-collection-hero{flex-direction:column;align-items:flex-start}.paw-collection-hero-media{width:100%;height:200px}.paw-products-grid.mobile-cols-1{grid-template-columns:1fr}.paw-products-grid.mobile-cols-2{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/paw-main-collection.css.map */
