.product-warranties{--pw-blue: #006fbb;--pw-border: #d6dbe6;--pw-text: #111827;--pw-muted: #6b7280;--pw-radius: 1rem;display:block;width:100%}.product-warranties__title{color:var(--pw-text);line-height:1;font-weight:700;margin-block-end:.8rem;display:flex;align-items:center;gap:.4rem}.product-warranties__see-details{color:#393c41;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;font-weight:400}.product-warranties__options{display:flex;gap:.8rem;align-items:stretch;flex-wrap:wrap}.product-warranties__option{flex:1 1 0;cursor:pointer;position:relative}input[type=checkbox].product-warranties__checkbox{position:absolute;-webkit-appearance:none;appearance:none;opacity:0;width:1px;height:1px;margin:0;border:0;pointer-events:none}.product-warranties__card{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;width:100%;height:auto;min-height:var(--input-height, 4.4rem);padding-inline:.8rem;border-radius:var(--pw-radius);border:2px solid var(--pw-border);background:#fff;transition:all .16s ease}.product-warranties__label{font-size:1.3rem;font-weight:600;color:var(--pw-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-warranties__option:hover .product-warranties__card{border-color:#c7cfdf}.product-warranties__checkbox:checked+.product-warranties__card{background:linear-gradient(180deg,#ffffff1a,#00000014),var(--pw-blue);border-color:#00000014}.product-warranties__checkbox:checked+.product-warranties__card:before{content:"";position:absolute;inset:2px 2px auto 2px;height:55%;border-radius:calc(var(--pw-radius) - 2px);background:linear-gradient(180deg,#ffffff47,#fff0);pointer-events:none;z-index:0;opacity:.9}.product-warranties__checkbox:checked+.product-warranties__card .product-warranties__label{position:relative;z-index:1;color:#fff}.product-warranties__checkbox:focus-visible+.product-warranties__card{outline:3px solid rgba(0,111,187,.25);outline-offset:2px}@media(max-width:767px){.product-warranties__label{font-size:1.2rem}}@media(prefers-reduced-motion:reduce){.product-warranties__card{transition:none}}.dialog-warranties{--pw-blue: #006fbb;--pw-border: #d6dbe6;--pw-text: #111827;--pw-muted: #6b7280;--pw-radius: 1rem;--dialog-max-width: 88rem}.warranties-modal-intro{flex:1;padding:4rem}.warranties-modal__logo{max-width:16rem;margin:0}img.warranties-modal__logo{height:auto}.warranties-modal__header{margin-block-start:2rem;margin-block-end:0;font-size:1.8rem;font-weight:600}.warranties-modal__subtitle{font-size:1.6rem;margin:1.6rem 0;color:var(--pw-muted)}.warranties-modal__policy{list-style:disc;margin:0 1.6rem 1.6rem;padding:0;font-size:1.4rem;color:var(--pw-muted)}.warranties-modal__link{color:var(--pw-blue);text-decoration:underline;cursor:pointer;font-size:1.4rem;display:inline-flex;align-items:center;gap:.2rem}.warranties-modal__hr{margin-block:1.6rem;border:none;border-top:1px solid #e5e7eb}.warranties-modal__options{display:flex;gap:.8rem;align-items:stretch;flex-wrap:wrap}.warranties-modal__option{flex:1 1 0;cursor:pointer;position:relative;white-space:nowrap}.warranties-modal__badge{position:absolute;display:flex;justify-content:center;z-index:2;top:15px;right:-40px;font-size:10px;letter-spacing:0;background-color:var(--pw-blue);color:#fff;transform:rotate(45deg);text-align:center;text-transform:capitalize;width:130px;padding:.25em;font-weight:800;box-shadow:0 3px 5px #0009}input[type=checkbox].warranties-modal__checkbox{position:absolute;-webkit-appearance:none;appearance:none;opacity:0;width:1px;height:1px;margin:0;border:0;pointer-events:none}.warranties-modal__card{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;width:100%;height:auto;min-height:var(--input-height, 4.4rem);padding:2.4rem 0;border-radius:var(--pw-radius);border:2px solid var(--pw-border);background:#fff;transition:all .16s ease;overflow:hidden}.warranties-modal__label{font-size:1.4rem;color:var(--pw-text);display:flex;flex-direction:column;gap:.8rem}.warranties-modal__label-text{line-height:1.2;display:flex;flex-direction:column}.warranties-modal__label-title,.warranties-modal__label-price{font-weight:600}.warranties-modal__label-sub{font-size:1.2rem;color:var(--pw-muted);font-weight:initial}.warranties-modal__option:hover .warranties-modal__card{border-color:#c7cfdf}.warranties-modal__checkbox:checked+.warranties-modal__card{background:linear-gradient(180deg,#ffffff1a,#00000014),var(--pw-blue);border-color:#00000014}.warranties-modal__checkbox:checked+.warranties-modal__card:before{content:"";position:absolute;inset:2px 2px auto 2px;height:55%;border-radius:calc(var(--pw-radius) - 2px);background:linear-gradient(180deg,#ffffff47,#fff0);pointer-events:none;z-index:0;opacity:.9}.warranties-modal__checkbox:checked+.warranties-modal__card .warranties-modal__label,.warranties-modal__checkbox:checked+.warranties-modal__card .warranties-modal__label-sub{position:relative;z-index:1;color:#fff}.warranties-modal__checkbox:checked+.warranties-modal__card .warranties-modal__badge{background-color:#fff;color:var(--pw-blue)}.warranties-modal__checkbox:focus-visible+.warranties-modal__card{outline:3px solid rgba(0,111,187,.25);outline-offset:2px}.warranties-modal__actions{display:flex;margin-block-start:1.6rem;gap:1.6rem;justify-content:space-between;align-items:center;flex-wrap:wrap}.warranties-modal__reject-button{background-color:transparent;color:var(--pw-muted);padding:1.2rem 2.4rem;cursor:pointer;text-decoration:underline}.warranties-modal__accept-button{background-color:var(--pw-blue);color:#fff;padding:1.2rem 2.4rem;border-radius:var(--pw-radius);border:none;cursor:pointer;font-weight:600;text-align:center;transition:all .16s ease;position:relative}.warranties-modal__accept-button[disabled]{opacity:.4;pointer-events:none}.warranties-modal__accept-button[aria-busy=true]{pointer-events:none}.warranties-modal__accept-button[aria-busy=true]>*:not(.loading-spinner){opacity:0}.warranties-modal__accept-button[aria-busy=true] .loading-spinner{display:inline-flex!important;opacity:1}.warranties-modal-image{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-grow:1;width:auto;max-width:30.6rem}@media only screen and (max-width:879px){.warranties-modal-content{flex-direction:column}.warranties-modal-intro{padding:1.6rem}.warranties-modal__card{padding:.8rem 4rem}.warranties-modal__label{gap:.4rem}.warranties-modal-image{display:none}.warranties-modal__actions{gap:.8rem;justify-content:center}}.line-item-warranties{border:1px solid #27aee4;font-size:1.1rem;border-radius:var(--pw-radius, 1rem);cursor:pointer;color:#27aee4;padding:.8rem;font-weight:700;display:block;width:fit-content}.line-item-warranties button{color:inherit;cursor:pointer;font:inherit;text-align:start}.line-item-warranties-warning{color:#d02e2e;font-size:1.1rem}
/*# sourceMappingURL=/cdn/shop/t/13/assets/warranties.css.map */
