.sp-col-header{background:#fff;border-bottom:1px solid #f0f0f0;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;gap:20px;position:sticky;top:0;z-index:100;margin-left:28px;margin-right:28px;margin-top:5px;border-radius:20px}.sp-col-header__left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.sp-col-header__back{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#374151;text-decoration:none;flex-shrink:0;transition:border-color .18s,color .18s}.sp-col-header__back:hover{border-color:#e91e8c;color:#e91e8c}.sp-col-header__back svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sp-col-header__breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280}.sp-col-header__breadcrumb a{color:#6b7280;text-decoration:none;transition:color .15s;white-space:nowrap}.sp-col-header__breadcrumb a:hover{color:#e91e8c}.sp-col-header__sep{color:#d1d5db}.sp-col-header__current{color:#111827;font-weight:500;white-space:nowrap}.sp-col-header__search{display:flex;align-items:center;gap:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:50px;padding:0 16px;height:38px;width:260px;flex-shrink:0;transition:border-color .18s}.sp-col-header__search:focus-within{border-color:#e91e8c;background:#fff}.sp-col-header__search svg{width:15px;height:15px;stroke:#9ca3af;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.sp-col-header__search input{border:none;outline:none;background:transparent;font-size:13px;color:#374151;width:100%;font-family:inherit}.sp-col-header__search input::placeholder{color:#9ca3af}.sp-col-main{padding:20px 24px}.sp-col-main__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:10px}.sp-col-main__title-wrap{display:flex;align-items:center;gap:10px}.sp-col-main__title{font-size:20px;font-weight:700;color:#111827;letter-spacing:-.01em;margin:0}.sp-col-main__count{background:#fce7f3;color:#e91e8c;font-size:12px;font-weight:700;padding:3px 10px;border-radius:20px}.sp-col-main__sort{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151;flex-shrink:0}.sp-sort-select{height:36px;padding:0 28px 0 12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:13px;color:#374151;background:#fff;cursor:pointer;outline:none;font-family:inherit;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;min-width:140px}.sp-sort-select:focus{border-color:#e91e8c}.sp-col-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sp-col-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;cursor:pointer}.sp-col-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.sp-col-card__img-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#fafafa}.sp-col-card__img{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .3s;background-color:#fff}.sp-col-card:hover .sp-col-card__img{transform:scale(1.04)}.sp-col-card__badge{position:absolute;top:10px;left:10px;background:#e91e8c;color:#fff;font-size:10px;font-weight:700;padding:3px 9px;border-radius:20px;z-index:2}.sp-col-card__wish{position:absolute;top:10px;right:10px;width:28px;height:28px;background:#ffffffd9;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:0 1px 4px #00000014;transition:transform .2s;z-index:2}.sp-col-card__wish:hover{transform:scale(1.15)}.sp-col-card__wish svg{width:14px;height:14px;stroke:#e91e8c;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sp-col-card__wish.is-wished svg{fill:#e91e8c;stroke:#e91e8c}.sp-col-card__body{padding:12px 14px 14px;display:flex;flex-direction:column;flex:1}.sp-top-picks__vendor{color:#e91e8c;font-size:11px}.sp-col-card__title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:5px;min-height:40px}.sp-col-card__title{font-size:14px;font-weight:600;color:#111827;line-height:1.4;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sp-col-card__rating{display:flex;align-items:center;gap:3px;font-size:12px;font-weight:600;color:#111827;flex-shrink:0;white-space:nowrap}.sp-col-card__rating svg{width:13px;height:13px;fill:#f59e0b;stroke:none}.sp-col-card__prices{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}.sp-col-card__price-was{font-size:12px;color:#9ca3af;text-decoration:line-through}.sp-col-card__price-now{font-size:14px;font-weight:700;color:#111827}.sp-col-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.sp-col-btn-view{display:flex;align-items:center;justify-content:center;gap:5px;padding:9px 8px;border-radius:8px;font-size:12px;font-weight:600;border:1.5px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;transition:all .18s;text-decoration:none;white-space:nowrap;font-family:inherit}.sp-col-btn-view:hover{border-color:#e91e8c;color:#e91e8c}.sp-col-btn-cart{display:flex;align-items:center;justify-content:center;gap:5px;padding:9px 8px;border-radius:8px;font-size:12px;font-weight:600;background:#111827;color:#fff;border:none;cursor:pointer;transition:background .18s;white-space:nowrap;font-family:inherit}.sp-col-btn-cart:hover{background:#e91e8c}.sp-col-card__actions svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sp-col-empty{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#6b7280;font-size:15px}.facets-vertical aside#main-collection-filters{background-color:#fff;margin-top:20px;padding:20px;border-radius:20px}.sp-col-main__top{background-color:#fff;padding:25px;border-radius:20px}.facets-wrapper{background:#fff;border-right:1px solid #efefef;height:calc(100vh - 56px);overflow-y:auto;position:sticky;top:76px;scrollbar-width:thin;scrollbar-color:#e5e7eb transparent;background-color:#fff;margin-top:20px;padding:20px;border-radius:20px;flex:0 0 17%}.sp-hero__search-wrap{position:relative;width:100%;max-width:620px}@keyframes sp-hero-rainbow{0%{background-position:0% 50%}to{background-position:300% 50%}}.sp-hero__search-inner{position:relative;z-index:1;display:flex;align-items:center;gap:10px}.sp-hero__search-icon{flex-shrink:0;color:#9ca3af;display:flex;align-items:center}.sp-hero__search-input{flex:1;border:none;outline:none;background:transparent;font-size:15px;color:#374151;font-family:inherit}.sp-hero__search-input::placeholder{color:#9ca3af}@media screen and (min-width:990px){.facets-vertical{margin-left:28px}}@media screen and (max-width:989px){.sp-col-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.sp-col-header__breadcrumb{display:none}}@media screen and (max-width:480px){.sp-col-grid{grid-template-columns:repeat(1,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/sp-card-collection.css.map */
