.pdp-offer{--bundle-brand: #f59f12;--bundle-brand-dark: #d68a08;--bundle-bg: #ffffff;--bundle-bg-cream: #fff4e2;--bundle-bg-muted: #fafafa;--bundle-border: #e6e6e6;--bundle-text: #1f1f1f;--bundle-muted: #6f6f6f;--bundle-success: #1f7a3d;--bundle-success-bg: #eaf7ee;--bundle-radius-card: 12px;--bundle-radius-pill: 999px;--bundle-touch-min: 44px;--bundle-fs-xl: 20px;--bundle-fs-lg: 16px;--bundle-fs-md: 13px;--bundle-fs-sm: 12px;--bundle-fs-xs: 11px;display:block;color:var(--bundle-text);margin-top:18px}.pdp-offer__header{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:14px;font-size:var(--bundle-fs-xs);font-weight:700;letter-spacing:.1em;color:var(--bundle-muted);text-transform:uppercase}.pdp-offer__header:before,.pdp-offer__header:after{content:"";height:1px;width:42px;background:var(--bundle-border)}.pdp-offer__title{font:inherit;margin:0}.pdp-offer__tiers{display:block}.pdp-offer__tier{position:relative;display:block;border:1.5px solid var(--bundle-border);border-radius:var(--bundle-radius-card);padding:14px 12px;margin-bottom:12px;background:var(--bundle-bg);cursor:pointer;transition:border-color .15s,background .15s}.pdp-offer__tier:has(>input:checked),.pdp-offer__tier--checked{border-color:var(--bundle-brand);border-width:2px;background:var(--bundle-bg-cream)}.pdp-offer__tier>input[type=radio]{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.pdp-offer__tier:has(>input:focus-visible){outline:2px solid var(--bundle-brand);outline-offset:2px}.pdp-offer__tier-head{display:block;cursor:pointer}.pdp-offer__ribbon{position:absolute;top:-10px;right:14px;background:var(--bundle-brand);color:#fff;font-size:10px;font-weight:700;letter-spacing:.03em;padding:4px 10px;border-radius:7px;box-shadow:0 2px 6px #00000026;white-space:nowrap}.pdp-offer__tier:has(>.pdp-offer__ribbon){padding-top:22px}.pdp-offer__tier-row{display:flex;align-items:flex-start;gap:10px}.pdp-offer__dot{flex:none;width:20px;height:20px;border-radius:50%;border:1.5px solid var(--bundle-muted);background:var(--bundle-bg);margin-top:1px}.pdp-offer__tier:has(>input:checked) .pdp-offer__dot,.pdp-offer__tier--checked .pdp-offer__dot{border:6px solid var(--bundle-brand)}.pdp-offer__tier-main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.pdp-offer__tier-name{font-size:var(--bundle-fs-md);font-weight:600}.pdp-offer__tier-desc{font-size:var(--bundle-fs-xs);color:var(--bundle-muted);margin-top:3px}.pdp-offer__tier-price{flex:none;display:flex;flex-direction:column;align-items:flex-end;text-align:right}.pdp-offer__now{font-size:15px;font-weight:700;white-space:nowrap}.pdp-offer__compare{display:block;font-size:var(--bundle-fs-xs);color:var(--bundle-muted);text-decoration:line-through}.pdp-offer__selo{display:inline-block;margin-top:8px;background:var(--bundle-bg-cream);border:1.5px solid var(--bundle-brand);color:var(--bundle-brand-dark);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;line-height:1;padding:6px 10px;border-radius:var(--bundle-radius-pill)}.pdp-offer__econ{font-size:var(--bundle-fs-xs);color:var(--bundle-success);font-weight:600;margin-top:7px}.pdp-offer__econ--pill{display:inline-block;margin-top:8px;background:var(--bundle-success-bg);color:var(--bundle-success);font-size:10px;font-weight:700;border-radius:6px;padding:3px 8px}.pdp-offer__tier-body{display:none;margin-top:12px;border-top:1px solid var(--bundle-border);padding-top:12px}.pdp-offer__tier:has(>input:checked) .pdp-offer__tier-body,.pdp-offer__tier--checked .pdp-offer__tier-body{display:block}.pdp-offer__unit{margin-bottom:12px}.pdp-offer__unit:last-child{margin-bottom:0}.pdp-offer__current{font-size:var(--bundle-fs-sm);font-weight:600;margin-bottom:7px}.pdp-offer__current span{color:var(--bundle-muted);font-weight:500}.pdp-offer__lblsec{font-size:var(--bundle-fs-md);font-weight:700;margin-bottom:10px}.pdp-offer__lblsec span{color:var(--bundle-brand-dark)}.pdp-offer__stepper{display:flex;align-items:center;border:1.5px solid var(--bundle-border);border-radius:10px;width:120px;margin-top:14px;overflow:hidden}.pdp-offer__stepper button{flex:none;width:38px;height:38px;border:none;background:var(--bundle-bg);font-size:18px;line-height:1;cursor:pointer;color:var(--bundle-text)}.pdp-offer__stepper-value{flex:1;text-align:center;font-weight:700}.pdp-offer .swatches{display:flex;flex-wrap:nowrap;gap:6px;padding:0;margin:0;list-style:none}.pdp-offer .swatch{display:inline-block;box-sizing:border-box;position:relative;width:clamp(28px,8.5vw,36px);height:clamp(28px,8.5vw,36px);border-radius:50%;border:2px solid #dddddd;background-color:var(--swatch-bg, #cccccc);background-image:var(--swatch-image, none);background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer;flex:none;padding:0;margin:0;transition:transform .15s ease-out,border-color .15s,box-shadow .15s}.pdp-offer .swatch:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:50%}.pdp-offer .swatch:hover:not(.swatch--disabled){transform:scale(1.05)}.pdp-offer .swatch--selected{border-color:var(--bundle-brand);border-width:3px;box-shadow:0 0 0 2px #f59f1233}.pdp-offer .swatch--disabled{opacity:.4;cursor:not-allowed}.pdp-offer .swatch input[type=radio]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.pdp-offer .swatch--disabled:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(45deg,transparent 45%,var(--bundle-muted) 45%,var(--bundle-muted) 55%,transparent 55%);pointer-events:none}.pdp-offer .swatch:has(input[type=radio]:focus-visible){outline:2px solid var(--bundle-brand);outline-offset:4px}.pdp-offer__form{margin:0}.pdp-offer__cta{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-top:16px;padding:14px 16px;background:var(--bundle-bg-cream);border:1px solid var(--bundle-border);border-radius:var(--bundle-radius-card)}.pdp-offer__cta-total{display:flex;flex-direction:row;align-items:baseline;flex-wrap:wrap;column-gap:10px;row-gap:2px}.pdp-offer__cta-label{font-size:var(--bundle-fs-xs);line-height:1.2;color:var(--bundle-muted)}.pdp-offer__cta-price{font-size:var(--bundle-fs-xl);font-weight:800;line-height:1.15;color:var(--bundle-text);white-space:nowrap}.pdp-offer__cta-econ{align-self:center;background:var(--bundle-success-bg);color:var(--bundle-success);padding:3px 8px;border-radius:6px;font-size:10px;font-weight:700;line-height:1.3;white-space:nowrap}.pdp-offer__cta-econ[hidden]{display:none}.pdp-offer__button{display:block;width:100%;padding:16px;background:var(--bundle-brand);color:#fff;font-size:15px;font-weight:700;text-align:center;border:none;border-radius:var(--bundle-radius-card);cursor:pointer;min-height:var(--bundle-touch-min);transition:background .15s}.pdp-offer__button:hover:not(:disabled){background:var(--bundle-brand-dark)}.pdp-offer__button:disabled,.pdp-offer__button--locked{opacity:.55;cursor:not-allowed;pointer-events:none}.pdp-offer__cta-hint{font-size:var(--bundle-fs-sm);color:var(--bundle-muted);text-align:center;margin-top:8px}.pdp-offer__unavailable{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:10px 12px;font-size:var(--bundle-fs-sm);margin:0 0 12px}.pdp-offer :focus-visible{outline:2px solid var(--bundle-brand);outline-offset:4px}@media(prefers-reduced-motion:reduce){.pdp-offer .swatch,.pdp-offer__tier,.pdp-offer__button{transition:none}.pdp-offer .swatch:hover{transform:none}}@media(max-width:767px){.pdp-offer__title,.pdp-offer h2,.pdp-offer h3{font-size:var(--bundle-fs-xl)!important;line-height:1.2!important}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/biobio-pdp-offer.css.map */
