@keyframes tpcCGFadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.tpc-cg__animate{opacity:0}.tpc-cg__animate--visible{animation:tpcCGFadeInUp .5s ease forwards}@media(prefers-reduced-motion:reduce){.tpc-cg__animate{opacity:1}.tpc-cg__animate--visible{animation:none}}.tpc-collection-grid{background-color:var(--tpc-cg-bg);padding-top:var(--tpc-cg-pad-top);padding-bottom:var(--tpc-cg-pad-bottom);width:100%}.tpc-cg__container{max-width:1280px;margin:0 auto;padding:0 16px}.tpc-cg__toolbar-sentinel{height:0;width:100%}.tpc-cg__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid #E8E5DE;margin-bottom:32px;transition:background .3s ease,box-shadow .3s ease;z-index:10}.tpc-cg__toolbar--sticky{position:fixed;top:64px;left:0;right:0;background:#fbfdfdf7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 16px #00000014;padding:12px 0;margin-bottom:0;border-bottom:1px solid #E8E5DE}.tpc-cg__toolbar--sticky .tpc-cg__toolbar-inner{max-width:1280px;margin:0 auto;padding:0 16px}.tpc-cg__toolbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.tpc-cg__toolbar-left{display:flex;align-items:center;gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-shrink:1;min-width:0}.tpc-cg__toolbar-left::-webkit-scrollbar{display:none}.tpc-cg__toolbar-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.tpc-cg__filter-tab{display:inline-flex;align-items:center;gap:6px;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;padding:8px 16px;border-radius:9999px;border:1.5px solid #D4E0E0;background:transparent;color:#4b5563;cursor:pointer;transition:all .2s ease;line-height:1.4;white-space:nowrap}.tpc-cg__filter-tab:hover{border-color:var(--tpc-cg-accent);color:var(--tpc-cg-accent)}.tpc-cg__filter-tab--active{background-color:var(--tpc-cg-accent);color:#fff;border-color:var(--tpc-cg-accent)}.tpc-cg__filter-tab--active:hover{color:#fff}.tpc-cg__tab-count{font-family:Montserrat,sans-serif;font-weight:700;font-size:12px;padding:1px 6px;border-radius:9999px;line-height:1.4}.tpc-cg__filter-tab--active .tpc-cg__tab-count{background:#ffffff40;color:#fff}.tpc-cg__filter-tab:not(.tpc-cg__filter-tab--active) .tpc-cg__tab-count{background:#c7ecec;color:#1a8f8f}.tpc-cg__product-count{font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;color:var(--tpc-cg-body-color);white-space:nowrap}.tpc-cg__sort-wrap{position:relative}.tpc-cg__sort-btn{display:inline-flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;padding:8px 16px;border-radius:9999px;border:1.5px solid #D4E0E0;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease;line-height:1.4;white-space:nowrap}.tpc-cg__sort-btn:hover{border-color:var(--tpc-cg-accent)}.tpc-cg__sort-btn svg{width:14px;height:14px;flex-shrink:0}.tpc-cg__sort-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:208px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f;border:1px solid #E8E5DE;z-index:20;display:none;overflow:hidden}.tpc-cg__sort-dropdown--open{display:block}.tpc-cg__sort-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;color:#374151;background:none;border:none;cursor:pointer;transition:background .15s ease;text-align:left}.tpc-cg__sort-option:hover{background:#f9fafb}.tpc-cg__sort-option--active{color:var(--tpc-cg-accent);font-weight:600}.tpc-cg__sort-check{width:16px;height:16px;color:var(--tpc-cg-accent)}.tpc-cg__grid{display:grid;grid-template-columns:1fr;gap:24px}.tpc-cg__card{background:var(--tpc-cg-card-bg);border-radius:var(--tpc-cg-card-radius);overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;position:relative;box-shadow:0 2px 16px #1a1f2e12}.tpc-cg__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #1a1f2e24}.tpc-cg__card--hidden{display:none}.tpc-cg__card-image-wrap{position:relative;background:var(--tpc-cg-img-bg);aspect-ratio:4 / 3;overflow:hidden}.tpc-cg__card-img{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease,transform .7s ease}.tpc-cg__card-img--primary{position:relative;z-index:1}.tpc-cg__card-img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:0}.tpc-cg__card:hover .tpc-cg__card-img--primary{opacity:0}.tpc-cg__card:hover .tpc-cg__card-img--secondary{opacity:1}.tpc-cg__card:hover .tpc-cg__card-img{transform:scale(1.05)}.tpc-cg__dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);z-index:2;display:flex;gap:6px}.tpc-cg__dot{width:6px;height:6px;border-radius:3px;background:#fff9;transition:all .3s ease}.tpc-cg__dot--active{width:20px;background:var(--tpc-cg-accent)}.tpc-cg__card:hover .tpc-cg__dot:first-child{width:6px;background:#fff9}.tpc-cg__card:hover .tpc-cg__dot:last-child{width:20px;background:var(--tpc-cg-accent)}.tpc-cg__badge{position:absolute;top:12px;left:12px;z-index:2;font-family:Montserrat,sans-serif;font-weight:700;font-size:12px;letter-spacing:.04em;padding:4px 12px;border-radius:9999px;background:var(--tpc-cg-accent);color:#fff;line-height:1.4}.tpc-cg__quick-add{position:absolute;bottom:0;left:0;right:0;z-index:3;display:flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;letter-spacing:.02em;padding:12px;background:var(--tpc-cg-accent);color:#fff;border:none;border-radius:0 0 12px 12px;box-shadow:0 -4px 16px #2abfbf66;cursor:pointer;opacity:0;transform:translateY(12px);transition:all .2s ease;line-height:1.4}.tpc-cg__card:hover .tpc-cg__quick-add{opacity:1;transform:translateY(0)}.tpc-cg__quick-add:hover{background:#1a8f8f}.tpc-cg__card-body{padding:20px}.tpc-cg__meta-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.tpc-cg__category-tag{font-family:Montserrat,sans-serif;font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--tpc-cg-accent)}.tpc-cg__rating{display:flex;align-items:center;gap:4px}.tpc-cg__star{color:var(--tpc-cg-accent);fill:var(--tpc-cg-accent)}.tpc-cg__rating-text{font-family:Montserrat,sans-serif;font-weight:600;font-size:12px;color:#374151}.tpc-cg__product-name{font-family:Playfair Display,serif;font-weight:600;font-size:var(--tpc-cg-product-name-size);line-height:1.3;color:var(--tpc-cg-heading-color);margin:0 0 4px}.tpc-cg__product-name a{color:inherit;text-decoration:none}.tpc-cg__product-name a:hover{text-decoration:underline}.tpc-cg__tagline{font-family:Montserrat,sans-serif;font-size:14px;line-height:1.6;color:var(--tpc-cg-body-color);margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tpc-cg__price-row{display:flex;align-items:center;justify-content:space-between}.tpc-cg__price-wrap{display:flex;align-items:center;gap:8px}.tpc-cg__price-current{font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;color:var(--tpc-cg-heading-color)}.tpc-cg__price-compare{font-family:Montserrat,sans-serif;font-size:14px;color:#9ca3af;text-decoration:line-through}.tpc-cg__add-btn{display:inline-flex;align-items:center;gap:6px;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;padding:10px 20px;border-radius:var(--tpc-cg-btn-radius);background:var(--tpc-cg-accent);color:#fff;border:none;cursor:pointer;transition:all .2s ease;line-height:1.4;flex-shrink:0;box-shadow:0 4px 12px #2abfbf4d}.tpc-cg__add-btn:hover{transform:translateY(-2px);opacity:.9}.tpc-cg__add-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.tpc-cg__add-btn svg{width:14px;height:14px}.tpc-cg__add-btn--adding,.tpc-cg__quick-add--adding{opacity:.7;pointer-events:none}.tpc-cg__add-btn--added,.tpc-cg__quick-add--added{background:#22c55e!important;color:#fff!important;pointer-events:none}.tpc-cg__empty{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:64px 24px;grid-column:1 / -1}.tpc-cg__empty--visible{display:flex}.tpc-cg__empty-icon{width:64px;height:64px;border-radius:50%;background:#c7ecec;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.tpc-cg__empty-icon svg{width:28px;height:28px;color:#1a8f8f}.tpc-cg__empty-heading{font-family:Playfair Display,serif;font-weight:600;font-size:20px;color:#1a1f2e;margin:0 0 8px}.tpc-cg__empty-text{font-family:Montserrat,sans-serif;font-size:14px;color:#6b7280;margin:0 0 24px}.tpc-cg__empty-btn{font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;padding:12px 24px;border-radius:9999px;background:var(--tpc-cg-accent);color:#fff;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.tpc-cg__empty-btn:hover{opacity:.9}.tpc-cg__pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:48px;font-family:Montserrat,sans-serif}.tpc-cg__pagination a,.tpc-cg__pagination span.current{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:9999px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease}.tpc-cg__pagination a{color:#374151;border:1px solid #E8E5DE}.tpc-cg__pagination a:hover{border-color:var(--tpc-cg-accent);color:var(--tpc-cg-accent)}.tpc-cg__pagination span.current{background:var(--tpc-cg-accent);color:#fff;border:1px solid var(--tpc-cg-accent)}@media screen and (min-width:640px){.tpc-cg__container{padding:0 24px}.tpc-cg__grid{grid-template-columns:repeat(2,1fr)}.tpc-cg__toolbar--sticky .tpc-cg__toolbar-inner{padding:0 24px}}@media screen and (min-width:1024px){.tpc-cg__container{padding:0 32px}.tpc-cg__grid{grid-template-columns:repeat(3,1fr)}.tpc-cg__toolbar--sticky .tpc-cg__toolbar-inner{padding:0 32px}}@media screen and (min-width:1280px){.tpc-cg__grid{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:749px){.tpc-collection-grid{padding-top:var(--tpc-cg-pad-top-mobile);padding-bottom:var(--tpc-cg-pad-bottom-mobile)}.tpc-cg__toolbar-right{gap:8px}.tpc-cg__product-count,.tpc-cg__sort-label{display:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/tpc-collection-grid.css.map */
