.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact{--container-max: 1080px;--gap: 24px;--radius: 10px;--card-bg: #fff;--card-border: #e5e5e5;--muted: var(--text-secondary, #666)}.contact__container{max-width:var(--container-max);margin:0 auto;padding:20px}.contact__title{margin:0 0 10px}.contact__intro{color:var(--muted);margin:0 0 16px}.contact__grid{display:grid;gap:var(--gap);grid-template-columns:1fr}.contact__info{display:grid;gap:var(--gap)}.contact__card{padding:16px;border:1px solid var(--card-border);border-radius:var(--radius);background:var(--card-bg)}.contact__heading{margin:0 0 8px}.contact__subheading{margin:10px 0 6px;font-size:1rem}.contact__list{list-style:none;padding:0;margin:0;display:grid;gap:6px}.contact__row{color:var(--text-primary, #222)}.contact__label{font-weight:700}.contact__link{color:var(--black-structural);text-decoration:underline}.contact__form{padding:16px;border:1px solid var(--card-border);border-radius:var(--radius);background:var(--card-bg)}.contact__field{margin:12px 0;display:grid;gap:6px}.contact__input,.contact__textarea{padding:12px 14px;border:1px solid var(--card-border);border-radius:var(--radius);background:#fff;color:var(--text-primary, #222)}.contact__input:focus,.contact__textarea:focus{outline:none;border-color:var(--brand-red);background:#fff}.contact__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:var(--radius);border:1px solid var(--card-border);background:#fff;color:var(--black-structural);cursor:pointer}.contact__submit:hover{background:#f9f9f9}.contact__success{padding:10px 12px;border:1px solid var(--card-border);border-radius:var(--radius);background:#f7f7f7}@media screen and (min-width: 960px){.contact__grid{grid-template-columns:1fr 1fr}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.collection--dealer .collection-header__title{font-weight:800}.collection--dealer .collection-grid__list{gap:28px}.collection-logo{display:grid;place-items:center;margin:4px 0 16px}.collection-logo__img{max-height:var(--dealer-logo-max-h, 80px);width:auto;height:auto;object-fit:contain}.collection--fit-contain .product-card__media{aspect-ratio:1 / 1}.collection--fit-contain .product-card__image{object-fit:contain}.collection-desc-teaser{font-size:1rem;line-height:1.5;margin:0 0 28px;color:var(--text-primary)}.collection-desc-full-wrapper{margin:48px 0 0;padding:32px 0 0;border-top:1px solid #e5e5e5}.collection-desc-full__back{display:inline-block;margin-top:20px;font-weight:600;text-decoration:none;color:var(--brand-red,#dc2626)}@media screen and (max-width: 640px){.collection-desc-full-wrapper{margin-top:36px;padding-top:28px}.collection--dealer .collection-grid__list{gap:16px}}@media screen and (max-width: 1023px){.submenu__link[aria-expanded=true]{font-weight:800}}.index{display:grid;gap:28px}.index-hero{display:grid;gap:12px;align-items:center;justify-items:center;text-align:center}.index-hero__media{width:100%;max-width:1200px;border-radius:12px;overflow:hidden}.index-hero__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--text-primary)}.index-hero__subtitle{color:var(--text-secondary);max-width:70ch}.index-products{display:grid;gap:12px}.index-products__heading{font-weight:800;color:var(--text-primary)}.index-products__list{list-style:none;padding:0;margin:0;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:16px;overflow-x:auto}.index-products__item{min-width:220px}.product-card__price--spacer{min-height:4.2em}.index-products .product-card--collection{min-height:360px;display:grid}.index-products .product-card--collection .product-card__link{height:100%;grid-template-rows:80% auto auto}.index-products .product-card--collection .product-card__media{aspect-ratio:auto;height:100%}.index-products .product-card--collection .product-card__title{text-align:center}@media screen and (max-width: 900px){.index-products .product-card--collection{min-height:320px}}@media screen and (max-width: 640px){.index-products .product-card--collection{min-height:280px}}.index-collections{display:grid;gap:12px}.index-collections__heading{font-weight:800;color:var(--text-primary)}.index-collections__grid{--cols: var(--index-collections-cols, 3);display:grid;grid-template-columns:repeat(var(--cols),minmax(0,1fr));gap:16px}.index-collections__tile{position:relative;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 16px #0000000a}.index-collections__link{display:grid;grid-auto-rows:auto auto;text-decoration:none;color:inherit}.index-collections__media{aspect-ratio:4 / 3;background:#fff;position:relative}.index-collections__media img{width:100%;height:100%;object-fit:cover;display:block}.index-collections__img{width:100%;height:100%;object-fit:var(--dealer-fit, cover)}.index-collections__title{padding:12px;font-weight:700;color:var(--text-primary)}.index-about{display:grid;gap:8px}.index-about__title{font-weight:800;color:var(--text-primary)}.index-about__text{color:var(--text-primary)}.index-map{display:grid;gap:12px}.index-map__title{font-weight:800;color:var(--text-primary)}.index-map__embed{width:100%;height:360px;border:0;border-radius:12px;box-shadow:0 8px 24px #00000014}.index-map__details{color:var(--text-primary);display:grid;gap:6px}.index-map__hours{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.hours-group{border:1px solid #e5e5e5;background:#fff;border-radius:12px;padding:12px;box-shadow:0 4px 16px #0000000a}.hours-group__title{margin:0 0 8px;font-weight:800;color:var(--text-primary)}.hours-list{list-style:none;margin:0;padding:0;display:grid;gap:6px}.hours-row{display:flex;justify-content:space-between;gap:10px;color:var(--text-primary)}.hours-day{color:var(--text-secondary)}.hours-time{font-weight:700}.index-map__hours-note{color:var(--text-secondary);font-size:.95rem}@media screen and (max-width: 768px){.index-collections__grid{--index-collections-cols: 2}.index-map__hours{grid-template-columns:1fr}}.page{max-width:min(960px,92vw);margin:0 auto;padding:clamp(12px,3vw,24px) 0}.page__header{margin-bottom:12px}.page__title{margin:0;font-size:clamp(1.8rem,4vw,2.4rem);line-height:1.15;font-weight:800;color:var(--text-primary)}.page__content{color:var(--text-primary);font-size:1rem;line-height:1.65}.page__content>*+*{margin-top:.9em}.page__content h2{font-size:clamp(1.3rem,3vw,1.6rem);margin:1.2em 0 .4em}.page__content h3{font-size:clamp(1.15rem,2.4vw,1.3rem);margin:1.1em 0 .3em}.page__content ul,.page__content ol{padding-left:1.1em}.page__content img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 18px #0000000f}.page__content a{color:var(--brand-red, #dc2626);text-decoration:underline}.search-form{display:flex;gap:8px;align-items:center;margin:12px 0 16px}.search-form__input{flex:1;padding:10px 14px;border:1px solid #e0e0e0;border-radius:999px;background:#fff;color:var(--text-primary);font:inherit}.search-form__input:focus{outline:none;border-color:var(--brand-red)}.search-form__button{white-space:nowrap}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.search-result{border:1px solid #e5e5e5;background:#fff;border-radius:12px;padding:12px;display:grid;gap:8px}.search-result__image{width:100%;height:auto;border-radius:8px;display:block}.search-result__content p{margin:0}.search__results-summary{margin:6px 0 16px;color:var(--text-secondary)}.search__no-results{margin:8px 0 16px;color:var(--text-secondary)}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.collection--special .collection-header__title{font-size:clamp(2rem,4.2vw,3rem);font-weight:800;margin:0 0 4px}.collection--special .product-card__media{aspect-ratio:1 / 1;padding:0}.collection--special .product-card__image{object-fit:contain}.collection--special .product-card__title{font-size:1.05rem}.collection--special .collection-grid__list{gap:40px}.collection-desc-teaser{font-size:1rem;line-height:1.5;margin:0 0 32px;color:var(--text-primary)}.collection-desc-teaser__more{margin-left:6px;font-weight:600;text-decoration:none;color:var(--brand-red,#dc2626)}.collection-desc-teaser__more:hover{text-decoration:underline}.collection-desc-full-wrapper{margin:60px 0 0;padding:40px 0 0;border-top:1px solid #e5e5e5}.collection-desc-full{max-width:880px;font-size:1rem;line-height:1.55;color:var(--text-primary)}.collection-desc-full__back{display:inline-block;margin-top:24px;font-weight:600;text-decoration:none;color:var(--brand-red,#dc2626)}.collection-desc-full__back:hover{text-decoration:underline}@media screen and (max-width: 640px){.collection-desc-full-wrapper{margin-top:40px;padding-top:32px}}@media screen and (min-width: 1024px){.collection--special .collection-grid__list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width: 640px){.collection--special .collection-grid__list{gap:16px}}.product-page--special,.product-page--special .product-page__container--special{display:grid;gap:40px}@media screen and (min-width: 960px){.product-page--special .product-page__container--special{grid-template-columns:minmax(0,1fr) minmax(0,520px);align-items:start}}.product-page--special .product-page__gallery--special{position:relative;border:0;border-radius:0;overflow:visible;background:transparent;box-shadow:none}.product-special__header{display:grid;gap:12px}.product-special__badge{align-self:start;display:inline-block;background:var(--brand-red, #dc2626);color:#fff;padding:4px 10px;border-radius:999px;font-size:.75rem;letter-spacing:.5px;font-weight:600}.product-special__title{margin:0;font-size:clamp(2rem,3.6vw,3rem);line-height:1.05;font-weight:800}.product-special__vendor{color:var(--text-secondary);font-size:.9rem}.product-special__price{margin-top:6px}.product-special__price .price__current{font-size:1.6rem;font-weight:800}.product-special__price .price__compare{margin-left:8px}.product-special__price .price__vat-group{margin-top:4px}.product-special__summary{font-size:1rem;line-height:1.5;color:var(--text-primary)}.product-special__more{display:inline-block;margin-left:6px;color:var(--brand-red);text-decoration:none;font-weight:600}.product-special__more:hover{text-decoration:underline}.product-special__spec-teaser{margin-top:20px;font-size:.9rem;color:var(--text-secondary)}.product-contact{margin-top:32px}.product-contact__inner{border:1px solid #e5e5e5;border-radius:24px;padding:clamp(20px,3vw,32px);background:linear-gradient(135deg,#fff,#f9fafb);display:grid;gap:20px;box-shadow:0 6px 28px #0000000f}.product-contact__title{margin:0;font-size:1.4rem;font-weight:700}.product-contact__note{margin:0;color:var(--text-secondary);font-size:.95rem;line-height:1.4}.product-contact__actions{display:flex;flex-wrap:wrap;gap:12px;padding:0;margin:0;list-style:none}.product-contact__button{-webkit-appearance:none;appearance:none;text-decoration:none;background:var(--text-primary);color:#fff;padding:12px 20px;border-radius:12px;font-weight:600;font-size:.95rem;box-shadow:0 4px 16px #00000014;transition:background .2s}.product-contact__button:hover{background:var(--brand-red, #dc2626)}.product-contact__button--secondary{background:#fff;color:var(--text-primary);border:1px solid #e0e0e0}.product-contact__button--secondary:hover{background:var(--brand-red, #dc2626);color:#fff;border-color:var(--brand-red, #dc2626)}.product-contact__link{font-weight:600;text-decoration:none;color:var(--brand-red,#dc2626);align-self:center}.product-contact__link:hover{text-decoration:underline}.product-contact__availability{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--text-secondary)}.product-contact__dot{width:10px;height:10px;border-radius:50%;background:#16a34a;box-shadow:0 0 0 4px #16a34a26;display:inline-block}@media screen and (max-width: 959px){.product-page--special .product-page__gallery--special{order:-1}}html{scroll-behavior:smooth}.product-section{scroll-margin-top:120px}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.collection-description{margin:12px 0 24px;scroll-margin-top:80px}.collection-description__divider{height:0;border-top:1px solid #e5e5e5;margin:12px 0 16px}.collection-description__content{color:var(--text-primary, #222)}.collection-description__content>*+*{margin-top:1rem}.collection-description__content a{color:var(--brand-red)}.promo-card{display:flex;flex-direction:column;justify-content:space-between;gap:16px;block-size:100%;padding:16px;border:1px solid #e5e5e5;border-radius:16px;text-decoration:none;background:linear-gradient(180deg,#fff,#fafafa);box-shadow:0 4px 16px #0000000a;color:var(--text-primary)}.promo-card__body{display:grid;gap:8px}.promo-card__eyebrow{font-size:.8rem;letter-spacing:.3px;color:var(--text-secondary);text-transform:uppercase}.promo-card__title{margin:0;font-size:1.2rem;font-weight:800}.promo-card__text{margin:0;color:var(--text-secondary);font-size:.95rem}.promo-card__cta{font-weight:700;color:var(--brand-red,#dc2626)}.promo-card:hover{border-color:var(--brand-red,#dc2626);box-shadow:0 6px 24px #00000014}.promo-card--discount{background:linear-gradient(180deg,#fff7f7,#fff)}.promo-card__media{display:block;width:100%;height:auto;border-radius:12px;margin-bottom:12px}.promo-card--bg{position:relative;background-image:var(--promo-bg);background-size:cover;background-position:center;color:#fff;border-color:#fff6}.promo-card--bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000040,#00000073);border-radius:inherit}.promo-card--bg .promo-card__body,.promo-card--bg .promo-card__cta{position:relative}.promo-card--bg .promo-card__eyebrow,.promo-card--bg .promo-card__title,.promo-card--bg .promo-card__text,.promo-card--bg .promo-card__cta{color:#fff}.promo-card--collection{background:linear-gradient(180deg,#f8fafc,#fff)}.promo-card--collection:hover{border-color:#374151;box-shadow:0 6px 24px #0000001f}.promo-card--collection .promo-card__media{width:100%;aspect-ratio:1 / 1;object-fit:contain;border-radius:8px;margin-bottom:12px;padding:0}.promo-card--collection .promo-card__title{color:#111827}.promo-card--collection .promo-card__cta{color:#374151}@media screen and (min-width: 1024px){.promo-card{padding:20px}}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.newsletter{display:grid;gap:10px;padding:16px;border:1px solid #e5e5e5;border-radius:12px;background:#fff;box-shadow:0 4px 16px #0000000a}.newsletter__title{margin:0;font-weight:800;color:var(--text-primary)}.newsletter__subtitle{margin:0;color:var(--text-secondary)}.newsletter__form{display:grid;gap:10px}.newsletter__fields{display:grid;grid-template-columns:1fr 1fr auto;gap:8px}.newsletter__input{width:100%;height:44px;padding:0 12px;border:1px solid #ddd;border-radius:8px}.newsletter__submit{height:44px;padding:0 16px;border:1px solid transparent;border-radius:8px;background:#dc2626;color:#fff;font-weight:700;cursor:pointer}.newsletter__submit:hover{background:#b91c1c}.newsletter__success{color:#065f46;font-weight:700}.newsletter__errors{color:#b91c1c}.newsletter__consent{margin:0;color:var(--text-secondary);font-size:.875rem}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}@media screen and (max-width: 768px){.newsletter__fields{grid-template-columns:1fr}.newsletter__submit{width:100%}}.p-gallery{display:grid;gap:18px}.p-gallery__stage{position:relative;width:100%;max-width:800px;aspect-ratio:1/1;margin:0;background:#fff;border:1px solid #e5e5e5;border-radius:20px;overflow:hidden;padding:0}.p-gallery__img{display:block;width:100%;height:100%;object-fit:cover;background:#fff;opacity:1;transition:opacity .25s ease}.p-gallery__stage--cover .p-gallery__img{object-fit:cover}.p-gallery__embed{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.p-gallery__img.is-swapping{opacity:0}.p-gallery__rail-wrapper{position:relative}.p-gallery__rail{--thumb-size:86px;display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;padding:4px 60px 4px 4px;margin:0;list-style:none}.p-gallery__more{position:absolute;top:4px;right:4px;height:calc(var(--thumb-size) - 8px);padding:0 14px;border:1px solid #e0e0e0;background:#fff;border-radius:12px;font-size:.8rem;font-weight:600;cursor:pointer;box-shadow:0 2px 6px #00000014}.p-gallery__more:hover{background:var(--brand-red,#dc2626);color:#fff;border-color:var(--brand-red,#dc2626)}.p-gallery__rail::-webkit-scrollbar{display:none}.p-gallery__cell{flex:0 0 auto}.p-gallery__thumb{position:relative;width:var(--thumb-size);height:var(--thumb-size);padding:0;border:1px solid #e0e0e0;background:#fff;border-radius:12px;cursor:pointer;overflow:hidden;display:grid;place-items:center}.p-gallery__thumb-img,.p-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.p-gallery__thumb[aria-selected=true]{border-color:var(--brand-red,#dc2626);box-shadow:0 0 0 2px var(--brand-red,#dc2626)}.p-gallery__thumb:focus-visible{outline:2px solid var(--brand-red,#dc2626);outline-offset:2px}@media screen and (min-width: 960px){.p-gallery{gap:24px}.p-gallery__rail{--thumb-size:96px}}@media screen and (max-width: 640px){.p-gallery__rail{--thumb-size:70px;gap:8px}}.product-gallery__stage{display:block;width:100%;max-width:640px;aspect-ratio:4/3;max-height:360px;background:transparent;border:0;margin:0}@media screen and (max-width: 640px){.product-gallery{max-width:100vw;overflow-x:hidden}.product-gallery__primary{max-width:100vw}.product-gallery__stage{max-width:100vw;aspect-ratio:auto;max-height:none}.product-gallery__thumbs-wrap{overflow-x:hidden;touch-action:pan-y}.product-gallery__thumbs{overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x}}@media screen and (min-width: 900px){.product-gallery__stage{aspect-ratio:16/9}}.product-gallery__stage-img{display:block;width:100%;height:100%;object-position:center center}.product-gallery__stage-img{object-fit:contain}@media screen and (max-width: 640px){.product-gallery__stage-img{max-width:100vw;height:auto;object-fit:contain}}.product-gallery__stage.is-portrait{aspect-ratio:3/4;max-height:560px}@media screen and (min-width: 900px){.product-gallery__stage.is-portrait{aspect-ratio:3/4;max-height:560px}}.product-gallery__stage video,.product-gallery__stage model-viewer,.product-gallery__stage iframe{display:block;width:100%;max-width:100%;height:100%}.product-gallery__stage video{object-fit:contain;object-position:center;background:#000}@media screen and (max-width: 640px){.product-gallery__stage video,.product-gallery__stage iframe{height:auto;aspect-ratio:16/9}}.product-gallery__thumb-btn{position:relative}.product-gallery__thumb-badge{position:absolute;right:6px;bottom:6px;background:#0009;color:#fff;font-size:12px;line-height:1;padding:4px 6px;border-radius:4px}.product-gallery__stage-expand{position:absolute;top:8px;right:8px;z-index:4;width:32px;height:32px;border-radius:999px;border:1px solid #e0e0e0;background:#fff;color:var(--text-primary);display:grid;place-items:center;box-shadow:0 2px 8px #00000014;cursor:pointer}.product-gallery__stage-expand:hover{background:var(--brand-red,#dc2626);color:#fff;border-color:var(--brand-red,#dc2626)}.product-gallery__lightbox[hidden]{display:none!important}.product-gallery__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center}.product-gallery__lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6}.product-gallery__lightbox-inner{position:relative;z-index:1;max-width:90vw;max-height:90vh;display:grid;place-items:center}.product-gallery__lightbox-content>*{max-width:90vw;max-height:90vh}.product-gallery__lightbox-close{position:absolute;top:-40px;right:-4px;width:34px;height:34px;border-radius:999px;border:1px solid #e0e0e0;background:#fff;color:var(--text-primary);display:grid;place-items:center;box-shadow:0 2px 8px #00000014;cursor:pointer}.product-gallery__lightbox-close:hover{background:var(--brand-red,#dc2626);color:#fff;border-color:var(--brand-red,#dc2626)}body.product-gallery--modal-open{overflow:hidden}.product-gallery__lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:36px;height:36px;border-radius:999px;border:1px solid #e0e0e0;background:#fff;color:var(--text-primary);display:grid;place-items:center;box-shadow:0 2px 8px #00000014;cursor:pointer}.product-gallery__lightbox-nav:hover{background:var(--brand-red,#dc2626);color:#fff;border-color:var(--brand-red,#dc2626)}.product-gallery__lightbox-nav--prev{left:12px}.product-gallery__lightbox-nav--next{right:12px}
/*# sourceMappingURL=/cdn/shop/t/25/compiled_assets/styles.css.map */
