.modern-collection-products{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.modern-collection-products__container{max-width:1200px;margin:0 auto;padding:0 20px}.modern-collection-products__toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px;padding:20px;background:rgba(var(--color-foreground),.02);border:1px solid rgba(var(--color-foreground),.08);border-radius:12px;flex-wrap:wrap}.modern-collection-products__filters-toggle{display:none;align-items:center;gap:8px;padding:12px 16px;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.2);border-radius:8px;font-size:.875rem;font-weight:500;color:rgb(var(--color-foreground));cursor:pointer;transition:all .3s ease}.modern-collection-products__filters-toggle:hover{background:rgba(var(--color-foreground),.05)}.filters-toggle__icon{width:18px;height:18px;stroke:currentColor}.filters-count{background:var(--color-accent);color:#fff;padding:2px 6px;border-radius:10px;font-size:.75rem;font-weight:600;min-width:18px;text-align:center}.modern-collection-products__results-info{flex:1}.results-count{font-size:.875rem;color:rgba(var(--color-foreground),.7);font-weight:500}.modern-collection-products__sorting{display:flex;align-items:center;gap:8px}.sorting-label{font-size:.875rem;font-weight:500;color:rgba(var(--color-foreground),.7)}.sorting-select{padding:8px 12px;border:1px solid rgba(var(--color-foreground),.2);border-radius:6px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:.875rem;cursor:pointer;min-width:200px}.modern-collection-products__layout{display:grid;grid-template-columns:250px 1fr;gap:40px}.modern-collection-products__layout.no-filters{grid-template-columns:1fr}.modern-collection-products__filters-sidebar{position:sticky;top:20px;height:fit-content}.products-grid{display:grid;gap:16px}.products-grid[data-columns-desktop="2"]{grid-template-columns:repeat(2,1fr)}.products-grid[data-columns-desktop="3"]{grid-template-columns:repeat(3,1fr)}.products-grid[data-columns-desktop="4"]{grid-template-columns:repeat(4,1fr)}.products-grid[data-columns-desktop="5"]{grid-template-columns:repeat(5,1fr)}.modern-product-card{background:var(--color-surface);border:none;border-radius:12px;overflow:hidden;transition:all .3s ease;position:relative;height:100%;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000001a}.modern-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.modern-product-card__image-wrapper{position:relative;overflow:hidden;background:#f8f9fa;flex:1;min-height:250px}.modern-product-card__image-wrapper--adapt{aspect-ratio:4/5}.modern-product-card__image-wrapper--square{aspect-ratio:1}.modern-product-card__image-wrapper--portrait{aspect-ratio:3/4}.modern-product-card__image-link{display:block;position:relative;width:100%;height:100%}.modern-product-card__image{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.modern-product-card__image--secondary{position:absolute;top:0;left:0;opacity:0}.modern-product-card:hover .modern-product-card__image--primary{opacity:0}.modern-product-card:hover .modern-product-card__image--secondary{opacity:1}.modern-product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.05)}.modern-product-card__image-placeholder svg{width:60px;height:60px;opacity:.3}.modern-product-card__badge{position:absolute;top:8px;left:8px;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;z-index:2;text-transform:none;letter-spacing:0}.modern-product-card__badge--sale{background:var(--color-accent);color:#fff}.modern-product-card__badge--sold-out{background:#000000b3;color:#fff}.modern-product-card__quick-actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translate(10px);transition:all .3s ease;z-index:2}.modern-product-card:hover .modern-product-card__quick-actions{opacity:1;transform:translate(0)}.quick-action{width:36px;height:36px;background:#ffffffe6;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.quick-action:hover{background:var(--color-accent);color:#fff;transform:scale(1.1)}.quick-action svg{width:18px;height:18px;stroke:currentColor}.modern-product-card__info{padding:16px;display:flex;flex-direction:column;gap:8px;background:#fff}.modern-product-card__vendor{font-size:.75rem;color:#999;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.modern-product-card__title{margin:0;font-size:.875rem;font-weight:400;line-height:1.4;color:#333;height:2.8em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.modern-product-card__title-link{color:#333;text-decoration:none;transition:color .3s ease}.modern-product-card__title-link:hover{color:var(--color-accent)}.modern-product-card__rating{display:flex;align-items:center;gap:4px}.rating-stars{display:flex;gap:2px}.rating-star{width:14px;height:14px;color:gold}.modern-product-card__price{display:flex;align-items:center;gap:8px;margin-top:auto}.modern-product-card__price-compare{color:#999;text-decoration:line-through;font-size:.875rem;font-weight:400}.modern-product-card__price-current{color:#333;font-weight:600;font-size:1rem}.modern-product-card__price-current--sale{color:var(--color-accent);font-weight:700}.modern-product-card__add-to-cart{margin-top:12px;opacity:1;transform:translateY(0);transition:all .3s ease}.modern-product-card__cart-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:var(--color-accent);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modern-product-card__cart-button:hover{background:var(--color-accent-hover);color:#fff!important;transform:translateY(-2px)}.modern-product-card__cart-button svg{width:16px;height:16px;stroke:currentColor}.modern-collection-products__empty{display:flex;justify-content:center;padding:80px 20px}.empty-state{text-align:center;max-width:400px}.empty-state__icon{width:64px;height:64px;color:rgba(var(--color-foreground),.3);margin:0 auto 24px}.empty-state__title{font-size:1.8rem;font-weight:600;margin:0 0 12px;color:rgb(var(--color-foreground))}.empty-state__description{color:rgba(var(--color-foreground),.7);line-height:1.5;margin:0 0 24px}.empty-state__button{display:inline-flex;align-items:center;padding:12px 24px;background:var(--color-accent);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.empty-state__button:hover{background:var(--color-accent-hover);color:#fff!important;transform:translateY(-2px)}@media screen and (max-width: 990px){.modern-collection-products__layout{grid-template-columns:1fr;gap:24px}.modern-collection-products__filters-sidebar{position:static;order:2}.modern-collection-products__filters-toggle{display:flex}.products-grid[data-columns-desktop="4"],.products-grid[data-columns-desktop="5"]{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 749px){.modern-collection-products__container{padding:0 16px}.modern-collection-products__toolbar{padding:16px;flex-direction:column;align-items:stretch;gap:12px}.modern-collection-products__sorting{order:-1}.sorting-select{min-width:auto;width:100%}.products-grid{gap:16px}.products-grid[data-columns-mobile="1"]{grid-template-columns:1fr}.products-grid[data-columns-mobile="2"]{grid-template-columns:repeat(2,1fr)}.modern-product-card__info{padding:16px}.modern-product-card__quick-actions{opacity:1;transform:translate(0)}.modern-product-card__add-to-cart{opacity:1;transform:translateY(0)}}@media screen and (max-width: 480px){.products-grid{gap:12px}.modern-product-card__info{padding:12px}.quick-action{width:32px;height:32px}.quick-action svg{width:16px;height:16px}}.modern-product-card__title-link:focus,.modern-product-card__image-link:focus,.modern-product-card__cart-button:focus,.quick-action:focus{outline:2px solid var(--color-accent);outline-offset:2px}.modern-collection-products.color-scheme-3,.modern-collection-products.color-scheme-4{background:rgba(var(--color-background),.95)}.modern-collection-products.color-scheme-3 .modern-product-card,.modern-collection-products.color-scheme-4 .modern-product-card{background:#ffffff1a;border-color:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/modern-collection-products.css.map */
