.product-guarantee{padding-top:var(--pg-pt, 80px);padding-bottom:var(--pg-pb, 80px);position:relative;overflow:hidden}.product-guarantee__container{display:flex;flex-direction:column;gap:36px}.product-guarantee__header{text-align:center;max-width:760px;margin-inline:auto}.product-guarantee__eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:18px;font-size:12px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--pg-accent);margin:0 0 14px}.product-guarantee__eyebrow-line{display:inline-block;width:40px;height:1.5px;background:var(--pg-accent);flex-shrink:0}.product-guarantee__heading{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;font-size:clamp(26px,3.6vw,40px);line-height:1.1;margin:0 0 10px;letter-spacing:-.02em;font-weight:600}.product-guarantee__info-trigger{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;background:transparent;border:none;color:var(--pg-accent);cursor:pointer;border-radius:50%;transition:background-color .2s ease,transform .2s ease;flex-shrink:0}.product-guarantee__info-trigger:hover{background:color-mix(in srgb,var(--pg-accent) 14%,transparent);transform:scale(1.08)}.product-guarantee__info-trigger:focus-visible{outline:2px solid var(--pg-accent);outline-offset:2px}.product-guarantee__info-trigger svg{width:22px;height:22px}.product-guarantee__subline{font-size:clamp(16px,1.5vw,18px);line-height:1.55;margin:0;opacity:.78;max-width:580px;margin-inline:auto}.product-guarantee__body{display:grid;gap:56px;align-items:center}@media screen and (min-width:750px){.product-guarantee--with-seal .product-guarantee__body{grid-template-columns:1.15fr 1fr;gap:56px}.product-guarantee--seal-left.product-guarantee--with-seal .product-guarantee__body{grid-template-columns:1fr 1.15fr}.product-guarantee--seal-left .product-guarantee__seal-wrap{order:-1}}.product-guarantee--centered .product-guarantee__body{grid-template-columns:1fr;max-width:580px;margin-inline:auto}.product-guarantee--centered .product-guarantee__seal-wrap{order:-1}.product-guarantee__bullets{list-style:none;padding:0;margin:0;display:grid;gap:11px}.product-guarantee__bullet{display:flex;align-items:flex-start;gap:14px;font-size:16px;line-height:1.5}.product-guarantee__bullet-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;border-radius:50%;background:color-mix(in srgb,var(--pg-accent) 14%,transparent);color:var(--pg-accent);margin-top:1px}.product-guarantee__bullet-icon svg{width:15px;height:15px}.product-guarantee__bullet-text{flex:1}.product-guarantee__main{display:flex;flex-direction:column;gap:24px}.product-guarantee__datasheet{display:inline-flex;align-items:center;gap:14px;padding:12px 18px 12px 12px;background:color-mix(in srgb,var(--pg-accent) 5%,transparent);border:1px solid color-mix(in srgb,var(--pg-accent) 22%,transparent);border-radius:12px;color:inherit;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;width:fit-content;max-width:100%}.product-guarantee__datasheet:hover{background:color-mix(in srgb,var(--pg-accent) 11%,transparent);border-color:var(--pg-accent);transform:translateY(-1px);box-shadow:0 6px 16px -8px color-mix(in srgb,var(--pg-accent) 60%,transparent)}.product-guarantee__datasheet:focus-visible{outline:2px solid var(--pg-accent);outline-offset:2px}.product-guarantee__datasheet-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--pg-accent);color:#fff;border-radius:9px;flex-shrink:0}.product-guarantee__datasheet-icon svg{width:22px;height:22px}.product-guarantee__datasheet-content{display:flex;flex-direction:column;gap:2px;text-align:left;flex:1;min-width:0}.product-guarantee__datasheet-label{font-size:15px;font-weight:600;line-height:1.3}.product-guarantee__datasheet-meta{font-size:12px;line-height:1.4;opacity:.7}.product-guarantee__datasheet-arrow{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;color:var(--pg-accent);flex-shrink:0;transition:transform .25s ease}.product-guarantee__datasheet-arrow svg{width:18px;height:18px}.product-guarantee__datasheet:hover .product-guarantee__datasheet-arrow{transform:translateY(3px)}.product-guarantee__seal-wrap{display:flex;align-items:center;justify-content:center}.product-guarantee__seal-inner{position:relative;display:inline-block}.product-guarantee__seal{width:100%;max-width:280px;height:auto;display:block;filter:drop-shadow(0 18px 32px rgba(0,0,0,.14));transition:transform .5s cubic-bezier(.34,1.56,.64,1);animation:pg-seal-in 1s cubic-bezier(.34,1.56,.64,1) backwards;animation-delay:.15s}.product-guarantee__seal:hover{transform:rotate(-4deg) scale(1.04)}@keyframes pg-seal-in{0%{opacity:0;transform:scale(.7) rotate(-14deg)}to{opacity:1;transform:scale(1) rotate(0)}}.product-guarantee__modal{border:none;padding:0;background:transparent;max-width:620px;width:calc(100% - 32px);margin:auto;border-radius:14px;color:inherit}.product-guarantee__modal::backdrop{background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.product-guarantee__modal[open]{animation:pg-modal-in .3s ease-out}@keyframes pg-modal-in{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.product-guarantee__modal-inner{border-radius:14px;padding:44px 40px 36px;position:relative;box-shadow:0 28px 60px -16px #0000004d}.product-guarantee__modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;padding:0;background:transparent;border:none;border-radius:50%;cursor:pointer;color:inherit;opacity:.65;transition:opacity .2s,background-color .2s,transform .2s;display:inline-flex;align-items:center;justify-content:center}.product-guarantee__modal-close:hover{opacity:1;background:color-mix(in srgb,currentColor 8%,transparent);transform:rotate(90deg)}.product-guarantee__modal-close:focus-visible{outline:2px solid var(--pg-accent);outline-offset:2px;opacity:1}.product-guarantee__modal-close svg{width:20px;height:20px}.product-guarantee__modal-heading{font-size:clamp(22px,2.6vw,28px);line-height:1.2;margin:0 0 20px;font-weight:600;padding-right:36px;letter-spacing:-.01em}.product-guarantee__modal-rte{font-size:15px;line-height:1.7}.product-guarantee__modal-rte>*:first-child{margin-top:0}.product-guarantee__modal-rte>*:last-child{margin-bottom:0}.product-guarantee__modal-rte p{margin:0 0 14px}.product-guarantee__modal-rte strong{color:inherit;font-weight:600}.product-guarantee__pdf-modal{border:none;padding:0;background:transparent;width:min(1400px,95vw);height:92vh;max-width:95vw;max-height:92vh;margin:auto;border-radius:14px;color:inherit;overflow:hidden}.product-guarantee__pdf-modal::backdrop{background:#000000a6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.product-guarantee__pdf-modal[open]{animation:pg-modal-in .3s ease-out}.product-guarantee__pdf-inner{display:flex;flex-direction:column;height:100%;width:100%;border-radius:14px;box-shadow:0 28px 60px -16px #0006;overflow:hidden}.product-guarantee__pdf-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid color-mix(in srgb,currentColor 12%,transparent);flex-shrink:0}.product-guarantee__pdf-header-left{display:flex;align-items:center;gap:20px;flex:1;min-width:0}.product-guarantee__pdf-heading{font-size:16px;font-weight:600;margin:0;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-guarantee__pdf-pager{display:flex;align-items:center;gap:4px}.product-guarantee__pdf-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;background:transparent;border:none;border-radius:6px;cursor:pointer;color:inherit;transition:background-color .2s,opacity .2s}.product-guarantee__pdf-nav-btn:hover:not(:disabled){background:color-mix(in srgb,currentColor 10%,transparent)}.product-guarantee__pdf-nav-btn:disabled{opacity:.3;cursor:not-allowed}.product-guarantee__pdf-nav-btn:focus-visible{outline:2px solid var(--pg-accent);outline-offset:2px}.product-guarantee__pdf-nav-btn svg{width:18px;height:18px}.product-guarantee__pdf-pageinfo{font-size:13px;font-variant-numeric:tabular-nums;min-width:56px;text-align:center;opacity:.75}.product-guarantee__pdf-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.product-guarantee__pdf-close{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;background:transparent;border:none;border-radius:50%;cursor:pointer;color:inherit;opacity:.65;transition:opacity .2s,background-color .2s,transform .2s}.product-guarantee__pdf-close:hover{opacity:1;background:color-mix(in srgb,currentColor 8%,transparent);transform:rotate(90deg)}.product-guarantee__pdf-close:focus-visible{outline:2px solid var(--pg-accent);outline-offset:2px;opacity:1}.product-guarantee__pdf-close svg{width:20px;height:20px}.product-guarantee__pdf-body{flex:1;background:#525659;min-height:0;position:relative;overflow:hidden}.product-guarantee__pdf-loading[hidden],.product-guarantee__pdf-pages[hidden],.product-guarantee__pdf-error[hidden]{display:none!important}.product-guarantee__pdf-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#fff;z-index:2}.product-guarantee__pdf-spinner{width:42px;height:42px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:pg-spin .8s linear infinite}@keyframes pg-spin{to{transform:rotate(360deg)}}.product-guarantee__pdf-loading-text{font-size:14px;margin:0;opacity:.85}.product-guarantee__pdf-pages{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;overflow-x:hidden;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:14px;scroll-behavior:smooth}.product-guarantee__pdf-pages::-webkit-scrollbar{width:10px}.product-guarantee__pdf-pages::-webkit-scrollbar-track{background:#0000001a}.product-guarantee__pdf-pages::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:5px}.product-guarantee__pdf-pages::-webkit-scrollbar-thumb:hover{background:#fff6}.product-guarantee__pdf-page{display:flex;justify-content:center;width:100%;flex-shrink:0}.product-guarantee__pdf-canvas{display:block;max-width:100%;box-shadow:0 4px 20px #0000004d;background:#fff}.product-guarantee__pdf-error{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;text-align:center;color:#fff;z-index:2}.product-guarantee__pdf-error p{margin:0;font-size:15px}@media screen and (max-width:749px){.product-guarantee__container{gap:40px}.product-guarantee__eyebrow-line{width:28px}.product-guarantee__seal{max-width:220px}.product-guarantee__modal-inner{padding:40px 24px 28px}.product-guarantee__body{gap:40px}.product-guarantee__datasheet{width:100%}.product-guarantee__pdf-modal{width:100vw;height:100vh;max-height:100vh;max-width:100vw;border-radius:0;margin:0}.product-guarantee__pdf-inner{border-radius:0}.product-guarantee__pdf-header{padding:10px 12px;gap:10px}.product-guarantee__pdf-header-left{gap:10px}.product-guarantee__pdf-heading{font-size:14px}.product-guarantee__pdf-pageinfo{font-size:12px;min-width:46px}.product-guarantee__pdf-pages{padding:8px;gap:10px}}@media screen and (max-width:480px){.product-guarantee__pdf-heading{display:none}}@media(prefers-reduced-motion:reduce){.product-guarantee__seal,.product-guarantee__modal[open]{animation:none}.product-guarantee__seal:hover,.product-guarantee__info-trigger:hover,.product-guarantee__modal-close:hover,.product-guarantee__datasheet:hover,.product-guarantee__datasheet:hover .product-guarantee__datasheet-arrow{transform:none}.product-guarantee__datasheet,.product-guarantee__datasheet-arrow{transition:none}}.trust-badges{padding-top:var(--tb-pt, 40px);padding-bottom:var(--tb-pb, 40px)}.trust-badges .trust-badges__inner{width:100%;max-width:120rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;box-sizing:border-box}.trust-badges .trust-badges__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:center;width:100%}.trust-badges .trust-badges__item{display:flex;flex-direction:row;align-items:center;gap:14px;justify-content:center;text-align:left;min-width:0}.trust-badges .trust-badges__icon{flex-shrink:0;width:var(--tb-icon-size, 60px);height:var(--tb-icon-size, 60px);display:flex;align-items:center;justify-content:center}.trust-badges .trust-badges__icon-img,.trust-badges .trust-badges__icon svg{width:100%;height:100%;object-fit:contain;display:block}.trust-badges .trust-badges__text{font-size:var(--tb-text-size, 16px);line-height:1.3;color:var(--tb-text, rgb(var(--color-foreground)));font-weight:400}@media screen and (max-width:749px){.trust-badges{padding-top:var(--tb-pt-m, 20px);padding-bottom:var(--tb-pb-m, 20px)}.trust-badges .trust-badges__inner{padding-left:1rem;padding-right:1rem}.trust-badges .trust-badges__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.trust-badges .trust-badges__item{flex-direction:column;gap:6px;text-align:center}.trust-badges .trust-badges__icon{width:var(--tb-icon-size-m, 36px);height:var(--tb-icon-size-m, 36px)}.trust-badges .trust-badges__text{font-size:var(--tb-text-size-m, 11px);line-height:1.25}}
/*# sourceMappingURL=/cdn/shop/t/98/compiled_assets/styles.css.map */
