.ec-collection__header{display:flex;flex-direction:column;align-items:center;gap:0}.ec-collection__title{font-family:var(--font-heading-family, Nunito, sans-serif);font-size:36px;font-weight:700;line-height:1.3;color:#1d1d1f;text-align:center;margin:0}.ec-collection__divider{margin-top:32px;margin-bottom:32px}.ec-collection__hr{border:none;border-top:1px solid #E8E8EE;margin:0}.ec-collection__main{display:flex;gap:48px}.ec-collection__sidebar{flex:0 0 295px;width:295px;min-width:295px}.ec-collection__filters-header{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #E8E8EE}.ec-collection__filters-title{font-family:var(--font-family-base, Inter, sans-serif);font-size:18px;font-weight:700;line-height:1.4;color:#1d1d1f;margin:0}.ec-collection__sidebar .facets-container,.ec-collection__sidebar .facets__form-vertical,.ec-collection__sidebar .facets__wrapper{padding:0}.ec-collection__sidebar .facets__heading--vertical{display:none}.ec-collection__content{flex:1;min-width:0}.ec-collection__toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px;min-height:40px}.ec-collection__count{flex:1}.ec-collection__count-text{font-family:var(--font-family-base, Inter, sans-serif);font-size:14px;font-weight:400;line-height:1.5;color:#1d1d1f}.ec-collection__count-text strong{font-weight:800}.ec-collection__sort{flex-shrink:0}.ec-collection__sort-form{margin:0;padding:0}.ec-collection__sort-dropdown{position:relative;width:350px}.ec-collection__sort-dropdown-btn{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;padding:0 12px 0 16px;background:#fff;border:1px solid #E8E8EE;border-radius:8px;cursor:pointer;font-family:var(--font-family-base, Inter, sans-serif);font-size:14px;line-height:1.5;color:#707176;transition:all .2s ease;outline:none}.ec-collection__sort-dropdown-btn:hover{border-color:#086ebb}.ec-collection__sort-dropdown-btn:focus{border-color:#086ebb;box-shadow:0 0 0 2px #086ebb1a}.ec-collection__sort-dropdown-btn[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}.ec-collection__sort-dropdown-btn[aria-expanded=true] .ec-collection__sort-dropdown-icon{transform:rotate(180deg)}.ec-collection__sort-dropdown-label{display:flex;align-items:center;gap:10px;flex:1;text-align:left}.ec-collection__sort-dropdown-selected{font-weight:600;color:#373843}.ec-collection__sort-dropdown-icon{flex-shrink:0;width:16px;height:16px;color:#086ebb;transition:transform .2s ease;pointer-events:none}.ec-collection__sort-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #E8E8EE;border-radius:8px;box-shadow:0 0 8px #9193a729;z-index:10;overflow:hidden;opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.ec-collection__sort-dropdown-menu:not([hidden]){opacity:1;transform:translateY(0);pointer-events:auto}.ec-collection__sort-dropdown-option{display:block;width:100%;height:37px;padding:8px 16px;background:transparent;border:none;text-align:left;font-family:var(--font-family-base, Inter, sans-serif);font-size:14px;font-weight:400;line-height:1.5;color:#373843;cursor:pointer;transition:background-color .15s ease;outline:none}.ec-collection__sort-dropdown-option:hover,.ec-collection__sort-dropdown-option:focus{background-color:#f3f3f6}.ec-collection__sort-dropdown-option[data-selected],.ec-collection__sort-dropdown-option[aria-selected=true]{background-color:#e8e8ee;color:#1d1d1f}.ec-product-grid{display:flex;flex-wrap:wrap;column-gap:20px;row-gap:2px;align-items:flex-start;list-style:none;margin:0;padding:0}.ec-product-grid__item{flex:0 0 calc((100% - 40px) / 3);min-width:0;position:relative;min-height:590px}.ec-product-grid__item .card-wrapper{position:relative;z-index:1}.ec-product-grid__item:hover .card-wrapper{z-index:2}.ec-product-grid__item .card{height:100%}.ec-product-grid__item .quick-add{position:relative;z-index:inherit}.ec-collection__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 20px;text-align:center}.ec-collection__empty-text{font-family:var(--font-family-base, Inter, sans-serif);font-size:16px;font-weight:400;line-height:1.5;color:#707176;margin:0}.ec-collection__empty-link{font-family:var(--font-family-base, Inter, sans-serif);font-size:14px;font-weight:500;line-height:1.5;color:#086ebb;text-decoration:underline}.ec-collection__load-more{display:flex;justify-content:center}.ec-collection__load-more-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 32px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s ease}.ec-collection__load-more-btn:hover{opacity:.8}.ec-collection__load-more-btn:disabled{opacity:.5;cursor:not-allowed}.ec-collection__load-more-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:#086ebb}.ec-collection__load-more-text{font-family:var(--font-family-base, Inter, sans-serif);font-size:14px;font-weight:600;line-height:1.5;color:#086ebb;text-decoration:underline}.ec-collection__load-more-btn.loading .ec-collection__load-more-text{opacity:.6}.ec-collection__load-more-btn.loading:after{content:"";width:16px;height:16px;border:2px solid #086EBB;border-top-color:transparent;border-radius:50%;animation:ec-spin .8s linear infinite;margin-left:8px}@keyframes ec-spin{to{transform:rotate(360deg)}}@media screen and (max-width:989px){.ec-collection__title{font-size:28px}.ec-collection__main{gap:32px}.ec-collection__sidebar{flex:0 0 240px;width:240px;min-width:240px}.ec-product-grid__item{flex:0 0 calc((100% - 20px)/2)}.ec-collection__toolbar{flex-wrap:wrap;gap:16px}}@media screen and (max-width:749px){.ec-collection__title{font-size:24px}.ec-collection__divider{margin-top:24px;margin-bottom:24px}.ec-collection__main{flex-direction:column;gap:24px}.ec-collection__sidebar{flex:none;width:100%;min-width:0;order:2}.ec-collection__content{order:1}.ec-collection__toolbar{flex-direction:column;align-items:stretch;gap:12px}.ec-collection__sort-dropdown{display:none}.ec-product-grid{gap:8px}.ec-product-grid__item{flex:0 0 calc((100% - 16px)/2);min-height:496px}.ec-product-grid--1-col-mobile .ec-product-grid__item{flex:0 0 100%}.ec-collection__load-more{margin-top:32px}.ec-collection__filters-header,.ec-collection__sidebar{display:none}.ec-collection__count-text{font-size:12px;text-align:center;width:100%;display:block;margin-top:24px}}.ec-product-grid--4-col .ec-product-grid__item{flex:0 0 calc((100% - 60px)/4)}@media screen and (max-width:989px){.ec-product-grid--4-col .ec-product-grid__item{flex:0 0 calc((100% - 40px) / 3)}}@media screen and (max-width:749px){.ec-product-grid--4-col .ec-product-grid__item{flex:0 0 calc((100% - 16px)/2)}}.ec-product-grid--2-col .ec-product-grid__item{flex:0 0 calc((100% - 20px)/2)}@media screen and (max-width:749px){.ec-product-grid--2-col .ec-product-grid__item{flex:0 0 calc((100% - 16px)/2)}}.ec-facets__apply-btn{display:flex;align-items:center;justify-content:center;width:100%;height:44px;padding:10px 20px;margin-top:24px;background-color:#231f20;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.ec-facets__apply-btn:hover{opacity:.9;transform:translateY(-1px)}.ec-facets__apply-btn:active{transform:translateY(0)}.ec-facets__apply-btn span{font-family:var(--font-family-base, Inter, sans-serif);font-size:14px;font-weight:600;line-height:1.5;color:#fff}@media screen and (max-width:749px){.ec-facets__apply-btn{display:none}}.ec-collection__drawer-toggle,.ec-collection__sort-toggle{position:absolute;opacity:0;pointer-events:none;scroll-margin:0;margin:0;padding:0;border:0;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.ec-collection__drawer-toggle:focus,.ec-collection__sort-toggle:focus{outline:none}.ec-collection__mobile-filters{display:none;gap:8px;margin-bottom:16px}.ec-collection__mobile-filter-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:167.5px;height:40px;padding:12px 16px;background-color:#fff;border:1px solid #E8E8EE;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:var(--font-family-base, Inter, sans-serif);font-size:12px;font-weight:500;line-height:1.5;color:#373843;position:relative}.ec-collection__mobile-filter-btn svg{width:16px;height:16px;flex-shrink:0}.ec-collection__mobile-filter-btn:hover{background-color:#f3f3f6}.ec-collection__filter-badge{display:flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;background-color:#086ebb;border-radius:8px;font-family:var(--font-family-base, Inter, sans-serif);font-size:10px;font-weight:600;line-height:1;color:#fff}.ec-collection__count-mobile{display:none;margin-bottom:24px}.ec-collection__filters-drawer{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;pointer-events:none;opacity:0;transition:opacity .3s ease}#ec-filters-drawer-toggle:checked~.ec-collection__filters-drawer{pointer-events:auto;opacity:1}.ec-collection__filters-drawer-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;cursor:pointer;z-index:1}.ec-collection__filters-drawer-content{position:absolute;top:0;right:0;bottom:0;width:355px;max-width:90vw;background-color:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:-2px 0 8px #0000001a;z-index:2}#ec-filters-drawer-toggle:checked~.ec-collection__filters-drawer .ec-collection__filters-drawer-content{transform:translate(0)}.ec-collection__filters-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #E8E8EE;flex-shrink:0}.ec-collection__filters-drawer-title{font-family:var(--font-family-base, Inter, sans-serif);font-size:18px;font-weight:700;line-height:1.4;color:#1d1d1f;margin:0}.ec-collection__filters-drawer-close{display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:pointer;color:#373843;transition:opacity .2s ease}.ec-collection__filters-drawer-close:hover{opacity:.7}.ec-collection__filters-drawer-close svg{width:20px;height:20px}.ec-collection__filters-drawer-body{flex:1;overflow-y:auto;padding:24px 24px 160px}.ec-collection__filters-drawer-body .ec-facets__apply-btn{display:none}.ec-collection__filters-drawer-footer{display:flex;flex-direction:column;gap:12px;padding:16px 24px;border-top:1px solid #E8E8EE;flex-shrink:0;position:absolute;bottom:0;width:100%;left:0;background:#f3f3f6;z-index:5}.ec-collection__filters-apply-btn{display:flex;align-items:center;justify-content:center;width:100%;height:44px;padding:10px 20px;background-color:#231f20;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:var(--font-family-base, Inter, sans-serif);font-size:14px;font-weight:600;line-height:1.5;color:#fff}.ec-collection__filters-drawer-footer .ec-collection__filters-apply-btn{background-color:#086ebb;color:#fff}.ec-collection__filters-apply-btn:hover{opacity:.9;transform:translateY(-1px)}.ec-collection__filters-apply-btn:active{transform:translateY(0)}.ec-collection__filters-clear-btn{display:flex;align-items:center;justify-content:center;width:100%;height:44px;padding:10px 20px;background-color:transparent;border:1px solid #E8E8EE;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:var(--font-family-base, Inter, sans-serif);font-size:14px;font-weight:600;line-height:1.5;color:#373843;text-decoration:none}.ec-collection__filters-drawer-footer .ec-collection__filters-clear-btn{border:1px solid #086EBB;color:#086ebb}.ec-collection__filters-clear-btn:hover{background-color:#f3f3f6;border-color:#cdcdda}.ec-collection__sort-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;pointer-events:none;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;padding:20px}#ec-sort-modal-toggle:checked~.ec-collection__sort-modal{pointer-events:auto;opacity:1}.ec-collection__sort-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;cursor:pointer}.ec-collection__sort-modal-content{position:relative;width:280px;max-width:100%;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;transform:scale(.9);transition:transform .3s ease;box-shadow:0 4px 16px #00000026}#ec-sort-modal-toggle:checked~.ec-collection__sort-modal .ec-collection__sort-modal-content{transform:scale(1)}.ec-collection__sort-modal-header{display:flex;align-items:center;justify-content:space-between;height:60px;padding:10px 20px;border-bottom:1px solid #E8E8EE;flex-shrink:0}.ec-collection__sort-modal-title{font-family:var(--font-family-base, Nunito, sans-serif);font-size:20px;font-weight:700;line-height:1.3;color:#373843;margin:0}.ec-collection__sort-modal-close{display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:pointer;color:#707176;transition:opacity .2s ease}.ec-collection__sort-modal-close:hover{opacity:.7}.ec-collection__sort-modal-close svg{width:20px;height:20px}.ec-collection__sort-modal-body{padding:8px 20px;max-height:60vh;overflow-y:auto}.ec-collection__sort-modal-body .ec-collection__sort-form{display:flex;flex-direction:column;padding:0;margin:0}.ec-collection__sort-option{display:flex;align-items:center;gap:8px;height:44px;padding:8px 4px;cursor:pointer;transition:background-color .15s ease}.ec-collection__sort-option:hover{background-color:#086ebb0d}.ec-collection__sort-option input[type=checkbox]{width:16px;height:16px;margin:0;cursor:pointer;flex-shrink:0;appearance:none;-webkit-appearance:none;border:1px solid #E8E8EE;border-radius:1px;background-color:#fff;position:relative;transition:all .2s ease}.ec-collection__sort-option input[type=checkbox]:checked{background-color:#086ebb;border-color:#086ebb}.ec-collection__sort-option input[type=checkbox]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.ec-collection__sort-option-text{font-family:var(--font-family-base, Inter, sans-serif);font-size:14px;font-weight:400;line-height:1.5;color:#373843;flex:1;white-space:nowrap}@media screen and (max-width:749px){.ec-collection__mobile-filters{display:flex}.ec-collection__count-mobile{display:block}.ec-collection__toolbar{display:none}body:has(#ec-filters-drawer-toggle:checked),body:has(#ec-sort-modal-toggle:checked){overflow:hidden}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/ec-collection-product-grid.css.map */
