.laptop-apple-banner{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#b33a2a;color:#fff;padding:.7rem 1.5rem;text-decoration:none;font-size:1.05rem;font-weight:700;line-height:1.4;text-align:center;transition:background .2s ease}.laptop-apple-banner:hover{background:#9b2f22}.laptop-apple-banner__text{flex:0 1 auto}.laptop-apple-banner__arrow{flex-shrink:0;opacity:.7;transition:transform .2s ease,opacity .2s ease}.laptop-apple-banner:hover .laptop-apple-banner__arrow{transform:translate(3px);opacity:1}.product-laptop{max-width:var(--page-width, 1400px);margin:0 auto;padding:2rem var(--page-margin, 1rem)}.product-laptop__layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.product-laptop__layout{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}.laptop-gallery{position:relative}@media(min-width:1024px){.laptop-gallery{position:sticky;top:calc(var(--header-height, 60px) + 2rem)}}.laptop-gallery__main{position:relative;border-radius:12px;overflow:hidden;background:#f8f8f8;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.laptop-gallery__main-image{width:100%;height:100%;object-fit:contain}.laptop-gallery__main-image--placeholder{width:60%;height:60%;opacity:.5}.laptop-gallery__badge{position:absolute;top:1rem;left:1rem;padding:.375rem .875rem;background:#22c55e;color:#fff;font-size:.75rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.025em;z-index:1}.laptop-gallery__thumbnails{display:flex;gap:.75rem;margin-top:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin}.laptop-gallery__thumbnails::-webkit-scrollbar{height:4px}.laptop-gallery__thumbnails::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.laptop-gallery__thumbnails::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.laptop-gallery__thumbnail{flex-shrink:0;width:80px;height:60px;border:2px solid #e5e5e5;border-radius:8px;overflow:hidden;cursor:pointer;background:#f8f8f8;transition:border-color .2s ease;padding:0}.laptop-gallery__thumbnail:hover{border-color:#999}.laptop-gallery__thumbnail--active{border-color:#1a1a1a}.laptop-gallery__thumbnail img{width:100%;height:100%;object-fit:contain}.laptop-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.875rem;color:#666;margin-bottom:1rem}.laptop-breadcrumbs__link{color:inherit;text-decoration:none;transition:color .2s ease}.laptop-breadcrumbs__link:hover{color:#1a1a1a;text-decoration:underline}.laptop-breadcrumbs__separator{color:#ccc}.laptop-breadcrumbs__current{color:#1a1a1a;font-weight:500}.laptop-header__title{margin:0 0 .75rem;font-size:1.75rem;font-weight:700;line-height:1.2;color:#1a1a1a}@media(min-width:750px){.laptop-header__title{font-size:2rem}}.laptop-header__description{font-size:1rem;line-height:1.6;color:#666;margin-bottom:1.5rem}.laptop-price{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.laptop-price__current{font-size:2rem;font-weight:700;color:#1a1a1a}.laptop-price__compare{font-size:1.125rem;color:#999;text-decoration:line-through}.laptop-price__savings{padding:.25rem .75rem;background:#dcfce7;color:#166534;font-size:.875rem;font-weight:600;border-radius:9999px}.laptop-features{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}@media(min-width:600px){.laptop-features{grid-template-columns:repeat(4,1fr)}}.laptop-feature-card{display:flex;flex-direction:column;align-items:flex-start;padding:1rem;background:#f8f8f8;border:1px solid #e5e5e5;border-radius:8px;transition:border-color .2s ease}.laptop-feature-card:hover{border-color:#ccc}.laptop-feature-card__icon{width:2rem;height:2rem;margin-bottom:.5rem;color:#22c55e}.laptop-feature-card__icon svg{width:100%;height:100%}.laptop-feature-card__title{font-size:.9375rem;font-weight:600;color:#1a1a1a;margin-bottom:.125rem}.laptop-feature-card__subtitle{font-size:.8125rem;color:#666}.laptop-variants{margin-bottom:1.5rem}.laptop-variants__heading{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.laptop-variant-group{margin-bottom:1rem}.laptop-variant-group__header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.laptop-variant-group__label{font-size:.875rem;font-weight:600;color:#1a1a1a}.laptop-variant-group__selected{font-size:.875rem;color:#666}.laptop-variant-group__pills{display:flex;flex-wrap:wrap;gap:.5rem}.laptop-variant-pill{padding:.5rem 1rem;border:1.5px solid #e5e5e5;border-radius:8px;background:#fff;font-size:.875rem;font-weight:500;color:#333;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease,opacity .15s ease}.laptop-variant-pill:hover:not(.laptop-variant-pill--selected):not(.laptop-variant-pill--sold-out){border-color:#999;background:#fafafa}.laptop-variant-pill--selected{border-color:#1a1a1a;background:#1a1a1a;color:#fff;font-weight:600}.laptop-variant-pill--sold-out{color:#777;border-color:#ccc;background:#f5f5f5;border-style:dashed;opacity:.85}.laptop-variant-pill--sold-out:hover{border-color:#999;opacity:1}.laptop-variant-pill--sold-out.laptop-variant-pill--selected{border-color:#999;background:#999;color:#fff;border-style:solid}.laptop-variant-pill--nonexistent{color:#ccc;border-color:#f0f0f0;background:#fafafa;text-decoration:line-through;opacity:.45;cursor:not-allowed;pointer-events:none}.laptop-variant-group__swatches{display:flex;gap:.6rem;flex-wrap:wrap}.laptop-variant-swatch{width:42px;height:42px;padding:2px;border-radius:50%;border:2px solid #ddd;background:#fff;overflow:hidden;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,box-shadow .15s ease}.laptop-variant-swatch img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.laptop-variant-swatch__fallback{font-size:.7rem;font-weight:600;color:#666;text-transform:uppercase;line-height:1}.laptop-variant-swatch:hover{border-color:#999}.laptop-variant-swatch.laptop-variant-pill--selected{border-color:#1a1a1a;box-shadow:0 0 0 2px #1a1a1a;background:#fff;color:inherit}.laptop-variant-swatch.laptop-variant-pill--sold-out{opacity:.5;border-style:dashed}.laptop-variant-swatch.laptop-variant-pill--sold-out:hover{opacity:.75}.laptop-variant-swatch.laptop-variant-pill--sold-out.laptop-variant-pill--selected{border-color:#999;box-shadow:0 0 0 2px #999;border-style:solid}.laptop-variant-swatch.laptop-variant-pill--nonexistent{opacity:.25;border-color:#eee;text-decoration:none}.laptop-variant-swatch:after{content:attr(data-swatch-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);padding:4px 8px;background:#1a1a1a;color:#fff;font-size:.7rem;font-weight:500;white-space:nowrap;border-radius:4px;pointer-events:none;opacity:0;transition:opacity .15s ease}.laptop-variant-swatch:before{content:"";position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#1a1a1a;pointer-events:none;opacity:0;transition:opacity .15s ease}.laptop-variant-swatch:hover:after,.laptop-variant-swatch:hover:before{opacity:1}.laptop-upsells{margin-bottom:1.5rem}.laptop-upsells__heading{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 .75rem}.laptop-upsells__heading-icon{color:#22c55e;flex-shrink:0}.laptop-upsell-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:.5rem;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;-webkit-user-select:none;user-select:none}.laptop-upsell-item:hover{border-color:#ccc;background-color:#fafafa}.laptop-upsell-item:has(.laptop-upsell-item__checkbox:checked){border-color:#22c55e;background-color:#f0fdf4}.laptop-upsell-item__checkbox{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.laptop-upsell-item__checkmark{display:flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border:2px solid #ccc;border-radius:4px;flex-shrink:0;transition:background-color .15s ease,border-color .15s ease;color:#fff}.laptop-upsell-item__checkmark svg{opacity:0;transition:opacity .15s ease}.laptop-upsell-item__checkbox:checked~.laptop-upsell-item__checkmark{background-color:#22c55e;border-color:#22c55e}.laptop-upsell-item__checkbox:checked~.laptop-upsell-item__checkmark svg{opacity:1}.laptop-upsell-item__image{width:40px;height:40px;object-fit:contain;border-radius:6px;background:#f8f8f8;flex-shrink:0}.laptop-upsell-item__info{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}.laptop-upsell-item__title{font-size:.9375rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;display:block}.laptop-upsell-item__title:hover{text-decoration:underline}.laptop-upsell-item__description{font-size:.8125rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.laptop-upsell-item__price{font-size:.9375rem;font-weight:600;color:#22c55e;white-space:nowrap;flex-shrink:0}.laptop-upsells__group{margin-bottom:1.25rem}.laptop-upsells__group:last-child{margin-bottom:0}.laptop-upsell-item__radio{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.laptop-upsell-item__radiomark{display:flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border:2px solid #ccc;border-radius:50%;flex-shrink:0;transition:border-color .15s ease}.laptop-upsell-item__radiomark:after{content:"";width:.625rem;height:.625rem;border-radius:50%;background-color:transparent;transition:background-color .15s ease}.laptop-upsell-item__radio:checked~.laptop-upsell-item__radiomark{border-color:#22c55e}.laptop-upsell-item__radio:checked~.laptop-upsell-item__radiomark:after{background-color:#22c55e}.laptop-upsell-item--radio:has(.laptop-upsell-item__radio:checked){border-color:#22c55e;background-color:#f0fdf4}.laptop-add-to-cart-form{margin-bottom:1.5rem}.laptop-add-to-cart{display:flex;gap:.75rem}.laptop-add-to-cart__button-col{display:flex;flex-direction:column;flex:1;min-width:0}.laptop-add-to-cart__notice{text-align:center;font-size:.8125rem;font-weight:500;padding:.5rem 1rem;border:1px solid;border-bottom:none;border-radius:8px 8px 0 0;background:#f0fdf4}.laptop-add-to-cart__notice+.laptop-add-to-cart__button{border-radius:0 0 8px 8px}.laptop-add-to-cart__button{flex:1;display:flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem 1.5rem;background:#22c55e;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.laptop-add-to-cart__button:hover:not(:disabled){filter:brightness(.95)}.laptop-add-to-cart__button:active:not(:disabled){transform:scale(.98)}.laptop-add-to-cart__button:disabled{background:#999!important;cursor:not-allowed}.laptop-add-to-cart__button svg{flex-shrink:0}.laptop-add-to-cart__restock{margin:.5rem 0 0;font-size:.85rem;color:#b71c1c;text-align:center}.laptop-share-button{display:flex;align-items:center;justify-content:center;width:3.25rem;height:auto;background:#fff;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;flex-shrink:0}.laptop-share-button:hover{background:#f5f5f5;border-color:#ccc}.laptop-share-button svg{color:#666}.laptop-trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:1.25rem 0;border-top:1px solid #e5e5e5}.laptop-trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666}.laptop-trust-badge__icon{color:#22c55e;flex-shrink:0}.laptop-specs{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e5e5;text-align:center}.laptop-specs__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.laptop-specs__subtitle{font-size:1rem;color:#666;margin:0 0 2rem}.laptop-specs__accordion{max-width:800px;margin:0 auto;text-align:left}.laptop-specs__section{border-bottom:1px solid #e5e5e5}.laptop-specs__section:first-child{border-top:1px solid #e5e5e5}.laptop-specs__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 0;font-size:1rem;font-weight:600;color:#1a1a1a;cursor:pointer;list-style:none}.laptop-specs__header::-webkit-details-marker{display:none}.laptop-specs__header::marker{display:none}.laptop-specs__chevron{color:#666;transition:transform .2s ease;flex-shrink:0}.laptop-specs__section[open] .laptop-specs__chevron{transform:rotate(180deg)}.laptop-specs__content{padding-bottom:1.25rem}.laptop-specs__table{width:100%;border-collapse:collapse}.laptop-specs__table tr{border-bottom:1px solid #f0f0f0}.laptop-specs__table tr:last-child{border-bottom:none}.laptop-specs__table th,.laptop-specs__table td{padding:.75rem 0;font-size:.9375rem;vertical-align:top}.laptop-specs__table th{width:40%;font-weight:500;color:#666;text-align:left}.laptop-specs__table td{width:60%;color:#1a1a1a;text-align:right}@media(max-width:749px){.product-laptop{padding:1rem var(--page-margin, 1rem)}.laptop-gallery__thumbnails{justify-content:flex-start}.laptop-features{grid-template-columns:repeat(2,1fr)}.laptop-trust-badges{flex-direction:column;align-items:center;gap:1rem}.laptop-specs__table th,.laptop-specs__table td{display:block;width:100%;text-align:left}.laptop-specs__table th{padding-bottom:.25rem}.laptop-specs__table td{padding-top:0;padding-bottom:1rem}}@media(min-width:750px)and (max-width:1023px){.product-laptop__layout{max-width:700px;margin:0 auto}}.laptop-auto-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0}.laptop-auto-badge{position:relative;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;border:1px solid #e0e0e0;background:#f5f5f5;cursor:default}.laptop-auto-badge:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);white-space:nowrap;background:#fff;color:#333;font-size:.75rem;line-height:1.4;padding:6px 10px;border-radius:6px;box-shadow:0 2px 8px #00000026;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:10}.laptop-auto-badge:hover:after{opacity:1}.laptop-auto-badge--budget{color:#2e7d32;border-color:#c8e6c9;background:#e8f5e9}.laptop-auto-badge--grafik{color:#7b1fa2;border-color:#e1bee7;background:#f3e5f5}.laptop-auto-badge--performance{color:#1565c0;border-color:#bbdefb;background:#e3f2fd}.laptop-auto-badge--leicht{color:#00838f;border-color:#b2ebf2;background:#e0f7fa}.laptop-auto-badge--nachhaltig{color:#558b2f;border-color:#dcedc8;background:#f1f8e9}.laptop-tabs-section{padding:2rem 0 3rem}.laptop-tabs-section__inner{max-width:var(--page-width, 1400px);margin:0 auto;padding:0 var(--page-margin, 1rem)}.laptop-tabs__nav{display:flex;gap:0;border-bottom:2px solid #e5e5e5;margin-bottom:1.5rem}.laptop-tab{padding:.75rem 1.5rem;background:none;border:none;font-size:1rem;font-weight:600;color:#666;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s ease,border-color .2s ease}.laptop-tab:hover{color:#333}.laptop-tab--active{color:#1a1a1a;border-bottom-color:#1a1a1a}.laptop-tabs__solo-heading{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem}.laptop-tab-panel[hidden]{display:none}.laptop-tab-panel__content{font-size:1rem;line-height:1.7;color:#333;max-width:800px}.laptop-specs-table{width:100%;max-width:800px;border-collapse:collapse}.laptop-specs-table__row{border-bottom:1px solid #e5e5e5}.laptop-specs-table__label,.laptop-specs-table__value{padding:.875rem 0;font-size:.9375rem;vertical-align:top}.laptop-specs-table__label{width:40%;font-weight:500;color:#666;text-align:left;padding-right:1rem}.laptop-specs-table__value{color:#1a1a1a}.laptop-specs-pdf-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.625rem 0;font-size:.9375rem;font-weight:500;color:#06c;text-decoration:none;transition:color .2s ease}.laptop-specs-pdf-link:hover{color:#049;text-decoration:underline}.laptop-specs-pdf-link svg{flex-shrink:0}@media(max-width:749px){.laptop-tab{padding:.625rem 1rem;font-size:.9375rem}.laptop-specs-table__label,.laptop-specs-table__value{display:block;width:100%}.laptop-specs-table__label{padding-bottom:.25rem}.laptop-specs-table__value{padding-top:0;padding-bottom:1rem}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/product-laptop-detail.css.map */
