.product-condition-selector{margin-bottom:2.4rem;padding-bottom:2rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.product-condition-selector__wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.2rem}.product-condition-selector__options{display:flex;gap:1rem;flex-wrap:wrap}.product-condition-selector__option{padding:1rem 2rem;font-size:1.4rem;font-weight:500;border:2px solid rgba(var(--color-foreground),.2);border-radius:.8rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;transition:all .3s ease}.product-condition-selector__option:hover:not(.is-unavailable):not(:disabled){border-color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.03)}.product-condition-selector__option.is-selected{border-color:rgb(var(--color-foreground));background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-weight:600}.product-condition-selector__option.is-unavailable,.product-condition-selector__option:disabled{opacity:.5;cursor:not-allowed;background:rgba(var(--color-foreground),.02)}.product-condition-selector__link{display:inline-flex;align-items:center;gap:.4rem;font-size:1.3rem;color:rgba(var(--color-foreground),.7);text-decoration:none;transition:color .3s ease}.product-condition-selector__link:hover{color:rgb(var(--color-foreground))}.product-condition-selector__link .svg-wrapper{width:1.6rem;height:1.6rem}.product-conditions-explained{margin-bottom:1.6rem}.product-conditions-explained__link{display:inline-flex;align-items:center;gap:.6rem;font-size:1.4rem;color:rgba(var(--color-foreground),.7);text-decoration:none;transition:color .3s ease}.product-conditions-explained__link:hover{color:rgb(var(--color-foreground));text-decoration:underline}.product-conditions-explained__link .svg-wrapper{width:1.6rem;height:1.6rem}.product-extras-heading{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:rgb(var(--color-foreground))}.product-insurance-section{margin:2.4rem 0;padding:2rem;background:rgba(var(--color-foreground),.03);border-radius:1.2rem;border:1px solid rgba(var(--color-foreground),.1)}.product-insurance-section__wrapper{display:flex;gap:1.6rem;align-items:flex-start}.product-insurance-section__icon{flex-shrink:0;width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.05);border-radius:50%}.product-insurance-section__icon .svg-wrapper{width:2.4rem;height:2.4rem;color:rgb(var(--color-foreground))}.product-insurance-section__content{flex:1}.product-insurance-section__title{font-size:1.6rem;font-weight:600;margin-bottom:1.2rem;color:rgb(var(--color-foreground))}.product-insurance-section__stats{margin-bottom:1.2rem}.product-insurance-section__stat{font-size:1.3rem;line-height:1.6;margin-bottom:.8rem;color:rgba(var(--color-foreground),.8)}.product-insurance-section__stat:last-child{margin-bottom:0}.product-insurance-section__description{font-size:1.3rem;line-height:1.6;margin-bottom:1.2rem;color:rgba(var(--color-foreground),.7)}.product-insurance-section__links{display:flex;flex-wrap:wrap;gap:1.2rem;margin-bottom:1.2rem}.product-insurance-section__link{font-size:1.2rem;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.3rem;transition:opacity .3s ease}.product-insurance-section__link:hover{opacity:.7}.product-insurance-section__badge{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.2rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:.6rem;font-size:1.2rem;font-weight:600}.product-insurance-section__badge .svg-wrapper{width:1.6rem;height:1.6rem}.product-benefits-section{margin:2.4rem 0}.product-benefits-section__title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:rgb(var(--color-foreground))}.product-benefits-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(28rem,1fr));gap:1.6rem}.product-benefits-section__item{position:relative;display:flex;align-items:flex-start;gap:1.2rem;padding:1.6rem;background:rgba(var(--color-foreground),.02);border:1px solid rgba(var(--color-foreground),.1);border-radius:1rem;transition:all .3s ease}.product-benefits-section__item:hover{background:rgba(var(--color-foreground),.04);border-color:rgba(var(--color-foreground),.2);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.product-benefits-section__icon{flex-shrink:0;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.05);border-radius:.8rem}.product-benefits-section__icon img{width:100%;height:100%;object-fit:contain}.product-benefits-section__icon .svg-wrapper{width:2rem;height:2rem;color:rgb(var(--color-foreground))}.product-benefits-section__content{flex:1;min-width:0}.product-benefits-section__item-title{font-size:1.4rem;font-weight:600;margin-bottom:.4rem;color:rgb(var(--color-foreground))}.product-benefits-section__item-description{font-size:1.2rem;line-height:1.5;color:rgba(var(--color-foreground),.7);display:none}.product-benefits-section__item.is-expanded .product-benefits-section__item-description{display:block;margin-top:.8rem}.product-benefits-section__expand{flex-shrink:0;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;transition:transform .3s ease}.product-benefits-section__expand .svg-wrapper{width:1.6rem;height:1.6rem;color:rgba(var(--color-foreground),.6)}.product-benefits-section__item.is-expanded .product-benefits-section__expand{transform:rotate(45deg)}.product-payment-options{margin:2rem 0}.product-payment-options__wrapper{display:flex;flex-direction:column;gap:1rem}.product-payment-options__option{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem;padding:1rem;background:rgba(var(--color-foreground),.02);border-radius:.8rem}.product-payment-options__text{font-size:1.3rem;color:rgba(var(--color-foreground),.8);line-height:1.5}.product-payment-options__amount{font-weight:600;color:rgb(var(--color-foreground))}.product-payment-options__link{font-size:1.2rem;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.3rem;transition:opacity .3s ease}.product-payment-options__link:hover{opacity:.7}@media screen and (max-width: 749px){.product-condition-selector__wrapper{flex-direction:column;align-items:flex-start}.product-condition-selector__options{width:100%}.product-condition-selector__option{flex:1;min-width:0;text-align:center}.product-insurance-section{padding:1.6rem}.product-insurance-section__wrapper{flex-direction:column;gap:1.2rem}.product-benefits-section__grid{grid-template-columns:1fr;gap:1.2rem}.product-payment-options__option{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/product-additional-sections.css.map */
