.te-catalogue{min-height:100vh;background:var(--color-brand);color:var(--color-body)}.te-catalogue-hero{display:grid;gap:1.5rem}@media (min-width:768px){.te-catalogue-hero{grid-template-columns:minmax(0,1fr) minmax(200px,280px);align-items:start}}.te-catalogue-hero-photo{border-radius:10px;overflow:hidden;background:var(--color-body);aspect-ratio:4/3}.te-catalogue-hero-photo img{width:100%;height:100%;object-fit:cover}.te-catalogue-tag{display:inline-block;padding:.35rem .85rem;border-radius:999px;border:1px solid rgb(70 69 69/.2);font-size:12px;line-height:1}[data-theme=dark] .te-catalogue-tag{border-color:rgb(223 222 220/.22)}.te-catalogue-empty{border-radius:10px;border:1px dashed rgb(70 69 69/.28);padding:clamp(1.5rem,4vw,2.5rem);background:rgb(70 69 69/.04)}[data-theme=dark] .te-catalogue-empty{border-color:rgb(223 222 220/.22);background:rgb(255 255 255/.04)}.te-catalogue-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width:700px){.te-catalogue-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}}@media (min-width:1200px){.te-catalogue-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}}.te-catalogue-product{display:flex;flex-direction:column;width:100%;padding:0;text-align:left;cursor:pointer;font:inherit;color:inherit;border-radius:10px;overflow:hidden;border:1px solid rgb(70 69 69/.12);background:rgb(255 255 255/.5);transition:box-shadow .35s ease,transform .35s ease,border-color .35s ease}[data-theme=dark] .te-catalogue-product{border-color:rgb(223 222 220/.14);background:rgb(255 255 255/.04)}.te-catalogue-product:focus-visible,.te-catalogue-product:hover{transform:translateY(-3px);border-color:rgb(0 172 172/.45);box-shadow:0 14px 36px rgb(0 0 0/.12);outline:none}.te-catalogue-product-media{position:relative;aspect-ratio:1;background:#f5f4f2;overflow:hidden}[data-theme=dark] .te-catalogue-product-media{background:#1a1918}.te-catalogue-product-media img{width:100%;height:100%;object-fit:contain;padding:.5rem}.te-catalogue-product-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:1rem;text-align:center;font-size:13px;font-weight:400;line-height:1.3;color:#fff;background:rgb(70 69 69/.55);opacity:0;transition:opacity .35s ease}.te-catalogue-product:focus-visible .te-catalogue-product-overlay,.te-catalogue-product:hover .te-catalogue-product-overlay{opacity:1}@media (hover:none){.te-catalogue-product:focus-visible,.te-catalogue-product:hover{transform:none}}.te-catalogue-product-meta{padding:.75rem .85rem .9rem}.te-catalogue-product-title{font-family:var(--font-larken);font-size:15px;font-weight:500;line-height:1.25;color:var(--color-body)}.te-catalogue-product-code{margin-top:.25rem;font-size:12px;font-weight:300;color:rgb(70 69 69/.65)}[data-theme=dark] .te-catalogue-product-code{color:rgb(223 222 220/.55)}.te-catalogue-wa-hint{margin-bottom:1rem;font-size:14px;font-weight:300;color:rgb(70 69 69/.75)}[data-theme=dark] .te-catalogue-wa-hint{color:rgb(223 222 220/.65)}.te-catalogue-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));gap:1rem}.te-catalogue-page{border-radius:8px;overflow:hidden;border:1px solid rgb(70 69 69/.12);background:#fff;transition:box-shadow .35s ease,transform .35s ease}[data-theme=dark] .te-catalogue-page{border-color:rgb(223 222 220/.14);background:#1a1918}.te-catalogue-page:hover{box-shadow:0 12px 32px rgb(0 0 0/.12);transform:translateY(-2px)}.te-catalogue-page img{display:block;width:100%;height:auto;vertical-align:middle}.te-catalogue-pdf{display:inline-flex;align-items:center;gap:.65rem;padding:.85rem 1.25rem;border-radius:999px;background:var(--color-body);color:var(--color-brand);font-size:15px;font-weight:400;text-decoration:none;transition:opacity .3s ease}.te-catalogue-pdf:hover{opacity:.88}.te-catalogue-product-overlay-icon{display:inline-flex;align-items:center;justify-content:center}.te-catalogue-lightbox{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgb(18 17 16/.72);backdrop-filter:blur(6px);animation:te-catalogue-lightbox-in .25s ease}@keyframes te-catalogue-lightbox-in{0%{opacity:0}to{opacity:1}}.te-catalogue-lightbox-panel{position:relative;display:flex;flex-direction:column;width:min(920px,100%);max-height:min(92vh,900px);border-radius:12px;overflow:hidden;border:1px solid rgb(223 222 220/.12);background:var(--color-brand);box-shadow:0 24px 64px rgb(0 0 0/.35)}.te-catalogue-lightbox-close{position:absolute;top:.65rem;right:.65rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:999px;background:rgb(70 69 69/.55);color:#fff;cursor:pointer;transition:background .2s ease}.te-catalogue-lightbox-close:focus-visible,.te-catalogue-lightbox-close:hover{background:rgb(70 69 69/.85);outline:none}.te-catalogue-lightbox-image-wrap{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#f5f4f2}[data-theme=dark] .te-catalogue-lightbox-image-wrap{background:#1a1918}.te-catalogue-lightbox-image{display:block;width:100%;max-height:min(68vh,640px);object-fit:contain;padding:1rem}.te-catalogue-lightbox-footer{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.15rem 1.15rem;border-top:1px solid rgb(70 69 69/.1)}[data-theme=dark] .te-catalogue-lightbox-footer{border-top-color:rgb(223 222 220/.12)}@media (min-width:640px){.te-catalogue-lightbox-footer{flex-direction:row;align-items:center}}.te-catalogue-lightbox-title{font-family:var(--font-larken);font-size:1.05rem;font-weight:500;line-height:1.3;color:var(--color-body)}.te-catalogue-lightbox-code{margin-top:.25rem;font-size:13px;font-weight:300;color:rgb(70 69 69/.7)}[data-theme=dark] .te-catalogue-lightbox-code{color:rgb(223 222 220/.6)}.te-catalogue-lightbox-wa{flex-shrink:0;align-self:flex-start}.te-catalogue-lightbox-wa svg:first-child{flex-shrink:0}