:root{--bdp-navy: #070d24;--bdp-blue: #1f56e5;--bdp-blue-dark: #1847c9;--bdp-gold: #c88910;--bdp-gold-dark: #8c5a03;--bdp-bg: #fbfcff;--bdp-bg-soft: #f4f7fb;--bdp-card: #ffffff;--bdp-border: #dce4f0;--bdp-muted: #657087;--bdp-radius-md: 14px;--bdp-radius-lg: 20px;--bdp-shadow-soft: 0 16px 46px rgba(7, 13, 36, .08);--bdp-shadow-card: 0 10px 30px rgba(7, 13, 36, .06)}.bdp-v25,.bdp-v25 *,.bdp-v25 *:before,.bdp-v25 *:after{box-sizing:border-box}.bdp-v25{color:var(--bdp-navy);background:var(--bdp-bg);font-family:inherit;max-width:100%}.bdp-v25 img,.bdp-v25 svg{display:block;max-width:100%}.bdp-container{width:min(var(--bdp-section-max, 1360px),calc(100vw - 48px));margin:0 auto}.bdp-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.bdp-icon{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.bdp-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;min-height:24px;padding:4px 11px;border:1px solid var(--bdp-badge-border, rgba(31, 86, 229, .14));border-radius:999px;background:var(--bdp-badge-bg, #eaf1ff);color:var(--bdp-badge-color, var(--bdp-blue-dark));font-size:12px;line-height:1;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.bdp-badge--gold{--bdp-badge-bg: #fff0bd;--bdp-badge-color: #7a5106;--bdp-badge-border: #ead99f}.bdp-badge--green{--bdp-badge-bg: #dcf8e8;--bdp-badge-color: #08723b;--bdp-badge-border: #bcebd0}.bdp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:14px 22px;border:1px solid transparent;border-radius:12px;font:inherit;font-size:16px;font-weight:900;line-height:1.1;text-align:center;text-decoration:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.bdp-btn:hover{transform:translateY(-1px);text-decoration:none}.bdp-btn[disabled],.bdp-btn[aria-busy=true]{cursor:wait;opacity:.72;transform:none}.bdp-btn--primary{color:#fff;background:linear-gradient(135deg,var(--bdp-blue),var(--bdp-blue-dark));box-shadow:0 16px 28px #1f56e538}.bdp-btn--secondary{color:var(--bdp-blue-dark);background:#fff;border-color:#b9c9f6}.bdp-btn--gold{color:var(--bdp-complete-button-text, #fff);background:linear-gradient(135deg,var(--bdp-complete-button, var(--bdp-gold)),var(--bdp-gold-dark));box-shadow:0 16px 30px #b8750738}.bdp-link{color:var(--hero-title-highlight-color, var(--bdp-blue));font-weight:800;text-decoration:underline;text-underline-offset:3px}.bdp-card{background:var(--bdp-card);border:1px solid var(--bdp-border);border-radius:var(--bdp-radius-lg);box-shadow:var(--bdp-shadow-card)}.bdp-section{padding:var(--bdp-section-padding-y, 18px) 0}.bdp-product-hero{padding-top:var(--bdp-hero-padding-top, 32px);padding-bottom:var(--bdp-hero-padding-bottom, 22px);position:relative;z-index:0;overflow:hidden;background:linear-gradient(180deg,#fff 0%,var(--hero-fade-color, var(--bdp-bg)) 100%)}.bdp-product-hero__grid{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(340px,.9fr) minmax(560px,1.38fr) minmax(250px,.55fr);gap:28px;align-items:center;min-height:var(--bdp-hero-min-height-desktop, 500px)}.bdp-product-hero__copy{position:relative;z-index:4;grid-column:1;grid-row:1}.bdp-product-hero__copy:before{content:"";position:absolute;top:-46px;right:-92px;bottom:-42px;left:-34px;z-index:-1;background:radial-gradient(closest-side at 44% 46%,#ffffffe0,#ffffff8f 56%,#fff0),linear-gradient(90deg,#fbfcffd1,#fbfcff00);pointer-events:none}.bdp-product-hero__heading{margin:18px 0 16px;max-width:var(--hero-content-max-width, 540px);font-size:var(--hero-title-size-desktop, 58px);line-height:var(--hero-title-line-height, .96);letter-spacing:0;font-weight:var(--hero-title-weight, 900);color:var(--hero-title-color, var(--bdp-navy));text-align:var(--hero-title-align, left)}.bdp-product-hero__highlight{color:var(--bdp-blue)}.bdp-product-hero__subheading{max-width:var(--hero-subtitle-max-width, 470px);margin:0;color:var(--hero-subtitle-color, #4d5d78);font-size:var(--hero-subtitle-size-desktop, 18px);line-height:1.45}.bdp-product-hero__chips{display:grid;grid-template-columns:repeat(4,minmax(102px,1fr));gap:18px;max-width:620px;margin-top:22px}.bdp-product-hero__chip{min-height:0;display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px;align-items:start;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:left}.bdp-product-hero__chip-body{display:grid;gap:2px;min-width:0;text-align:left}.bdp-product-hero__chip-body strong{display:block;color:var(--hero-chip-text-color, var(--bdp-navy));font-size:13px;line-height:1.05;font-weight:900;letter-spacing:-.02em}.bdp-product-hero__chip-body small{display:block;color:#4f5d73;font-size:11px;line-height:1.2;font-weight:650;letter-spacing:-.01em}.bdp-product-hero__reviews{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:center;margin-top:18px}.bdp-product-hero__stars{color:#f8a800;font-size:18px;line-height:1;letter-spacing:1px}.bdp-product-hero__review-copy{display:inline-flex;gap:6px;align-items:baseline;color:var(--bdp-muted);font-size:15px}.bdp-product-hero__review-copy strong{color:var(--bdp-navy);font-weight:900}.bdp-product-hero__avatars{display:flex;margin-left:2px}.bdp-product-hero__avatar{width:30px;height:30px;margin-left:-8px;border-radius:999px;border:2px solid #fff;background:#e8eef8;box-shadow:0 5px 12px #070d241f}.bdp-product-hero__avatar:first-child{margin-left:0}.bdp-product-hero__media{position:absolute;top:-30px;right:-24px;bottom:0;left:210px;grid-column:1 / -1;grid-row:1;min-height:0;display:flex;align-items:center;justify-content:center;z-index:1;isolation:isolate;overflow:hidden;margin:0;padding:0;pointer-events:none}.bdp-product-hero__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse at 52% 46%,#fff0,#fbfcff0f 58%,#fbfcffe0);pointer-events:none}.bdp-product-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(90deg,var(--hero-fade-color, #fbfcff) var(--hero-fade-left-start, 0%),rgba(251,252,255,0) var(--hero-fade-left-end, 18%),rgba(251,252,255,0) var(--hero-fade-right-start, 100%),var(--hero-fade-color, #fbfcff) var(--hero-fade-right-end, 100%)),linear-gradient(180deg,var(--hero-fade-color, #fbfcff) var(--hero-fade-top-start, 0%),rgba(251,252,255,0) var(--hero-fade-top-end, 10%),rgba(251,252,255,0) var(--hero-fade-bottom-start, 100%),var(--hero-fade-color, #fbfcff) var(--hero-fade-bottom-end, 100%));pointer-events:none}.bdp-product-hero__media picture{position:relative;z-index:1;display:flex;justify-content:center;width:100%;height:100%;max-width:none;-webkit-mask-image:linear-gradient(90deg,transparent var(--hero-fade-left-start, 0%),#000 var(--hero-fade-left-end, 18%),#000 var(--hero-fade-right-start, 100%),transparent var(--hero-fade-right-end, 100%)),linear-gradient(180deg,transparent var(--hero-fade-top-start, 0%),#000 var(--hero-fade-top-end, 10%),#000 var(--hero-fade-bottom-start, 100%),transparent var(--hero-fade-bottom-end, 100%));mask-image:linear-gradient(90deg,transparent var(--hero-fade-left-start, 0%),#000 var(--hero-fade-left-end, 18%),#000 var(--hero-fade-right-start, 100%),transparent var(--hero-fade-right-end, 100%)),linear-gradient(180deg,transparent var(--hero-fade-top-start, 0%),#000 var(--hero-fade-top-end, 10%),#000 var(--hero-fade-bottom-start, 100%),transparent var(--hero-fade-bottom-end, 100%));-webkit-mask-composite:source-in;mask-composite:intersect;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.bdp-product-hero__image{position:relative;width:100%;height:100%;max-height:none;object-fit:cover;object-position:var(--hero-bg-object-x, center) var(--hero-bg-object-y, center);transform:translate(var(--bdp-hero-shift-x, 0),var(--bdp-hero-shift-y, 0)) scale(var(--bdp-hero-zoom, 1));transform-origin:var(--bdp-hero-bg-x, 50%) var(--bdp-hero-bg-y, 50%);filter:drop-shadow(0 24px 36px rgba(7,13,36,.11));opacity:var(--hero-bg-opacity, 1)}.bdp-product-hero--asset-online_access .bdp-product-hero__image,.bdp-product-hero--asset-free_teaser .bdp-product-hero__image{object-fit:contain}.bdp-product-hero__rail{--bdp-rail-icon: 22px;--bdp-rail-title: 16px;--bdp-rail-text: 12px;--bdp-rail-pad: 18px;--bdp-rail-gap: 13px;position:relative;z-index:5;grid-column:3;grid-row:1;display:grid;gap:0;border-left:1px solid var(--bdp-border);padding-left:34px;min-width:0;background:rgba(255,255,255,var(--hero-side-bg-opacity, .08));text-shadow:0 1px 0 rgba(255,255,255,.92)}.bdp-product-hero__rail--small{--bdp-rail-icon: 18px;--bdp-rail-title: 14px;--bdp-rail-text: 11px;--bdp-rail-pad: 14px;--bdp-rail-gap: 10px}.bdp-product-hero__rail--medium{--bdp-rail-icon: 22px;--bdp-rail-title: 16px;--bdp-rail-text: 12px;--bdp-rail-pad: 18px;--bdp-rail-gap: 13px}.bdp-product-hero__rail--large{--bdp-rail-icon: 26px;--bdp-rail-title: 18px;--bdp-rail-text: 13px;--bdp-rail-pad: 22px;--bdp-rail-gap: 15px}.bdp-product-hero__rail-item{display:grid;grid-template-columns:calc(var(--bdp-rail-icon) + 7px) minmax(0,1fr);gap:var(--bdp-rail-gap);align-items:center;padding:var(--bdp-rail-pad) 0;color:var(--hero-side-text-color, var(--bdp-navy));border-bottom:1px solid var(--bdp-border);overflow:visible}.bdp-product-hero__rail-item .bdp-icon{display:block;width:var(--bdp-rail-icon);height:var(--bdp-rail-icon);color:var(--hero-side-icon-color, var(--bdp-navy));stroke:currentColor;stroke-width:2.15;opacity:1;overflow:visible;filter:drop-shadow(0 1px 0 rgba(255,255,255,.8))}.bdp-product-hero__chip .bdp-icon{width:17px;height:17px;margin-top:1px;color:var(--hero-chip-icon-color, var(--bdp-navy));opacity:1}.bdp-product-hero__rail-item:last-child{border-bottom:0}.bdp-product-hero__rail-title{font-size:var(--bdp-rail-title);line-height:1.05;font-weight:950;color:var(--hero-side-text-color, var(--bdp-navy))}.bdp-product-hero__rail-text{margin-top:3px;font-size:var(--bdp-rail-text);color:var(--bdp-muted)}.bdp-product-hero .bdp-badge--gold{background:var(--hero-badge-bg-color, #fff0bd);color:var(--hero-badge-text-color, #7a5106)}.bdp-product-hero--vertical-top .bdp-product-hero__copy,.bdp-product-hero--vertical-top .bdp-product-hero__rail{align-self:start}.bdp-product-hero--vertical-bottom .bdp-product-hero__copy,.bdp-product-hero--vertical-bottom .bdp-product-hero__rail{align-self:end}.bdp-product-hero--content-center .bdp-product-hero__copy{justify-self:center}.bdp-product-hero--content-right .bdp-product-hero__copy{justify-self:end}.bdp-product-hero__copy:before{-webkit-backdrop-filter:blur(var(--hero-content-blur, 0));backdrop-filter:blur(var(--hero-content-blur, 0))}.bdp-product-hero__chips--soft_card .bdp-product-hero__chip{min-height:56px;padding:10px 12px;border:1px solid rgba(203,216,239,.82);border-radius:12px;background:#ffffffad;box-shadow:0 10px 24px #070d240f}.bdp-product-hero__chips--no_background .bdp-product-hero__chip{background:transparent;border:0;box-shadow:none}.bdp-product-hero__buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:540px;margin-top:22px}.bdp-product-hero__buttons>.bdp-hero-button{width:100%;min-width:0}.bdp-product-hero__buttons>.bdp-hero-button:only-child{grid-column:1 / -1;max-width:280px}.bdp-hero-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid var(--hero-button-border, #1f56e5);border-radius:10px;background:var(--hero-button-bg, #1f56e5);color:var(--hero-button-text, #fff);font:inherit;font-weight:850;line-height:1.2;text-align:center;cursor:pointer;box-shadow:0 12px 26px #1f56e52e}.bdp-hero-button--secondary{box-shadow:0 8px 18px #070d240f}.bdp-hero-button--gold{box-shadow:0 14px 28px #b872002e}.bdp-hero-button--link{min-height:0;padding:0;border:0;background:transparent;color:var(--hero-button-text, var(--bdp-blue));box-shadow:none;text-decoration:underline}.bdp-product-hero__button-message{min-height:18px;margin-top:8px;color:#b42318;font-size:13px;font-weight:700}.bdp-hero-modal[hidden]{display:none!important}.bdp-hero-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:24px}.bdp-hero-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#070d248a;cursor:pointer}.bdp-hero-modal__dialog{position:relative;z-index:1;width:min(560px,100%);border:1px solid var(--bdp-border);border-radius:20px;background:#fff;padding:28px;box-shadow:0 28px 80px #070d243d}.bdp-hero-modal__dialog h2{margin:0 0 10px;color:var(--bdp-navy);font-size:26px;letter-spacing:-.03em}.bdp-hero-modal__dialog p{margin:0;color:var(--bdp-muted);font-size:16px;line-height:1.55}.bdp-hero-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:1px solid var(--bdp-border);border-radius:999px;background:#fff;color:var(--bdp-navy);cursor:pointer;font-size:20px;line-height:1}html.bdp-v25-modal-open,html.bdp-v25-modal-open body{overflow:hidden!important}.bdp-offer{padding:16px 0 10px;background:var(--bdp-bg)}.bdp-offer__shell{display:grid;grid-template-columns:minmax(0,var(--bdp-selected-col, 45fr)) minmax(0,var(--bdp-options-col, 55fr));align-items:stretch;overflow:visible}.bdp-offer__shell[data-order=selection_right]{grid-template-columns:minmax(0,var(--bdp-options-col, 55fr)) minmax(0,var(--bdp-selected-col, 45fr))}.bdp-offer__shell[data-order=selection_right] .bdp-selected-panel{order:2}.bdp-offer__shell[data-order=selection_right] .bdp-options-panel{order:1}.bdp-panel{min-width:0;padding:var(--bdp-panel-pad, 28px);border:1px solid var(--bdp-border);background:#fff;overflow:visible}.bdp-panel:first-child{border-radius:var(--bdp-panel-radius, 20px) 0 0 var(--bdp-panel-radius, 20px)}.bdp-panel:last-child{border-left:0;border-radius:0 var(--bdp-panel-radius, 20px) var(--bdp-panel-radius, 20px) 0}.bdp-offer__shell[data-order=selection_right] .bdp-options-panel{border-left:1px solid var(--bdp-border);border-right:0;border-radius:var(--bdp-panel-radius, 20px) 0 0 var(--bdp-panel-radius, 20px)}.bdp-offer__shell[data-order=selection_right] .bdp-selected-panel{border-left:1px solid var(--bdp-border);border-radius:0 var(--bdp-panel-radius, 20px) var(--bdp-panel-radius, 20px) 0}.bdp-offer__shell{box-shadow:var(--bdp-panel-shadow, 0 16px 46px rgba(7, 13, 36, .07));border-radius:var(--bdp-panel-radius, 20px)}.bdp-panel__title{margin:0 0 16px;font-size:18px;line-height:1.2;font-weight:950;color:var(--bdp-navy)}.bdp-options{display:grid;gap:10px}.bdp-product-card{width:100%;display:grid;grid-template-columns:72px minmax(0,1fr) minmax(82px,auto) 22px;gap:12px;align-items:center;min-height:98px;padding:11px 14px;border:1px solid var(--bdp-border);border-radius:15px;background:#fff;color:inherit;text-align:left;cursor:pointer;box-shadow:0 8px 18px #070d2409}.bdp-product-card.is-selected{border-color:var(--bdp-blue);background:#f8fbff;box-shadow:0 14px 34px #1f56e51a}.bdp-product-card__image{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(7,13,36,.12))}.bdp-product-card__body{display:grid;gap:5px;min-width:0}.bdp-product-card__title{display:block;margin:0;font-size:17px;line-height:1.1;font-weight:950;letter-spacing:-.02em}.bdp-product-card__title-text{display:inline}.bdp-product-card__badges{display:flex;flex-wrap:wrap;gap:5px;align-items:center;min-width:0}.bdp-product-card__copy{margin:0;color:#4d5d78;font-size:13px;line-height:1.35}.bdp-product-card__price{min-width:92px;text-align:right}.bdp-product-card__price strong{display:block;color:var(--bdp-navy);font-size:22px;line-height:1;font-weight:950}.bdp-product-card__micro{display:block;margin-top:6px;color:var(--bdp-muted);font-size:10px;line-height:1.15}.bdp-radio{width:20px;height:20px;border:2px solid #cbd6e8;border-radius:999px;position:relative;background:#fff}.bdp-product-card.is-selected .bdp-radio{border-color:var(--bdp-blue)}.bdp-product-card.is-selected .bdp-radio:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:999px;background:var(--bdp-blue)}.bdp-complete.is-selected .bdp-radio{border-color:var(--bdp-accent, var(--bdp-gold))}.bdp-complete.is-selected .bdp-radio:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:999px;background:var(--bdp-accent, var(--bdp-gold))}.bdp-selected{display:grid;grid-template-columns:minmax(180px,.78fr) minmax(260px,1fr);gap:22px;align-items:center;min-height:390px}.bdp-selected__media{display:flex;flex-direction:column;align-items:center;gap:12px}.bdp-selected__image{width:min(100%,205px);max-height:250px;object-fit:contain;filter:drop-shadow(0 26px 28px rgba(7,13,36,.14))}.bdp-selected__content{min-width:0}.bdp-selected__title{margin:0 0 8px;max-width:360px;font-size:29px;line-height:.98;letter-spacing:-.04em;font-weight:950;color:var(--bdp-navy)}.bdp-selected__badges{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.bdp-selected__price-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(100px,auto);gap:16px;align-items:end;margin:12px 0}.bdp-selected__founders{display:block;color:var(--bdp-blue);font-size:13px;font-weight:950}.bdp-selected__price{display:block;color:var(--bdp-blue);font-size:34px;line-height:1;font-weight:950;letter-spacing:-.04em}.bdp-selected__regular{color:var(--bdp-muted);font-size:13px;line-height:1.25;text-align:right}.bdp-bullets{display:grid;gap:7px;margin:0;padding:0;list-style:none}.bdp-bullets li{display:grid;grid-template-columns:18px 1fr;gap:9px;align-items:start;color:#36445e;font-size:13px;line-height:1.3}.bdp-qty{display:grid;gap:8px;margin-top:14px}.bdp-qty__label{font-size:13px;font-weight:950}.bdp-qty__control{display:grid;grid-template-columns:50px minmax(64px,1fr) 50px;width:min(230px,100%);border:1px solid var(--bdp-border);border-radius:11px;overflow:hidden;background:#fff}.bdp-qty__control button,.bdp-qty__control input{height:40px;border:0;background:#fff;color:var(--bdp-navy);font:inherit;font-weight:950;text-align:center}.bdp-qty__control button{cursor:pointer;font-size:22px}.bdp-qty__control input{border-left:1px solid var(--bdp-border);border-right:1px solid var(--bdp-border)}.bdp-selected__actions{margin-top:14px}.bdp-selected__actions .bdp-btn{width:100%}.bdp-microcopy,.bdp-message{margin:10px 0 0;color:var(--bdp-muted);font-size:13px;line-height:1.35;text-align:center}.bdp-message{min-height:18px;color:#b42318;font-weight:800}.bdp-team-quote{margin:8px 0 0;color:var(--bdp-muted);font-size:13px;line-height:1.35;text-align:center}.bdp-complete-section{padding:16px 0 10px;background:var(--bdp-bg)}.bdp-complete{position:relative;display:grid;grid-template-columns:180px minmax(260px,1.1fr) minmax(280px,1fr) 230px;gap:28px;align-items:center;padding:24px 28px;border:1px solid var(--bdp-complete-border, #d7a23d);border-radius:18px;background:linear-gradient(135deg,var(--bdp-complete-gradient-start, #fffefa),var(--bdp-complete-gradient-end, #fff7e4));box-shadow:var(--bdp-complete-shadow, 0 12px 34px rgba(184, 117, 7, .1));cursor:pointer}.bdp-complete-section[data-bdp-banner-action=none] .bdp-complete{cursor:default}.bdp-complete:focus-visible{outline:3px solid rgba(184,117,7,.26);outline-offset:4px}.bdp-complete__image{width:150px;max-height:130px;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(7,13,36,.12))}.bdp-complete__title{margin:8px 0 6px;font-size:28px;line-height:1.05;letter-spacing:-.035em;font-weight:950}.bdp-complete__price{display:flex;flex-wrap:wrap;gap:9px 11px;align-items:baseline;margin:0 0 8px}.bdp-complete__price strong{color:#66728a;font-size:30px;line-height:1;font-weight:950}.bdp-complete__price span{color:#66728a;font-size:14px;font-weight:900}.bdp-complete__copy{margin:0;color:#5c6780;font-size:14px;line-height:1.35}.bdp-complete__bullets{border-left:1px solid rgba(184,117,7,.22);padding-left:24px}.bdp-complete__actions{display:grid;gap:10px;justify-items:stretch;margin-top:var(--bdp-complete-actions-offset-desktop, 16px)}.bdp-complete-qty{display:grid;gap:6px}.bdp-complete-qty__label{color:var(--bdp-navy);font-size:13px;font-weight:900}.bdp-complete-qty__control{width:min(230px,100%)}.bdp-complete__actions .bdp-btn{width:100%;min-height:48px;font-size:14px}.bdp-complete__secondary{color:var(--bdp-gold-dark);font-size:13px;font-weight:950;text-align:center}.bdp-complete>.bdp-radio{position:absolute;top:18px;right:18px;border-color:var(--bdp-complete-border, #d7a23d)}.bdp-complete-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:24px}.bdp-complete-modal[hidden]{display:none}.bdp-complete-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#070d2494;cursor:pointer}.bdp-complete-modal__dialog{position:relative;z-index:1;display:grid;grid-template-columns:220px minmax(0,1fr);gap:22px;width:min(720px,100%);max-height:min(86vh,720px);overflow:auto;padding:26px;border:1px solid var(--bdp-border);border-radius:22px;background:#fff;box-shadow:0 28px 80px #070d2442}.bdp-complete-modal__close{position:absolute;top:12px;right:12px;width:42px;height:42px;border:1px solid var(--bdp-border);border-radius:999px;color:var(--bdp-navy);background:#fff;box-shadow:var(--bdp-shadow-soft);cursor:pointer;font-size:28px;line-height:1}.bdp-complete-modal__image{width:100%;max-height:220px;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(7,13,36,.12))}.bdp-complete-modal__content h3{margin:0 52px 10px 0;color:var(--bdp-navy);font-size:28px;line-height:1.05;font-weight:950}.bdp-complete-modal__content p{margin:0 0 16px;color:var(--bdp-muted);font-size:15px;line-height:1.5}.bdp-v25-modal-open{overflow:hidden}.bdp-examples{padding:16px 0 10px;background:var(--bdp-bg)}.bdp-examples__shell{padding:18px 20px;overflow:hidden}.bdp-examples__head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:14px}.bdp-examples__title-wrap{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:center}.bdp-examples__icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cfe0ff;border-radius:11px;background:#f4f8ff;color:var(--bdp-blue)}.bdp-examples__title{margin:0;font-size:18px;line-height:1.15;font-weight:950;letter-spacing:-.02em}.bdp-examples__subtitle{margin:3px 0 0;color:var(--bdp-muted);font-size:13px}.bdp-examples__drawer[hidden]{display:none}.bdp-examples__stage{position:relative}.bdp-examples__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:16px;overflow-x:auto;overflow-y:hidden;padding:4px 42px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}.bdp-examples__track::-webkit-scrollbar{display:none}.bdp-example-card{min-width:0;overflow:hidden;border:1px solid var(--bdp-border);border-radius:12px;background:#fff;color:inherit;text-align:left;cursor:pointer;scroll-snap-align:start;box-shadow:0 9px 18px #070d240b}.bdp-example-card__media{position:relative;aspect-ratio:16 / 9;background:#f7f9fd;overflow:hidden}.bdp-example-card__media img{width:100%;height:100%;object-fit:cover}.bdp-example-card__badge{position:absolute;z-index:2;left:10px;bottom:10px;max-width:calc(100% - 20px);min-height:20px;padding:4px 8px;font-size:10px;line-height:1.2;box-shadow:0 4px 12px #070d2429}.bdp-example-card__body{min-height:52px;padding:9px 10px 11px}.bdp-example-card__title{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;line-height:1.2;font-weight:900;color:var(--bdp-navy)}.bdp-example-card__caption{margin:4px 0 0;color:var(--bdp-muted);font-size:12px;line-height:1.25}.bdp-examples__arrow{position:absolute;top:50%;z-index:2;width:38px;height:38px;border:1px solid var(--bdp-border);border-radius:999px;background:#fff;color:var(--bdp-navy);box-shadow:0 10px 24px #070d241f;cursor:pointer;transform:translateY(-50%)}.bdp-examples__arrow--prev{left:6px}.bdp-examples__arrow--next{right:6px}.bdp-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none}.bdp-lightbox.is-open{display:block}.bdp-lightbox__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#070d24b8;cursor:pointer}.bdp-lightbox__dialog{position:absolute;top:42px;right:42px;bottom:42px;left:42px;display:grid;grid-template-rows:minmax(0,1fr) auto;max-width:1120px;margin:auto;padding:18px;border-radius:20px;background:#fff;box-shadow:0 32px 90px #00000042}.bdp-lightbox__image{width:100%;height:100%;min-height:0;object-fit:contain;border-radius:14px;background:#f6f8fb}.bdp-lightbox__caption{display:flex;justify-content:space-between;gap:20px;align-items:baseline;padding:14px 6px 2px}.bdp-lightbox__title{margin:0;font-size:18px;font-weight:950}.bdp-lightbox__badge{margin:0 0 7px;box-shadow:0 4px 12px #070d241f}.bdp-lightbox__text{margin:4px 0 0;color:var(--bdp-muted);font-size:13px}.bdp-lightbox__close,.bdp-lightbox__nav{position:absolute;z-index:2;border:1px solid var(--bdp-border);border-radius:999px;background:#fff;color:var(--bdp-navy);cursor:pointer;box-shadow:0 10px 26px #0000002e}.bdp-lightbox__close{top:14px;right:14px;width:44px;height:44px;font-size:26px;line-height:1}.bdp-lightbox__nav{top:50%;width:46px;height:46px;font-size:28px;transform:translateY(-50%)}.bdp-lightbox__nav--prev{left:18px}.bdp-lightbox__nav--next{right:18px}.bdp-trust{padding:16px 0 34px;background:var(--bdp-bg)}.bdp-trust__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}.bdp-trust__item{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:center;min-height:70px;padding:17px 22px;border-right:1px solid var(--bdp-border)}.bdp-trust__item:last-child{border-right:0}.bdp-trust__title{margin:0;font-size:15px;line-height:1.15;font-weight:950}.bdp-trust__text{margin:3px 0 0;color:var(--bdp-muted);font-size:12px;line-height:1.25}.bdp-trust__logos{display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:space-between;margin-top:12px;padding:14px 20px}.bdp-trust__logos-label{color:var(--bdp-muted);font-size:13px}.bdp-trust__logo-list{display:flex;flex-wrap:wrap;gap:24px;align-items:center}.bdp-trust__logo{color:#33415c;font-size:15px;font-weight:900;opacity:.82}html.bdp-v25-lightbox-open,html.bdp-v25-lightbox-open body{overflow:hidden!important}@media(max-width:1180px){.bdp-product-hero__grid{grid-template-columns:minmax(300px,1fr) minmax(420px,1.2fr)}.bdp-product-hero__media{top:-20px;right:-8px;bottom:-20px;left:240px}.bdp-product-hero__media picture{width:100%}.bdp-product-hero__rail{grid-column:1 / -1;grid-template-columns:repeat(4,minmax(0,1fr));border-left:0;border-top:1px solid var(--bdp-border);padding:12px 0 0}.bdp-product-hero__rail-item{border-bottom:0;padding:10px 14px}.bdp-selected{grid-template-columns:1fr;min-height:0}.bdp-complete{grid-template-columns:150px minmax(220px,1fr) minmax(240px,1fr)}.bdp-complete__actions{grid-column:2 / -1}}@media(max-width:900px){html,body{max-width:100%;overflow-x:clip}.bdp-hide-mobile{display:none!important}.bdp-container{width:min(100%,calc(100vw - 28px))}.bdp-product-hero{padding-top:16px;padding-bottom:var(--bdp-hero-padding-bottom, 10px)}.bdp-product-hero__grid{grid-template-columns:1fr;gap:18px}.bdp-product-hero__heading{max-width:100%;margin:14px 0 12px;font-size:var(--hero-title-size-mobile, 40px);line-height:var(--hero-title-line-height, .98)}.bdp-product-hero__subheading{font-size:var(--hero-subtitle-size-mobile, 17px)}.bdp-product-hero__chips{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:18px}.bdp-product-hero__media{position:relative;inset:auto;grid-column:auto;grid-row:auto;min-height:0;order:2;padding-inline:18px;height:auto}.bdp-product-hero__image{width:min(100%,680px);height:auto;max-height:270px;object-fit:contain;object-position:var(--bdp-hero-mobile-bg-x, var(--bdp-hero-bg-x, 50%)) var(--bdp-hero-mobile-bg-y, var(--bdp-hero-bg-y, 50%));opacity:var(--hero-mobile-bg-opacity, var(--hero-bg-opacity, 1));transform:translate(var(--bdp-hero-mobile-shift-x, var(--bdp-hero-shift-x, 0px)),var(--bdp-hero-mobile-shift-y, var(--bdp-hero-shift-y, 0px))) scale(var(--bdp-hero-mobile-zoom, var(--bdp-hero-zoom, 1)));transform-origin:var(--bdp-hero-mobile-bg-x, var(--bdp-hero-bg-x, 50%)) var(--bdp-hero-mobile-bg-y, var(--bdp-hero-bg-y, 50%))}.bdp-product-hero__media:before{top:-28px;right:-54px;bottom:-28px;left:-54px}.bdp-product-hero__media:after{top:-12px;right:-42px;bottom:-12px;left:-42px;background:linear-gradient(90deg,var(--hero-fade-color, #fbfcff) var(--hero-fade-left-start, 0%),rgba(251,252,255,0) var(--hero-fade-left-end, 18%),rgba(251,252,255,0) var(--hero-fade-right-start, 100%),var(--hero-fade-color, #fbfcff) var(--hero-fade-right-end, 100%)),linear-gradient(180deg,var(--hero-fade-color, #fbfcff) var(--hero-fade-top-start, 0%),rgba(251,252,255,0) var(--hero-fade-top-end, 10%),rgba(251,252,255,0) var(--hero-fade-bottom-start, 100%),var(--hero-fade-color, #fbfcff) var(--hero-fade-bottom-end, 100%))}.bdp-product-hero__media picture{width:100%;height:auto;-webkit-mask-image:linear-gradient(90deg,transparent var(--hero-fade-left-start, 0%),#000 var(--hero-fade-left-end, 18%),#000 var(--hero-fade-right-start, 100%),transparent var(--hero-fade-right-end, 100%)),linear-gradient(180deg,transparent var(--hero-fade-top-start, 0%),#000 var(--hero-fade-top-end, 10%),#000 var(--hero-fade-bottom-start, 100%),transparent var(--hero-fade-bottom-end, 100%));mask-image:linear-gradient(90deg,transparent var(--hero-fade-left-start, 0%),#000 var(--hero-fade-left-end, 18%),#000 var(--hero-fade-right-start, 100%),transparent var(--hero-fade-right-end, 100%)),linear-gradient(180deg,transparent var(--hero-fade-top-start, 0%),#000 var(--hero-fade-top-end, 10%),#000 var(--hero-fade-bottom-start, 100%),transparent var(--hero-fade-bottom-end, 100%));-webkit-mask-composite:source-in;mask-composite:intersect}.bdp-product-hero--mobile-overlap .bdp-product-hero__grid{position:relative;min-height:var(--bdp-hero-min-height-mobile, 460px);align-content:center;overflow:hidden}.bdp-product-hero--mobile-overlap .bdp-product-hero__copy{position:relative;z-index:4;width:min(84%,var(--hero-content-max-width, 540px));padding:14px 0}.bdp-product-hero--mobile-overlap .bdp-product-hero__copy:before{content:"";position:absolute;z-index:-1;top:-18px;right:-34%;bottom:-18px;left:-18px;background:linear-gradient(90deg,var(--hero-fade-color, #f7f9fc) 0%,rgba(247,249,252,.96) 62%,rgba(247,249,252,0) 100%);pointer-events:none}.bdp-product-hero--mobile-overlap .bdp-product-hero__media{position:absolute;z-index:1;top:0;right:-18px;bottom:0;left:22%;width:auto;height:100%;min-height:100%;padding:0;order:initial}.bdp-product-hero--mobile-overlap .bdp-product-hero__media picture{width:100%;height:100%}.bdp-product-hero--mobile-overlap .bdp-product-hero__image{width:100%;height:100%;max-height:none;object-fit:cover}.bdp-product-hero--mobile-overlap .bdp-product-hero__media:before,.bdp-product-hero--mobile-overlap .bdp-product-hero__media:after{top:0;right:0;bottom:0;left:0}.bdp-product-hero--mobile-overlap .bdp-product-hero__rail{position:relative;z-index:4}.bdp-product-hero__rail{order:3;grid-template-columns:repeat(2,minmax(0,1fr))}.bdp-product-hero__buttons{gap:8px;max-width:100%}.bdp-hero-button{min-height:46px;padding-inline:10px;font-size:14px}.bdp-product-hero--side-hidden_mobile .bdp-product-hero__rail{display:none}.bdp-offer__shell,.bdp-offer__shell[data-order=selection_right]{grid-template-columns:1fr;box-shadow:none;gap:14px}.bdp-offer__shell[data-mobile-order=selection_first] .bdp-selected-panel{order:1}.bdp-offer__shell[data-mobile-order=selection_first] .bdp-options-panel{order:2}.bdp-offer__shell[data-mobile-order=options_first] .bdp-options-panel{order:1}.bdp-offer__shell[data-mobile-order=options_first] .bdp-selected-panel{order:2}.bdp-panel,.bdp-panel:first-child,.bdp-panel:last-child{border:1px solid var(--bdp-border);border-radius:18px;padding:20px;box-shadow:var(--bdp-shadow-card)}.bdp-product-card{grid-template-columns:78px minmax(0,1fr) auto 22px;gap:12px;min-height:116px;padding:14px}.bdp-product-card__image{width:70px;height:70px}.bdp-product-card__title{font-size:17px}.bdp-product-card__price strong{font-size:22px}.bdp-selected{grid-template-columns:minmax(0,.85fr) minmax(0,1fr);min-height:0;gap:18px}.bdp-selected__image{max-height:220px}.bdp-selected__title{font-size:31px}.bdp-complete{grid-template-columns:96px minmax(0,1fr);gap:14px 18px;padding:18px}.bdp-complete__image{width:88px;max-height:88px}.bdp-complete__title{font-size:24px}.bdp-complete__price strong{font-size:30px}.bdp-complete__copy,.bdp-complete__bullets{display:none}.bdp-complete__actions{grid-column:1 / -1;margin-top:var(--bdp-complete-actions-offset-mobile, 12px)}.bdp-complete-modal{padding:16px}.bdp-complete-modal__dialog{grid-template-columns:1fr;gap:14px;padding:22px 18px;border-radius:18px}.bdp-complete-modal__image{max-height:170px}.bdp-complete-modal__content h3{margin-right:44px;font-size:23px}.bdp-examples__head{align-items:flex-start}.bdp-examples__track{grid-auto-columns:170px;padding-left:38px;padding-right:38px}.bdp-example-card__caption{display:none}.bdp-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bdp-trust__item{min-height:66px;padding:14px;border-bottom:1px solid var(--bdp-border)}.bdp-trust__item:nth-child(2n){border-right:0}.bdp-lightbox__dialog{top:18px;right:18px;bottom:18px;left:18px}}@media(max-width:560px){.bdp-product-hero__heading{font-size:var(--hero-title-size-mobile, 36px)}.bdp-product-hero__rail{display:none}.bdp-product-card{grid-template-columns:68px minmax(0,1fr) 22px}.bdp-product-card__price{grid-column:2;text-align:left;display:flex;gap:8px;align-items:baseline}.bdp-product-card__micro{margin-top:0}.bdp-product-card .bdp-radio{grid-row:1;grid-column:3}.bdp-selected{grid-template-columns:1fr}.bdp-selected__media{align-items:flex-start}.bdp-selected__image{width:176px;max-height:190px}.bdp-selected__price-row{grid-template-columns:1fr;gap:8px}.bdp-selected__regular{text-align:left}.bdp-qty__control{width:100%}.bdp-examples__shell{padding:15px 12px}.bdp-examples__head{flex-direction:column;gap:12px}.bdp-examples__head .bdp-btn{width:100%;min-height:42px}.bdp-examples__track{grid-auto-columns:160px;gap:12px;padding-left:34px;padding-right:34px}.bdp-trust__item{grid-template-columns:28px 1fr;gap:10px}.bdp-trust__title{font-size:14px}.bdp-trust__logos{display:none}}@media(max-width:749px){body.template-product .scroll-to-top,body.template-product .back-to-top,body.template-product #back-to-top,body.template-product [data-back-to-top],body.template-product .button-to-top{display:none!important}}@media(max-width:900px){.bdp-offer{padding:8px 0 10px}.bdp-offer .bdp-container{width:min(100%,calc(100vw - 28px))}.bdp-offer__shell,.bdp-offer__shell[data-order=selection_right]{display:flex;flex-direction:column;gap:12px;border-radius:0;box-shadow:none}.bdp-offer__shell[data-mobile-order=selection_first] .bdp-selected-panel{order:1}.bdp-offer__shell[data-mobile-order=selection_first] .bdp-options-panel{order:2}.bdp-offer__shell[data-mobile-order=options_first] .bdp-options-panel{order:1}.bdp-offer__shell[data-mobile-order=options_first] .bdp-selected-panel{order:2}.bdp-offer .bdp-panel,.bdp-offer .bdp-panel:first-child,.bdp-offer .bdp-panel:last-child,.bdp-offer__shell[data-order=selection_right] .bdp-options-panel,.bdp-offer__shell[data-order=selection_right] .bdp-selected-panel{border:1px solid var(--bdp-border);border-radius:18px;padding:13px;box-shadow:var(--bdp-shadow-card)}.bdp-offer .bdp-panel__title{margin-bottom:11px;font-size:21px;line-height:1.08}.bdp-offer .bdp-selected{display:grid;grid-template-columns:var(--bdp-mobile-selected-image, 84px) minmax(0,1fr);grid-template-areas:"media title" "media badges" "price price" "bullets bullets" "qty qty" "actions actions";gap:8px 10px;align-items:start;min-height:0}.bdp-offer .bdp-selected__media{grid-area:media;align-items:center;justify-content:flex-start;gap:8px}.bdp-offer .bdp-selected__image{width:var(--bdp-mobile-selected-image, 84px);max-height:112px;filter:drop-shadow(0 16px 22px rgba(7,13,36,.12))}.bdp-offer .bdp-selected__content{display:contents}.bdp-offer .bdp-selected__title{grid-area:title;margin:0;max-width:none;font-size:22px;line-height:1.04;letter-spacing:-.035em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bdp-offer .bdp-selected__badges{grid-area:badges;margin:0;gap:6px}.bdp-offer .bdp-selected__badges .bdp-badge,.bdp-offer .bdp-product-card .bdp-badge{min-height:18px;padding:3px 7px;font-size:9px;letter-spacing:.025em}.bdp-offer .bdp-selected__price-row{grid-area:price;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin:2px 0 0}.bdp-offer .bdp-selected__founders{font-size:12px}.bdp-offer .bdp-selected__price{font-size:28px}.bdp-offer .bdp-selected__regular{max-width:150px;font-size:12px;text-align:right}.bdp-offer .bdp-selected .bdp-bullets{grid-area:bullets;gap:4px}.bdp-offer .bdp-selected .bdp-bullets li{grid-template-columns:16px 1fr;gap:7px;font-size:12.5px;line-height:1.25}.bdp-offer--mobile-bullets-3 .bdp-selected .bdp-bullets li:nth-child(n+4),.bdp-offer--mobile-bullets-4 .bdp-selected .bdp-bullets li:nth-child(n+5){display:none}.bdp-offer .bdp-selected .bdp-qty{grid-area:qty;margin-top:2px;gap:7px}.bdp-offer .bdp-qty__label{font-size:13px}.bdp-offer .bdp-qty__control{width:100%;grid-template-columns:54px minmax(80px,1fr) 54px;border-radius:14px}.bdp-offer .bdp-qty__control button,.bdp-offer .bdp-qty__control input{height:42px}.bdp-offer .bdp-selected__actions{grid-area:actions;margin-top:2px}.bdp-offer .bdp-selected__actions .bdp-btn{width:100%;min-height:46px;padding:11px 14px;border-radius:14px;font-size:14.5px;white-space:nowrap}.bdp-offer .bdp-selected .bdp-microcopy,.bdp-offer .bdp-selected .bdp-team-quote,.bdp-offer .bdp-selected .bdp-message{grid-column:1 / -1;margin-top:4px;font-size:11.5px;line-height:1.3}.bdp-offer .bdp-options{gap:8px}.bdp-offer .bdp-product-card{grid-template-columns:var(--bdp-mobile-option-image, 50px) minmax(0,1fr) minmax(54px,auto) 20px;gap:8px;min-height:80px;padding:8px;border-color:var(--bdp-border);border-radius:15px;box-shadow:0 8px 18px #070d2409}.bdp-offer .bdp-product-card.is-selected{border-color:var(--bdp-blue);background:#f8fbff}.bdp-offer .bdp-product-card__image{width:var(--bdp-mobile-option-image, 50px);height:var(--bdp-mobile-option-image, 50px)}.bdp-offer .bdp-product-card__body{gap:3px}.bdp-offer .bdp-product-card__title{margin:0;font-size:14.5px;line-height:1.08;display:block}.bdp-offer .bdp-product-card__title-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bdp-offer .bdp-product-card__badges{gap:4px;max-width:100%}.bdp-offer .bdp-product-card__copy{font-size:12px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.bdp-offer--mobile-hide-option-copy .bdp-product-card__copy{display:none}.bdp-offer .bdp-product-card__price{min-width:0;text-align:right}.bdp-offer .bdp-product-card__price strong{font-size:18px}.bdp-offer .bdp-product-card__micro{margin-top:4px;font-size:9px}.bdp-offer .bdp-product-card .bdp-radio{width:20px;height:20px;grid-row:auto;grid-column:auto}}@media(max-width:560px){.bdp-offer .bdp-panel,.bdp-offer .bdp-panel:first-child,.bdp-offer .bdp-panel:last-child,.bdp-offer__shell[data-order=selection_right] .bdp-options-panel,.bdp-offer__shell[data-order=selection_right] .bdp-selected-panel{padding:12px}.bdp-offer .bdp-panel__title{font-size:21px}.bdp-offer .bdp-selected{grid-template-columns:var(--bdp-mobile-selected-image, 84px) minmax(0,1fr);gap:8px 10px}.bdp-offer .bdp-selected__image{width:var(--bdp-mobile-selected-image, 84px);max-height:108px}.bdp-offer .bdp-selected__title{font-size:21px}.bdp-offer .bdp-selected__price-row{grid-template-columns:1fr;gap:2px}.bdp-offer .bdp-selected__regular{max-width:none;text-align:left}.bdp-offer .bdp-product-card{grid-template-columns:var(--bdp-mobile-option-image, 50px) minmax(0,1fr) minmax(54px,auto) 20px;min-height:78px;padding:8px}.bdp-offer .bdp-product-card__price{grid-column:auto;display:block;text-align:right}.bdp-offer .bdp-product-card__micro{display:none}}@media(max-width:900px){.bdp-offer--mobile-normal .bdp-product-card,.bdp-offer:not(.bdp-offer--mobile-compact) .bdp-product-card{grid-template-columns:68px minmax(0,1fr) minmax(70px,auto) 22px;min-height:102px;padding:12px}.bdp-offer--mobile-normal .bdp-product-card__image,.bdp-offer:not(.bdp-offer--mobile-compact) .bdp-product-card__image{width:66px;height:66px}.bdp-offer--mobile-normal .bdp-product-card__title,.bdp-offer:not(.bdp-offer--mobile-compact) .bdp-product-card__title{font-size:16px}.bdp-offer--mobile-normal .bdp-selected,.bdp-offer:not(.bdp-offer--mobile-compact) .bdp-selected{grid-template-columns:minmax(0,.85fr) minmax(0,1fr);grid-template-areas:none;gap:16px}.bdp-offer--mobile-normal .bdp-selected__content,.bdp-offer:not(.bdp-offer--mobile-compact) .bdp-selected__content{display:block}.bdp-offer--mobile-normal .bdp-selected__media,.bdp-offer--mobile-normal .bdp-selected__title,.bdp-offer--mobile-normal .bdp-selected__badges,.bdp-offer--mobile-normal .bdp-selected__price-row,.bdp-offer--mobile-normal .bdp-selected .bdp-bullets,.bdp-offer--mobile-normal .bdp-selected .bdp-qty,.bdp-offer--mobile-normal .bdp-selected__actions,.bdp-offer:not(.bdp-offer--mobile-compact) .bdp-selected__media,.bdp-offer:not(.bdp-offer--mobile-compact) .bdp-selected__title,.bdp-offer:not(.bdp-offer--mobile-compact) .bdp-selected__badges,.bdp-offer:not(.bdp-offer--mobile-compact) .bdp-selected__price-row,.bdp-offer:not(.bdp-offer--mobile-compact) .bdp-selected .bdp-bullets,.bdp-offer:not(.bdp-offer--mobile-compact) .bdp-selected .bdp-qty,.bdp-offer:not(.bdp-offer--mobile-compact) .bdp-selected__actions{grid-area:auto}.bdp-offer--mobile-normal .bdp-selected__title,.bdp-offer:not(.bdp-offer--mobile-compact) .bdp-selected__title{font-size:29px}}@media(max-width:900px){.bdp-offer{overflow:visible;padding:8px 0 10px}.bdp-offer .bdp-container{width:min(100%,calc(100vw - 28px));max-width:100%}.bdp-offer .bdp-offer__shell{gap:12px}.bdp-offer .bdp-panel,.bdp-offer .bdp-panel:first-child,.bdp-offer .bdp-panel:last-child,.bdp-offer__shell[data-order=selection_right] .bdp-options-panel,.bdp-offer__shell[data-order=selection_right] .bdp-selected-panel{padding:14px;border-radius:20px;overflow:visible}.bdp-offer .bdp-panel__title{margin-bottom:12px;font-size:clamp(24px,6.5vw,32px);line-height:1.05}.bdp-offer .bdp-selected-panel{order:1}.bdp-offer .bdp-options-panel{order:2}.bdp-offer .bdp-selected{min-height:0;grid-template-columns:var(--bdp-mobile-selected-image, 84px) minmax(0,1fr);grid-template-areas:"media title" "media badges" "price price" "bullets bullets" "qty actions";gap:8px 10px;align-items:center}.bdp-offer .bdp-selected__content{display:contents}.bdp-offer .bdp-selected__media{grid-area:media;align-self:start}.bdp-offer .bdp-selected__image{width:var(--bdp-mobile-selected-image, 84px);max-width:96px;max-height:112px}.bdp-offer .bdp-selected__title{grid-area:title;margin:0;font-size:clamp(22px,6.4vw,32px);line-height:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bdp-offer .bdp-selected__badges{grid-area:badges;gap:5px;margin:0}.bdp-offer .bdp-selected__price-row{grid-area:price;display:grid;grid-template-columns:auto 1fr;align-items:end;gap:6px 10px;margin:0}.bdp-offer .bdp-selected__price{font-size:clamp(30px,8vw,42px);line-height:.94}.bdp-offer .bdp-selected__founders{font-size:12px}.bdp-offer .bdp-selected__regular{grid-column:1 / -1;max-width:none;text-align:left;font-size:12px}.bdp-offer .bdp-selected .bdp-bullets{grid-area:bullets;gap:5px;margin:0;font-size:13px}.bdp-offer .bdp-selected .bdp-bullets li{grid-template-columns:18px 1fr;gap:7px;font-size:13px;line-height:1.25}.bdp-offer .bdp-selected .bdp-bullets li:nth-child(n+5){display:none}.bdp-offer--mobile-bullets-3 .bdp-selected .bdp-bullets li:nth-child(n+4){display:none}.bdp-offer .bdp-selected .bdp-qty{grid-area:qty;margin:0;align-self:end}.bdp-offer .bdp-selected .bdp-qty__label{margin-bottom:4px;font-size:12px}.bdp-offer .bdp-selected .bdp-qty__control{width:132px;min-width:132px;height:42px;grid-template-columns:42px 1fr 42px}.bdp-offer .bdp-selected .bdp-qty__control button,.bdp-offer .bdp-selected .bdp-qty__control input{height:42px}.bdp-offer .bdp-selected__actions{grid-area:actions;margin:0;align-self:end}.bdp-offer .bdp-selected__actions .bdp-btn{width:100%;min-height:42px;padding:10px 12px;gap:8px;font-size:14px;white-space:nowrap}.bdp-offer .bdp-selected__actions .bdp-btn svg{width:16px;height:16px;flex:0 0 16px}.bdp-offer .bdp-selected__actions .bdp-btn span{min-width:0;overflow:hidden;text-overflow:ellipsis}.bdp-offer .bdp-selected .bdp-microcopy,.bdp-offer .bdp-selected .bdp-team-quote,.bdp-offer .bdp-selected .bdp-message{grid-column:1 / -1;margin-top:5px;font-size:11.5px}.bdp-offer .bdp-product-card{min-height:80px;grid-template-columns:var(--bdp-mobile-option-image, 50px) minmax(0,1fr) auto 22px;gap:9px;align-items:center;padding:9px;border-radius:18px}.bdp-offer .bdp-product-card__image{width:var(--bdp-mobile-option-image, 50px);height:var(--bdp-mobile-option-image, 50px)}.bdp-offer .bdp-product-card__title{display:block;font-size:14px;line-height:1.08}.bdp-offer .bdp-product-card__title-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bdp-offer .bdp-product-card__badges{gap:4px;overflow:hidden}.bdp-offer .bdp-product-card__badges .bdp-badge:nth-child(n+3){display:none}.bdp-offer .bdp-tag,.bdp-offer .bdp-badge{max-width:100%;padding:4px 7px;overflow:hidden;font-size:9.5px;line-height:1;text-overflow:ellipsis;white-space:nowrap}.bdp-offer .bdp-product-card__copy{display:none}.bdp-offer .bdp-product-card__price{min-width:52px;text-align:right}.bdp-offer .bdp-product-card__price strong{font-size:19px;line-height:1}.bdp-offer .bdp-product-card__micro{display:none}.bdp-offer .bdp-product-card .bdp-radio{width:20px;height:20px}.bdp-offer .bdp-product-card.is-selected .bdp-radio:after{top:4px;right:4px;bottom:4px;left:4px}}@media(max-width:380px){.bdp-offer .bdp-selected{grid-template-columns:76px minmax(0,1fr);grid-template-areas:"media title" "media badges" "price price" "bullets bullets" "qty qty" "actions actions"}.bdp-offer .bdp-selected__image{width:76px;max-height:100px}.bdp-offer .bdp-selected__actions .bdp-btn,.bdp-offer .bdp-selected .bdp-qty__control{width:100%}.bdp-offer .bdp-product-card{grid-template-columns:44px minmax(0,1fr) auto 20px;min-height:76px}.bdp-offer .bdp-product-card__image{width:44px;height:44px}}@media(max-width:900px){.bdp-offer .bdp-selected-panel{padding:10px!important;border-radius:16px!important}.bdp-offer .bdp-selected-panel .bdp-panel__title,.bdp-offer .bdp-options-panel .bdp-panel__title{margin-bottom:8px!important;font-size:clamp(18px,4.4vw,24px)!important;line-height:1!important}.bdp-offer .bdp-selected{grid-template-columns:66px minmax(0,1fr)!important;grid-template-areas:"media title" "media badges" "price price" "bullets bullets" "qty actions"!important;gap:5px 8px!important;align-items:center!important;min-height:0!important}.bdp-offer .bdp-selected__media{align-self:start!important}.bdp-offer .bdp-selected__image{width:66px!important;max-width:66px!important;max-height:84px!important}.bdp-offer .bdp-selected__title{font-size:clamp(17px,4.6vw,23px)!important;line-height:1.02!important;letter-spacing:-.025em!important}.bdp-offer .bdp-selected__badges{gap:3px!important}.bdp-offer .bdp-selected__badges .bdp-badge,.bdp-offer .bdp-selected__badges .bdp-tag{padding:3px 7px!important;font-size:8.5px!important;line-height:1!important}.bdp-offer .bdp-selected__price-row{grid-template-columns:auto 1fr!important;align-items:end!important;gap:3px 7px!important;margin-top:0!important}.bdp-offer .bdp-selected__price{font-size:clamp(24px,6.4vw,32px)!important;line-height:.92!important}.bdp-offer .bdp-selected__founders,.bdp-offer .bdp-selected__regular{font-size:10px!important;line-height:1.1!important}.bdp-offer .bdp-selected .bdp-bullets{gap:3px!important;margin-top:0!important}.bdp-offer .bdp-selected .bdp-bullets li{grid-template-columns:14px 1fr!important;gap:5px!important;font-size:11.25px!important;line-height:1.15!important}.bdp-offer .bdp-selected .bdp-bullets li:nth-child(n+4){display:none!important}.bdp-offer .bdp-selected .bdp-bullets svg,.bdp-offer .bdp-selected .bdp-bullets .bdp-icon{width:12px!important;height:12px!important}.bdp-offer .bdp-selected .bdp-qty__label{margin-bottom:2px!important;font-size:10px!important;line-height:1.05!important}.bdp-offer .bdp-selected .bdp-qty__control{width:92px!important;min-width:92px!important;height:32px!important;grid-template-columns:29px 1fr 29px!important;border-radius:10px!important}.bdp-offer .bdp-selected .bdp-qty__control button,.bdp-offer .bdp-selected .bdp-qty__control input{height:32px!important;min-height:32px!important;font-size:13px!important}.bdp-offer .bdp-selected__actions .bdp-btn{min-height:34px!important;padding:8px 9px!important;border-radius:11px!important;gap:6px!important;font-size:12px!important;line-height:1.05!important}.bdp-offer .bdp-selected__actions .bdp-btn svg{width:13px!important;height:13px!important;flex-basis:13px!important}.bdp-offer .bdp-selected .bdp-microcopy,.bdp-offer .bdp-selected .bdp-team-quote,.bdp-offer .bdp-selected .bdp-message{margin-top:3px!important;font-size:10px!important;line-height:1.2!important}.bdp-offer .bdp-product-card{min-height:68px!important;grid-template-columns:42px minmax(0,1fr) minmax(42px,auto) 18px!important;gap:7px!important;padding:7px!important;border-radius:15px!important}.bdp-offer .bdp-product-card__image{width:42px!important;height:42px!important}.bdp-offer .bdp-product-card__title{font-size:12.75px!important;line-height:1.03!important}.bdp-offer .bdp-product-card__badges .bdp-badge:nth-child(n+3),.bdp-offer .bdp-product-card__badges .bdp-tag:nth-child(n+3){display:none!important}.bdp-offer .bdp-product-card__price strong{font-size:17px!important;line-height:1!important}}@media(max-width:430px){.bdp-offer .bdp-container{width:min(100%,calc(100vw - 24px))!important}.bdp-offer .bdp-selected-panel,.bdp-offer .bdp-options-panel{padding:9px!important}.bdp-offer .bdp-selected{grid-template-columns:60px minmax(0,1fr)!important;gap:4px 7px!important}.bdp-offer .bdp-selected__image{width:60px!important;max-width:60px!important;max-height:78px!important}.bdp-offer .bdp-selected__title{font-size:clamp(16.5px,4.7vw,21px)!important}.bdp-offer .bdp-selected__price{font-size:clamp(23px,6.4vw,30px)!important}.bdp-offer .bdp-selected .bdp-qty__control{width:88px!important;min-width:88px!important}.bdp-offer .bdp-selected__actions .bdp-btn{font-size:11.5px!important}.bdp-offer .bdp-product-card{min-height:66px!important}.bdp-offer .bdp-product-card__image{width:40px!important;height:40px!important}}@media(max-width:360px){.bdp-offer .bdp-selected{grid-template-areas:"media title" "media badges" "price price" "bullets bullets" "qty qty" "actions actions"!important}.bdp-offer .bdp-selected .bdp-qty__control,.bdp-offer .bdp-selected__actions .bdp-btn{width:100%!important}}@media(max-width:900px){.bdp-offer.bdp-offer--mobile-compact .bdp-selected-panel{overflow:visible!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected{display:grid!important;grid-template-columns:104px minmax(0,1fr)!important;grid-template-areas:"media title" "media badges" "price price" "bullets bullets" "qty actions"!important;column-gap:10px!important;row-gap:6px!important;align-items:start!important;min-width:0!important;max-width:100%!important;overflow:visible!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__content{display:contents!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__media{grid-area:media!important;min-width:0!important;align-self:start!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__image{width:72px!important;max-width:72px!important;max-height:92px!important;object-fit:contain!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__title{grid-area:title!important;min-width:0!important;margin:0!important;font-size:clamp(19px,5vw,24px)!important;line-height:1.03!important;letter-spacing:-.03em!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__badges{grid-area:badges!important;min-width:0!important;gap:4px!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__badges .bdp-badge,.bdp-offer.bdp-offer--mobile-compact .bdp-selected__badges .bdp-tag{padding:3px 7px!important;font-size:8.5px!important;line-height:1!important;max-width:100%!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__price-row{grid-area:price!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:2px 8px!important;align-items:end!important;margin:1px 0 0!important;min-width:0!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__price{font-size:clamp(27px,7vw,36px)!important;line-height:.92!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__founders{font-size:11px!important;line-height:1.05!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__regular{text-align:left!important;font-size:11px!important;line-height:1.15!important;margin:0!important;max-width:none!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-bullets{grid-area:bullets!important;margin:1px 0 0!important;gap:3px!important;min-width:0!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-bullets li{grid-template-columns:14px minmax(0,1fr)!important;gap:5px!important;font-size:12px!important;line-height:1.17!important;min-width:0!important}.bdp-offer.bdp-offer--mobile-compact.bdp-offer--mobile-bullets-3 .bdp-selected .bdp-bullets li:nth-child(n+4),.bdp-offer.bdp-offer--mobile-compact.bdp-offer--mobile-bullets-4 .bdp-selected .bdp-bullets li:nth-child(n+5){display:none!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-bullets svg,.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-bullets .bdp-icon{width:12px!important;height:12px!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-qty{grid-area:qty!important;width:100%!important;max-width:98px!important;min-width:0!important;margin:0!important;align-self:end!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-qty__label{margin:0 0 3px!important;font-size:10.5px!important;line-height:1.05!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-qty__control{width:98px!important;min-width:0!important;max-width:98px!important;height:34px!important;grid-template-columns:31px 36px 31px!important;border-radius:10px!important;box-sizing:border-box!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-qty__control button,.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-qty__control input{height:34px!important;min-height:34px!important;font-size:13px!important;line-height:1!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__actions{grid-area:actions!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;align-self:end!important;position:static!important;overflow:visible!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__actions .bdp-btn{width:100%!important;max-width:100%!important;min-width:0!important;min-height:34px!important;height:34px!important;padding:7px 9px!important;border-radius:11px!important;gap:6px!important;font-size:11.75px!important;line-height:1!important;position:static!important;transform:none!important;white-space:nowrap!important;overflow:hidden!important;box-sizing:border-box!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__actions .bdp-btn svg{width:13px!important;height:13px!important;flex:0 0 13px!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__actions .bdp-btn span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-microcopy,.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-team-quote,.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-message{grid-column:1 / -1!important;margin-top:2px!important;font-size:10.5px!important;line-height:1.18!important;text-align:center!important;min-width:0!important}.bdp-offer.bdp-offer--mobile-compact .bdp-product-card{min-height:72px!important;grid-template-columns:50px minmax(0,1fr) 58px 22px!important;gap:7px!important;padding:7px!important;align-items:center!important;overflow:visible!important}.bdp-offer.bdp-offer--mobile-compact .bdp-product-card__image{width:44px!important;height:44px!important;object-fit:contain!important}.bdp-offer.bdp-offer--mobile-compact .bdp-product-card__title{font-size:13.25px!important;line-height:1.04!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.bdp-offer.bdp-offer--mobile-compact .bdp-product-card__copy{display:none!important}.bdp-offer.bdp-offer--mobile-compact .bdp-product-card__price strong{font-size:17px!important}.bdp-offer.bdp-offer--mobile-compact .bdp-product-card__radio{width:18px!important;height:18px!important}}@media(max-width:430px){.bdp-offer.bdp-offer--mobile-compact .bdp-selected{grid-template-columns:98px minmax(0,1fr)!important;column-gap:8px!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__image{width:66px!important;max-width:66px!important;max-height:86px!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected__title{font-size:clamp(18px,4.7vw,22px)!important}.bdp-offer.bdp-offer--mobile-compact .bdp-product-card{grid-template-columns:46px minmax(0,1fr) 54px 20px!important;min-height:68px!important}.bdp-offer.bdp-offer--mobile-compact .bdp-product-card__image{width:40px!important;height:40px!important}}@media(max-width:380px){.bdp-offer.bdp-offer--mobile-compact .bdp-selected{grid-template-columns:72px minmax(0,1fr)!important;grid-template-areas:"media title" "media badges" "price price" "bullets bullets" "qty qty" "actions actions"!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-qty,.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-qty__control,.bdp-offer.bdp-offer--mobile-compact .bdp-selected__actions .bdp-btn{width:100%!important;max-width:100%!important}.bdp-offer.bdp-offer--mobile-compact .bdp-selected .bdp-qty__control{grid-template-columns:42px minmax(0,1fr) 42px!important}}.bdp-btn.is-bd-limit-locked,.bdp-btn[aria-disabled=true].is-bd-limit-locked{background:#d8dee8!important;border-color:#d8dee8!important;color:#667085!important;cursor:not-allowed!important;box-shadow:none!important}.bdp-btn.is-bd-limit-locked .bdp-icon{color:currentColor!important}.bdp-message:not(:empty){display:block}
/*# sourceMappingURL=/cdn/shop/t/214/assets/bd-product-v25.css.map */
