.picker-offers.sep-offers{display:block;padding:0;border:none;border-radius:0}.sep-offers__content{display:flex;flex-direction:column;gap:1.2rem;padding-bottom:1.6rem}.sep-offers .picker-offers__group-wrapper{display:flex;flex-direction:column;gap:1.2rem;padding-bottom:0}.sep-offer{display:contents}.sep-offer.picker-offer-block--hidden-on-load,.sep-offer .picker-offer_input{display:none}.sep-offer__card{display:block;overflow:hidden;background:rgb(var(--color-background-secondary));border:.1rem solid rgba(var(--color-text-primary),.25);border-radius:var(--radius-2xl, 1.6rem);cursor:pointer;transition:border-color var(--duration-default, .2s) ease,box-shadow var(--duration-default, .2s) ease,background-color var(--duration-default, .2s) ease}.picker-offer_input:checked+.sep-offer__card,.sep-offer:has(.picker-offer_input:checked) .sep-offer__card{border-color:rgb(var(--color-text-primary));box-shadow:0 0 0 .4rem rgba(var(--color-iconography-quarternary),.75);background:rgba(var(--color-iconography-quarternary),.12);opacity:1}.sep-offer__vet-badge{display:none;align-items:center;justify-content:center;padding:var(--spacing-sm, .6rem) var(--spacing-lg, 1.2rem);background:rgb(var(--color-iconography-quarternary));color:rgb(var(--color-text-primary));text-transform:uppercase;letter-spacing:.04em;border-bottom:.1rem solid rgba(var(--color-text-primary),.25)}.sep-offer:has(.picker-offer_input:checked) .sep-offer__vet-badge{display:flex}.sep-offer__body{padding:var(--spacing-xl, 1.6rem)}.sep-offer__head{display:flex;align-items:center;gap:var(--spacing-lg, 1.2rem)}.sep-offer__radio{flex:0 0 auto;width:2.2rem;height:2.2rem;border-radius:50%;border:.2rem solid rgba(var(--color-text-primary),.4);background:rgb(var(--color-background-secondary))}.sep-offer:has(.picker-offer_input:checked) .sep-offer__radio{border:.6rem solid rgb(var(--color-text-secondary));background:rgb(var(--color-background-secondary))}.sep-offer__head-text{flex:1 1 auto;min-width:0}.sep-offer__title{margin:0;color:rgb(var(--color-text-primary))}.sep-offer .selected-only{display:none}.sep-offer:has(.picker-offer_input:checked) .selected-only{display:inline}.sep-offer__price{margin:var(--spacing-2xs, .2rem) 0 0;display:flex;align-items:baseline;gap:var(--spacing-sm, .6rem);color:rgb(var(--color-text-primary))}.sep-offer__price-old{color:rgba(var(--color-text-primary),.5);text-decoration:line-through}.sep-offer__save{margin:auto 0;flex:0 0 auto;align-self:flex-start;padding:var(--spacing-sm, .6rem) var(--spacing-lg, 1.2rem);border-radius:var(--radius-full, 999rem);background:rgb(var(--color-text-secondary));color:rgb(var(--color-text-tertiary));white-space:nowrap}.sep-offer__expand{display:none}.sep-offer:has(.picker-offer_input:checked) .sep-offer__expand{display:block;margin-top:var(--spacing-xl, 1.6rem)}.sep-offer__claim{display:flex;align-items:center;gap:var(--spacing-lg, 1.2rem);padding:var(--spacing-lg, 1.2rem);border-radius:var(--radius-xl, 1.2rem);background:rgb(var(--color-text-secondary));color:rgb(var(--color-text-tertiary))}.sep-offer__claim-badge{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:var(--spacing-sm, .6rem) var(--spacing-md, .8rem);border-radius:var(--radius-md, .8rem);background:rgb(var(--color-iconography-quarternary));color:rgb(var(--color-text-primary))}.sep-offer__claim-text,.sep-offer__claim-text p{margin:0}.sep-offer__claim-text strong{color:rgb(var(--color-iconography-quarternary))}.sep-offer__includes{margin-top:var(--spacing-xl, 1.6rem)}.sep-offer__includes .sep-offer__includes-title{margin:0 0 var(--spacing-xl, 1.6rem);color:rgb(var(--color-text-primary))}.sep-offer__includes-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--spacing-md, .8rem)}.sep-offer__includes-list li{position:relative;padding-left:2.4rem;padding-right:6rem;color:rgb(var(--color-text-primary))}.sep-offer__includes-list li:before{content:"";position:absolute;left:0;top:.3rem;width:1.6rem;height:1.6rem;background-color:rgb(var(--color-text-primary));-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z' fill='%23000'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z' fill='%23000'/%3E%3C/svg%3E") no-repeat center / contain}.sep-offer__includes-list .absolute-text{position:absolute;right:0;top:0;display:inline-flex;align-items:baseline;gap:var(--spacing-sm, .6rem);font-weight:var(--font-body-weight-bold);white-space:nowrap}.sep-offer__includes-list s{color:rgba(var(--color-text-primary),.5);text-decoration:line-through;font-weight:var(--font-body-weight)}.sep-offer__includes-list p{margin:0}.sep-offer__bottom-note{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--spacing-lg, 1.2rem);margin-top:var(--spacing-xl, 1.6rem);padding-top:var(--spacing-lg, 1.2rem);color:rgba(var(--color-text-primary),.7)}.sep-offer__expand .sep-offer__bottom-note p{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-lg, 1.2rem)}.sep-offer__bottom-note svg{width:1.6rem;height:1.6rem;flex:0 0 auto;vertical-align:middle}@media screen and (min-width:750px){.sep-offer__radio{width:2.4rem;height:2.4rem}}
/*# sourceMappingURL=/cdn/shop/t/858/assets/block-pdp-picker-separate-offers.css.map */
