:root{--bdp-d-launcherBackgroundColor:rgba(255,174,21,1);--bdp-d-animattion-glow-start:rgba(255,174,21,1);--bdp-d-animattion-glow-end:rgba(255,174,21,0);--bdp-d-launcherIconColor:rgba(255,255,255,1)}.bdp-d-popup{position:fixed;flex-direction:column;min-height:390px;width:400px;max-height:calc(100% - 72px);bottom:52px;z-index:10000000;background-color:#f7f7f7;border-radius:15px;box-shadow:0 5px 40px 0 rgba(0,0,0,.16);display:flex;animation-duration:200ms;animation-fill-mode:forwards;animation-name:bdp-d-popup-fade-out}.bdp-d-popup:empty{display:none}.bdp-d-popup[data-placement="bottomRight"]{right:52px}.bdp-d-popup[data-placement="bottomLeft"]{left:52px}.bdp-d-popup.bdp-d-not-animated{display:none}.bdp-d-popup.bdp-d-open{animation-duration:200ms;animation-fill-mode:both;animation-name:bdp-d-popup-fade-in}.bdp-d-popup div:empty{display:none}.bdp-d-popup:not(.bdp-d-loaded)>.bdp-d-header,.bdp-d-popup.bdp-d-empty>.bdp-d-header{height:130px;align-items:center}.bdp-d-popup.bdp-d-has-codes>.bdp-d-header{align-items:flex-start}.bdp-d-popup>.bdp-d-header{display:flex;justify-content:center;align-items:flex-start;flex-shrink:0;height:180px;color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;box-shadow:0 3px 15px 0 rgba(0,0,0,.15);background-color:#130f49;padding:20px 0;position:relative;background-size:cover;font-weight:600}.bdp-d-popup>.bdp-d-header .bdp-d-title{line-height:24px;font-size:24px;padding:0 20px;text-align:center}.bdp-d-popup>.bdp-d-header .bdp-d-close{width:48px;height:48px;display:none;position:absolute;top:12px;right:12px;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;z-index:5;transition:background-color 200ms ease 0s}.bdp-d-popup>.bdp-d-header .bdp-d-close svg{width:12px;height:12px;stroke:none}.bdp-d-popup .bdp-d-loader{position:absolute;width:calc(100% - 20px);height:100%;display:flex;justify-content:center;align-items:center;padding:130px 0 84px 0}.bdp-d-popup .bdp-d-loader svg{width:30px;height:30px;stroke:#6a6c6e;fill:none}.bdp-d-popup.bdp-d-loaded .bdp-d-loader{display:none}.bdp-d-popup .bdp-d-no-campaigns{color:#6a6c6e;position:absolute;width:calc(100% - 20px);height:100%;display:flex;justify-content:center;align-items:center;padding:130px 0 84px 0}.bdp-d-popup.bdp-d-has-codes .bdp-d-no-campaigns{height:calc(100% - 152px);padding-top:0}@keyframes bdp-d-popup-fade-in{from{opacity:0;transform:translateY(5%)}to{opacity:1}}@keyframes bdp-d-popup-fade-out{from{opacity:1}to{opacity:0;transform:translateY(5%)}}div.bdp-d-campaigns:empty{display:flex}.bdp-d-popup:not(.bdp-d-loaded)>.bdp-d-campaigns,.bdp-d-popup.bdp-d-empty>.bdp-d-campaigns{margin-top:-130px;min-height:130px}.bdp-d-campaigns{margin-top:-180px;overflow-y:auto;padding:0 10px;border-top-left-radius:12px;border-top-right-radius:12px;-ms-overflow-style:none;scrollbar-width:none;z-index:1;max-height:620px;min-height:180px;flex-grow:1}.bdp-d-campaigns::-webkit-scrollbar{display:none}.bdp-d-campaign{padding:16px 12px;border-radius:12px;box-shadow:0 4px 16px rgba(17,17,26,.1),0 8px 32px rgba(17,17,26,.05);background-color:#fff;margin-bottom:10px;transition:all .3s ease-out 0s}.bdp-d-campaign:nth-child(2){margin-top:64px}.bdp-d-campaign .bdp-d-name{font-size:18px;line-height:1.33}.bdp-d-campaign .bdp-d-description{font-size:13px;line-height:1.33;white-space:pre-wrap}.bdp-d-campaign.bdp-d-old{-webkit-filter:blur(2px);-moz-filter:blur(2px);-ms-filter:blur(2px);-o-filter:blur(2px);filter:blur(2px);pointer-events:none}.bdp-d-campaign.bdp-d-campaign-simple .bdp-d-discounts .bdp-d-discount:first-child{margin-top:0}.bdp-d-discounts{padding-top:2px}.bdp-d-discount{padding:10px 16px 12px;border-radius:12px;border:solid 1px #e5e5e5;margin-top:8px}.bdp-d-discount.bdp-d-applied{box-shadow:0 2px 5px 0 rgba(52,199,89,.2);border:solid 1px #34c759;position:relative}.bdp-d-discount.bdp-d-applied .bdp-d-indicator{position:absolute;top:-5px;right:-5px}.bdp-d-discount.bdp-d-applied .bdp-d-indicator svg{width:24px;height:24px;fill:none;stroke:none}.bdp-d-discount .bdp-d-summary{font-size:16px;font-weight:bold;line-height:1.5}.bdp-d-discount .bdp-d-purchase-type,.bdp-d-discount .bdp-d-max-limits{font-size:11px;line-height:1.33}.bdp-d-discount.bdp-d-omitted{border-color:rgba(229,229,229,.4)}.bdp-d-discount.bdp-d-omitted>div:not(.bdp-d-better){opacity:.4}.bdp-d-discount.bdp-d-omitted .bdp-d-better{border-color:rgba(229,229,229,.4)}.bdp-d-applied-code{font-size:13px;margin-bottom:6px;display:flex;align-items:center}.bdp-d-applied-code .bdp-d-code{border-radius:5px;display:flex;align-items:center;margin-left:5px}.bdp-d-applied-code .bdp-d-code span{display:flex;line-height:14px;padding:0 7px}.bdp-d-applied-code .bdp-d-code .bdp-d-code-remove{display:flex;padding:5px 0;cursor:pointer}.bdp-d-applied-code .bdp-d-code svg{margin-right:5px;margin-left:5px}.bdp-d-buys-items{border-top:solid 1px #e5e5e5;padding-top:10px;margin-top:10px}.bdp-d-gets-items{padding-top:12px;margin-top:12px;border-top:solid 1px #e5e5e5}.bdp-d-buys-items>.bdp-d-title,.bdp-d-gets-items>.bdp-d-title{font-size:13px;font-weight:bold;line-height:1.23;display:flex}.bdp-d-buys-items>.bdp-d-title>span,.bdp-d-gets-items>.bdp-d-title>span{flex:1;display:flex;align-items:center}.bdp-d-buys-items>.bdp-d-title>svg,.bdp-d-gets-items>.bdp-d-title>svg{cursor:pointer;width:24px;height:24px;stroke:none}.bdp-d-buys-items>.bdp-d-title.bdp-d-open .bdp-d-expand,.bdp-d-gets-items>.bdp-d-title.bdp-d-open .bdp-d-expand{transform:rotate(-180deg)}.bdp-d-items-list.bdp-d-open .bdp-d-header{display:none}.bdp-d-items-list .bdp-d-header{display:flex;flex-direction:row}.bdp-d-items-list .bdp-d-header .bdp-d-items{display:flex;flex-direction:row;flex-grow:1}.bdp-d-items-list .bdp-d-header .bdp-d-items .bdp-d-imgbox{display:flex;width:36px;height:36px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);margin:12px 10px 0 0;border-radius:50%;cursor:pointer}.bdp-d-items-list .bdp-d-header .bdp-d-items .bdp-d-imgbox:hover{box-shadow:rgba(99,99,99,.2) 0 2px 8px 0}.bdp-d-items-list .bdp-d-header .bdp-d-items .bdp-d-imgbox>img{width:100%;height:100%;object-fit:contain;border-radius:50%}.bdp-d-items-list .bdp-d-header .bdp-d-more{width:36px;height:36px;margin-top:12px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:bold}.bdp-d-items-list .bdp-d-header .bdp-d-more:hover{box-shadow:rgba(99,99,99,.2) 0 2px 8px 0}.bdp-d-items-list.bdp-d-open .bdp-d-body{display:flex}.bdp-d-items-list .bdp-d-body{display:none;flex-direction:column;padding-top:12px}.bdp-d-items-list .bdp-d-body>div{display:flex;flex-direction:row;margin-bottom:16px}.bdp-d-items-list .bdp-d-body>div:last-child{margin-bottom:0}.bdp-d-items-list .bdp-d-body>div:last-child .bdp-d-titlebox{border-bottom:none;padding-bottom:0}.bdp-d-items-list .bdp-d-body .bdp-d-imgbox{width:36px;height:36px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:50%;flex-shrink:0}.bdp-d-items-list .bdp-d-body .bdp-d-imgbox img{width:100%;height:100%;object-fit:contain;border-radius:50%}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox{display:flex;flex-direction:column;flex-grow:1;margin-left:12px;border-bottom:solid 1px #f1f1f1;padding-bottom:10px;justify-content:center;min-width:0}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-title{font-size:13px;line-height:1.33;margin-bottom:8px;min-height:36px;display:flex;flex-direction:column;justify-content:center}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-title:last-child{margin-bottom:0}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-title>a{text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;margin-bottom:2px}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-title .bdp-d-pricebox{display:flex;align-items:center}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-title .bdp-d-pricebox .bdp-d-price{font-weight:bold;font-size:14px}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-title .bdp-d-pricebox .bdp-d-compare-at-price{color:#6a6c6e;margin-left:3px;text-decoration:line-through;font-size:12px}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-variantbox{display:flex;align-items:center}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-variant{font-size:13px;line-height:1.33;flex:1;min-width:0}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-atc{border-radius:10px;background-color:#130f49;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;padding:0 8px;height:24px;margin-left:7px}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-atc[disabled]{cursor:default;pointer-events:none;opacity:.4}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-variant-select{background-image:none;font-size:12px;font-weight:normal;border:1px solid #e1e8ee;border-radius:3px;color:#212121;background-color:#fff;text-align:left;padding:2px;height:24px;min-height:24px;max-height:24px;-webkit-appearance:menulist;outline:initial;display:inline-block;vertical-align:middle;margin:0;width:100%}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-variant-select:focus-visible{outline:none;outline-offset:unset;box-shadow:none}.bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-variant-select .bdp-d-variant-select-label{color:#000;font-weight:bold}.bdp-d-away{display:flex;flex-direction:column;padding-top:10px;margin-top:8px}.bdp-d-away .bdp-d-content{display:flex;flex-direction:row;gap:10px}.bdp-d-away .bdp-d-text{flex-grow:1;font-size:13px;line-height:1.33}.bdp-d-away .bdp-d-values{display:flex;font-size:13px;line-height:1.33}.bdp-d-away .bdp-d-total{font-weight:bold;white-space:nowrap}.bdp-d-away .bdp-d-progress-box+.bdp-d-progress-box{margin-top:20px}.bdp-d-away .bdp-d-progress{margin-top:6px;height:8px;border-radius:4px;background-color:#e5e5e5}.bdp-d-away .bdp-d-progress-inner{display:flex !important;height:8px;border-radius:4px;background-image:linear-gradient(to left,#ffae15,#e91541)}.bdp-d-save{display:flex;flex-direction:row;border-top:solid 1px #e5e5e5;padding-top:10px;margin-top:10px}.bdp-d-save .bdp-d-title{flex-grow:1;font-size:13px;line-height:1.33}.bdp-d-save .bdp-d-value{font-size:15px;font-weight:bold;line-height:1.07}.bdp-d-better{display:flex;flex-direction:row;border-top:solid 1px #e5e5e5;padding-top:10px;margin-top:10px}.bdp-d-better .bdp-d-title{flex-grow:1;font-size:13px;line-height:1.33}.bdp-d-text-color-dark .bdp-d-campaign .bdp-d-name,.bdp-d-text-color-dark .bdp-d-discount .bdp-d-summary,.bdp-d-text-color-dark .bdp-d-save .bdp-d-value,.bdp-d-text-color-dark .bdp-d-better .bdp-d-title,.bdp-d-text-color-dark .bdp-d-qty input,.bdp-d-text-color-dark .bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-title>a,.bdp-d-text-color-dark .bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-title .bdp-d-pricebox .bdp-d-price,.bdp-d-text-color-dark .bdp-d-applied-code .bdp-d-code span{color:#000}.bdp-d-text-color-light .bdp-d-campaign .bdp-d-name,.bdp-d-text-color-light .bdp-d-discount .bdp-d-summary,.bdp-d-text-color-light .bdp-d-save .bdp-d-value,.bdp-d-text-color-light .bdp-d-better .bdp-d-title,.bdp-d-text-color-light .bdp-d-qty input,.bdp-d-text-color-light .bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-title>a,.bdp-d-text-color-light .bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-title .bdp-d-pricebox .bdp-d-price,.bdp-d-text-color-light .bdp-d-applied-code .bdp-d-code span{color:#fff}.bdp-d-text-color-dark .bdp-d-campaign .bdp-d-description,.bdp-d-text-color-dark .bdp-d-buys-items>.bdp-d-title,.bdp-d-text-color-dark .bdp-d-gets-items>.bdp-d-title,.bdp-d-text-color-dark .bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-variant,.bdp-d-text-color-dark .bdp-d-items-list .bdp-d-header .bdp-d-more,.bdp-d-text-color-dark .bdp-d-dropdown .bdp-d-select span,.bdp-d-text-color-dark .bdp-d-applied-code{color:#4c4c4c}.bdp-d-text-color-light .bdp-d-campaign .bdp-d-description,.bdp-d-text-color-light .bdp-d-buys-items>.bdp-d-title,.bdp-d-text-color-light .bdp-d-gets-items>.bdp-d-title,.bdp-d-text-color-light .bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-variant,.bdp-d-text-color-light .bdp-d-items-list .bdp-d-header .bdp-d-more,.bdp-d-text-color-light .bdp-d-dropdown .bdp-d-select span,.bdp-d-text-color-light .bdp-d-applied-code{color:#b3b3b3}.bdp-d-text-color-dark .bdp-d-away .bdp-d-values,.bdp-d-text-color-dark .bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-title,.bdp-d-text-color-dark .bdp-d-save .bdp-d-title{color:#333}.bdp-d-text-color-light .bdp-d-away .bdp-d-values,.bdp-d-text-color-light .bdp-d-items-list .bdp-d-body .bdp-d-titlebox .bdp-d-title,.bdp-d-text-color-light .bdp-d-save .bdp-d-title{color:#ccc}.bdp-d-text-color-dark .bdp-d-discount .bdp-d-purchase-type,.bdp-d-text-color-dark .bdp-d-discount .bdp-d-max-limits,.bdp-d-text-color-dark .bdp-d-away .bdp-d-text{color:#666}.bdp-d-text-color-light .bdp-d-discount .bdp-d-purchase-type,.bdp-d-text-color-light .bdp-d-discount .bdp-d-max-limits,.bdp-d-text-color-light .bdp-d-away .bdp-d-text{color:#999}.bdp-d-text-color-dark .bdp-d-applied-code .bdp-d-code{border:solid 1px #e5e5e5}.bdp-d-text-color-light .bdp-d-applied-code .bdp-d-code{border:solid 1px #1a1a1a}.bdp-d-text-color-dark .bdp-d-applied-code .bdp-d-code span{border-right:solid 1px #e5e5e5}.bdp-d-text-color-light .bdp-d-applied-code .bdp-d-code span{border-right:solid 1px #1a1a1a}.bdp-d-text-color-dark .bdp-d-buys-items>.bdp-d-title>svg,.bdp-d-text-color-dark .bdp-d-gets-items>.bdp-d-title>svg,.bdp-d-text-color-dark .bdp-d-dropdown .bdp-d-select>svg,.bdp-d-text-color-dark .bdp-d-qty .bdp-d-qty-btn svg,.bdp-d-text-color-dark .bdp-d-applied-code .bdp-d-code svg{fill:#4c4c4c}.bdp-d-text-color-light .bdp-d-buys-items>.bdp-d-title>svg,.bdp-d-text-color-light .bdp-d-gets-items>.bdp-d-title>svg,.bdp-d-text-color-light .bdp-d-dropdown .bdp-d-select>svg,.bdp-d-text-color-light .bdp-d-qty .bdp-d-qty-btn svg,.bdp-d-text-color-light .bdp-d-applied-code .bdp-d-code svg{fill:#b3b3b3}.bdp-d-text-color-dark .bdp-d-qty .bdp-d-qty-btn:hover svg{fill:#000}.bdp-d-text-color-light .bdp-d-qty .bdp-d-qty-btn:hover svg{fill:#fff}.bdp-d-text-color-dark .bdp-d-dropdown{color:#212121}.bdp-d-text-color-light .bdp-d-dropdown{color:#dedede}.bdp-d-text-color-dark .bdp-d-qty .bdp-d-qty-btn{border:1px solid rgba(0,0,0,.1)}.bdp-d-text-color-light .bdp-d-qty .bdp-d-qty-btn{border:1px solid rgba(255,255,255,.1)}.bdp-d-text-color-dark .bdp-d-qty input{border-top:1px solid rgba(0,0,0,.1) !important;border-bottom:1px solid rgba(0,0,0,.1) !important}.bdp-d-text-color-light .bdp-d-qty input{border-top:1px solid rgba(255,255,255,.1) !important;border-bottom:1px solid rgba(255,255,255,.1) !important}.bdp-d-text-color-dark .bdp-d-items-list .bdp-d-body .bdp-d-titlebox{border-bottom:solid 1px #f1f1f1}.bdp-d-text-color-light .bdp-d-items-list .bdp-d-body .bdp-d-titlebox{border-bottom:solid 1px #0e0e0e}.bdp-d-footer{padding:18px 16px 18px 16px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow:0 -5px 10px 0 rgba(0,0,0,.1);background-color:#fff;display:flex;flex-direction:row;z-index:1}.bdp-d-footer .bdp-d-total{width:124px;height:48px;border-radius:16px;background-color:#f2f2f2;color:#333;display:flex;flex-direction:column;margin-right:8px;padding-left:16px;padding-top:6px}.bdp-d-footer .bdp-d-label{font-size:11px;line-height:1.4;margin-bottom:4px}.bdp-d-footer .bdp-d-value{font-size:14px;font-weight:bold;line-height:1.14}.bdp-d-footer .bdp-d-btn{height:48px;border-radius:16px;background-color:#130f49;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-grow:1;flex-shrink:1;font-size:18px;line-height:18px;background-size:cover;flex-direction:column}.bdp-d-footer .bdp-d-btn.bdp-d-disabled{pointer-events:none;opacity:.4}.bdp-d-footer .bdp-d-btn .bdp-d-empty-cart-text{font-size:11px;line-height:11px;margin-top:4px}.bdp-d-footer .bdp-d-btn .bdp-d-empty-cart-text.bdp-d-hide{display:none}.bdp-d-launcher{overflow:hidden;width:60px;height:60px;background-color:var(--bdp-d-launcherBackgroundColor);color:var(--bdp-d-launcherIconColor);border-radius:30px;cursor:pointer;position:fixed;bottom:20px;display:flex;align-items:center;justify-content:center;z-index:10000010;overflow:visible}.bdp-d-launcher::after{content:"";box-shadow:4px 4px 12px 0 rgba(0,0,0,.08);height:100%;width:100%;border-radius:30px;position:absolute}.bdp-d-launcher-initial-load{animation:bdp-d-launcher-animation .25s ease-in-out}.bdp-d-launcher:empty{display:none}.bdp-d-launcher[data-placement="bottomRight"]{right:20px}.bdp-d-launcher[data-placement="bottomLeft"]{left:20px}.bdp-d-launcher svg{fill:var(--bdp-d-launcherIconColor);width:60px;height:60px;stroke:none}.bdp-d-launcher img{width:60px;height:60px}.bdp-d-launcher span{color:var(--bdp-d-launcherIconColor);padding-right:20px;flex-grow:1;font-weight:600;font-size:16px;margin-left:-5px}@keyframes bdp-d-launcher-animation{from{transform:scale(0)}to{transform:scale(1)}}.bdp-d-campaign-code-block{max-width:36rem;margin-left:auto;margin-right:auto}.bdp-d-campaign-code-block.bdp-d-hide{display:none}.bdp-d-campaign-code .bdp-d-controls+.bdp-d-field-message,.bdp-d-campaign-code-block .bdp-d-controls+.bdp-d-field-message{margin-top:12px}.bdp-d-campaign-code .bdp-d-controls,.bdp-d-campaign-code-block .bdp-d-controls{display:flex;position:relative}.bdp-d-campaign-code .bdp-d-field-message,.bdp-d-campaign-code-block .bdp-d-field-message{height:40px;border-radius:12px;background-color:#f2f2f2;font-size:13px;color:#4c4c4c;text-align:center;display:flex;align-items:center;justify-content:center}.bdp-d-campaign-code .bdp-d-field-message svg,.bdp-d-campaign-code-block .bdp-d-field-message svg{margin-right:4px}.bdp-d-campaign-code input,.bdp-d-campaign-code-block input{width:100%;height:40px;padding:2px 2px 2px 12px;border-radius:12px;background-color:#f2f2f2;border:none;outline:none;box-shadow:none}.bdp-d-campaign-code input:focus-visible,.bdp-d-campaign-code-block input:focus-visible{outline:none;outline-offset:unset;box-shadow:none}.bdp-d-campaign-code .bdp-d-btn,.bdp-d-campaign-code-block .bdp-d-btn{position:absolute;right:0;font-size:13px;color:#fff;height:36px;border-radius:11px;box-shadow:0 2px 5px 0 rgba(19,15,73,.2);background-color:#130f49;margin:2px;padding:0 27px;display:flex;align-items:center;cursor:pointer}.bdp-d-campaign-code .bdp-d-btn.bdp-d-disabled,.bdp-d-campaign-code-block .bdp-d-btn.bdp-d-disabled{cursor:default;pointer-events:none;opacity:.4}.bdp-d-qty{display:inline-flex;align-items:center;margin-left:7px}.bdp-d-qty .bdp-d-qty-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;cursor:pointer;user-select:none}.bdp-d-qty .bdp-d-qty-btn:first-of-type{border-top-left-radius:8px;border-bottom-left-radius:8px}.bdp-d-qty .bdp-d-qty-btn:last-of-type{border-top-right-radius:8px;border-bottom-right-radius:8px}.bdp-d-qty .bdp-d-qty-btn svg{pointer-events:none;width:10px;height:10px;stroke:none}.bdp-d-qty input{font-size:12px;display:inline-flex;line-height:24px;height:24px;max-height:none;border:none;background:transparent;width:24px;text-align:center;padding:0;border-radius:0;min-height:0 !important;margin:0 !important;outline:none}.bdp-d-qty input:focus-visible{outline:none;outline-offset:unset;box-shadow:none}.bdp-d-dropdown{position:relative;width:100%;height:24px;display:inline-block;border-radius:8px;box-shadow:0 0 2px #ccc;font-size:12px}.bdp-d-dropdown.bdp-d-error{border:1px solid #ff3535}.bdp-d-dropdown:focus-visible{outline:none;outline-offset:unset}.bdp-d-dropdown .bdp-d-select{cursor:pointer;display:block;padding:0 2px 0 7px;flex:1;display:flex;align-items:center;min-width:0}.bdp-d-dropdown .bdp-d-select span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bdp-d-dropdown:hover{box-shadow:0 0 4px #ccc}.bdp-d-dropdown.active:hover,.bdp-d-dropdown.active{box-shadow:0 0 4px #ccc;border-radius:8px 8px 0 0}.bdp-d-dropdown.active .bdp-d-select>svg{transform:rotate(-180deg)}.bdp-d-dropdown .bdp-d-dropdown-menu{position:absolute;min-width:100%;width:auto;left:0;margin-top:1px;box-shadow:0 1px 2px #ccc;border-radius:0 1px 8px 8px;overflow:hidden;display:none;max-height:144px;overflow-y:auto;z-index:9}.bdp-d-dropdown .bdp-d-dropdown-menu li{padding:10px;transition:all .2s ease-in-out;cursor:pointer;white-space:nowrap}.bdp-d-dropdown .bdp-d-dropdown-menu li[disabled]{pointer-events:none;opacity:.7}.bdp-d-dropdown .bdp-d-dropdown-menu{padding:0;list-style:none}.bdp-d-dropdown .bdp-d-dropdown-menu li:hover{background-color:rgba(106,108,110,.1)}.bdp-d-dropdown .bdp-d-dropdown-menu li:active{background-color:rgba(106,108,110,.2)}@media(max-width:767px){.bdp-d-popup{width:100%;height:100%;max-width:none;max-height:none;bottom:0 !important;border-radius:0}.bdp-d-popup[data-placement="bottomRight"]{right:0 !important}.bdp-d-popup[data-placement="bottomLeft"]{left:0 !important}.bdp-d-launcher.bdp-d-open{display:none}.bdp-d-popup>.bdp-d-header{border-radius:0}.bdp-d-popup>.bdp-d-header .bdp-d-close{display:flex}.bdp-d-campaigns{max-height:none}.bdp-d-footer{border-radius:0}}.bdp-d-shimmer{background-image:linear-gradient(-225deg,#000 0%,#111 29%,#222 67%,#333 100%);background-size:auto auto;background-clip:border-box;background-size:200% auto;background-clip:text;text-fill-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:bdp-d-shimmer-animation 1.5s linear infinite}@keyframes bdp-d-shimmer-animation{from{background-position:200% center}}.bdp-d-cartSubtotalDiscounted,span.bdp-d-subtotal-fallback-price.bdp-d-discountProcessed{padding-left:10px !important;min-width:unset !important;padding-right:5px !important}.bdp-d-subtotal-fallback{float:none;clear:both;margin:10px 0;font-size:14px;width:100%;display:none}.bdp-d-subtotal-fallback-title{margin-right:10px}.cart__hover #cart-popup .bdp-d-subtotal-fallback{color:#000}@-webkit-keyframes bdp-d-pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bdp-d-pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bdp-d-animate__pulse{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:bdp-d-pulse;animation-name:bdp-d-pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bdp-d-heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.2);transform:scale(1.2)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.2);transform:scale(1.2)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bdp-d-heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.2);transform:scale(1.2)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.2);transform:scale(1.2)}70%{-webkit-transform:scale(1);transform:scale(1)}}.bdp-d-animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-name:bdp-d-heartBeat;animation-name:bdp-d-heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bdp-d-glow{0%{box-shadow:0 0 0 0 var(--bdp-d-animattion-glow-start);-webkit-box-shadow:0 0 0 0 var(--bdp-d-animattion-glow-start)}70%{box-shadow:0 0 0 10px var(--bdp-d-animattion-glow-end);-webkit-box-shadow:0 0 0 10px var(--bdp-d-animattion-glow-end)}100%{box-shadow:0 0 0 0 var(--bdp-d-animattion-glow-end);-webkit-box-shadow:0 0 0 0 var(--bdp-d-animattion-glow-end)}}@keyframes bdp-d-glow{0%{box-shadow:0 0 0 0 var(--bdp-d-animattion-glow-start);-webkit-box-shadow:0 0 0 0 var(--bdp-d-animattion-glow-start)}70%{box-shadow:0 0 0 10px var(--bdp-d-animattion-glow-end);-webkit-box-shadow:0 0 0 10px var(--bdp-d-animattion-glow-end)}100%{box-shadow:0 0 0 0 var(--bdp-d-animattion-glow-end);-webkit-box-shadow:0 0 0 0 var(--bdp-d-animattion-glow-end)}}.bdp-d-animate__glow{-webkit-animation-duration:1.8s;animation-duration:1.8s;-webkit-animation-name:bdp-d-glow;animation-name:bdp-d-glow;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.bdp-d-preview{background-color:rgba(0,0,0,.7);position:fixed;top:10px;left:50%;transform:translateX(-50%);z-index:10000010;color:#fff;padding:10px;border-radius:12px;display:flex;align-items:center;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);font-size:14px}.bdp-d-preview .bdp-d-preview-text{margin-left:10px;margin-right:10px}.bdp-d-preview .bdp-d-preview-text span:last-child{font-weight:bold;margin-left:5px}.bdp-d-preview .bdp-d-preview-btn{margin-left:10px;border:1px solid;padding:2px 12px;border-radius:7px;cursor:pointer}.bdp-d-tier{display:flex;flex-direction:column;border-top:solid 1px #e5e5e5;padding-top:10px;margin-top:10px}.bdp-d-tier .bdp-d-summary{font-size:14px}.bdp-d-tier .bdp-d-away{border-top:none;padding-top:5px;margin-top:0}.bdp-d-tier .bdp-d-save{border-top:none;padding-top:5px;margin-top:0}.bdp-d-tier .bdp-d-better{border-top:none;padding-top:5px;margin-top:0}.bdp-d-tier.bdp-d-omitted>div:not(.bdp-d-better){opacity:.4}