.tpt-offers-section .tpt-offers{border:0;padding:0;margin:0 0 20px;min-width:0}
.tpt-offers-section .tpt-offers__list{display:grid;gap:9px;margin:0}
.tpt-offers-section .tpt-offer{position:relative;display:block;margin:0;width:100%}
.tpt-offers-section .tpt-offer__card{display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:9px 10px;min-height:66px;padding:17px 14px;border:1px solid #777;border-radius:5px;box-shadow:none;white-space:normal;text-align:left;line-height:1.4;cursor:pointer;transition:border-color .15s,background .15s}
.tpt-offers-section .tpt-offer__radio:checked+.tpt-offer__card{border-color:#176b27;box-shadow:0 0 0 1px #176b27;background:#f8fbf7;color:inherit}
.tpt-offers-section .tpt-offer__radio:focus-visible+.tpt-offer__card{outline:3px solid #235ac4;outline-offset:3px}
.tpt-offer__dot{width:13px;height:13px;border:1px solid #888;border-radius:50%;display:block}
.tpt-offer__radio:checked+.tpt-offer__card .tpt-offer__dot{border-color:#176b27;background:#176b27;box-shadow:inset 0 0 0 3px white}
.tpt-offer__title{font-size:15px;font-weight:600}
.tpt-offer__prices{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px;font-size:17px}
.tpt-offer__was{color:#929292;font-size:15px}
.tpt-offer__saving{grid-column:2/4;justify-self:end;padding:4px 8px;border-radius:4px;background:#e82d50;color:white;font-size:15px;font-weight:700}
.tpt-offer__stock{grid-column:2/4;font-size:13px;color:#777}
.tpt-offers-section .block-swatch--disabled .tpt-offer__card{background:#f4f4f4;color:#777}
.tpt-offers-section .product-form__add-button{width:100%;flex-basis:100%;border-radius:30px}
@media(max-width:480px){.tpt-offers-section .tpt-offer__card{padding:14px 11px;gap:8px}.tpt-offer__prices{font-size:16px}.tpt-offer__title{font-size:14px}.tpt-offer__was{font-size:13px}}
@media(max-width:350px){.tpt-offer__prices{grid-column:2/4;justify-content:flex-start}}
