:root{--product-card-image-padding: 24px;--product-card-image-padding-mobile: 18px;--product-card-collection-gap: 24px}.product-grid-container{width:100%;margin:0 auto;overflow-x:hidden;box-sizing:border-box}.product-grid-title{font-weight:var(--type-weight-bold);margin-bottom:5px;text-align:left}.product-grid{display:grid;grid-template-columns:1fr;gap:var(--product-card-collection-gap)}.product-grid-link{text-decoration:none;color:inherit;display:block}.product-card{width:100%;max-width:900px;box-sizing:border-box}.collection-catalogues .product-card__image-container,.collection-projects .product-card__image-container{width:100%;min-height:260px;height:auto;aspect-ratio:2/3;display:flex;align-items:center;justify-content:center}.product-card__image-container{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;contain:inline-size;background-color:transparent;border:1px solid var(--color-border-soft);display:flex;align-items:center;justify-content:center;box-sizing:border-box;height:auto}.product-card__image{max-width:100%;max-height:100%;width:100%;height:100%;display:block;object-fit:contain;box-sizing:border-box}.product-card-slider{position:relative}.product-card-slider__viewport{position:relative;overflow:hidden;touch-action:pan-y;cursor:grab}.product-card-slider--dragging .product-card-slider__viewport{cursor:grabbing}.product-card-slider--pinching .product-card-slider__viewport,.product-card-slider--zoomed .product-card-slider__viewport,.product-card-slider--panning .product-card-slider__viewport{touch-action:none}.product-card-slider--pinching .product-card-slider__viewport{cursor:zoom-in}.product-card-slider--zoomed .product-card-slider__viewport{cursor:move}.product-card-slider--panning .product-card-slider__viewport{cursor:grabbing}.product-card-slider__track{display:flex;width:100%;height:100%;transition:transform .3s ease;will-change:transform}.product-card-slider--dragging .product-card-slider__track,.product-card-slider--pinching .product-card-slider__track,.product-card-slider--panning .product-card-slider__track{transition:none}.product-card-slider__slide{min-width:100%;height:100%;box-sizing:border-box}.product-card-slider__slide--image{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:var(--product-card-image-padding);-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.product-card-slider__progressive-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-card-slider__slide--zoomed{z-index:2}.product-card-slider__slide--image .product-card__image{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;transform-origin:center center;transition:transform .18s ease-out;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.product-card-slider__slide--zoomed .product-card__image{will-change:transform}.product-card-slider--pinching .product-card-slider__slide--image .product-card__image,.product-card-slider--panning .product-card-slider__slide--image .product-card__image{transition:none;will-change:transform}.product-card-slider--zoomed .product-card-slider__slide:not(.product-card-slider__slide--zoomed){pointer-events:none}.product-card-slider__control{position:absolute;top:50%;transform:translateY(-50%);border:1px solid var(--color-border-soft, #c8ccd1);background:#ffffffe6;width:32px;height:32px;display:grid;place-items:center;cursor:pointer;z-index:3;line-height:1;box-shadow:none}.product-card-slider__control:focus-visible{outline:2px solid currentColor;outline-offset:2px}.product-card-slider__control--prev{left:8px}.product-card-slider__control--next{right:8px}.product-card-slider__counter{position:absolute;right:8px;bottom:8px;z-index:2;background:#ffffffeb;padding:2px 8px}.product-card__content-wrapper{display:flex;flex-direction:column;gap:18px;margin-top:18px}.product-card__info-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.product-card__info-section{flex:1;display:flex;flex-direction:column;min-width:0}.product-card__action-section{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:8px;padding-top:2px}.product-card__size-selector-wrapper{width:100%;display:flex;justify-content:flex-end}.product-card__size-selector{min-width:120px;max-width:180px;padding:2px 28px;border:1px solid var(--color-border-soft, #c8ccd1);background-color:var(--color-white);background-position:right 8px center;font:inherit;line-height:1.4;text-align:center;text-align-last:center;box-shadow:none}.product-card__size-selector:focus-visible{outline:2px solid currentColor;outline-offset:2px}.product-card__add-to-cart,.product-card__inquiry-link{padding:0;background:transparent;border:none;cursor:pointer;font:inherit;white-space:nowrap;text-decoration:none;letter-spacing:0;line-height:1.4;transition:opacity .2s ease}.product-card__add-to-cart:hover,.product-card__inquiry-link:hover{opacity:.65}.product-card__add-to-cart:active,.product-card__inquiry-link:active{opacity:.5}.product-card__info{display:flex;flex-direction:column}.product-card__block{display:flex;align-items:flex-start;justify-content:flex-start;min-height:0;box-sizing:border-box;text-align:left}.product-card__block .product-card__title,.product-card__block p,.product-card__block time,.product-card__block .product-card__availability,.product-card__block .product-card__metadata,.product-card__block .product-card__price{line-height:1;margin:0;display:flex;align-items:center;justify-content:flex-start;height:100%;width:100%;box-sizing:border-box}a.product-grid-link .product-card__availability{text-decoration:none}.product-card__date{font-style:italic}.collection-catalogues .product-card__date,.collection-projects .product-card__date{font-style:normal}.product-card__title{font-weight:var(--type-weight-bold)}.product-card__block+.product-card__block{margin-top:4px}.product-grid-item.product-card.project-card,.project-card .product-card-slider{overflow:hidden}.project-card__technical-drawings{width:100%;max-width:100%;display:flex;flex-direction:column;gap:1rem;margin-top:1rem;overflow:hidden}.project-card__technical-drawing{width:100%;max-width:100%;margin:0}.project-card__technical-drawing img{display:block;width:100%;max-width:100%;height:auto;object-fit:contain}.product-card__description-wrapper{width:100%;margin-top:0}.product-card__description{position:relative}.product-card__description-preview{display:inline;line-height:1.4}.product-card__description-preview-text,.product-card__description-preview-text-mobile{display:inline}.product-card__description-preview-text-desktop{display:none}.product-card__description-preview a{color:inherit;text-decoration:underline;text-underline-offset:.08em}.product-card__description-content{margin-top:6px;line-height:1.4}:where(.js) .product-card__description-content{display:none}.product-card__description[data-expanded=true] .product-card__description-content{display:block}.product-card__description[data-expanded=true] .product-card__description-preview-text{display:none}@media(min-width:821px){.product-card__description-preview-text-mobile{display:none}.product-card__description-preview-text-desktop{display:inline}.product-card__description-content .product-card__specs-list,.product-card__description-toggle--mobile-only{display:none}}.product-card__description[data-expanded=true] .product-card__description-toggle--preview,.product-card__description:not([data-expanded=true]) .product-card__description-toggle--content{display:none}.product-card__description-text{margin-bottom:0}.product-card__description-full-text{display:inline}.project-card .product-card__description-full-text{display:block}.product-card__description-full-text pre{margin-top:0;margin-bottom:.8em}.product-card__description-full-text>*:last-child{margin-bottom:0}.product-card__description-full-text a{color:inherit;text-decoration:underline;text-underline-offset:.08em}.product-card__description-text+.product-card__specs-list{margin-top:16px}.product-card__description-content>.product-card__specs-list:first-child{margin-top:0}.product-card__description-toggle{display:inline;background:transparent;border:none;cursor:pointer;padding:0;font:inherit;line-height:1.4;margin-top:0;margin-left:.2em;vertical-align:baseline}.product-card__description-toggle--content{display:block;width:fit-content;margin-top:8px;margin-left:0}.product-card__description-toggle:hover{opacity:.65}.product-card__description[data-expanded=true] .toggle-text--expand,.product-card__description:not([data-expanded=true]) .toggle-text--collapse{display:none}html:not(.js) .product-card__description-toggle{display:none}.collection-catalogues .product-card,.collection-projects .product-card{width:100%;max-width:none}.product-grid-container .product-card{width:100%;max-width:900px}@media(max-width:820px){.product-card-slider__control{display:none}.product-card-slider__slide--image{padding:var(--product-card-image-padding-mobile)}.project-card .project-card__technical-drawings{margin-top:1.4em;margin-bottom:1.4em;gap:0}.project-card .project-card__technical-drawing:not(:last-child){margin-bottom:1.4em}@supports (margin-top: 1lh){.project-card .project-card__technical-drawings{margin-top:1lh;margin-bottom:1lh;gap:0}.project-card .project-card__technical-drawing:not(:last-child){margin-bottom:1lh}}}@media(max-width:480px){.product-card__content-wrapper{gap:12px}.product-card__info-row{gap:16px}.product-card__size-selector{min-width:108px;max-width:140px}.product-card__title,.product-card__metadata,.product-card__price{overflow-wrap:normal;word-break:normal;-webkit-hyphens:manual;hyphens:manual}.product-card__metadata{font-size:calc(var(--type-size-base) * .95)}}.product-grid-empty p{margin-bottom:1rem}.product-grid-pagination{width:100%;display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.product-grid-pagination a{text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product-card.css.map */
