.ck-collection-page{font-family:Urbanist,Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:#232323;min-height:100vh;padding-bottom:60px}.ck-collection-header{background:#232323;color:#fff;padding:40px 20px;text-align:center}.ck-collection-title{font-size:42px;font-weight:900;text-transform:uppercase;letter-spacing:-1px;margin:0 0 8px}.ck-collection-count{font-size:14px;font-weight:500;opacity:.7;text-transform:uppercase;letter-spacing:1px;margin:0}.ck-collection-description{max-width:900px;margin:20px auto 0;text-align:left;font-size:13px;font-weight:400;line-height:1.7;letter-spacing:.02em;text-transform:uppercase;opacity:.85}.ck-description-excerpt{display:inline}.ck-read-more-btn,.ck-read-less-btn{background:none;border:none;color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:0;margin-top:12px;display:inline-block;transition:opacity .2s ease}.ck-read-more-btn:hover,.ck-read-less-btn:hover{opacity:.7}.ck-description-full{text-transform:none;font-size:14px;line-height:1.8}.ck-description-rte h2{font-size:18px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin:24px 0 12px}.ck-description-rte h3{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin:20px 0 10px}.ck-description-rte p{margin:0 0 12px}.ck-description-rte a{color:#ff11b0;text-decoration:underline;text-underline-offset:2px}.ck-description-rte a:hover{opacity:.8}.ck-description-rte ul,.ck-description-rte ol{padding-left:20px;margin:8px 0 16px}.ck-description-rte li{margin-bottom:6px}.ck-collection-banner{margin-top:24px;border-radius:8px;overflow:hidden;max-width:1200px;margin-left:auto;margin-right:auto}.ck-collection-banner-img{width:100%;height:auto;display:block;object-fit:cover;max-height:300px}.ck-collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e5e5;position:sticky;top:0;background:#fff;z-index:100}.ck-filter-toggle{display:flex;align-items:center;gap:8px;background:none;border:2px solid #232323;padding:10px 20px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s}.ck-filter-toggle:hover{background:#232323;color:#fff}.ck-sort-wrapper{display:flex;align-items:center;gap:10px}.ck-sort-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.ck-sort-select{border:none;background:none;font-size:13px;font-weight:600;cursor:pointer;padding:8px 0;-webkit-appearance:auto;appearance:auto}.ck-filter-drawer{position:fixed;top:0;left:-100%;width:100%;max-width:380px;height:100vh;background:#fff;z-index:100000;transition:left .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:4px 0 20px #00000026}.ck-filter-drawer.active{left:0}.ck-filter-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:24px 20px;border-bottom:1px solid #e5e5e5}.ck-filter-drawer-header h3{font-size:18px;font-weight:900;letter-spacing:2px;margin:0}.ck-filter-close{background:none;border:none;cursor:pointer;padding:4px}.ck-filter-body{padding:20px}.ck-filter-group{border-bottom:1px solid #f0f0f0;margin-bottom:0}.ck-filter-group-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 0;background:none;border:none;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:1px;cursor:pointer}.ck-filter-group-toggle svg{transition:transform .3s}.ck-filter-group.open .ck-filter-group-toggle svg{transform:rotate(180deg)}.ck-filter-options{display:none;padding-bottom:16px}.ck-filter-group.open .ck-filter-options{display:block}.ck-filter-option{display:flex;align-items:center;gap:10px;padding:8px 0;cursor:pointer;font-size:14px}.ck-filter-option input[type=checkbox]{display:none}.ck-filter-checkbox{width:18px;height:18px;border:2px solid #232323;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.ck-filter-option input:checked+.ck-filter-checkbox{background:#232323}.ck-filter-option input:checked+.ck-filter-checkbox:after{content:"\2713";color:#fff;font-size:12px;font-weight:700}.ck-filter-option-label{font-weight:500}.ck-filter-option-count{opacity:.5;font-size:12px}.ck-filter-clear{width:100%;padding:16px;margin-top:20px;background:#232323;color:#fff;border:none;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:opacity .2s}.ck-filter-clear:hover{opacity:.8}.ck-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#e5e5e5;padding:0}@media(min-width:768px){.ck-product-grid{grid-template-columns:repeat(4,1fr)}}.ck-product-card{background:#fff;overflow:hidden}.ck-product-card-link{text-decoration:none;color:inherit;display:block}.ck-product-image-wrapper{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f8f8f8}.ck-product-image{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease}.ck-product-image-hover{position:absolute;top:0;left:0;opacity:0}.ck-product-card:hover .ck-product-image-hover{opacity:1}.ck-product-card:hover .ck-product-image-primary{opacity:0}.ck-badge{position:absolute;top:12px;left:12px;padding:6px 12px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;z-index:2}.ck-badge-sale{background:#ff11b0;color:#fff}.ck-badge-soldout{background:#232323;color:#fff}.ck-badge-coming{background:#fff;color:#232323;border:1px solid #232323}.ck-quick-add{position:absolute;bottom:0;left:0;right:0;padding:14px;background:#232323;color:#fff;border:none;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:2px;cursor:pointer;opacity:0;transform:translateY(100%);transition:all .3s cubic-bezier(.4,0,.2,1)}.ck-product-card:hover .ck-quick-add{opacity:1;transform:translateY(0)}.ck-quick-add:hover{background:#ff11b0}.ck-product-info{padding:14px 12px 20px}.ck-product-vendor{font-size:11px;font-weight:700;opacity:.5;letter-spacing:1px;margin:0 0 4px}.ck-product-title{font-size:14px;font-weight:700;margin:0 0 8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ck-product-price{display:flex;align-items:center;gap:8px}.ck-price-regular{font-size:15px;font-weight:800}.ck-price-sale{font-size:15px;font-weight:800;color:#ff11b0}.ck-price-compare{font-size:13px;font-weight:500;text-decoration:line-through;opacity:.5}.ck-product-options{font-size:12px;opacity:.6;margin:6px 0 0}.ck-pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:40px 20px}.ck-page-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:2px solid #e5e5e5;background:none;text-decoration:none;color:#232323;font-size:14px;font-weight:700;transition:all .2s}.ck-page-btn:hover{border-color:#232323}.ck-page-active{background:#232323;color:#fff;border-color:#232323}@media(max-width:767px){.ck-collection-header{padding:28px 16px}.ck-collection-title{font-size:28px}.ck-collection-description{font-size:12px;margin-top:16px}.ck-collection-banner-img{max-height:180px}.ck-collection-toolbar{padding:12px 16px}.ck-filter-toggle{padding:8px 14px;font-size:11px}.ck-sort-label{display:none}.ck-product-info{padding:10px 10px 16px}.ck-product-title{font-size:12px}.ck-product-vendor{font-size:10px}.ck-price-regular,.ck-price-sale{font-size:14px}.ck-quick-add{opacity:1;transform:translateY(0);padding:10px;font-size:10px}.ck-badge{top:8px;left:8px;padding:4px 8px;font-size:9px}.ck-filter-drawer{max-width:100%}}body.filter-open:after{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:99999}
/*# sourceMappingURL=/cdn/shop/t/4/assets/collection-page.css.map */
