.hc-grid-nav{display:flex;align-items:center;justify-content:space-between;padding:60px 16px 40px;border-bottom:2px solid #f2f2f2}.hc-grid-nav__left{display:flex;align-items:center;gap:16px}.hc-grid-nav__filters-btn{display:flex;align-items:center;gap:4px;height:36px;padding:0 16px;border:1px solid var(--black, #000);background:transparent;cursor:pointer;font-family:inherit;transition:background-color .2s ease,color .2s ease}.hc-grid-nav__filters-btn:hover{background-color:var(--black, #000);color:#fff}.hc-grid-nav__filters-btn:hover .hc-grid-nav__filter-icon{color:#fff}.hc-grid-nav__filter-icon{flex-shrink:0;color:var(--black, #000);transition:color .2s ease}.hc-grid-nav__filters-label{font-size:14px;font-weight:700;color:#1a1a1a;line-height:1}.hc-grid-nav__filters-btn:hover .hc-grid-nav__filters-label{color:#fff}.hc-grid-nav__filters-count{display:flex;align-items:center;justify-content:center;min-width:14px;height:14px;padding:2px;background-color:var(--black, #000);color:#fff;font-size:12px;font-weight:400;line-height:1}.hc-grid-nav__filters-count--hidden{display:none}.hc-grid-nav__product-count{display:flex;align-items:center;gap:4px;font-size:16px;color:var(--black, #000);line-height:1}.hc-grid-nav__count-number{font-weight:900;text-transform:uppercase}.hc-grid-nav__count-label{font-weight:400}.hc-grid-nav__sort{position:relative}.hc-grid-nav__sort-btn{display:flex;align-items:center;gap:4px;height:36px;width:211px;padding:0 16px;border:1px solid var(--black, #000);background:transparent;cursor:pointer;font-family:inherit}.hc-grid-nav__sort-label{flex:1;text-align:left;font-size:14px;font-weight:700;color:#1a1a1a;line-height:1}.hc-grid-nav__sort-icon{flex-shrink:0;transition:transform .2s ease}.hc-grid-nav__sort-btn[aria-expanded=true] .hc-grid-nav__sort-icon{transform:rotate(180deg)}.hc-grid-nav__sort-list{position:absolute;top:100%;right:0;left:0;z-index:10;margin:0;padding:0;list-style:none;background:#fff;border:1px solid var(--black, #000);border-top:none}.hc-grid-nav__sort-list[hidden]{display:none}.hc-grid-nav__sort-item{margin:0}.hc-grid-nav__sort-link{display:block;padding:8px 16px;font-size:14px;font-weight:400;color:var(--black, #000);text-decoration:none;transition:background-color .15s ease}.hc-grid-nav__sort-link:hover{background-color:#f2f2f2}.hc-grid-nav__sort-item--active .hc-grid-nav__sort-link{font-weight:700}.collection__products--hc-grid{display:block!important;flex-direction:unset}.collection__products--hc-grid .grid-outer{width:100%;padding:40px 16px 0}.hc-grid-filters{border-bottom:1px solid var(--black, #000);padding:40px 16px;width:100%}.hc-grid-filters[hidden]{display:none}.hc-grid-filters__form{margin:0}.hc-grid-filters__columns{display:flex;align-items:flex-start;justify-content:space-between}.hc-grid-filters__column{flex:0 0 auto;width:350px;min-width:0}.hc-grid-filters__column--price{width:350px}.hc-grid-filters__heading{font-size:12px;font-weight:700;color:#777;letter-spacing:.05em;margin-bottom:8px;line-height:1;font-family:var(--FONT-STACK-HEADING, inherit)}.hc-grid-filters__options{display:flex;flex-direction:column;gap:8px}.hc-grid-filters__option{display:flex;align-items:center;gap:4px;height:24px;cursor:pointer;-webkit-user-select:none;user-select:none}.hc-grid-filters__option--disabled{opacity:.4;pointer-events:none}.hc-grid-filters__checkbox{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.hc-grid-filters__check{display:flex;align-items:center;justify-content:center;width:14px;height:14px;flex-shrink:0;border:1px solid var(--black, #000);background:transparent;color:transparent;transition:background-color .15s ease,color .15s ease}.hc-grid-filters__checkbox:checked+.hc-grid-filters__check{background-color:var(--black, #000);color:#fff}.hc-grid-filters__label{font-size:14px;font-weight:400;color:var(--black, #000);line-height:1}.hc-grid-filters__price{width:100%}.hc-grid-filters__range{margin-bottom:12px}.hc-grid-filters__price-fields{display:flex;align-items:center;gap:16px}.hc-grid-filters__price-from,.hc-grid-filters__price-to{display:flex;align-items:center;gap:8px}.hc-grid-filters__price-text{font-size:14px;font-weight:400;color:var(--black, #000);line-height:1}.hc-grid-filters__price-value{display:flex;align-items:center;gap:0;font-size:12px;font-weight:700;color:var(--black, #000);line-height:1;font-family:var(--FONT-STACK-HEADING, inherit)}.hc-grid-filters__price-currency{font-size:12px;font-weight:700}.hc-grid-filters__price-input{width:50px;border:none;background:transparent;font-size:12px;font-weight:700;color:var(--black, #000);font-family:var(--FONT-STACK-HEADING, inherit);padding:0;outline:none;-moz-appearance:textfield}.hc-grid-filters__price-input::-webkit-outer-spin-button,.hc-grid-filters__price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hc-grid-filters__price-sep{font-size:14px;font-weight:400;color:var(--black, #000)}.hc-grid-filters__actions{display:flex;flex-direction:column;align-items:flex-end;gap:16px;flex:0 0 321px}.hc-grid-filters__apply-btn{display:flex;align-items:center;justify-content:center;padding:8px 16px;background-color:var(--black, #000);color:#fff;border:none;cursor:pointer;font-size:14px;font-weight:500;font-family:var(--FONT-STACK-HEADING, inherit);letter-spacing:1px;text-transform:uppercase;line-height:1;transition:opacity .2s ease}.hc-grid-filters__apply-btn:hover{opacity:.8}.hc-grid-filters__clear-link{font-size:16px;font-weight:400;color:var(--black, #000);text-decoration:underline;transition:opacity .2s ease}.hc-grid-filters__clear-link:hover{opacity:.7}.hc-pagination{display:flex;align-items:center;justify-content:center;gap:24px;padding:40px 0}.hc-pagination__arrow{display:flex;align-items:center;justify-content:center;width:60px;height:40px;border:1px solid var(--black, #000);border-radius:100px;background:transparent;color:var(--black, #000);text-decoration:none;transition:background-color .2s ease,color .2s ease}.hc-pagination__arrow:hover{background-color:var(--black, #000);color:#fff}.hc-pagination__arrow .icon{width:24px;height:24px}.hc-pagination__arrow--disabled{opacity:.3;pointer-events:none}.hc-pagination__pages{display:flex;align-items:center;gap:24px}.hc-pagination__page{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--black, #000);background:transparent;color:var(--black, #000);font-size:16px;font-weight:400;text-decoration:none;line-height:1;transition:background-color .2s ease,color .2s ease}.hc-pagination__page:hover{background-color:var(--black, #000);color:#fff}.hc-pagination__page--active{background-color:var(--black, #000);color:#fff;font-weight:700;pointer-events:none}.hc-pagination__page--ellipsis{border:none;pointer-events:none;width:auto}@media screen and (min-width:1440px){.hc-grid-nav,.hc-grid-filters,.collection__products--hc-grid .grid-outer{padding-left:120px;padding-right:120px}}@media screen and (max-width:989px){.hc-grid-nav{padding-bottom:24px}.hc-grid-nav__sort-btn{width:auto;min-width:140px}.hc-grid-filters__columns{flex-wrap:wrap;gap:24px}.hc-grid-filters__column{flex:0 0 calc(50% - 12px);width:auto}.hc-grid-filters__column--price{width:auto}.hc-grid-filters__actions{flex:0 0 100%;flex-direction:row;justify-content:flex-end;align-items:center;padding-top:16px;border-top:1px solid #f2f2f2}.hc-grid-filters{padding-bottom:24px;margin-bottom:24px}.hc-pagination{gap:16px;padding:24px 0}.hc-pagination__arrow{width:48px;height:36px}.hc-pagination__page{width:36px;height:36px;font-size:14px}}@media screen and (max-width:749px){.hc-grid-nav{display:grid;grid-template-columns:auto 1fr;gap:8px;padding-top:20px;padding-bottom:10px}.hc-grid-nav__left{display:contents}.hc-grid-nav__filters-btn{grid-column:1;grid-row:1}.hc-grid-nav__product-count{grid-column:1 / -1;grid-row:2;font-size:16px}.hc-grid-nav__right{grid-column:2;grid-row:1;justify-self:end}.hc-grid-nav__sort-btn{min-width:auto;width:211px}.hc-grid-filters{padding:16px}.hc-grid-filters__columns{flex-direction:column;gap:20px}.hc-grid-filters__column{width:100%;padding-bottom:0;border-bottom:none}.hc-grid-filters__column--price{width:100%}.hc-grid-filters__actions{width:100%;flex-direction:column;align-items:flex-end;gap:16px}.hc-grid-filters__apply-btn{width:auto;padding:8px 16px}.hc-grid-filters__clear-link{text-align:right}.hc-pagination{gap:8px;padding:20px 0;flex-wrap:wrap}.hc-pagination__pages{gap:8px}.hc-pagination__arrow{width:40px;height:32px}.hc-pagination__page{width:32px;height:32px;font-size:13px}}.hc-collection-grid{display:grid!important;grid-template-columns:repeat(var(--COLUMNS, 4),1fr);gap:26.67px}.hc-collection-grid .grid-item.product-item{width:100%!important;float:none!important;padding:0!important;margin:0!important;background:linear-gradient(to top,#fff,#eaeaea);display:flex;flex-direction:column;align-items:center;transition:transform .2s ease}.hc-collection-grid .grid-item.product-item:hover{transform:translateY(-2px)}.hc-collection-grid .product-item__image{position:relative;width:100%;overflow:hidden;background:transparent}.hc-collection-grid .product-item__bg,.hc-collection-grid .product-item__bg img,.hc-collection-grid .product-item__bg .image-wrapper{background:transparent!important}.hc-collection-grid .product-item__bg__under,.hc-collection-grid .product-item__bg__sibling,.hc-collection-grid hover-images{display:none!important}.hc-collection-grid .badge-box,.hc-collection-grid .sale-box,.hc-collection-grid .preorder-box{position:absolute!important;top:30px!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%)!important;z-index:2;background-color:#0e0e0e!important;color:#fff!important;font-size:12px!important;font-weight:400!important;text-transform:uppercase!important;padding:4px 8px!important;line-height:1.2!important;letter-spacing:0!important;border-radius:0!important;white-space:nowrap!important;margin:0!important;border:none!important}.hc-collection-grid .product-item__promo-badge{position:absolute!important;top:30px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;z-index:2;background-color:#0e0e0e!important;color:#fff!important;font-size:12px!important;text-transform:uppercase!important;padding:4px 8px!important;white-space:nowrap!important;line-height:1.2!important;border-radius:0!important;margin:0!important}.hc-collection-grid .product-information{display:flex;flex-direction:column;align-items:stretch;gap:4px;padding:12px 24px 16px!important;width:100%}.hc-collection-grid .product-item__info{text-align:center}.hc-collection-grid .product-item__info a.product-link{text-decoration:none}.hc-collection-grid .product-item__title{font-size:16px!important;font-weight:700!important;color:#0e0e0e;text-align:center!important;line-height:1.2!important;margin:0}.hc-collection-grid .product-item__price__holder{text-align:center}.hc-collection-grid .product-item__price{display:flex!important;justify-content:center!important;align-items:center!important;gap:6px!important;font-size:16px!important}.hc-collection-grid .product-item__price .price{display:flex!important;justify-content:center!important;align-items:center!important;gap:6px!important}.hc-collection-grid .product-item__price .price dd,.hc-collection-grid .product-item__price .price .price__current{font-weight:700;color:#0e0e0e}.hc-collection-grid .product-item__price .price .price__was{display:none}.hc-collection-grid .product-item__cutline,.hc-collection-grid .product-item__swatches__holder,.hc-collection-grid .product-item__siblings,.hc-collection-grid .product-item__swatches__count,.hc-collection-grid .quick-add__holder,.hc-collection-grid .mobile-shop-now-btn,.hc-collection-grid .hc-soldout-overlay__content{display:none!important}.hc-collection-grid .no-results{grid-column:1 / -1;text-align:center;padding:40px 0}@media screen and (max-width:989px){.hc-collection-grid{grid-template-columns:repeat(var(--COLUMNS-MEDIUM, 2),1fr);gap:20px}}@media screen and (max-width:749px){.hc-collection-grid{grid-template-columns:repeat(var(--COLUMNS-SMALL, 2),1fr);gap:16px}.hc-collection-grid .product-information{padding:8px 12px 12px!important}.hc-collection-grid .product-item__title,.hc-collection-grid .product-item__price{font-size:14px!important}.hc-collection-grid .badge-box,.hc-collection-grid .sale-box,.hc-collection-grid .preorder-box,.hc-collection-grid .product-item__promo-badge{top:16px!important;font-size:10px!important;padding:3px 6px!important}}@media screen and (max-width:479px){.hc-collection-grid{grid-template-columns:repeat(var(--COLUMNS-MOBILE, 2),1fr)}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/hc-collection-grid.css.map */
