.mf-products-gallery{padding:var(--mf-space-xl) 0;background:var(--mf-white)}.mf-products-gallery__header{margin-bottom:var(--mf-space-lg);display:flex;flex-direction:column;gap:var(--mf-space-md)}.mf-products-gallery__header-text{text-align:center}.mf-products-gallery__title{margin:0;padding:0;font-size:var(--mf-text-3xl);font-weight:var(--mf-font-bold);color:var(--mf-text);line-height:var(--mf-leading-tight);font-family:var(--mf-font-heading)}.mf-products-gallery__description{margin:var(--mf-space-xs) 0 0;padding:0;font-size:var(--mf-text-base);color:var(--mf-text-light);line-height:var(--mf-leading-relaxed);max-width:600px;margin-left:auto;margin-right:auto}.mf-products-gallery__count{text-align:center}.mf-products-gallery__count-text{font-size:var(--mf-text-sm);color:var(--mf-text-muted);font-weight:var(--mf-font-medium)}.mf-products-gallery__filters{margin-bottom:var(--mf-space-lg);padding:var(--mf-space-md);background:var(--mf-bg-light);border-radius:var(--mf-radius-lg);border:1px solid var(--mf-border)}.mf-products-gallery__filters-form{display:flex;flex-direction:column;gap:var(--mf-space-md)}.mf-products-gallery__search{position:relative;width:100%}.mf-products-gallery__search-input{width:100%;height:48px;padding:0 48px 0 var(--mf-space-md);border:1px solid var(--mf-border);border-radius:var(--mf-radius-md);font-size:var(--mf-text-base);color:var(--mf-text);background:var(--mf-white);transition:all var(--mf-transition-fast)}.mf-products-gallery__search-input:focus{outline:none;border-color:var(--mf-primary);box-shadow:0 0 0 3px #e32a1b1a}.mf-products-gallery__search-input::placeholder{color:var(--mf-text-muted)}.mf-products-gallery__search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--mf-primary);color:var(--mf-white);border:none;border-radius:var(--mf-radius-sm);cursor:pointer;transition:all var(--mf-transition-fast)}.mf-products-gallery__search-btn:hover{background:var(--mf-primary-hover);transform:translateY(-50%) scale(1.05)}.mf-products-gallery__search-btn:active{transform:translateY(-50%) scale(.98)}.mf-products-gallery__filter-group{gap:var(--mf-space-md)}.mf-products-gallery__filter{display:flex;flex-direction:column;margin-left:auto;width:400px;max-width:75vw;gap:var(--mf-space-xs)}.mf-products-gallery__filter-label{font-size:var(--mf-text-sm);font-weight:var(--mf-font-semibold);color:var(--mf-text);margin:0}.mf-products-gallery__filter-select{width:100%;height:48px;padding:0 var(--mf-space-md);border:1px solid var(--mf-border);border-radius:var(--mf-radius-md);font-size:var(--mf-text-base);color:var(--mf-text);background:var(--mf-white);cursor:pointer;transition:all var(--mf-transition-fast);-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%232D2D2D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--mf-space-md) center;padding-right:48px}.mf-products-gallery__filter-select:focus{outline:none;border-color:var(--mf-primary);box-shadow:0 0 0 3px #e32a1b1a}.mf-products-gallery__grid{display:grid;gap:var(--mf-space-sm) var(--mf-space-md);margin-bottom:var(--mf-space-xl)}.mf-product-wrapper{opacity:1;transition:opacity var(--mf-transition-fast)}.mf-product-wrapper[style*="display: none"]{opacity:0;pointer-events:none}.mf-products-gallery--loading [data-products-grid] .mf-product-wrapper:nth-child(n+13){display:none!important;opacity:0}.mf-products-gallery__grid--cols-1{grid-template-columns:1fr}.mf-products-gallery__grid--cols-2{grid-template-columns:repeat(2,1fr)}.mf-products-gallery__pagination{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:var(--mf-space-lg) 0;max-width:100%}.mf-products-gallery__page-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--mf-space-xs);min-width:36px;width:36px;height:36px;padding:0;background:var(--mf-white);color:var(--mf-text);border:1px solid var(--mf-border);border-radius:var(--mf-radius-sm);font-size:var(--mf-text-sm);font-weight:var(--mf-font-medium);text-decoration:none;transition:all var(--mf-transition-fast);cursor:pointer;flex-shrink:0}.mf-products-gallery__page-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.mf-products-gallery__page-btn:not(:disabled):hover{background:var(--mf-primary);color:var(--mf-white);border-color:var(--mf-primary);transform:translateY(-2px);box-shadow:var(--mf-shadow-sm)}.mf-products-gallery__page-btn:not(:disabled):active{transform:translateY(0)}.mf-products-gallery__page-btn svg{width:16px;height:16px}.mf-products-gallery__page-btn-text{display:none}.mf-products-gallery__page-numbers{display:flex;align-items:center;justify-content:center;gap:6px;flex:1;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%;padding:0 4px}.mf-products-gallery__page-numbers::-webkit-scrollbar{display:none}.mf-products-gallery__page-number{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 var(--mf-space-xs);background:var(--mf-white);color:var(--mf-text);border:1px solid var(--mf-border);border-radius:var(--mf-radius-sm);font-size:var(--mf-text-xs);font-weight:var(--mf-font-semibold);text-decoration:none;transition:all var(--mf-transition-fast);cursor:pointer;flex-shrink:0;white-space:nowrap}.mf-products-gallery__page-number:not(:disabled):not(.mf-products-gallery__page-number--active):not(.mf-products-gallery__page-number--ellipsis):hover{background:var(--mf-bg-light);border-color:var(--mf-border-dark)}.mf-products-gallery__page-number--active{background:var(--mf-primary);color:var(--mf-white);border-color:var(--mf-primary);cursor:default;pointer-events:none}.mf-products-gallery__page-number--ellipsis{border:none;background:transparent;cursor:default;pointer-events:none;color:var(--mf-text-muted);min-width:24px;padding:0;font-weight:var(--mf-font-bold)}.mf-products-gallery__empty{text-align:center;padding:var(--mf-space-3xl) var(--mf-space-md);display:flex;flex-direction:column;align-items:center;gap:var(--mf-space-md)}.mf-products-gallery__empty-icon{color:var(--mf-text-muted);opacity:.5}.mf-products-gallery__empty-title{margin:0;font-size:var(--mf-text-2xl);font-weight:var(--mf-font-bold);color:var(--mf-text)}.mf-products-gallery__empty-text{margin:0;font-size:var(--mf-text-base);color:var(--mf-text-light);max-width:400px}.mf-products-gallery__empty-btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--mf-space-sm) var(--mf-space-lg);background:var(--mf-primary);color:var(--mf-white);border:none;border-radius:var(--mf-radius-md);font-size:var(--mf-text-base);font-weight:var(--mf-font-semibold);text-decoration:none;transition:all var(--mf-transition-fast);cursor:pointer;margin-top:var(--mf-space-sm);font-family:inherit}.mf-products-gallery__empty-btn:hover{background:var(--mf-primary-hover);transform:translateY(-2px);box-shadow:var(--mf-shadow-primary)}.mf-products-gallery__empty-btn:active{transform:translateY(0)}@media (min-width: 750px){.mf-products-gallery{padding:var(--mf-space-2xl) 0}.mf-products-gallery__title{font-size:var(--mf-text-4xl)}.mf-products-gallery__description{font-size:var(--mf-text-lg)}.mf-products-gallery__filters-form{flex-direction:row;align-items:flex-end;justify-content:space-around}.mf-products-gallery__search{flex:1;width:400px;max-width:80vw}.mf-products-gallery__filter-group{display:flex;align-items:end;flex:1}.mf-products-gallery__grid{grid-template-columns:repeat(3,1fr);gap:var(--mf-space-md) var(--mf-space-lg)}.mf-products-gallery__pagination{justify-content:center;gap:var(--mf-space-sm);flex-wrap:wrap}.mf-products-gallery__page-btn{min-width:auto;width:auto;height:40px;padding:var(--mf-space-sm) var(--mf-space-md);border-radius:var(--mf-radius-md)}.mf-products-gallery__page-btn svg{width:20px;height:20px}.mf-products-gallery__page-btn-text{display:inline}.mf-products-gallery__page-number{min-width:40px;height:40px;padding:0 var(--mf-space-sm);font-size:var(--mf-text-sm);border-radius:var(--mf-radius-md)}.mf-products-gallery__page-numbers{gap:var(--mf-space-xs);padding:0}.mf-products-gallery__empty{padding:var(--mf-space-3xl) var(--mf-space-xl)}.mf-products-gallery__empty-title{font-size:var(--mf-text-3xl)}}@media (min-width: 990px){.mf-products-gallery__header{margin-bottom:var(--mf-space-2xl)}.mf-products-gallery__title{font-size:var(--mf-text-5xl)}.mf-products-gallery__grid{grid-template-columns:repeat(4,1fr)}.mf-products-gallery__filters{padding:var(--mf-space-lg)}}@media (min-width: 1200px){.mf-products-gallery__grid{gap:var(--mf-space-lg) var(--mf-space-xl)}}.mf-products-gallery__search-input:focus-visible,.mf-products-gallery__filter-select:focus-visible,.mf-products-gallery__page-btn:focus-visible,.mf-products-gallery__page-number:focus-visible{outline:2px solid var(--mf-primary);outline-offset:2px}@media (prefers-reduced-motion: reduce){.mf-products-gallery__page-btn,.mf-products-gallery__page-number,.mf-products-gallery__empty-btn{transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-mf-products-gallery.css.map */
