@keyframes rotate{to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.dk-bundle{display:flex;flex-direction:column;flex-wrap:unset;justify-content:space-between;position:relative;margin-bottom:25px;padding:24px 18px 16px;cursor:pointer;border:1px solid rgb(209,209,203);border-radius:var(--dk-bundle-border-radius, 0px);font-family:var(--dk-bundle-font-family, inherit)}.dk-bundle-slots{display:flex;flex-direction:column;justify-content:space-evenly}.dk-bundle:hover{box-shadow:0 0 0 1px var(--dk-bundle-primary-color, black);border-color:var(--dk-bundle-primary-color, black)}.dk-bundle-add-to-cart{display:flex;justify-content:center;align-items:center;gap:8px;min-height:48px;margin-top:12px;padding:12px 16px;background-color:var(--dk-bundle-primary-color, black);cursor:pointer;border:none;border-radius:0;font-size:var(--dk-bundle-font-size, 16px);color:#fff;text-align:center}.dk-bundle-add-to-cart:disabled{background-color:var(--dk-bundle-disabled-color, #999);cursor:not-allowed}.dk-bundle-add-to-cart:disabled:hover{box-shadow:none;border-color:var(--dk-bundle-disabled-color, #999)}.dk-bundle-add-to-cart:hover{box-shadow:0 0 0 1px var(--dk-bundle-primary-color, black)}.dk-bundle-error-message{color:red}.dk-bundle-info-wrapper{display:flex;align-items:center;gap:16px}.dk-bundle-input-container{display:flex;align-items:center}.dk-bundle-most-popular-flag{margin-top:4px;padding:0 8px;background-color:var(--dk-bundle-primary-color, black);border-radius:8px;font-size:12px;font-weight:700;color:#fff;white-space:nowrap}.dk-bundle-savings{width:fit-content;border-radius:8px;font-size:calc(var(--dk-bundle-font-size, 16px) * .75);font-weight:700;color:var(--dk-bundle-primary-color, black);text-align:center}.dk-bundle-selected{box-shadow:0 0 0 1px var(--dk-bundle-primary-color, black);background-color:#fff0ed;cursor:default;border-color:var(--dk-bundle-primary-color, black)}.dk-bundle-selected>.dk-bundle-selector-wrapper{padding-bottom:12px}.dk-bundle-selector{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%}.dk-bundle-selector-input{-webkit-appearance:none;appearance:none;-moz-box-align:center;-moz-box-pack:center;display:inline-flex;justify-content:center;align-items:center;position:relative;width:22px;height:22px;margin:0;cursor:pointer}.dk-bundle-selector-input:before,.dk-bundle-selector-input:after{content:"";display:block;position:absolute;box-sizing:border-box;border-radius:100%}.dk-bundle-selector-input:before{width:22px;height:22px;margin:auto;border:1px solid rgb(226,226,226)}.dk-bundle-selector-input:after{width:10px;height:10px;transition:background .25s linear 0s;background:#fff}.dk-bundle-selector-input:hover:after,.dk-bundle-selector-input:checked:after{background:#2d3958}.dk-bundle-selector-wrapper{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;max-width:100%}.dk-bundle-slot{display:flex;justify-content:flex-start;align-items:center;gap:12px;padding-top:12px}.dk-bundle-slot:last-child{padding-bottom:12px}.dk-bundle-slot-image{width:36px;min-width:36px;height:36px}.dk-bundle-slot-image img{width:100%;height:100%;border:1px solid #999;border-radius:4px}.dk-bundle-slot-selector-wrapper{flex-grow:1;width:100%;height:100%;display:grid;grid-template-columns:1fr 1fr;gap:4px}.dk-bundle-slot-selector-wrapper select{background:#fff;border:1px solid #999;padding:8px;border-radius:4px}.dk-bundle-slot-variant-selector{-webkit-appearance:none;-moz-appearance:none;appearance:none;scrollbar-width:thin;position:relative;overflow:hidden;width:100%;height:100%;padding:0 36px 0 12px;background:none;background-color:#fff;background-image:var(--dk-bundle-down-arrow-url);background-repeat:no-repeat;background-position:calc(100% - 12px) 50%;background-size:12px;cursor:pointer;border:1px solid #999;border-radius:4px;font-size:calc(var(--dk-bundle-font-size, 16px) * .875);line-height:34px;white-space:nowrap}.dk-bundle-spinner{text-align:center;width:18px;height:18px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.dk-bundle-spinner:before{content:"";box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:3px solid #fff;animation:prixClipFix 2s linear infinite}.dk-bundle-text{line-height:1.4;font-size:18px;font-weight:700;color:var(--dk-bundle-font-color, black)}.dk-bundles .dk-bundle{position:relative}.dk-bundles .dk-bundle-add-to-cart{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dk-bundles .dk-bundle-info{align-self:anchor-center;display:flex;flex-direction:column;gap:5px}.dk-bundles .dk-bundle-info-wrapper{align-items:baseline}.dk-bundles .dk-bundle-selector{align-items:flex-start}.dk-bundles .dk-bundle-most-popular-wrapper{position:absolute;top:-13px;right:30px;z-index:10}.dk-bundles .dk-bundle-selected .dk-bundle-most-popular-wrapper{top:-14px}.dk-bundles .dk-bundle-most-popular-flag{position:relative;display:inline-block;margin:0;padding:1px 11px 3px;background-color:#830522;border-radius:0 0 8px 8px;font-size:14px;font-weight:600;color:#fff;white-space:nowrap;line-height:normal;--dynamic-value: #830522}.dk-bundles .dk-bundle-most-popular-flag:before{content:"";position:absolute;top:0;left:0;border-style:solid;border-width:0 0 11px 8px;border-color:transparent transparent var(--dynamic-value, #830522) transparent;transform:translate(-100%);filter:brightness(.6)}.dk-bundles .dk-bundle-most-popular-flag:after{content:"";position:absolute;top:0;right:0;border-style:solid;border-width:0 8px 11px 0;border-color:transparent transparent var(--dynamic-value, #830522) transparent;transform:translate(100%);filter:brightness(.8)}.dk-bundles .dk-bundle-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:4px;margin-left:auto;flex-shrink:0}.dk-bundles .dk-bundle-pricing-total{color:#ff613e;font-size:20px;font-weight:600;line-height:1.2;margin:0}.dk-bundles .dk-bundle-pricing-row{display:flex;align-items:baseline;gap:8px}.dk-bundles .dk-bundle-pricing-each{font-size:15px;font-weight:400;color:#303030;line-height:normal}.dk-bundles .dk-bundle-pricing-each-price{font-weight:600}.dk-bundles .dk-bundle-pricing-compare{font-size:18px;font-weight:400;color:#8a8a8a;text-decoration:line-through;line-height:normal}.dk-bundles .dk-bundle-pricing-compare:empty{display:none}.dk-bundles .dk-bundle-selector-input{-webkit-appearance:none;appearance:none;display:inline-flex;justify-content:center;align-items:center;position:relative;flex-shrink:0;width:15px;height:15px;margin:0;padding:0;background:#fff;border:3px solid #ffffff;border-radius:50%;box-shadow:0 0 0 2px #0003;cursor:pointer}.dk-bundles .dk-bundle-selector-input:before{display:none}.dk-bundles .dk-bundle-selector-input:after{content:"";display:block;position:absolute;width:10px;height:10px;border-radius:50%;background:transparent;transition:background .25s linear}.dk-bundles .dk-bundle-selector-input:checked:after{background:var(--dk-bundle-primary-color, #ff613e)}.dk-bundles .dk-bundle-input-container{margin-top:5px}.dk-bundles[data-dk-compare-at-savings] .dk-bundle-savings:not([data-dk-custom-savings]){display:none!important}.dk-bundles .dk-bundle-savings{display:flex;align-items:center;gap:6px;flex-wrap:wrap;width:auto;border-radius:0;font-weight:inherit;color:inherit;text-align:left}.dk-bundles .dk-bundle-savings-value{display:inline-flex;margin:0;padding:4px 8px;background-color:#ff613e;border-radius:6px;font-size:14px;font-weight:600;color:#fff;line-height:1.2}.dk-bundles .dk-bundle-complimentary-label{font-size:14px;font-weight:600;color:#303030;line-height:1.2;white-space:nowrap}.dk-bundles .dk-bundle-selector-input{width:18px;height:18px;border:2px solid rgb(209,209,203);box-shadow:none}.dk-bundles .dk-bundle-selected .dk-bundle-selector-input{border:2px solid #ff6d3f}.dk-bundles .dk-bundle-slot{flex-direction:row;align-items:flex-start;gap:8px}.dk-bundles .dk-bundle-slot-image{display:none}.dk-bundles .dk-slot-label{display:block;font-size:14px;align-self:anchor-center;min-width:40px}.dk-bundles .dk-bundle-slot-selector-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.dk-bundles .dk-style-select--hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dk-bundles .dk-style-selector{display:flex;gap:8px;justify-content:flex-start;align-items:stretch;width:100%}.dk-bundles .dk-style-btn{flex:1;padding:10px 16px;font-size:14px;font-weight:500;font-family:Overpass,sans-serif;text-align:center;border:1.5px solid #d9d9d9;border-radius:8px;background-color:#fff;color:#303030;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;text-overflow:ellipsis;position:relative}.dk-bundles .dk-style-btn:hover{border-color:var(--dk-bundle-primary-color, #ff623e)}.dk-bundles .dk-style-btn.selected{border:1px solid var(--dk-bundle-primary-color, #ff623e);font-weight:600;box-shadow:0 4px 6px #ff623e66;overflow:visible}.dk-bundles .dk-style-btn.selected:after{content:"";position:absolute;top:-6px;right:-4px;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6373 7.10082C16.6565 6.95582 16.6665 6.81082 16.6665 6.66666C16.6665 4.68416 14.8807 3.09332 12.899 3.36249C12.3215 2.33499 11.2215 1.66666 9.99984 1.66666C8.77817 1.66666 7.67817 2.33499 7.10067 3.36249C5.11484 3.09332 3.33317 4.68416 3.33317 6.66666C3.33317 6.81082 3.34317 6.95582 3.36234 7.10082C2.33484 7.67916 1.6665 8.77916 1.6665 9.99999C1.6665 11.2208 2.33484 12.3208 3.36234 12.8992C3.34311 13.0431 3.33337 13.1881 3.33317 13.3333C3.33317 15.3158 5.11484 16.9025 7.10067 16.6375C7.67817 17.665 8.77817 18.3333 9.99984 18.3333C11.2215 18.3333 12.3215 17.665 12.899 16.6375C14.8807 16.9025 16.6665 15.3158 16.6665 13.3333C16.6665 13.1892 16.6565 13.0442 16.6373 12.8992C17.6648 12.3208 18.3332 11.2208 18.3332 9.99999C18.3332 8.77916 17.6648 7.67916 16.6373 7.10082ZM9.129 13.68L6.07317 10.585L7.25984 9.41499L9.14067 11.32L12.7465 7.74166L13.9198 8.92499L9.129 13.68Z' fill='%23FF613E'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;display:block}.dk-bundles .dk-style-btn:active{transform:scale(.98)}@media screen and (max-width:900px){.dk-bundles .dk-bundle-selector{display:grid;grid-template-columns:auto 50% 1fr;align-items:start;gap:8px 16px}.dk-bundles .dk-bundle-info{align-self:start;min-width:0}.dk-bundles .dk-bundle-info-wrapper{width:100%}.dk-bundles .dk-bundle-pricing{margin-left:0;justify-self:stretch;min-width:0}.dk-bundles .dk-bundle-pricing-row{flex-direction:column-reverse;align-items:end;gap:4px}.dk-bundles .dk-bundle-slot{flex-direction:column;align-items:stretch}.dk-bundles .dk-slot-label{align-self:start}.dk-bundles .dk-style-selector{flex-direction:column}.dk-bundles .dk-style-btn{width:100%}}.dk-bundles *{font-family:var(--gsc-body-font-family)}
/*# sourceMappingURL=/cdn/shop/t/23/assets/dk-bundle-enhancer.css.map */
