:root{--product-accent: #05B175;--product-accent-hover: #049960;--product-dark: #1a2b4a;--product-dark-hover: #253854;--product-text: #000000;--product-text-secondary: #666666;--product-text-muted: #999999;--product-border: #e0e0e0;--product-bg-light: #f8f9fa;--product-bg-white: #ffffff;--product-radius: 12px;--product-radius-xl: 16px;--product-max-width: 1400px}.adeqo-product-hero{max-width:var(--product-max-width);margin:0 auto;padding:24px 24px 48px}.adeqo-product-hero__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:start}.adeqo-product-hero__breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;color:var(--product-text-secondary);grid-column:1 / -1;white-space:nowrap;overflow:hidden}.adeqo-product-hero__breadcrumbs a{color:var(--product-text-secondary);text-decoration:none;flex-shrink:0}.adeqo-product-hero__breadcrumbs>span:last-child{overflow:hidden;text-overflow:ellipsis;min-width:0}.adeqo-product-hero__breadcrumbs-separator{color:var(--product-text-muted);flex-shrink:0}.adeqo-product-hero__breadcrumbs a:hover{color:var(--product-accent)}.adeqo-product-gallery{position:sticky;top:24px}.adeqo-product-gallery__hero{position:relative;border-radius:var(--product-radius-xl);overflow:hidden;background-color:#f5f5f5;margin-bottom:12px;cursor:pointer;aspect-ratio:4 / 3}.adeqo-product-gallery__hero-image{width:100%;height:100%;display:block;object-fit:cover}.adeqo-product-gallery__hero-zoom{position:absolute;bottom:12px;right:12px;width:36px;height:36px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#333;pointer-events:none;transition:opacity .2s ease;opacity:.7}.adeqo-product-gallery__hero:hover .adeqo-product-gallery__hero-zoom{opacity:1}.adeqo-product-gallery__thumbs{display:none}.adeqo-product-gallery__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.adeqo-product-gallery__grid-item{border-radius:var(--product-radius);overflow:hidden;background-color:#f5f5f5;cursor:pointer}.adeqo-product-gallery__grid-image{width:100%;height:100%;display:block;object-fit:cover;aspect-ratio:4 / 3;transition:transform .3s ease}.adeqo-product-gallery__grid-item:hover .adeqo-product-gallery__grid-image{transform:scale(1.03)}.adeqo-product-gallery__empty{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;color:#999;background-color:#f5f5f5;border-radius:var(--product-radius-xl)}.adeqo-product-gallery__theater{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;align-items:center;justify-content:center}.adeqo-product-gallery__theater.is-open{display:flex}.adeqo-product-gallery__theater-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000eb;cursor:pointer}.adeqo-product-gallery__theater-close{position:absolute;top:16px;right:16px;z-index:10;width:44px;height:44px;background:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.adeqo-product-gallery__theater-close:hover{background:#ffffff4d}.adeqo-product-gallery__theater-counter{position:absolute;top:20px;left:50%;transform:translate(-50%);z-index:10;color:#fffc;font-size:14px;font-weight:600}.adeqo-product-gallery__theater-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;background:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.adeqo-product-gallery__theater-nav:hover{background:#ffffff4d}.adeqo-product-gallery__theater-prev{left:16px}.adeqo-product-gallery__theater-next{right:16px}.adeqo-product-gallery__theater-stage{position:relative;z-index:5;width:100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none}.adeqo-product-gallery__theater-image{display:none;max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px;pointer-events:auto;user-select:none;-webkit-user-select:none}.adeqo-product-gallery__theater-image.is-active{display:block}.adeqo-product-info{display:flex;flex-direction:column;gap:8px;min-width:0;overflow:hidden}.adeqo-product-info__title{font-size:var(--title-desktop, 28px);font-weight:700;color:var(--product-text);margin:0;line-height:1.2}.adeqo-product-info__price-wrapper{display:flex;align-items:baseline;gap:12px;margin-bottom:0}.adeqo-product-info__price{font-size:28px;font-weight:700;color:var(--product-text)}.adeqo-product-info__price--sale{color:var(--product-accent)}.adeqo-product-info__price-compare{font-size:18px;font-weight:400;color:var(--product-text-secondary);text-decoration:line-through}.adeqo-product-info__price-suffix{font-size:14px;color:var(--product-text-secondary);margin-bottom:0}.adeqo-product-info__stock{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding:8px 12px;background:var(--product-bg-white);border:1px solid var(--product-accent);border-radius:8px;width:fit-content}.adeqo-product-info__stock-dot{width:8px;height:8px;border-radius:50%;background-color:var(--product-accent);animation:adeqo-pulse-green 2s ease-in-out infinite}.adeqo-product-info__stock-dot--out{background-color:#dc2626;animation:none}@keyframes adeqo-pulse-green{0%,to{box-shadow:0 0 #05b17566}50%{box-shadow:0 0 0 4px #05b17500}}.adeqo-product-info__stock-text{font-size:13px;font-weight:600;color:var(--product-accent)}.adeqo-product-info__stock-text--out{color:#dc2626}.adeqo-product-info__divider{height:1px;background-color:var(--product-border);border:none;margin:0}.adeqo-product-info__colors{margin-bottom:0}.adeqo-product-info__colors-label{font-size:14px;font-weight:600;color:var(--product-text);margin-bottom:8px}.adeqo-product-info__colors-label span{font-weight:400;color:var(--product-text-secondary)}.adeqo-product-info__swatches{display:grid;grid-template-columns:repeat(var(--swatches-per-row, 6),minmax(0,1fr));gap:8px}.adeqo-product-info__swatch{aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s ease;display:block;padding:0}.adeqo-product-info__swatch.is-active,.adeqo-product-info__swatch:hover{border-color:var(--product-accent)}.adeqo-product-info__swatch img{width:100%;height:100%;object-fit:cover;display:block}.adeqo-product-info__sizes{margin-bottom:0}.adeqo-product-info__sizes-label{font-size:14px;font-weight:600;color:var(--product-text);margin-bottom:8px}.adeqo-product-info__sizes-label span{font-weight:400;color:var(--product-text-secondary)}.adeqo-product-info__size-options{display:flex;gap:8px}.adeqo-product-info__size-option{flex:1;padding:12px 16px;border:2px solid var(--product-border);border-radius:var(--product-radius);background:var(--product-bg-white);cursor:pointer;text-align:center;transition:border-color .2s ease,background-color .2s ease;font-size:15px;font-weight:600;text-decoration:none;color:var(--product-text);display:block}.adeqo-product-info__size-option:hover{border-color:var(--product-accent)}.adeqo-product-info__size-option.is-active{border-color:var(--product-accent);background-color:#f0fdf4;pointer-events:none}.adeqo-product-info__size-price{display:block;font-size:13px;font-weight:400;color:var(--product-text-secondary);margin-top:2px}.adeqo-product-info__quantity{margin-bottom:0}.adeqo-product-info__quantity-label{display:block;font-size:14px;font-weight:600;color:var(--product-text);margin-bottom:12px}.adeqo-product-info__quantity-controls{display:flex;align-items:center;border:2px solid var(--product-border);border-radius:var(--product-radius);overflow:hidden;width:fit-content}.adeqo-product-info__quantity-btn{width:44px;height:44px;background:#f5f5f5;border:none;cursor:pointer;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;color:var(--product-text)}.adeqo-product-info__quantity-btn:hover{background-color:#ececec}.adeqo-product-info__quantity-input{width:60px;height:44px;border:none;text-align:center;font-size:16px;font-weight:600;-moz-appearance:textfield;background:var(--product-bg-white)}.adeqo-product-info__quantity-input::-webkit-outer-spin-button,.adeqo-product-info__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.adeqo-product-info__quantity-row{display:flex;align-items:center;gap:16px}.adeqo-product-info__quantity-m2{font-size:15px;font-weight:600;color:var(--product-text-secondary);white-space:nowrap}.adeqo-product-info__quantity-m2 span{color:var(--product-text)}.adeqo-product-reviews{display:flex;align-items:center;gap:8px}.adeqo-product-reviews__stars{display:flex;gap:2px}.adeqo-product-reviews__count{font-size:13px;color:#666}.adeqo-product-reviews__count a{color:var(--product-accent);text-decoration:underline;text-underline-offset:2px}.adeqo-product-reviews__count a:hover{text-decoration:none}.adeqo-staffel__title{font-size:14px;font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:6px;color:var(--product-text)}.adeqo-staffel__title svg{width:16px;height:16px;color:var(--product-accent)}.adeqo-staffel__table{width:100%;border-collapse:collapse;font-size:14px}.adeqo-staffel__table th{text-align:left;font-weight:500;color:#888;font-size:12px;padding:6px 0;border-bottom:1px solid var(--product-border)}.adeqo-staffel__table th:last-child{text-align:right}.adeqo-staffel__table td{padding:10px 0;border-bottom:1px solid #f5f5f5;color:var(--product-text)}.adeqo-staffel__table td:last-child{text-align:right}.adeqo-staffel__table tr:last-child td{border-bottom:none}.adeqo-staffel__table tr.is-active td{font-weight:500}.adeqo-staffel__radio{width:18px;height:18px;border:2px solid #ccc;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-right:8px;vertical-align:middle}.adeqo-staffel__radio--active{border-color:var(--product-accent);background:var(--product-accent)}.adeqo-staffel__radio--active:after{content:"";width:6px;height:6px;background:#fff;border-radius:50%}.adeqo-staffel__discount{color:var(--product-accent);font-weight:600}.adeqo-staffel__offerte{color:var(--product-accent);font-weight:600;font-size:13px}.adeqo-voorraad{display:flex;align-items:center;gap:10px;font-size:14px;padding-left:4px}.adeqo-voorraad__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;position:relative}.adeqo-voorraad__dot--in-stock{background:#22c55e;animation:adeqo-voorraad-pulse 2s ease-in-out infinite}.adeqo-voorraad__dot--backorder{background:#22c55e}.adeqo-voorraad__dot--out{background:#ef4444}@keyframes adeqo-voorraad-pulse{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 6px #22c55e00}}.adeqo-voorraad__text{font-weight:500}.adeqo-voorraad__text--in-stock,.adeqo-voorraad__text--backorder{color:#16a34a}.adeqo-voorraad__text--out{color:#dc2626}.adeqo-voorraad__levertijd{color:#888;font-weight:400}.adeqo-purchase-row{display:flex;flex-direction:column;gap:8px;width:100%}.adeqo-purchase-row__action{display:flex;align-items:stretch;gap:10px;width:100%}.adeqo-purchase-row__info{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 8px;font-size:13px;color:#777;line-height:1.4}.adeqo-purchase-row__info-m2 [data-m2-total],.adeqo-purchase-row__info-subtotal [data-subtotal]{font-weight:600;color:#333}.adeqo-purchase-row__info-sep{color:#ccc}.adeqo-purchase-row__qty{flex:0 0 auto;display:flex;align-items:stretch;height:var(--atc-height, 52px);border:1px solid #e0e0e0;border-radius:var(--atc-radius, 10px);background:#fff;overflow:hidden}.adeqo-purchase-row__qty-btn{width:36px;border:none;background:transparent;font-size:18px;font-weight:600;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;font-family:inherit;flex-shrink:0}.adeqo-purchase-row__qty-btn:hover{background:#f5f5f5}.adeqo-purchase-row__qty-btn:active{background:#ececec}.adeqo-purchase-row__qty-input{width:56px;border:none;background:transparent;font-size:16px;font-weight:600;color:#000;text-align:center;font-family:inherit;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.adeqo-purchase-row__qty-input::-webkit-outer-spin-button,.adeqo-purchase-row__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.adeqo-purchase-row__qty-input:focus{outline:none}.adeqo-purchase-row__qty:focus-within{border-color:var(--atc-bg, #05b175);box-shadow:inset 0 0 0 1px var(--atc-bg, #05b175)}.adeqo-purchase-row__atc{flex:1 1 auto}.adeqo-atc-btn{width:100%;height:var(--atc-height, 52px);background:var(--atc-bg, #05b175);color:var(--atc-text, #fff);border:none;border-radius:var(--atc-radius, 10px);font-size:var(--atc-font, 16px);font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:background .2s,opacity .2s;font-family:inherit}.adeqo-atc-btn:hover:not(:disabled){background:var(--atc-hover, #049561)}.adeqo-atc-btn:disabled{background:var(--atc-disabled, #cccccc);cursor:not-allowed}.adeqo-atc-btn svg{width:20px;height:20px;flex-shrink:0}@media(max-width:480px){.adeqo-purchase-row__qty-select{min-width:70px;padding:0 28px 0 12px;font-size:15px}}.adeqo-sample-link-wrap{display:flex;justify-content:flex-end;width:100%}.adeqo-sample-link{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;padding:4px 0;margin:0;font-size:13px;font-style:italic;color:#777;cursor:pointer;text-decoration:none;font-family:inherit;transition:color .15s ease,transform .15s ease}.adeqo-sample-link:hover,.adeqo-sample-link:focus-visible{color:var(--product-accent, #05b175);text-decoration:underline;text-underline-offset:3px;outline:none}.adeqo-sample-link__arrow{flex-shrink:0;transition:transform .15s ease}.adeqo-sample-link:hover .adeqo-sample-link__arrow{transform:translate(3px)}.adeqo-compact-calc{border:2px solid var(--product-border);border-radius:var(--product-radius);overflow:hidden;margin-bottom:0}.adeqo-compact-calc__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--product-bg-white);border:none;cursor:pointer;transition:background-color .2s ease}.adeqo-compact-calc__toggle:hover{background-color:var(--product-bg-light)}.adeqo-compact-calc__toggle-left{display:flex;align-items:center;gap:8px}.adeqo-compact-calc__toggle-icon{width:20px;height:20px;color:var(--product-accent)}.adeqo-compact-calc__toggle-text{font-size:14px;font-weight:600;color:var(--product-text)}.adeqo-compact-calc__toggle-chevron{width:20px;height:20px;color:var(--product-text-secondary);transition:transform .3s ease}.adeqo-compact-calc.is-open .adeqo-compact-calc__toggle-chevron{transform:rotate(180deg)}.adeqo-compact-calc__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.adeqo-compact-calc.is-open .adeqo-compact-calc__content{max-height:300px}.adeqo-compact-calc__inner{padding:8px 16px 16px;background-color:var(--product-bg-light)}.adeqo-compact-calc__description{font-size:13px;color:var(--product-text-secondary);margin-bottom:12px}.adeqo-compact-calc__inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.adeqo-compact-calc__input{padding:10px 12px;border:2px solid var(--product-border);border-radius:8px;font-size:14px;background:var(--product-bg-white);-moz-appearance:textfield;min-width:0;width:100%;box-sizing:border-box}.adeqo-compact-calc__input:focus{outline:none;border-color:var(--product-accent)}.adeqo-compact-calc__input::-webkit-outer-spin-button,.adeqo-compact-calc__input::-webkit-inner-spin-button{-webkit-appearance:none}.adeqo-compact-calc__result{background-color:var(--product-accent);color:#fff;border-radius:8px;padding:10px 12px;text-align:center;display:none}.adeqo-compact-calc__result.is-visible{display:block}.adeqo-compact-calc__result-label{font-size:13px;opacity:.9}.adeqo-compact-calc__result-value{font-size:20px;font-weight:700}.adeqo-compact-calc__warning{display:flex;align-items:flex-start;gap:10px;background-color:#fff8e1;border:1px solid #f5d06e;color:#8a6400;border-radius:8px;padding:10px 12px;font-size:13px;line-height:1.45;margin-top:10px}.adeqo-compact-calc__warning[hidden]{display:none}.adeqo-compact-calc__warning svg{width:16px;height:16px;flex-shrink:0;margin-top:1px;color:#d97706}.adeqo-order-summary{background-color:var(--product-bg-light);border-radius:var(--product-radius);padding:24px}.adeqo-order-summary__title{font-size:16px;font-weight:600;margin:0 0 16px}.adeqo-order-summary__divider{height:1px;background-color:var(--product-border);border:none;margin:16px 0}.adeqo-order-summary__divider--thick{height:2px;margin:20px 0}.adeqo-order-summary__line{display:flex;justify-content:space-between;align-items:center;font-size:15px;margin-bottom:8px}.adeqo-order-summary__line-detail{font-size:14px;color:var(--product-text-secondary);margin-bottom:8px}.adeqo-order-summary__line--discount{color:var(--product-accent)}.adeqo-order-summary__line-value{font-weight:600}.adeqo-order-summary__total{display:flex;justify-content:space-between;align-items:center}.adeqo-order-summary__total-label{font-size:16px}.adeqo-order-summary__total-value{font-size:18px;font-weight:700}.adeqo-order-summary__total-suffix{text-align:right;font-size:13px;color:var(--product-text-secondary);margin-top:2px}.adeqo-upsell__label{font-size:14px;color:var(--product-text-secondary);margin-bottom:12px}.adeqo-upsell__tip{display:flex;align-items:center;gap:4px;font-size:14px;color:var(--product-text-secondary);margin-bottom:12px}.adeqo-upsell__tip svg{width:16px;height:16px}.adeqo-upsell__items{display:flex;flex-direction:column;gap:8px}.adeqo-upsell-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--product-bg-white);border:2px solid var(--product-border);border-radius:10px;cursor:pointer;transition:border-color .2s ease}.adeqo-upsell-item:hover,.adeqo-upsell-item.is-checked{border-color:var(--product-accent)}.adeqo-upsell-item__checkbox{width:20px;height:20px;border:2px solid var(--product-border);border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease}.adeqo-upsell-item.is-checked .adeqo-upsell-item__checkbox{background-color:var(--product-accent);border-color:var(--product-accent)}.adeqo-upsell-item__checkbox svg{width:12px;height:12px;color:#fff;opacity:0;transition:opacity .2s ease}.adeqo-upsell-item.is-checked .adeqo-upsell-item__checkbox svg{opacity:1}.adeqo-upsell-item__image{width:48px;height:48px;border-radius:8px;overflow:hidden;background:var(--product-bg-light);flex-shrink:0}.adeqo-upsell-item__image img{width:100%;height:100%;object-fit:cover}.adeqo-upsell-item__info{flex:1;min-width:0}.adeqo-upsell-item__title{font-size:14px;font-weight:600;margin-bottom:2px}.adeqo-upsell-item__description{font-size:13px;color:var(--product-text-secondary)}.adeqo-upsell-item__price{font-size:14px;font-weight:600;white-space:nowrap}.adeqo-product-info__actions{display:flex;flex-direction:column;gap:12px;margin-top:4px}.adeqo-product-info__add-to-cart{width:100%;padding:16px;background-color:var(--product-accent);color:#fff;border:none;border-radius:var(--product-radius);font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s ease}.adeqo-product-info__add-to-cart:hover{background-color:var(--product-accent-hover)}.adeqo-product-info__add-to-cart:disabled{opacity:.6;cursor:not-allowed}.adeqo-product-info__add-to-cart svg{width:20px;height:20px}.adeqo-product-info__sample-btn{width:100%;padding:14px;background-color:#fff;color:#333;border:2px solid #2e7d32;border-radius:var(--product-radius);font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s ease}.adeqo-product-info__sample-btn:hover{background-color:#f0f7f0}.adeqo-product-info__sample-btn svg{width:20px;height:20px}.adeqo-product-info__usps{background-color:var(--product-bg-light);border-radius:var(--product-radius);padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.adeqo-product-info__usps--single-col{grid-template-columns:1fr;gap:8px}.adeqo-product-info__usp{display:flex;align-items:center;gap:8px;font-size:14px}.adeqo-product-info__usps--single-col .adeqo-product-info__usp{font-size:13px}.adeqo-product-info__usp svg{width:16px;height:16px;color:var(--product-accent);flex-shrink:0}.adeqo-product-specs{background-color:var(--product-bg-light);padding:64px 0}.adeqo-product-specs__container{max-width:var(--product-max-width);margin:0 auto;padding:0 24px}.adeqo-product-specs__title{font-size:28px;font-weight:700;margin:0 0 32px}.adeqo-product-specs__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:var(--product-bg-white);border-radius:var(--product-radius);border:1px solid var(--product-border);overflow:hidden}.adeqo-product-specs__item{padding:16px 20px;border-bottom:1px solid var(--product-border);border-right:1px solid var(--product-border)}.adeqo-product-specs__item:nth-child(3n){border-right:none}.adeqo-product-specs__item-label{font-size:13px;color:var(--product-text-secondary);margin-bottom:4px}.adeqo-product-specs__item-value{font-size:15px;font-weight:600}.adeqo-product-why{background-color:var(--product-bg-light);padding:64px 0}.adeqo-product-why__container{max-width:var(--product-max-width);margin:0 auto;padding:0 24px}.adeqo-product-why__title{font-size:28px;font-weight:700;margin:0 0 32px}.adeqo-product-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.adeqo-product-why__card{background:var(--product-bg-white);border-radius:var(--product-radius);padding:32px 24px;text-align:center}.adeqo-product-why__card-icon{width:48px;height:48px;margin:0 auto 16px;color:var(--product-accent)}.adeqo-product-why__card-title{font-size:18px;font-weight:700;margin:0 0 8px}.adeqo-product-why__card-text{font-size:14px;color:var(--product-text-secondary);margin:0;line-height:1.5}.adeqo-product-lifestyle{max-width:var(--product-max-width);margin:0 auto;padding:64px 24px}.adeqo-product-lifestyle__title{font-size:28px;font-weight:700;margin:0 0 32px}.adeqo-product-lifestyle__grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:16px;height:500px}.adeqo-product-lifestyle__image{position:relative;border-radius:var(--product-radius-xl);overflow:hidden;cursor:pointer}.adeqo-product-lifestyle__image:first-child{grid-row:1 / 3}.adeqo-product-lifestyle__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.adeqo-product-lifestyle__image:hover img{transform:scale(1.05)}.adeqo-product-lifestyle__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.adeqo-product-lifestyle__image-label{position:absolute;bottom:16px;left:16px;color:#fff;font-size:18px;font-weight:700}.adeqo-product-lifestyle__image:first-child .adeqo-product-lifestyle__image-label{bottom:24px;left:24px;font-size:24px}.adeqo-product-calculator{max-width:var(--product-max-width);margin:0 auto;padding:64px 24px}.adeqo-product-calculator__card{background-color:var(--product-bg-light);border-radius:var(--product-radius-xl);padding:32px;max-width:600px}.adeqo-product-calculator__title{font-size:20px;font-weight:700;margin:0 0 8px}.adeqo-product-calculator__description{font-size:14px;color:var(--product-text-secondary);margin:0 0 20px}.adeqo-product-calculator__inputs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.adeqo-product-calculator__input{width:100%;padding:14px 16px;border:2px solid var(--product-border);border-radius:var(--product-radius);font-size:15px;background:var(--product-bg-white);-moz-appearance:textfield}.adeqo-product-calculator__input:focus{outline:none;border-color:var(--product-accent)}.adeqo-product-calculator__input::-webkit-outer-spin-button,.adeqo-product-calculator__input::-webkit-inner-spin-button{-webkit-appearance:none}.adeqo-product-calculator__result{display:none;background-color:var(--product-accent);color:#fff;border-radius:var(--product-radius);padding:16px;text-align:center;margin-bottom:16px}.adeqo-product-calculator__result.is-visible{display:block}.adeqo-product-calculator__result-label{font-size:13px;opacity:.9}.adeqo-product-calculator__result-value{font-size:28px;font-weight:700}.adeqo-product-calculator__add-btn{width:100%;padding:16px;background-color:var(--product-dark);color:#fff;border:none;border-radius:var(--product-radius);font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;display:none}.adeqo-product-calculator__add-btn.is-visible{display:block}.adeqo-product-calculator__add-btn:hover{background-color:var(--product-dark-hover)}.adeqo-product-contact-card{max-width:var(--product-max-width);margin:0 auto;padding:32px 24px}.adeqo-contact-card--b2b{background:linear-gradient(135deg,#f0fdf4,#e0f2fe);border:2px solid var(--product-accent);border-radius:var(--product-radius-xl);padding:32px;position:relative;overflow:hidden}.adeqo-contact-card__pulse{position:absolute;top:16px;right:16px;width:12px;height:12px;background-color:var(--product-accent);border-radius:50%;animation:adeqo-pulse-green 2s ease-in-out infinite}.adeqo-contact-card--b2b .adeqo-contact-card__layout{display:flex;align-items:flex-start;gap:24px}.adeqo-contact-card__avatar{width:80px;height:80px;background-color:var(--product-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;flex-shrink:0;position:relative}.adeqo-contact-card__avatar-status{position:absolute;bottom:0;right:0;width:20px;height:20px;background-color:var(--product-accent);border-radius:50%;border:2px solid #ffffff}.adeqo-contact-card__content{flex:1}.adeqo-contact-card__heading{font-size:20px;font-weight:700;margin:0 0 8px}.adeqo-contact-card__text{font-size:15px;color:var(--product-text-secondary);margin:0 0 16px}.adeqo-contact-card__links{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.adeqo-contact-card__link{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--product-text);text-decoration:none}.adeqo-contact-card__link:hover{color:var(--product-accent)}.adeqo-contact-card__link svg{width:16px;height:16px;color:var(--product-accent)}.adeqo-contact-card__online{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--product-accent)}.adeqo-contact-card__online-dot{width:8px;height:8px;background-color:var(--product-accent);border-radius:50%}.adeqo-contact-card--guest{background-color:var(--product-bg-light);border:2px solid var(--product-border);border-radius:var(--product-radius-xl);padding:32px;text-align:center}.adeqo-contact-card--guest .adeqo-contact-card__icon{width:64px;height:64px;margin:0 auto 16px;color:var(--product-accent)}.adeqo-contact-card--guest .adeqo-contact-card__heading{font-size:22px}.adeqo-contact-card__benefits{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.adeqo-contact-card__benefit{display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px}.adeqo-contact-card__benefit svg{width:16px;height:16px;color:var(--product-accent)}.adeqo-contact-card__cta-btn{width:100%;padding:14px;background-color:var(--product-accent);color:#fff;border:none;border-radius:var(--product-radius);font-size:16px;font-weight:600;cursor:pointer;margin-bottom:12px;transition:background-color .2s ease}.adeqo-contact-card__cta-btn:hover{background-color:var(--product-accent-hover)}.adeqo-contact-card__login-link{font-size:14px;color:var(--product-text-secondary)}.adeqo-contact-card__login-link a{font-weight:600;color:var(--product-text-secondary);text-decoration:none}.adeqo-contact-card__login-link a:hover{color:var(--product-accent)}.adeqo-contact-card--particulier{background-color:var(--product-bg-light);border-radius:var(--product-radius-xl);padding:32px;text-align:center}.adeqo-contact-card--particulier .adeqo-contact-card__icon{width:64px;height:64px;margin:0 auto 16px;color:var(--product-accent)}.adeqo-contact-card__phone-link{font-size:14px;color:var(--product-text-secondary)}.adeqo-contact-card__phone-link a{font-weight:600;color:var(--product-text);text-decoration:none}.adeqo-contact-card__phone-link a:hover{color:var(--product-accent)}.adeqo-product-cta{padding:64px 0}.adeqo-product-cta--b2b{background-color:var(--product-dark)}.adeqo-product-cta--standard{background-color:var(--product-bg-light)}.adeqo-product-cta__container{max-width:var(--product-max-width);margin:0 auto;padding:0 24px}.adeqo-product-cta--b2b .adeqo-product-cta__title{color:#fff;font-size:28px;font-weight:700;text-align:center;margin:0 0 32px}.adeqo-product-cta__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.adeqo-product-cta__card{background:#ffffff1a;border-radius:var(--product-radius);padding:24px;text-align:center;color:#fff;cursor:pointer;transition:background-color .2s ease}.adeqo-product-cta__card:hover{background:#fff3}.adeqo-product-cta__card-icon{width:40px;height:40px;margin:0 auto 12px}.adeqo-product-cta__card-title{font-weight:700;margin-bottom:8px}.adeqo-product-cta__card-link{font-size:18px;font-weight:600;color:#fff;text-decoration:none}.adeqo-product-cta__card-link:hover{text-decoration:underline}.adeqo-product-cta__note{text-align:center;color:#fffc;font-size:14px}.adeqo-product-cta--standard .adeqo-product-cta__bar{display:flex;align-items:center;gap:16px;background:var(--product-bg-white);border-radius:var(--product-radius);padding:24px}.adeqo-product-cta__bar-icon{width:48px;height:48px;background-color:var(--product-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.adeqo-product-cta__bar-icon svg{width:24px;height:24px}.adeqo-product-cta__bar-content{flex:1}.adeqo-product-cta__bar-title{font-size:18px;font-weight:700;margin:0 0 4px}.adeqo-product-cta__bar-text{font-size:14px;color:var(--product-text-secondary);margin:0}.adeqo-product-cta__bar-text a{color:var(--product-accent);font-weight:600;text-decoration:none}.adeqo-product-cta__bar-text a:hover{text-decoration:underline}.adeqo-product-cta__bar-hours{color:var(--product-text-muted);margin-left:8px}.adeqo-sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:40;background-color:var(--product-bg-white);border-top:1px solid var(--product-border);box-shadow:0 -4px 12px #00000014;transform:translateY(100%);transition:transform .3s ease}.adeqo-sticky-atc.is-visible{transform:translateY(0)}.adeqo-sticky-atc__container{max-width:var(--product-max-width);margin:0 auto;padding:10px 16px;display:flex;align-items:center;gap:12px}.adeqo-sticky-atc__thumb{flex-shrink:0;width:44px;height:44px;border-radius:8px;overflow:hidden;background-color:#f5f5f5;display:block}.adeqo-sticky-atc__thumb img{width:100%;height:100%;object-fit:cover;display:block}.adeqo-sticky-atc__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.adeqo-sticky-atc__name{font-size:13px;font-weight:600;color:var(--product-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.adeqo-sticky-atc__meta{display:flex;align-items:center;gap:4px;flex-wrap:nowrap;min-width:0;font-size:11px;color:var(--product-text-muted, #666);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adeqo-sticky-atc__meta>span:first-child{font-weight:600;color:var(--product-text)}.adeqo-sticky-atc__meta-sep{color:var(--product-border, #e0e0e0);font-size:10px;flex-shrink:0}.adeqo-sticky-atc__qty{flex-shrink:0;display:flex;align-items:center;gap:0;border:1px solid var(--product-border);border-radius:var(--product-radius);overflow:hidden}.adeqo-sticky-atc__qty-btn{width:32px;height:40px;background:none;border:none;cursor:pointer;font-size:18px;line-height:1;color:var(--product-text);display:flex;align-items:center;justify-content:center;transition:background-color .15s ease}.adeqo-sticky-atc__qty-btn:hover{background-color:#f5f5f5}.adeqo-sticky-atc__qty-val{min-width:28px;text-align:center;font-size:14px;font-weight:600;color:var(--product-text)}.adeqo-sticky-atc__button{flex-shrink:0;padding:12px 20px;background-color:var(--product-accent);color:#fff;border:none;border-radius:var(--product-radius);font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s ease;white-space:nowrap}.adeqo-sticky-atc__button:hover:not(:disabled){background-color:var(--product-accent-hover)}.adeqo-sticky-atc__button:disabled{background-color:var(--atc-disabled, #cccccc);cursor:not-allowed}.adeqo-sticky-atc__total{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:2px;padding:0 4px}.adeqo-sticky-atc__total-amount{font-size:16px;font-weight:700;color:var(--product-text);white-space:nowrap}.adeqo-sticky-atc__total-meta{font-size:10px;color:var(--product-text-muted, #666);white-space:nowrap}.adeqo-sticky-atc__button svg{width:18px;height:18px}.adeqo-product-block{position:relative;border-radius:8px;transition:background-color .2s ease}.adeqo-product-block:empty{display:none}.adeqo-product-block .adeqo-product-hero__breadcrumbs{margin-bottom:0;grid-column:auto}.adeqo-product-block .adeqo-product-info__colors,.adeqo-product-block .adeqo-product-info__sizes,.adeqo-product-block .adeqo-compact-calc,.adeqo-product-block .adeqo-product-info__quantity{margin-bottom:0}.adeqo-product-block .adeqo-product-info__divider{margin:0}.adeqo-product-block .adeqo-product-info__colors-label,.adeqo-product-block .adeqo-product-info__sizes-label,.adeqo-product-block .adeqo-product-info__quantity-label{margin-bottom:10px}.adeqo-product-info__custom-text{font-size:15px;line-height:1.6}.adeqo-product-info__custom-text a{color:var(--product-accent);text-decoration:underline}.adeqo-product-info__custom-text h2,.adeqo-product-info__custom-text h3,.adeqo-product-info__custom-text p{margin:0 0 8px}.adeqo-product-info__custom-text p:last-child{margin-bottom:0}.adeqo-accordion{display:flex;flex-direction:column;gap:0}.adeqo-accordion__item{border-top:1px solid var(--product-border)}.adeqo-accordion__item:last-child{border-bottom:1px solid var(--product-border)}.adeqo-accordion__header{display:flex;align-items:center;justify-content:space-between;padding:16px 0;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.adeqo-accordion__header::-webkit-details-marker{display:none}.adeqo-accordion__title{font-size:15px;font-weight:600;color:#000}.adeqo-accordion__icon{flex-shrink:0;transition:transform .2s ease;color:#666}.adeqo-accordion__item[open] .adeqo-accordion__icon{transform:rotate(180deg)}.adeqo-accordion__content{padding:0 0 16px}.adeqo-accordion__text{font-size:14px;color:#000;line-height:1.7}.adeqo-accordion__text p{margin-bottom:6px}.adeqo-accordion__text a{color:var(--product-accent);text-decoration:underline}.adeqo-accordion__specs-table{width:100%;border-collapse:collapse;table-layout:fixed}.adeqo-accordion__specs-table tr:nth-child(2n) td{background:#f9f9f9}.adeqo-accordion__specs-table td{padding:10px 12px;font-size:14px;color:#000;border-bottom:1px solid #f0f0f0}.adeqo-accordion__specs-table td:first-child{font-weight:500;width:45%}.adeqo-crosssell__title{font-size:15px;font-weight:700;margin:0 0 12px;color:var(--product-text)}.adeqo-crosssell__items{display:flex;flex-direction:column;gap:0}.adeqo-crosssell__item{display:flex;align-items:center;gap:12px;padding:14px 0;border-top:1px solid var(--product-border);transition:opacity .2s ease}.adeqo-crosssell__item:last-child{border-bottom:1px solid var(--product-border)}.adeqo-crosssell__toggle-btn{flex-shrink:0;background:none;border:none;padding:0;cursor:pointer}.adeqo-crosssell__toggle-track{display:block;width:40px;height:22px;background-color:#d1d5db;border-radius:11px;position:relative;transition:background-color .2s ease}.adeqo-crosssell__item.is-active .adeqo-crosssell__toggle-track{background-color:var(--product-accent)}.adeqo-crosssell__toggle-thumb{display:block;width:18px;height:18px;background-color:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .2s ease;box-shadow:0 1px 3px #00000026}.adeqo-crosssell__item.is-active .adeqo-crosssell__toggle-thumb{transform:translate(18px)}.adeqo-crosssell__item-image{flex-shrink:0;width:48px;height:48px;border-radius:8px;overflow:hidden;background-color:var(--product-bg-light)}.adeqo-crosssell__item-image img{width:100%;height:100%;object-fit:cover}.adeqo-crosssell__item-info{flex:1;min-width:0}.adeqo-crosssell__badge{display:inline-block;font-size:11px;font-weight:700;color:#fff;background-color:var(--product-accent);padding:2px 8px;border-radius:4px;margin-bottom:4px;text-transform:uppercase;letter-spacing:.3px}.adeqo-crosssell__item-name{display:block;font-size:14px;font-weight:500;color:var(--product-text);text-decoration:none;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adeqo-crosssell__item-name:hover{color:var(--product-accent)}.adeqo-crosssell__item-meta{display:block;font-size:12px;color:#6b7280;margin-top:2px;line-height:1.3}.adeqo-crosssell__item-right{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.adeqo-crosssell__item-price{font-size:14px;font-weight:700;color:var(--product-text);white-space:nowrap}.adeqo-crosssell__item-qty{display:flex;align-items:center;border:1px solid var(--product-border);border-radius:6px;overflow:hidden}.adeqo-crosssell__qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:14px;color:var(--product-text-secondary);transition:background-color .15s ease}.adeqo-crosssell__qty-btn:hover{background-color:var(--product-bg-light);color:var(--product-text)}.adeqo-crosssell__qty-input{width:32px;height:28px;border:none;border-left:1px solid var(--product-border);border-right:1px solid var(--product-border);text-align:center;font-size:13px;font-weight:600;font-family:inherit;-moz-appearance:textfield}.adeqo-crosssell__qty-input::-webkit-outer-spin-button,.adeqo-crosssell__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.adeqo-crosssell__item:not(.is-active) .adeqo-crosssell__item-image,.adeqo-crosssell__item:not(.is-active) .adeqo-crosssell__item-info,.adeqo-crosssell__item:not(.is-active) .adeqo-crosssell__item-price{opacity:.5}@media(max-width:1023px){.adeqo-product-hero__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}.adeqo-product-specs__grid{grid-template-columns:repeat(2,1fr)}.adeqo-product-specs__item:nth-child(3n){border-right:1px solid var(--product-border)}.adeqo-product-specs__item:nth-child(2n){border-right:none}.adeqo-product-why__grid{grid-template-columns:repeat(2,1fr)}.adeqo-product-cta__grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(max-width:767px){.adeqo-product-info__swatches{grid-template-columns:repeat(var(--swatches-per-row-mobile, 5),minmax(0,1fr))}.adeqo-product-hero{padding:16px 16px 32px;overflow-x:hidden}.adeqo-product-hero__layout{grid-template-columns:minmax(0,1fr);gap:16px;max-width:100%;overflow:hidden}.adeqo-product-hero__layout>.adeqo-product-block{margin-bottom:-8px;min-width:0;overflow:hidden}.adeqo-product-info{max-width:100%}.adeqo-product-gallery{position:static}.adeqo-product-gallery__hero{aspect-ratio:auto;height:auto;cursor:pointer}.adeqo-product-gallery__hero-image{width:auto;max-width:100%;height:auto;display:block}.adeqo-product-gallery__grid{display:none}.adeqo-product-gallery__thumbs{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.adeqo-product-gallery__thumbs::-webkit-scrollbar{display:none}.adeqo-product-gallery__thumb{flex-shrink:0;width:64px;height:64px;border-radius:8px;overflow:hidden;border:2px solid transparent;padding:0;background:#f5f5f5;cursor:pointer;transition:border-color .2s ease}.adeqo-product-gallery__thumb.is-active{border-color:var(--product-accent)}.adeqo-product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.adeqo-product-gallery__theater-nav{width:40px;height:40px}.adeqo-product-gallery__theater-prev{left:8px}.adeqo-product-gallery__theater-next{right:8px}.adeqo-product-info__title{font-size:var(--title-mobiel, 22px)}.adeqo-product-info__price{font-size:24px}.adeqo-product-info__usps{grid-template-columns:1fr}.adeqo-product-specs{padding:40px 0}.adeqo-product-specs__title{font-size:22px}.adeqo-product-specs__grid{grid-template-columns:1fr}.adeqo-product-specs__item{border-right:none}.adeqo-product-why{padding:40px 0}.adeqo-product-why__title{font-size:22px}.adeqo-product-why__grid{grid-template-columns:1fr;gap:16px}.adeqo-product-lifestyle{padding:40px 16px}.adeqo-product-lifestyle__title{font-size:22px}.adeqo-product-lifestyle__grid{grid-template-columns:1fr;grid-template-rows:auto;height:auto;gap:12px}.adeqo-product-lifestyle__image:first-child{grid-row:auto;height:250px}.adeqo-product-lifestyle__image{height:200px}.adeqo-product-calculator{padding:40px 16px}.adeqo-product-calculator__card{max-width:100%}.adeqo-contact-card--b2b .adeqo-contact-card__layout{flex-direction:column;align-items:center;text-align:center}.adeqo-contact-card__links{align-items:center}.adeqo-product-cta{padding:40px 0}.adeqo-product-cta__grid{grid-template-columns:1fr;gap:12px}.adeqo-product-cta--standard .adeqo-product-cta__bar{flex-direction:column;text-align:center}.adeqo-crosssell__item-name{white-space:normal;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical}.adeqo-crosssell__item-image{width:40px;height:40px}.adeqo-sticky-atc__container{display:grid;grid-template-columns:40px 1fr auto;grid-template-rows:auto auto;gap:8px 10px;padding:10px 12px 12px}.adeqo-sticky-atc__thumb{width:40px;height:40px;grid-row:1;grid-column:1}.adeqo-sticky-atc__info{grid-row:1;grid-column:2}.adeqo-sticky-atc__qty{grid-row:1;grid-column:3}.adeqo-sticky-atc__button{grid-row:2;grid-column:1 / -1;width:100%;padding:11px 16px;font-size:14px;justify-content:center}.adeqo-sticky-atc.has-b2b-total .adeqo-sticky-atc__total{grid-row:2;grid-column:1 / 3;align-items:flex-start;justify-content:center;flex-direction:column;gap:1px}.adeqo-sticky-atc.has-b2b-total .adeqo-sticky-atc__button{grid-column:3;width:auto;padding:11px 14px;font-size:13px}.adeqo-sticky-atc.has-b2b-total .adeqo-sticky-atc__button svg{display:none}.adeqo-sticky-atc__name{font-size:12px}.adeqo-sticky-atc__price{font-size:13px}}@media(min-width:768px){.adeqo-sticky-atc{left:50%;right:auto;bottom:16px;width:calc(100% - 80px);max-width:1100px;border-radius:14px;border:1px solid var(--product-border);box-shadow:0 16px 40px #1a1a1a1f,0 2px 8px #1a1a1a0f;transform:translate(-50%) translateY(calc(100% + 24px))}.adeqo-sticky-atc.is-visible{transform:translate(-50%) translateY(0)}.adeqo-sticky-atc__container{padding:12px 20px;max-width:none}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/product-page-adeqo.css.map */
