.collection-grid-section .pp-collection-view-toolbar{display:flex;align-items:center;min-height:4rem;grid-column:2;grid-row:1;width:100%;padding:.4rem 0;box-sizing:border-box;z-index:2}.collection-grid-section .collection-wrapper_no-facets .pp-collection-view-toolbar,.collection-grid-section .collection-wrapper:not(.collection-wrapper--vertical) .pp-collection-view-toolbar{grid-column:1 / -1}.collection-grid-section .pp-collection-view-switch{display:inline-flex;align-items:center;gap:0;height:3.2rem;border:.1rem solid rgb(var(--color-border));border-radius:var(--pp-panel-radius, 12px);overflow:hidden;background:rgb(var(--color-background))}.collection-grid-section .pp-collection-view-button{display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;min-width:0;min-height:0;padding:0;margin:0;border:0;border-right:.1rem solid rgb(var(--color-border));color:rgb(var(--color-foreground-secondary));background:transparent;cursor:pointer;transition:color var(--duration-default),background-color var(--duration-default)}.collection-grid-section .pp-collection-view-button:last-child{border-right:0}.collection-grid-section .pp-collection-view-button:hover,.collection-grid-section .pp-collection-view-button.is-active{color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.06)}.collection-grid-section .pp-collection-view-button svg{width:1.6rem;height:1.6rem}.collection-grid-section .products-grid{margin-top:1.2rem}.collection-grid-section .pp-collection-grid{--pp-grid-gap: .8rem;--pp-desktop-columns: 4;gap:1.2rem var(--pp-grid-gap)}.collection-grid-section .pp-collection-grid .collection-product-card{width:100%}@media screen and (min-width:576px){.collection-grid-section .pp-collection-grid .collection-product-card{width:calc(50% - (var(--pp-grid-gap) / 2))}}@media screen and (min-width:990px){.collection-grid-section .pp-collection-grid .collection-product-card{width:calc((100% - (var(--pp-grid-gap) * (var(--pp-desktop-columns) - 1))) / var(--pp-desktop-columns))}}.collection-grid-section .pp-collection-card{position:relative;display:flex;flex-direction:column;height:100%;border:var(--pp-card-border-width, 1px) solid var(--pp-card-border-color, #d9d9d9);border-radius:var(--pp-card-radius, 14px);background:rgb(var(--color-background));overflow:hidden}.collection-grid-section .pp-collection-card__media-wrap{position:relative;min-width:0;background:rgb(var(--color-background))}.collection-grid-section .pp-collection-card__media-link{display:block;text-decoration:none}.collection-grid-section .pp-collection-card__media{width:100%;background:rgb(var(--color-background))}.collection-grid-section .pp-collection-card__media img{transition:opacity var(--duration-default),transform var(--duration-default)}@media(hover:hover){.collection-grid-section .pp-collection-card:hover .pp-collection-card__media .media--first:not(:only-child){opacity:0}.collection-grid-section .pp-collection-card:hover .pp-collection-card__media .media--second{opacity:1}}.collection-grid-section .pp-collection-card__badges{position:absolute;top:.8rem;right:.8rem;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem;z-index:2;pointer-events:none}.collection-grid-section .pp-collection-card__badges .badge{padding:.3rem .7rem;font-size:1rem;line-height:1.2;border-radius:.2rem}.collection-grid-section .pp-collection-card__content{display:flex;flex:1;flex-direction:column;justify-content:space-between;min-width:0;padding:1.1rem 1.2rem 1.2rem}.collection-grid-section .pp-collection-card__vendor,.collection-grid-section .pp-collection-card__collection{margin-bottom:.4rem;color:rgb(var(--color-foreground-secondary))}.collection-grid-section .pp-collection-card__title{margin:0 0 .45rem;font-size:calc(var(--font-heading-card-scale) * 1.2rem);line-height:1.35}.collection-grid-section .pp-collection-card__title a{color:#000;text-decoration:none}.collection-grid-section .pp-collection-card__title a:visited,.collection-grid-section .pp-collection-card__title a:hover{color:#000}.collection-grid-section .pp-collection-card__price .price{margin:0;font-size:1.25rem}.collection-grid-section .pp-collection-card__swatches{margin-top:.8rem}.collection-grid-section .pp-collection-card__swatches:empty{display:none}.collection-grid-section .pp-collection-card__swatches .product-form__controls{margin-bottom:0}.collection-grid-section .pp-collection-card__swatches .product-form__controls-group{gap:.4rem}.collection-grid-section .pp-collection-card__description{display:none;margin-top:.8rem;color:rgb(var(--color-foreground-secondary));font-size:1.2rem;line-height:1.5}.collection-grid-section .pp-collection-card__actions{position:relative;z-index:4;display:flex;align-items:center;gap:.55rem;margin-top:1rem}.collection-grid-section .pp-collection-card__action-form,.collection-grid-section .pp-collection-card__modal-opener{display:inline-flex}.collection-grid-section .pp-collection-card__action-form form{display:inline-flex;margin:0}.collection-grid-section .pp-collection-card__action-button,.collection-grid-section a.pp-collection-card__action-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;min-width:0;min-height:0;padding:0;margin:0;border:.1rem solid rgb(var(--color-border));border-radius:var(--pp-action-radius, 17px);color:rgb(var(--color-foreground));background:rgb(var(--color-background));text-decoration:none;cursor:pointer;transition:background-color var(--duration-default),color var(--duration-default),border-color var(--duration-default)}.collection-grid-section .pp-collection-card__action-button:hover,.collection-grid-section a.pp-collection-card__action-button:hover{color:rgb(var(--color-button-text));background:rgb(var(--color-button));border-color:rgb(var(--color-button))}.collection-grid-section .pp-collection-card__action-button[disabled]{opacity:.4;cursor:not-allowed}.collection-grid-section .pp-collection-card__action-button .icon{width:1.8rem;height:1.8rem}.collection-grid-section .pp-collection-card__action-button.loading>.icon,.collection-grid-section .pp-collection-card__action-button.loading>.visually-hidden{opacity:0}.collection-grid-section .pp-collection-card__action-button .loading-overlay__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.collection-grid-section .pp-collection-card__action-button .loading-overlay__spinner.hidden{display:none}.collection-grid-section .pp-collection-card__action-button .loading-overlay__spinner svg{width:1.5rem;height:1.5rem}.collection-grid-section .pp-collection-grid[data-view=list]{display:flex;flex-direction:column;gap:1.2rem}.collection-grid-section .pp-collection-grid[data-view=list] .collection-product-card{width:100%!important}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card{display:grid;grid-template-columns:minmax(13rem,30%) minmax(0,1fr);align-items:stretch}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__media-wrap{align-self:stretch}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__media-link,.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__media{height:100%}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__media{padding-bottom:0!important;min-height:15rem}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__media img,.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__content{justify-content:center;padding:1.6rem}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__title{margin-bottom:.6rem;font-size:calc(var(--font-heading-card-scale) * 1.35rem)}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__description{display:block;max-width:90rem}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__actions{margin-top:1.2rem}@media screen and (min-width:990px){.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card{grid-template-columns:minmax(18rem,25%) minmax(0,1fr)}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__media{min-height:18rem}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__content{padding:2rem 2.4rem}}@media screen and (max-width:575px){.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card{grid-template-columns:11rem minmax(0,1fr)}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__media{min-height:13rem}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__content{padding:1rem}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__description,.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__swatches{display:none}}.collection-grid-section .facets-container--pp .pp-collection-category{margin-bottom:1.2rem;border:.1rem solid rgb(var(--color-border));border-radius:var(--pp-panel-radius, 12px);background:rgb(var(--color-background))}.collection-grid-section .facets-container--pp .pp-collection-category__heading,.collection-grid-section .facets-container--pp .pp-collection-filter__heading{margin:0;padding:1.2rem 1.4rem;font-size:1.25rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;border-bottom:.1rem solid rgb(var(--color-border))}.collection-grid-section .facets-container--pp .pp-collection-category__list{list-style:none;margin:0;padding:.7rem 1.4rem 1rem}.collection-grid-section .facets-container--pp .pp-collection-category__list li{margin:0}.collection-grid-section .facets-container--pp .pp-collection-category__list a{display:block;padding:.6rem 0;color:rgb(var(--color-foreground));font-size:1.2rem;text-decoration:none;transition:opacity var(--duration-default)}.collection-grid-section .facets-container--pp .pp-collection-category__list a:hover,.collection-grid-section .facets-container--pp .pp-collection-category__list a[aria-current=page]{opacity:.6}.collection-grid-section .facets-container--pp .pp-collection-filter__heading{border:.1rem solid rgb(var(--color-border));border-bottom:0;border-radius:var(--pp-panel-radius, 12px) var(--pp-panel-radius, 12px) 0 0}@media screen and (min-width:750px){.collection-grid-section .facets-container--pp facet-filters-form.facets{display:block;padding:0 1.4rem 1rem;border:.1rem solid rgb(var(--color-border));border-top:0;border-radius:0 0 var(--pp-panel-radius, 12px) var(--pp-panel-radius, 12px);background:rgb(var(--color-background))}.collection-grid-section .facets-container--pp .facets__button-show{display:none}.collection-grid-section .facets-container--pp .facets__summary{padding:1.3rem 0}.collection-grid-section .facets-container--pp .facets__summary-title{font-size:1.2rem;text-transform:uppercase}.collection-grid-section .facets-container--pp .facets__disclosure:first-child{border-top:0}}@media screen and (max-width:749px){.collection-grid-section .pp-collection-view-toolbar{grid-column:1 / -1;margin-bottom:.8rem}.collection-grid-section .facets-container--pp .pp-collection-category,.collection-grid-section .facets-container--pp .pp-collection-filter__heading{display:none}}.collection-grid-section .pp-collection-grid.pp-grid-show-desc[data-view=grid] .pp-collection-card__description{display:block}@media screen and (min-width:750px){.collection-grid-section .facets-container--pp .facets__sort-wrapper_vertical .facets__product-count{display:none}}.collection-grid-section .pp-collection-card__price .price{color:#000;font-size:1.6rem;font-weight:600}.collection-grid-section .pp-collection-card__price .price .price-item--sale,.collection-grid-section .pp-collection-card__price .price .price__regular .price-item--regular{color:#000!important;font-weight:600!important;text-decoration:none!important}.collection-grid-section .pp-collection-card__price .price--on-sale .price__sale .price-item--compare,.collection-grid-section .pp-collection-card__price .price--on-sale .price__sale s.price-item--regular{color:#bcbcbc!important;font-size:1.3rem;font-weight:500!important;text-decoration:line-through!important;text-decoration-color:#bcbcbc!important}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price{align-items:center;text-align:center}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price dl{align-items:center}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price__sale,.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price__regular{justify-content:center}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__price,.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__price .price{width:100%;text-align:left}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__price .price,.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__price .price dl{align-items:flex-start}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__price .price__sale,.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__price .price__regular{justify-content:flex-start;text-align:left}.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__price .price__sale dd,.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__price .price__regular dd{text-align:left}.collection-grid-section .pp-collection-breadcrumb-wrap{width:100%;margin-bottom:1rem;padding:.7rem 1.2rem;border-radius:.2rem;background:#f5f5f5;box-sizing:border-box}.collection-grid-section .pp-collection-breadcrumb{display:flex;align-items:center;gap:.9rem;min-height:1.6rem;font-size:1.1rem;line-height:1.4;color:#222}.collection-grid-section .pp-collection-breadcrumb a{color:#222;text-decoration:none}.collection-grid-section .pp-collection-breadcrumb a:hover{opacity:.65}.collection-grid-section .pp-collection-breadcrumb__delimiter{color:#777}.collection-grid-section .pp-collection-sidebar-off{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr}.collection-grid-section .pp-collection-sidebar-off .pp-collection-view-toolbar,.collection-grid-section .pp-collection-sidebar-off .products-grid{grid-column:1 / -1}.collection-grid-section .pp-collection-view-toolbar{justify-content:flex-start;gap:1.2rem;min-height:4.2rem;padding:.5rem .8rem;border:.1rem solid #d9d9d9;border-radius:.2rem;background:#fff}.collection-grid-section .pp-collection-view-switch{height:3rem;border:0;border-radius:0;background:transparent}.collection-grid-section .pp-collection-view-button{width:3rem;height:3rem;border:0;color:#b8b8b8;background:transparent}.collection-grid-section .pp-collection-view-button+.pp-collection-view-button{margin-left:.2rem}.collection-grid-section .pp-collection-view-button:hover,.collection-grid-section .pp-collection-view-button.is-active{color:#111;background:transparent}.collection-grid-section .pp-collection-view-button svg{width:1.7rem;height:1.7rem}.collection-grid-section .facets-container--pp .pp-collection-category,.collection-grid-section .facets-container--pp .pp-collection-filter__heading,.collection-grid-section .facets-container--pp facet-filters-form.facets{border-color:#d9d9d9}.collection-grid-section .facets-container--pp .pp-collection-category__heading,.collection-grid-section .facets-container--pp .pp-collection-filter__heading{color:#222;font-size:1.15rem;font-weight:700}.collection-grid-section .facets-container--pp .facets__summary-title{color:#222;font-size:1.05rem;font-weight:600}.collection-grid-section .facets-container--pp .facets__summary-title .icon{margin-left:auto}.collection-grid-section .facets-container--pp .facets__disclosure{border-bottom-color:#d9d9d9}.collection-grid-section .facets-container--pp .facets__summary{padding:1.25rem 0}.collection-grid-section .pp-collection-root[data-show-filter-panel=false] .facets-container--pp .pp-collection-filter__heading,.collection-grid-section .pp-collection-root[data-show-filter-panel=false] .facets-container--pp facet-filters-form.facets,.collection-grid-section .pp-collection-root[data-show-filter-panel=false] .facets-container--pp .mobile-facets__wrapper,.collection-grid-section .pp-collection-root[data-show-filter-panel=false] .active-facets-mobile,.collection-grid-section .pp-collection-root[data-show-filter-panel=false] .active-facets-desktop{display:none!important}.collection-grid-section .pp-collection-root[data-show-filter-product-type=false] [data-filter-param="filter.p.product_type"],.collection-grid-section .pp-collection-root[data-show-filter-availability=false] [data-filter-param="filter.v.availability"]{display:none!important}.collection-grid-section .pp-collection-root[data-show-filter-other=false] [data-filter-param]:not([data-filter-param="filter.p.product_type"]):not([data-filter-param="filter.v.availability"]){display:none!important}.collection-grid-section .pp-collection-mobile-panel{display:none}@media screen and (max-width:749px){.collection-grid-section .pp-collection-root{width:100%}.collection-grid-section .pp-collection-breadcrumb-wrap{margin-bottom:.8rem;padding:.65rem 1rem}.collection-grid-section .pp-collection-breadcrumb{gap:.75rem;font-size:1rem}.collection-grid-section .collection-wrapper--vertical,.collection-grid-section .pp-collection-sidebar-off{display:flex;flex-direction:column}.collection-grid-section .facets-container--pp{order:1;width:100%;margin:0}.collection-grid-section .pp-collection-view-toolbar{order:2;width:100%;min-height:4.4rem;margin:0 0 .8rem;padding:.55rem .8rem}.collection-grid-section .products-grid{order:3;width:100%;margin-top:0}.collection-grid-section .pp-collection-mobile-panel{display:block;width:100%;margin:0 0 .8rem;border:.1rem solid #d9d9d9;border-radius:.2rem;background:#fff}.collection-grid-section .pp-collection-mobile-panel__summary,.collection-grid-section .facets-container--pp .pp-mobile-filter-trigger{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:3.8rem;padding:.85rem 1rem;margin:0;border:0;border-radius:0;box-sizing:border-box;color:#222;background:#fff;font-size:1.05rem;font-weight:700;line-height:1.2;text-align:left;text-transform:uppercase;cursor:pointer}.collection-grid-section .pp-collection-mobile-panel__summary::-webkit-details-marker{display:none}.collection-grid-section .pp-collection-mobile-panel__toggle{position:relative;display:block;width:1.2rem;height:1.2rem;flex:0 0 1.2rem}.collection-grid-section .pp-collection-mobile-panel__toggle:before,.collection-grid-section .pp-collection-mobile-panel__toggle:after{content:"";position:absolute;top:50%;left:50%;width:1rem;height:.1rem;background:#222;transform:translate(-50%,-50%)}.collection-grid-section .pp-collection-mobile-panel__toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.collection-grid-section .pp-collection-mobile-panel[open] .pp-collection-mobile-panel__toggle:after{opacity:0}.collection-grid-section .pp-collection-mobile-panel__content{border-top:.1rem solid #d9d9d9}.collection-grid-section .pp-collection-mobile-panel .pp-collection-category__list{list-style:none;margin:0;padding:.55rem 1rem .75rem}.collection-grid-section .pp-collection-mobile-panel .pp-collection-category__list li{margin:0}.collection-grid-section .pp-collection-mobile-panel .pp-collection-category__list a{display:block;padding:.55rem 0;color:#222;font-size:1.05rem;text-decoration:none}.collection-grid-section .facets-container--pp .mobile-facets__wrapper{width:100%;margin:0 0 .8rem}.collection-grid-section .facets-container--pp .mobile-facets__wrapper>details>summary{display:block;border:.1rem solid #d9d9d9;border-radius:.2rem;background:#fff}.collection-grid-section .facets-container--pp .pp-mobile-filter-trigger{min-height:3.8rem}.collection-grid-section .facets-container--pp .pp-mobile-filter-trigger .count-bubble{position:absolute;top:50%;right:2.9rem;min-width:1.6rem;min-height:1.6rem;color:#fff;background:#222;transform:translateY(-50%)}.collection-grid-section .facets-container--pp .pp-mobile-filter-trigger .count-bubble:empty{display:none}.collection-grid-section .pp-collection-view-switch,.collection-grid-section .pp-collection-view-button{height:3rem}.collection-grid-section .pp-collection-view-button{width:2.8rem}.collection-grid-section .pp-collection-grid[data-view=grid]{--pp-grid-gap: .6rem;gap:1rem var(--pp-grid-gap)}.collection-grid-section .pp-collection-root[data-mobile-columns="2"] .pp-collection-grid[data-view=grid] .collection-product-card{width:calc(50% - (var(--pp-grid-gap) / 2))!important}.collection-grid-section .pp-collection-root[data-mobile-columns="1"] .pp-collection-grid[data-view=grid] .collection-product-card{width:100%!important}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__content{padding:.8rem .75rem .9rem}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__title{margin-bottom:.35rem;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price{font-size:1.15rem}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price--on-sale .price__sale .price-item--compare,.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price--on-sale .price__sale s.price-item--regular{font-size:.95rem}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__actions{gap:.35rem;margin-top:.7rem}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__action-button,.collection-grid-section .pp-collection-grid[data-view=grid] a.pp-collection-card__action-button{width:2.8rem;height:2.8rem}}.collection-grid-section .pp-collection-root[data-pp-sidebar-enabled=false][data-pp-filter-type=vertical] .facets-container--pp,.collection-grid-section .pp-collection-root[data-pp-sidebar-enabled=false][data-pp-filter-type=vertical] .facets__top{display:none!important}.collection-grid-section .pp-collection-card__title,.collection-grid-section .pp-collection-card__title a{font-family:"Poppins",var(--font-heading-card-family),var(--font-body-family),sans-serif!important;font-style:normal;font-weight:var(--font-heading-card-weight, 400)}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price,.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price{width:100%;text-align:left}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price,.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price dl{align-items:flex-start}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price__sale,.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price__regular{justify-content:flex-start;text-align:left}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price__sale dd,.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__price .price__regular dd{text-align:left}@media screen and (max-width:749px){.collection-grid-section .pp-collection-card__title,.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__title,.collection-grid-section .pp-collection-grid[data-view=list] .pp-collection-card__title{font-size:var(--pp-mobile-product-title-size, 12px)!important;line-height:1.35}}.collection-grid-section .facets-container--pp .pp-collection-filter__heading,.collection-grid-section .facets-container--pp .facets__summary-title,.collection-grid-section .facets-container--pp .facet-checkbox__label,.collection-grid-section .facets-container--pp .facets__reset{font-family:"Poppins",var(--font-body-family),sans-serif!important}@media screen and (min-width:750px){.collection-grid-section .facets-container--pp .pp-collection-filter__heading{padding:1.6rem 1.6rem 1.4rem;font-size:2.3rem;line-height:1.2;font-weight:700}.collection-grid-section .facets-container--pp facet-filters-form.facets{padding:0 1.6rem 1.4rem}.collection-grid-section .facets-container--pp .facets__summary{padding:1.6rem 0 1.4rem}.collection-grid-section .facets-container--pp .facets__summary-title{font-size:2rem;line-height:1.25;font-weight:600}.collection-grid-section .facets-container--pp .facet-checkbox__label{font-size:1.8rem;line-height:1.35}.collection-grid-section .facets-container--pp .facet-checkbox:before{width:1.9rem;height:1.9rem}.collection-grid-section .facets-container--pp .facet-checkbox .icon-checkmark{left:.55rem;top:calc(50% - .35rem)}.collection-grid-section .facets-container--pp .facets__reset{margin-top:1.5rem;font-size:1.7rem;line-height:1.3}}@media screen and (max-width:749px){.collection-grid-section .facets-container--pp .mobile-facets__wrapper,.collection-grid-section .facets-container--pp .active-facets-mobile{display:none!important}.collection-grid-section .facets-container--pp .pp-collection-filter__heading.small-hide{display:block!important;margin:0;padding:2rem 2rem 1.2rem;border:.1rem solid #d9d9d9;border-bottom:0;border-radius:1rem 1rem 0 0;background:#fff;color:#111;font-size:1.9rem;line-height:1.2;font-weight:700;letter-spacing:0;text-transform:uppercase;box-shadow:0 .4rem 1.4rem #00000009}.collection-grid-section .facets-container--pp facet-filters-form.facets.small-hide{display:block!important;width:100%;margin:0 0 .9rem;padding:0 2rem 1.8rem;border:.1rem solid #d9d9d9;border-top:0;border-radius:0 0 1rem 1rem;background:#fff;box-sizing:border-box;box-shadow:0 .4rem 1.4rem #00000009}.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__form,.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__container,.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__wrapper{width:100%;max-width:none;margin:0}.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__horizontal-top,.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__button-show{display:none!important}.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__disclosure{width:100%;border-bottom:.1rem solid #dedede}.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__summary{padding:1.5rem 0 1.2rem}.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__summary-title{color:#111;font-size:1.5rem;line-height:1.25;font-weight:600;letter-spacing:0;text-transform:uppercase}.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__summary-title .icon-caret{width:1.3rem;height:1.3rem;color:#111}.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__display{margin-top:0;padding:.2rem 0 1.5rem}.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__list{gap:1rem}.collection-grid-section .facets-container--pp facet-filters-form.facets .facet-checkbox{min-height:3.8rem;gap:1.2rem}.collection-grid-section .facets-container--pp facet-filters-form.facets .facet-checkbox:before{width:1.9rem;height:1.9rem;border-color:#bfbfbf;border-radius:.25rem}.collection-grid-section .facets-container--pp facet-filters-form.facets .facet-checkbox__label{color:#1a1a1a;font-size:1.45rem;line-height:1.35;font-weight:400}.collection-grid-section .facets-container--pp facet-filters-form.facets .facet-checkbox .icon-checkmark{left:.55rem;top:calc(50% - .35rem)}.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__reset{margin-top:1.3rem;color:#555;font-size:1.35rem;line-height:1.3;font-weight:400;opacity:1;text-underline-offset:.45rem}.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__reset:hover{color:#111}}.collection-grid-section .pp-collection-grid[data-view=grid] .collection-product-card{display:flex;align-self:stretch;height:auto!important}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card{width:100%;height:100%}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__title{min-height:2.7em;height:2.7em;max-height:2.7em;overflow:hidden}.collection-grid-section .pp-collection-grid[data-view=grid] .pp-collection-card__title a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal}.collection-grid-section .facets-container--pp .pp-filter-form-hidden{display:none!important}@media screen and (min-width:750px){.collection-grid-section .facets-container--pp .pp-collection-filter__heading{font-family:"Poppins",var(--font-body-family),sans-serif!important;font-size:var(--pp-filter-heading-desktop-size, 18px)!important;line-height:1.25;font-weight:600;letter-spacing:0}.collection-grid-section .facets-container--pp .facets__summary-title{font-family:"Poppins",var(--font-body-family),sans-serif!important;font-size:var(--pp-filter-group-desktop-size, 15px)!important;line-height:1.3;font-weight:600;letter-spacing:0;text-transform:none}.collection-grid-section .facets-container--pp .facet-checkbox__label,.collection-grid-section .facets-container--pp .facets__reset{font-family:"Poppins",var(--font-body-family),sans-serif!important;font-size:var(--pp-filter-option-desktop-size, 14px)!important;line-height:1.4;font-weight:400;letter-spacing:0}}@media screen and (max-width:749px){.collection-grid-section .facets-container--pp .pp-collection-filter__heading.small-hide{padding:1.4rem 1.6rem .9rem;font-family:"Poppins",var(--font-body-family),sans-serif!important;font-size:var(--pp-filter-heading-mobile-size, 14px)!important;line-height:1.25;font-weight:600;letter-spacing:0;text-transform:none}.collection-grid-section .facets-container--pp facet-filters-form.facets.small-hide{padding:0 1.6rem 1.4rem}.collection-grid-section .facets-container--pp-no-heading facet-filters-form.facets.small-hide{padding-top:.6rem;border-top:.1rem solid #d9d9d9;border-radius:1rem}.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__summary{padding:1.1rem 0 .9rem}.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__summary-title{font-family:"Poppins",var(--font-body-family),sans-serif!important;font-size:var(--pp-filter-group-mobile-size, 12px)!important;line-height:1.3;font-weight:600;letter-spacing:0;text-transform:none}.collection-grid-section .facets-container--pp facet-filters-form.facets .facet-checkbox__label,.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__reset{font-family:"Poppins",var(--font-body-family),sans-serif!important;font-size:var(--pp-filter-option-mobile-size, 12px)!important;line-height:1.4;font-weight:400;letter-spacing:0}.collection-grid-section .facets-container--pp facet-filters-form.facets .facet-checkbox{min-height:3.2rem;gap:.9rem}.collection-grid-section .facets-container--pp facet-filters-form.facets .facet-checkbox:before{width:1.6rem;height:1.6rem}.collection-grid-section .facets-container--pp facet-filters-form.facets .facets__reset{margin-top:1rem}}
/*# sourceMappingURL=/cdn/shop/t/115/assets/collection-pp.css.map */
