.collection-hero{position:relative;width:100%;min-height:300px;margin-bottom:0;overflow:hidden}@media(min-width:750px){.collection-hero{min-height:400px}}.collection-hero__image-wrapper{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;overflow:hidden;z-index:0}.collection-hero__image{width:100%;height:100%;object-fit:cover;will-change:transform;backface-visibility:hidden}.collection-hero__image-placeholder{width:100%;height:100%;background:#d9d6d1}.collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#00000073;pointer-events:none}.collection-hero__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;min-height:300px;padding:24px 20px;background:none}@media(min-width:750px){.collection-hero__content{min-height:400px;padding:40px}}.collection-hero__title{margin:0 0 12px;font-family:Barlow,sans-serif;font-size:28px;font-weight:500;color:#fff;letter-spacing:.5px}@media(min-width:750px){.collection-hero__title{font-size:36px}}.collection-hero__description{font-size:13px;line-height:1.6;color:#fff;max-width:600px;margin:0 auto}.collection-hero__description p,.collection-hero__description span{margin:0;color:#fff!important}.collection-hero--no-image{min-height:auto;background:#e8e5e0}.collection-hero--no-image .collection-hero__content{min-height:auto;padding:32px 20px;background:none;justify-content:center}@media(min-width:750px){.collection-hero--no-image .collection-hero__content{min-height:auto;padding:48px 40px;max-width:none}}.collection-hero--no-image .collection-hero__title{color:#1a1a1a;margin-bottom:8px}.collection-hero--no-image .collection-hero__description,.collection-hero--no-image .collection-hero__description p{color:#1a1a1a;text-shadow:none}.collection-hero__content--centered{text-align:center;align-items:center}.collection-hero__content--centered .collection-hero__description{max-width:600px}.product-grid.section{padding:6px 0 30px}@media(min-width:750px){.product-grid.section{padding:20px 0 40px}}.product-grid__container{width:100%;max-width:none;margin:0;padding:0}@media(min-width:750px){.product-grid__container{padding:0}}.product-grid__header{margin-bottom:20px;text-align:left;padding:0 20px}@media(min-width:750px){.product-grid__header{margin-bottom:24px;padding:0 40px}}.product-grid__heading{margin:0;font-family:var(--font-body);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#1a1a1a}@media(min-width:750px){.product-grid__heading{font-size:12px}}.product-grid__subheading{margin:8px 0 0;font-size:14px;color:#666}.product-grid__controls{display:flex;align-items:center;gap:10px;padding:0 20px;margin-bottom:3px}@media(min-width:750px){.product-grid__controls{padding:0 40px}}.product-grid__filter-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:transparent;border:none;font-size:12px;font-weight:500;color:#1a1a1a;cursor:pointer;transition:opacity .15s ease}.product-grid__filter-pill:hover{opacity:.7}.product-grid__filter-pill svg{width:14px;height:14px}.product-grid__filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 10px;background:#3a2a1d;color:#fff;font-size:13px;font-weight:500;border-radius:6px}.product-grid__sort-wrap{position:relative}.product-grid__sort-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:transparent;border:none;font-size:12px;font-weight:500;color:#1a1a1a;cursor:pointer;transition:opacity .15s ease}.product-grid__sort-pill:hover{opacity:.7}.product-grid__sort-pill svg{width:14px;height:14px}.product-grid__sort-chevron{width:10px;height:10px;margin-left:2px;transition:transform .2s ease}.product-grid__sort-pill.is-active .product-grid__sort-chevron{transform:rotate(180deg)}.product-grid__sort-dropdown{position:absolute;top:calc(100% + 6px);left:0;z-index:100;min-width:180px;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026,0 2px 6px #0000001a;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.product-grid__sort-dropdown[aria-hidden=false]{opacity:1;visibility:visible;transform:translateY(0)}.product-grid__sort-option{display:block;width:100%;padding:12px 16px;background:none;border:none;font-size:13px;font-weight:400;color:#3a2a1d;text-align:left;cursor:pointer;transition:background .15s ease}.product-grid__sort-option:hover{background:#0000000a}.product-grid__sort-option.is-active{font-weight:600;background:#0000000f}.product-grid__sort-option.is-active:before{content:"";display:inline-block;width:6px;height:6px;margin-right:8px;background:#3a2a1d;border-radius:50%;vertical-align:middle}.filter-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;visibility:hidden;pointer-events:none}.filter-modal[aria-hidden=false]{visibility:visible;pointer-events:auto}.filter-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;opacity:0;transition:opacity .3s ease}.filter-modal[aria-hidden=false] .filter-modal__overlay{opacity:1}.filter-modal__panel{position:absolute;bottom:20px;left:20px;width:calc(100% - 40px);max-width:340px;max-height:calc(100vh - 40px);background:#e2dfda;display:flex;flex-direction:column;transform:scale(0);transform-origin:bottom left;opacity:0;transition:transform .8s cubic-bezier(.4,0,.6,1),opacity .7s cubic-bezier(.4,0,.6,1);border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #00000026,0 2px 8px #0000001a}@media(min-width:750px){.filter-modal__panel{bottom:32px;left:40px}}.filter-modal[aria-hidden=false] .filter-modal__panel{transform:scale(1);opacity:1;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .4s cubic-bezier(.16,1,.3,1)}.filter-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.1)}.filter-modal__title-row{display:flex;align-items:center;gap:10px}.filter-modal__title{margin:0;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#1a1a1a}.filter-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;cursor:pointer;color:#1a1a1a}.filter-modal__close svg{width:20px;height:20px}.filter-modal__content{flex:1;overflow-y:auto;padding:20px}.filter-modal__group{margin-bottom:20px}.filter-modal__group:last-child{margin-bottom:0}.filter-modal__group-title{margin:0 0 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#666}.filter-modal__options{display:flex;flex-wrap:wrap;gap:6px}.filter-modal__option{padding:8px 14px;background:transparent;border:1px solid rgba(0,0,0,.15);border-radius:4px;font-size:12px;font-weight:400;color:#3a2a1d;cursor:pointer;transition:all .15s ease}.filter-modal__option:hover{border-color:#3a2a1d}.filter-modal__option.is-active{background:#3a2a1d;border-color:#3a2a1d;color:#fff}.filter-modal__footer{display:flex;gap:10px;padding:16px 20px;border-top:1px solid rgba(0,0,0,.1)}.filter-modal__clear{flex:1;padding:12px 16px;background:transparent;border:1px solid #3a2a1d;border-radius:5px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#3a2a1d;cursor:pointer;transition:all .15s ease}.filter-modal__clear:hover{background:#3a2a1d;color:#fff}.filter-modal__apply{flex:1;padding:12px 16px;background:#3a2a1d;border:1px solid rgba(255,255,255,.2);border-radius:5px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff;cursor:pointer;transition:opacity .15s ease}.filter-modal__apply:hover{opacity:.85}body.filter-open{overflow:hidden}.product-grid__list{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;padding:0 8px}@media(min-width:750px){.product-grid__list{grid-template-columns:repeat(3,1fr);padding:0 12px}}@media(min-width:990px){.product-grid__list{grid-template-columns:repeat(4,1fr);padding:0 16px}}.product-grid__item{animation:fadeIn .4s ease forwards;animation-delay:calc(var(--index, 0) * 50ms)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.product-grid__load-more{margin-top:40px;text-align:center}.product-grid__load-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:8px 16px;font-family:var(--font-body);font-size:10px;font-weight:500;text-decoration:none;border:none;border-radius:6px;background:#3a2a1d;color:#fff;white-space:nowrap;cursor:pointer;height:28px;box-shadow:0 2px 4px #0000001f;transition:transform .15s ease,box-shadow .15s ease,background-color .2s ease}.product-grid__load-btn:hover{background:#4a3a2d;box-shadow:0 4px 12px #00000026;transform:translateY(-1px);text-decoration:none;opacity:1}.product-grid__footer{margin-top:32px;text-align:center}.product-grid__view-all{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:8px 16px;font-family:var(--font-body);font-size:10px;font-weight:500;text-decoration:none;border-radius:6px;background:transparent;color:#1a1a1a;border:1px solid rgba(26,26,26,.2);white-space:nowrap;height:28px;box-shadow:none;transition:transform .15s ease,box-shadow .15s ease,background-color .2s ease}.product-grid__view-all:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a;box-shadow:0 4px 12px #0000001f;transform:translateY(-1px);text-decoration:none;opacity:1}.product-grid__empty{padding:60px 20px;text-align:center;color:#666}.product-grid--scroll{overflow:hidden}.product-grid__wrapper{position:relative}.product-grid__scroll{display:flex;gap:2px;padding:0 20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-grid__scroll::-webkit-scrollbar{display:none}@media(min-width:750px){.product-grid__scroll{padding:0 40px}}.product-grid__scroll-item{flex:0 0 75%;max-width:280px;scroll-snap-align:start}@media(min-width:750px){.product-grid__scroll-item{flex:0 0 33%;max-width:320px}}@media(min-width:990px){.product-grid__scroll-item{flex:0 0 25%}}.product-grid__arrow{position:absolute;top:35%;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .2s ease,background .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-grid__arrow.is-visible{opacity:1;pointer-events:auto}.product-grid__arrow:hover{background:#000c}.product-grid__arrow--prev{left:20px}.product-grid__arrow--next{right:20px}.product-grid__arrow .icon{width:20px;height:20px}.product-card{display:block;text-decoration:none;color:#1a1a1a;height:100%}.product-card:hover{text-decoration:none}.product-card__media-wrapper{position:relative}.product-card__media-link,.product-card__info-link{display:block;text-decoration:none;color:inherit}.product-card__media{position:relative;aspect-ratio:3/4;overflow:hidden;background:#e8e4df}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.product-card__image--primary{position:relative;z-index:1}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;transform:translate(100%)}.product-card:hover .product-card__image--primary{transform:translate(-100%)}.product-card:hover .product-card__image--secondary{transform:translate(0)}.product-card__badge{position:absolute;top:8px;left:8px;padding:4px 8px;background:#c41e3a;color:#fff;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#d9d6d1;color:#999;font-size:12px}.product-card__info{padding:12px 8px;text-align:left}@media(min-width:750px){.product-card__info{padding:14px 12px}}.product-card__meta{display:flex;align-items:center;justify-content:flex-start;gap:0;font-size:11px;font-weight:500;color:#666;text-transform:capitalize;letter-spacing:.5px;margin:0;text-align:left}.product-card__color-name:after{content:"\2022";margin:0 8px}.product-card__category{color:#666}.product-card__collection-title{display:block;margin:6px 0 0;font-size:13px;font-weight:600;color:#3c3d44;text-transform:capitalize;letter-spacing:.2px}.product-card__price{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:13px;color:#666}.product-card__price--current{color:#666}.product-card__price--sale{color:#c41e3a;font-weight:500}.product-card__price--compare{color:#999;text-decoration:line-through;font-size:12px}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__link:hover{text-decoration:none}.product-card__quick-add{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#3a2a1d;border:none;border-radius:6px;color:#fff!important;cursor:pointer;opacity:0;transform:scale(.9);transition:opacity .25s ease,transform .25s ease,background .2s ease;z-index:2}.product-card__quick-add svg{width:14px;height:14px;flex-shrink:0}.product-card:hover .product-card__quick-add,.product-card__media-wrapper:hover .product-card__quick-add{opacity:1;transform:scale(1)}.product-card__quick-add:hover{background:#4a3a2d}.product-card__quick-add:active{transform:scale(.95)}@media(max-width:749px){.product-card__quick-add{opacity:1;transform:scale(1);width:32px;height:32px;bottom:10px;right:10px}.product-card__quick-add svg{width:16px;height:16px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/component-product-grid.css.map */
