.product-catalogue{width:100%;max-width:1440px;margin:0 auto;padding:0 80px 120px;background-color:var(--color-cream)}.product-catalogue__container{width:100%;display:flex;flex-direction:column;align-items:center;gap:80px}.product-catalogue__filters{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;position:relative;z-index:100}.product-catalogue__filters-left{display:flex;flex-direction:row;gap:24px;flex:1}.product-catalogue__filters-right{display:flex;flex-direction:row;align-items:center;gap:24px}.product-catalogue__select{position:relative;width:280px;flex-shrink:0}.product-catalogue__select-trigger{width:100%;height:48px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 16px;background-color:var(--color-pure-white);border-radius:24px;border:none;cursor:pointer;gap:16px;transition:border-radius .2s ease}.product-catalogue__select-text{font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:24px;color:var(--color-text-primary)}.product-catalogue__select-chevron{width:24px;height:24px;transition:transform .25s ease;flex-shrink:0}.product-catalogue__select.is-open .product-catalogue__select-trigger{border-radius:24px 24px 0 0}.product-catalogue__sort-wrapper.is-open .product-catalogue__select-dropdown{display:block}.product-catalogue__select.is-open .product-catalogue__select-chevron{transform:rotate(180deg)}.product-catalogue__select-dropdown{display:none;position:absolute;top:100%;left:0;width:100%;background-color:var(--color-pure-white);border-radius:0 0 var(--radius-card) var(--radius-card);padding:4px 0 12px;z-index:99;box-shadow:0 8px 24px #0000000f}.product-catalogue__select.is-open .product-catalogue__select-dropdown{display:block}.product-catalogue__select-option{display:block;padding:10px 16px;font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:24px;color:var(--color-text-primary);text-decoration:none;transition:background-color .15s ease}.product-catalogue__select-option:hover{background-color:var(--color-cream)}.product-catalogue__sort-wrapper{position:relative}.product-catalogue__sort-wrapper.is-open .product-catalogue__sort-chevron{transform:rotate(180deg)}.product-catalogue__sort-wrapper.is-open .product-catalogue__select-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.product-catalogue__sort-btn{display:flex;flex-direction:row;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:0}.product-catalogue__sort-text{font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:21px;color:var(--color-text-primary)}.product-catalogue__sort-chevron{width:24px;height:24px}.product-catalogue__count{font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:21px;color:var(--color-text-primary);white-space:nowrap}.product-catalogue__grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);column-gap:32px;row-gap:48px;padding:0 60px}.product-catalogue__load-more{display:flex;justify-content:center}.product-catalogue__item{display:flex;flex-direction:column}.product-catalogue__item[data-status=verkocht]{opacity:.33!important}.product-catalogue__item[data-status=gereserveerd]{opacity:.66!important}.product-card{position:relative;display:flex;flex-direction:column;gap:12px;width:384px;height:431.8px;aspect-ratio:3 / 4;overflow:hidden;background-color:var(--color-cream)}.product-card__image-wrapper{display:block;width:100%;flex:1;min-height:0;overflow:hidden;text-decoration:none;background-color:var(--color-ivory)}.product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--ease-smooth)}.product-card:hover .product-card__image{transform:scale(1.03)}.product-card__image-placeholder{width:100%;height:100%;background-color:var(--color-ivory)}.product-card__cart-btn{position:absolute;top:14px;right:14px;width:43px;height:43px;border-radius:1090px;background-color:#fffffd;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;overflow:hidden;color:var(--color-text-primary);transition:background-color var(--ease-default),transform .2s ease}.product-card__cart-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.product-card__icon{position:absolute;transition:opacity .25s ease,transform .25s ease;opacity:0;transform:scale(.6);pointer-events:none}.product-card__cart-btn[data-cart-state=idle] .product-card__icon--bag{opacity:1;transform:scale(1)}.product-card__cart-btn[data-cart-state=idle]:hover{background-color:var(--color-beige);color:var(--color-pure-white);transform:scale(1.08)}.product-card__cart-btn[data-cart-state=added]{background-color:var(--color-white);color:var(--color-black)}.product-card__cart-btn[data-cart-state=added] .product-card__icon--tick{opacity:1;transform:scale(1)}.product-card__cart-btn[data-cart-state=added]:hover .product-card__icon--tick{opacity:0;transform:scale(.6)}.product-card__cart-btn[data-cart-state=added]:hover .product-card__icon--close{opacity:1;transform:scale(1)}.product-card__cart-btn[data-cart-state=added]:hover{background-color:var(--color-beige);color:var(--color-pure-white);transform:scale(1.08)}.product-card__cart-btn[data-cart-state=loading]{background-color:var(--color-white);color:var(--color-black)}.product-card__cart-btn[data-cart-state=loading] .product-card__icon--bag,.product-card__cart-btn[data-cart-state=loading] .product-card__icon--tick,.product-card__cart-btn[data-cart-state=loading] .product-card__icon--close{opacity:0!important;transform:scale(.6)!important}@keyframes hora-spin{0%{transform:rotate(0) scale(1)}to{transform:rotate(360deg) scale(1)}}.product-card__cart-btn[data-cart-state=loading] .product-card__icon--spinner{display:block!important;opacity:1;animation:hora-spin 1s linear infinite}.product-card__content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;gap:0}.product-card__info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;padding-right:12px}.product-card__name{font-family:var(--font-heading);font-size:1.5rem;font-weight:400;line-height:28px;text-transform:uppercase;color:var(--color-text-primary);margin:0;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__variant{font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:21px;color:var(--color-text-primary)}.product-card__variants{display:flex;align-items:center;gap:6px;margin-top:4px;min-width:0;overflow:hidden}.product-card__variant-label{font-family:var(--font-body);font-size:1rem;font-weight:400;color:var(--color-text-primary);opacity:.6;white-space:nowrap;flex-shrink:0}.product-card__variant-options{display:flex;align-items:center;gap:6px;min-width:0;overflow:hidden}.product-card__color-swatch{width:20px;height:20px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.1);cursor:default;background-color:#ccc}.product-card__color-swatch[data-color=charcoal]{background-color:#36454f}.product-card__color-swatch[data-color=white],.product-card__color-swatch[data-color=wit]{background-color:#fff;border-color:#00000026}.product-card__color-swatch[data-color=black],.product-card__color-swatch[data-color=zwart]{background-color:#1a1a1a}.product-card__color-swatch[data-color=beige]{background-color:#c8b69e}.product-card__color-swatch[data-color=cream],.product-card__color-swatch[data-color=creme]{background-color:#fffdd0}.product-card__color-swatch[data-color=grey],.product-card__color-swatch[data-color=gray],.product-card__color-swatch[data-color=grijs]{background-color:gray}.product-card__color-swatch[data-color=brown],.product-card__color-swatch[data-color=bruin]{background-color:#8b4513}.product-card__color-swatch[data-color=green],.product-card__color-swatch[data-color=groen]{background-color:#8fae8b}.product-card__color-swatch[data-color=sage]{background-color:#9caf88}.product-card__color-swatch[data-color=mint]{background-color:#98ff98}.product-card__color-swatch[data-color=olive],.product-card__color-swatch[data-color=olijf]{background-color:olive}.product-card__color-swatch[data-color=blue],.product-card__color-swatch[data-color=blauw]{background-color:#4169e1}.product-card__color-swatch[data-color=navy]{background-color:navy}.product-card__color-swatch[data-color=red],.product-card__color-swatch[data-color=rood]{background-color:#dc143c}.product-card__color-swatch[data-color=pink],.product-card__color-swatch[data-color=roze]{background-color:pink}.product-card__color-swatch[data-color=orange],.product-card__color-swatch[data-color=oranje]{background-color:#d4a84b}.product-card__color-swatch[data-color=yellow],.product-card__color-swatch[data-color=geel]{background-color:gold}.product-card__color-swatch[data-color=gold],.product-card__color-swatch[data-color=goud]{background-color:#d4af37}.product-card__color-swatch[data-color=silver],.product-card__color-swatch[data-color=zilver]{background-color:silver}.product-card__color-swatch[data-color=purple],.product-card__color-swatch[data-color=paars]{background-color:purple}.product-card__color-swatch[data-color=lavender],.product-card__color-swatch[data-color=lavendel]{background-color:#e6e6fa}.product-card__color-swatch[data-color=taupe]{background-color:#483c32}.product-card__color-swatch[data-color=ivory],.product-card__color-swatch[data-color=ivoor]{background-color:ivory;border-color:#00000026}.product-card__color-swatch[data-color=natural],.product-card__color-swatch[data-color=naturel]{background-color:#d4c8b8}.product-card__color-swatch[data-color=sand],.product-card__color-swatch[data-color=zand]{background-color:#c2b280}.product-card__color-swatch[data-color=cognac]{background-color:#9a463d}.product-card__color-swatch[data-color=terracotta]{background-color:#e2725b}.product-card__color-swatch[data-color=rust],.product-card__color-swatch[data-color=roest]{background-color:#b7410e}.product-card__color-swatch[data-color=camel]{background-color:#c19a6b}.product-card__color-swatch[data-color=walnut],.product-card__color-swatch[data-color=walnoot]{background-color:#5d432c}.product-card__color-swatch[data-color=oak],.product-card__color-swatch[data-color=eiken]{background-color:#806517}.product-card__size-pill{min-width:24px;height:24px;padding:0 6px;border-radius:12px;border:1px solid rgba(0,0,0,.2);background-color:transparent;font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--color-text-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:default}.product-card__size-pill--active{background-color:var(--color-text-primary);color:var(--color-pure-white, #fff);border-color:var(--color-text-primary)}.product-card__text-pill{padding:4px 10px;border-radius:14px;border:1px solid rgba(0,0,0,.15);background-color:transparent;font-family:var(--font-body);font-size:1rem;font-weight:400;color:var(--color-text-primary);white-space:nowrap;flex-shrink:0;max-width:130px;overflow:hidden;text-overflow:ellipsis;cursor:default}.product-card__variant-more{font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--color-text-primary);opacity:.6;white-space:nowrap;flex-shrink:0}.product-card__pricing{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;flex-shrink:0;gap:8px}.product-card__price{font-family:var(--font-heading);font-size:1rem;font-weight:400;line-height:28px;text-transform:uppercase;color:var(--color-text-primary);text-align:right;white-space:nowrap;font-feature-settings:"lnum" 1,"tnum" 1;font-variant-numeric:lining-nums tabular-nums}.product-card__old-price{font-family:var(--font-heading);font-size:1rem;font-weight:400;line-height:33.6px;text-transform:uppercase;color:#aaa;text-align:right;text-decoration:line-through;white-space:nowrap;font-feature-settings:"lnum" 1,"tnum" 1;font-variant-numeric:lining-nums tabular-nums}.product-card__status{font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:27px;color:var(--color-text-primary);text-align:right}@media(min-width:1440px){.product-catalogue{padding:0 80px 120px}.product-catalogue__grid{grid-template-columns:repeat(3,384px);column-gap:64px;row-gap:80px;justify-content:center}.product-card{aspect-ratio:3 / 4;flex-shrink:0}}@media(max-width:1439px){.product-catalogue{padding:0 60px 100px}.product-catalogue__grid{grid-template-columns:repeat(3,1fr);column-gap:36px;row-gap:52px;justify-content:unset}.product-card{width:100%;height:auto;aspect-ratio:3 / 4;flex-shrink:1}.product-card__price{font-size:22px;line-height:26px}.product-card__name{font-size:12px}.product-catalogue__select{width:160px}}@media(max-width:1240px){.product-catalogue{padding:0 32px 80px}.product-catalogue__grid{grid-template-columns:repeat(3,1fr);column-gap:18px;row-gap:32px}.product-card__price{font-size:20px;line-height:24px}.product-card__old-price{font-size:16px;line-height:21px}.product-card__name{font-size:11px}}@media(max-width:1056px){.product-catalogue{padding:0 24px 60px}.product-catalogue__grid{grid-template-columns:repeat(2,1fr);column-gap:20px;row-gap:28px}.product-catalogue__filters{flex-wrap:wrap;gap:12px}.product-catalogue__filters-left{flex:1;flex-wrap:nowrap;gap:8px}.product-catalogue__select{flex:1;min-width:0;width:auto}.product-catalogue__sort-wrapper{flex-shrink:0}.product-card__price{font-size:20px;line-height:24px}.product-card__old-price{font-size:16px;line-height:20px}}@media(max-width:600px){.product-catalogue{padding:0 16px 40px}.product-catalogue__container{gap:28px}.product-catalogue__filters{flex-direction:column;align-items:stretch;gap:16px}.product-catalogue__filters-left{flex-direction:column;flex:unset;gap:10px}.product-catalogue__select{flex:unset;width:100%}.product-catalogue__filters-right{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.product-catalogue__select-dropdown--right{left:0;right:auto;min-width:180px}.product-catalogue__grid{column-gap:12px;row-gap:18px;padding:0 20px!important}.product-card__name{font-size:13px;line-height:18px}.product-card__price{font-size:18px;line-height:22px}.product-card__old-price{font-size:12px;line-height:16px}.product-card__cart-btn{width:30px;height:30px;top:6px;right:6px}}@media(max-width:768px){.product-catalogue__grid{grid-template-columns:minmax(0,100%);justify-content:center;column-gap:0;row-gap:24px}.product-catalogue__item{width:100%}.product-card{aspect-ratio:3 / 4;height:auto}.product-card__image-wrapper{aspect-ratio:unset;flex:1}}.product-catalogue__select-dropdown--right{left:auto;right:0}.product-catalogue__select-option.is-active{font-weight:700;color:var(--color-text-primary);background-color:var(--color-ivory)}.product-catalogue__select.has-filter .product-catalogue__select-trigger{color:var(--color-text-primary);font-weight:700}.product-catalogue__item{display:block}.product-catalogue__empty{font-family:var(--font-body);font-size:16px;color:var(--color-text-secondary);grid-column:1 / -1;text-align:center;padding:60px 0}.skeleton-card{pointer-events:none;cursor:default}.skeleton-card__image{width:100%;aspect-ratio:4 / 3;border-radius:4px;background-color:var(--color-ivory);margin-bottom:16px}.skeleton-card__content{padding:0 4px}.skeleton-card__line{height:14px;border-radius:4px;background-color:var(--color-ivory);margin-bottom:10px}.skeleton-card__line--title{width:72%}.skeleton-card__line--subtitle{width:44%}.skeleton-pulse{animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.product-catalogue__retry-btn{display:inline-block;margin-top:16px;padding:10px 24px;background:var(--color-text-primary, #242B2A);color:#fff;border:none;border-radius:4px;font-family:var(--font-body);font-size:14px;cursor:pointer;transition:opacity .2s}.product-catalogue__retry-btn:hover{opacity:.8}
/*# sourceMappingURL=/cdn/shop/t/29/assets/product-catalogue.css.map */
