.collections-page{padding-bottom:60px}.collections-page .page-title{margin-bottom:20px}.collections-page .page-description{font-size:18px;line-height:28px}.collections-page .collections-filters-error{font-size:18px;padding-top:15px}.collections-page .collections-filters{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin-top:30px;padding:20px 0}.collections-page .collections-filters .filters-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.collections-page .collections-filters .filters-clear{align-items:baseline;display:flex;justify-content:space-between}.collections-page .collections-filters .filter-block .filter-label{color:#333;font-size:15px;font-weight:600;margin-bottom:8px}.collections-page .collections-filters .filter-block .filter-select{position:relative}.collections-page .collections-filters .filter-block .filter-select .select-trigger{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:10px 12px;transition:all .2s}.collections-page .collections-filters .filter-block .filter-select .select-trigger:hover{border-color:#41bbbb}.collections-page .collections-filters .filter-block .filter-select .select-trigger .selected-values{color:#333;font-size:14px}.collections-page .collections-filters .filter-block .filter-select .select-trigger .selected-values.placeholder{color:#999}.collections-page .collections-filters .filter-block .filter-select .select-trigger .select-icon{color:#666;transition:transform .2s}.collections-page .collections-filters .filter-block .filter-select .select-trigger .select-icon.rotated{transform:rotate(180deg)}.collections-page .collections-filters .filter-block .filter-select .select-dropdown{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:100}.collections-page .collections-filters .filter-block .filter-select .select-dropdown .dropdown-options{padding:12px}.collections-page .collections-filters .filter-block .filter-select .select-dropdown .dropdown-options .app-checkbox{margin-bottom:12px}.collections-page .collections-filters .filter-block .filter-select .select-dropdown .dropdown-options .app-checkbox:last-child{margin-bottom:0}.collections-page .collections-filters .filter-block .filter-select .select-dropdown .dropdown-options .app-checkbox .checkbox-label .label-text{font-size:14px}.collections-page .collections-filters .clear-filters{margin-top:15px;text-align:right}.collections-page .collections-filters .clear-filters .clear-filters-btn{background:none;border:1px solid #e0e0e0;border-radius:6px;color:#666;cursor:pointer;font-size:13px;padding:6px 12px;transition:all .2s}.collections-page .collections-filters .clear-filters .clear-filters-btn:hover{border-color:#41bbbb;color:#41bbbb}.collections-page .collections-container{display:grid;grid-template-columns:repeat(3,1fr);margin-top:40px;grid-row-gap:40px;grid-column-gap:20px;align-items:stretch}.collections-page .collections-item{align-items:flex-start;border:1px solid #e0e0e0;border-radius:6px;display:flex;flex-direction:column;justify-content:space-between}.collections-page .collections-item__link{border-radius:6px 6px 0 0;display:block;height:230px;overflow:hidden;position:relative;width:100%}.collections-page .collections-item__link:before{content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s ease;width:100%;z-index:2}.collections-page .collections-item__link img{border-radius:6px 6px 0 0;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.collections-page .collections-item-group{align-items:flex-start;display:flex;flex:1;flex-direction:column;justify-content:space-between;margin-top:10px;padding:0 15px 15px}.collections-page .collection-item__title{display:inline-block;font-size:24px;font-weight:600;margin-bottom:10px;transition:all .2s ease}.collections-page .collection-item__title:hover{color:#41bbbb}.collections-page .collection-item__desc{color:#303030;font-size:16px;margin-bottom:15px}@media (max-width:767px){.collections-page .collections-container,.collections-page .collections-filters .filters-grid{grid-template-columns:1fr}}@media (max-width:479px){.collections-page .collections-page .collections-item__link{height:200px}}.collections-page--category .collections-item__link{background-color:#fff}.collections-page--category .collections-item__link img{-o-object-fit:contain;object-fit:contain}.collections-page--category .collections-item__link:hover img{transform:none}.collections-page--category .collection-item__desc{font-size:18px;font-weight:600}
