.mrk-bundles{--block-title-color: var(--color-foreground-heading);--bar-background-color: var(--color-variant-background);--bar-selected-background-color: var(--color-variant-background);--bar-border-color: var(--color-border);--bar-radio-color: var(--color-primary-button-hover-border);--bar-selected-border-color: var(--color-primary-button-hover-border);--block-block-title-color: var(--color-foreground-heading);--bar-title-color: var(--color-foreground-heading);--bar-subtitle-color: var(--color-foreground-muted);--bar-price-color: var(--color-foreground-heading);--bar-full-price-color: var(--color-foreground-muted);--bar-label-background-color: var(--color-background);--bar-label-color: var(--color-label-text);--bar-most-popular-background-color: var(--color-primary-button-hover-border);--bar-most-popular-color: var(--color-background);--mrk-free-gift-background-color: var(--color-background);--mrk-free-gift-text-color: var(--color-foreground);--mrk-free-gift-selected-background-color: var(--color-variant-background);--mrk-free-gift-selected-text-color: var(--color-foreground);--mrk-upsell-background-color: var(--color-background);--mrk-upsell-text-color: var(--color-foreground);--mrk-upsell-selected-background-color: var(--color-variant-background);--mrk-upsell-selected-text-color: var(--color-foreground);--mrk-collection-breaks-button-color: var(--color-primary-button-text);--mrk-collection-breaks-product-title-color: var(--color-foreground);--main-color: #fff}.mrk-bundles .mrk-bundles__block{display:flex;flex-direction:column;width:100%;margin-top:15px;text-align:start;line-height:1.4}.mrk-bundles .mrk-bundles__block.mrk-bundles__block--loaded{display:flex}.mrk-bundles .mrk-bundles__block-title{display:flex;align-items:left;gap:8px;margin-bottom:10px;color:var(--block-block-title-color, var(--main-color));font-size:var(--block-title-font-size, 14px);font-weight:var(--block-title-font-weight, bold);font-style:var(--block-title-font-style)}.mrk-bundles .mrk-bundles__bars{display:flex;flex-direction:column}.mrk-bundles .mrk-bundles__block--horizontal .mrk-bundles__bars{flex-direction:row;justify-content:space-between;gap:10px;overflow-x:scroll}.mrk-bundles .mrk-bundles__bar{display:flex;flex:1;margin:5px 0}.mrk-bundles .mrk-bundles__block--horizontal .mrk-bundles__bar{position:relative}.mrk-bundles .mrk-bundles__bar>input[type=radio]{display:none}.mrk-bundles .mrk-bundles__bar-image{object-fit:contain;height:var(--bar-image-size, 48px);width:var(--bar-image-size, 48px);border-radius:var(--bar-image-border-radius, 0)}.mrk-bundles .mrk-bundles__bar-radio{display:flex!important;flex-shrink:0;width:10px;height:10px;border-radius:50%;background:var(--main-color);border:3px solid var(--main-color);box-sizing:border-box;box-shadow:0 0 0 5px var(--main-color, rgba(0, 0, 0, .3));margin-top:5px}.mrk-bundles .mrk-bundles__bar :checked+.mrk-bundles__bar-container .mrk-bundles__bar-radio{border-color:#E8DA02,var(--bar-selected-border-color, var(--main-color));box-shadow:0 0 0 5px #e8da02}.mrk-bundles .mrk-bundles__bar-container{display:flex!important;flex-direction:column;justify-content:center;position:relative;line-height:25px;box-sizing:border-box;cursor:pointer;width:100%;min-height:75px;margin:0;background-color:var(--mrk-free-gift-background-color);border-radius:var(--bar-border-radius);box-shadow:inset 0 0 0 1px var(--bar-border-color, rgba(0, 0, 0, .3))}.mrk-bundles .mrk-bundles__bar-container:hover{opacity:1;box-shadow:inset 0 0 0 2px var(--bar-border-color, rgba(0, 0, 0, .3))}.mrk-bundles .mrk-bundles__bar-container *{letter-spacing:normal;text-transform:initial}.mrk-bundles .mrk-bundles__bar :checked+.mrk-bundles__bar-container{cursor:default;background-color:var(--bar-selected-background-color);box-shadow:inset 0 0 0 2px var(--bar-selected-border-color, var(--main-color))}.mrk-bundles .mrk-bundles__block--horizontal .mrk-bundles__bar-container{justify-content:flex-start;padding:40px 7px 10px}.mrk-bundles .mrk-bundles__bar-most-popular{position:absolute;z-index:1}.mrk-bundles .mrk-bundles__bar-most-popular.mrk-bundles__bar-most-popular--simple{top:-8px;right:var(--bar-border-radius)}.mrk-bundles .mrk-bundles__bar-most-popular.mrk-bundles__bar-most-popular--fancy{top:-27px;right:-15px}.mrk-bundles .mrk-bundles__bar-most-popular svg{color:var(--bar-most-popular-background-color)}.mrk-bundles .mrk-bundles__bar-most-popular svg .most-popular-text{fill:var(--bar-most-popular-color)}.mrk-bundles .mrk-bundles__bar-most-popular__content{margin:0 8px;padding:6px 8px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;font-family:sans-serif;font-size:12px;font-weight:700;line-height:1;color:var(--bar-most-popular-color, #fff);background-color:var(--bar-most-popular-background-color)}.mrk-bundles .mrk-bundles__bar-most-popular__content:empty{display:none}.mrk-bundles .mrk-bundles__bar-most-popular__content:before,.mrk-bundles .mrk-bundles__bar-most-popular__content:after{display:block;position:absolute;top:0;width:0;height:0;content:"";border-bottom-width:8px;border-bottom-style:solid;filter:brightness(.7);border-bottom-color:var(--bar-most-popular-background-color, transparent)}.mrk-bundles .mrk-bundles__bar-most-popular__content:before{left:0;border-left:8px solid transparent}.mrk-bundles .mrk-bundles__bar-most-popular__content:after{right:0;border-right:8px solid transparent}.mrk-bundles .mrk-bundles__bar:last-child{margin-bottom:0}@media (min-width: 750px){.mrk-bundles .mrk-bundles__bar-most-popular.mrk-bundles__bar-most-popular--fancy{font-size:14px;font-weight:500;right:35px;top:-36px;padding:6px 22px;background:var(--bar-selected-border-color, var(--main-color));color:#fff;border-radius:11px 11px 0 0}}.mrk-bundles .mrk-bundles__bar-main{display:flex;align-items:flex-start;gap:18px;padding:calc(15px* var(--block-spacing, 1)) calc(15px* var(--block-spacing, 1) + 5px)}.mrk-bundles .mrk-bundles__block--horizontal .mrk-bundles__bar-main{flex-direction:column;gap:10px;text-align:center}.mrk-bundles .mrk-bundles__bar-container--most-popular--simple .mrk-bundles__bar-main{margin-top:7px;margin-bottom:7px}.mrk-bundles .mrk-bundles__bar-content{align-items:center;justify-content:space-between;display:flex;gap:8px;flex:1;align-items:flex-start}.mrk-bundles .mrk-bundles__block--horizontal .mrk-bundles__bar-content{flex-direction:column}.mrk-bundles .mrk-bundles__bar-content-left{display:flex;flex-direction:column;flex:1;gap:1px;align-items:flex-start}.mrk-bundles .mrk-bundles__block--horizontal .mrk-bundles__bar-content-left{align-items:center}.mrk-bundles .mrk-bundles__bar-first-line{display:flex;flex-wrap:wrap;column-gap:8px}.mrk-bundles .mrk-bundles__bar-title{display:inline-block;word-break:break-word;font-size:var(--bar-title-font-size, 20px);font-weight:var(--bar-title-font-weight, 500);font-style:var(--bar-title-font-style);color:var(--bar-title-color, var(--main-color))}.mrk-bundles .mrk-bundles__bar-label{display:inline-block;vertical-align:top;padding:4px 8px;word-break:break-word;background-color:#f2f2ed;border:none;color:var(--bar-label-color, #777);font-size:var(--bar-label-font-size, 12px);font-weight:var(--bar-label-font-weight);font-style:var(--bar-label-font-style);border-radius:calc(var(--bar-border-radius) / 3);line-height:1.4}.mrk-bundles .mrk-bundles__block--horizontal .mrk-bundles__bar-label{position:absolute;top:0;left:0;right:0;margin-right:0;border-top-left-radius:var(--bar-label-border-top-radius);border-top-right-radius:var(--bar-label-border-top-radius)}.mrk-bundles .mrk-bundles__bar-subtitle{line-height:1.4;word-break:break-word;font-size:var(--bar-subtitle-font-size, 14px);font-weight:var(--bar-subtitle-font-weight);font-style:var(--bar-subtitle-font-style);color:var(--main-color, #555);font-family:barlow}.mrk-bundles .mrk-bundles__bar-pricing{display:flex;align-items:center;gap:5px}.mrk-bundles .mrk-bundles__block--horizontal .mrk-bundles__bar-pricing{align-items:center}.mrk-bundles .mrk-bundles__bar-container--most-popular--fancy .mrk-bundles__bar-pricing{margin-top:18px}.mrk-bundles .mrk-bundles__bar-pricing-row{display:flex;align-items:baseline;gap:8px}.mrk-bundles .mrk-bundles__bar-price{font-size:var(--bar-title-font-size, 20px);font-weight:var(--bar-title-font-weight, 500);font-style:var(--bar-title-font-style);color:var(--bar-price-color, var(--main-color));line-height:22.4px}.mrk-bundles .mrk-bundles__bar-pricing-row--secondary .mrk-bundles__bar-price{font-size:var(--bar-subtitle-font-size)}.mrk-bundles .mrk-bundles__bar-full-price,.mrk-bundles .mrk-bundles__bar-unit-price{font-size:calc(var(--bar-title-font-size) - 2px);font-weight:var(--bar-title-font-weight, 500);font-style:var(--bar-title-font-style);color:#9c9fad;line-height:22.4px}.mrk-bundles .mrk-bundles__bar-full-price{text-decoration:line-through}.mrk-bundles .mrk-bundles__bar-variants{display:none;flex-direction:column;align-items:flex-start}.mrk-bundles .mrk-bundles__bar-variant{margin-top:5px;max-width:100%}.mrk-bundles .mrk-bundles__bar-variant__content{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.mrk-bundles .mrk-bundles__invalid-variant-error{color:red;font-size:12px;line-height:1.5;padding-bottom:2px}.mrk-bundles .mrk-bundles__bar-variant-names{font-size:12px;color:var(--bar-subtitle-color, #555)}.mrk-bundles .mrk-bundles__bar-variant-number{font-size:12px;margin-right:2px;min-width:20px;display:inline-flex;color:var(--bar-title-color, var(--main-color))}.mrk-bundles .mrk-bundles__bar-variant-selects{display:flex;min-width:0;margin-right:2px;margin-bottom:2px;flex-wrap:wrap;gap:7px}.mrk-bundles .mrk-bundles__bar-variant-select{font-size:14px;font-weight:400;font-style:normal;font-family:system-ui;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none;padding:7px 25px 7px 7px;margin:0;background-image:url("data:image/svg+xml;utf8,<svg width='10' height='4' viewBox='0 0 10 4' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 4L0.669872 0.25L9.33013 0.249999L5 4Z' fill='black'/></svg>")!important;background-repeat:no-repeat!important;background-position:right 8px center!important;background-color:#fff;background-size:initial;color:var(--main-color);outline:none;max-width:100%;width:auto;height:auto;min-height:auto;display:flex;align-items:center;gap:10px;cursor:pointer;box-shadow:inset 0 0 0 1px var(--bar-border-color, rgba(0, 0, 0, .3));border-radius:var(--bar-variant-select-border-radius, 0)}.mrk-bundles .mrk-bundles__bar-variant--invalid .mrk-bundles__bar-variant-select{box-shadow:0 0 0 1px red}.mrk-bundles .mrk-bundles__bar-variant-select:hover{border:none;box-shadow:inset 0 0 0 2px var(--bar-border-color, rgba(0, 0, 0, .3))}.mrk-bundles .mrk-bundles__bar-variant--invalid .mrk-bundles__bar-variant-select:hover{box-shadow:0 0 0 2px red}.mrk-bundles .mrk-bundles__bar-variant-select:focus{border:none;box-shadow:inset 0 0 0 2px var(--bar-selected-border-color, var(--main-color))}.mrk-bundles .mrk-bundles__bar-variant--invalid .mrk-bundles__bar-variant-select:focus{box-shadow:0 0 0 2px red}.mrk-bundles .mrk-bundles__bar :checked+label .mrk-bundles__bar-variants{display:flex}.mrk-bundles .mrk-bundles__bar :checked+label.mrk-bundles__bar-container--most-popular--simple .mrk-bundles__bar-variants{margin-top:-7px}.mrk-bundles .mrk-bundles__block--hidden{display:none!important}.mrk-bundles .mrk-bundles__out-of-stock{background-color:#ff2d2d4d;border:1px solid #ff2c2c;color:#df2121;padding:8px 12px;margin:5px 0;font-size:14px;line-height:1.5}.mrk-bundles .mrk-bundles__swatch-dropdown{display:flex;position:relative}.mrk-bundles .mrk-bundles__swatch{display:flex;background-size:cover;width:var(--mrk-swatch-size, 20px);height:var(--mrk-swatch-size, 20px);border:1px solid var(--mrk-swatch-border-color, #c2cdd6);background-color:var(--mrk-swatch-color, #fff);background-image:var(--mrk-swatch-image-url, none);border-radius:var(--mrk-swatch-border-radius, 0)}.mrk-bundles .mrk-bundles__swatch-dropdown__options{display:flex;flex-direction:column;max-width:400px;position:absolute;top:calc(100% + 2px);border:1px solid #ccc;background-color:#fff;z-index:1000;box-shadow:0 20px 20px #1a1a1a47}.mrk-bundles .mrk-bundles__swatch-buttons__button: last-of-type{border-start-end-radius:var(--bar-variant-select-border-radius, 0);border-end-end-radius:var(--bar-variant-select-border-radius, 0);border-inline-end:1px solid var(--bar-border-color, rgba(0, 0, 0, .3))}.mrk-bundles .mrk-bundles__swatch-buttons__button.mrk-bundles__swatch-buttons__button--selected:first-of-type{padding-inline-start:8px}.mrk-bundles .mrk-bundles__swatch-buttons__button.mrk-bundles__swatch-buttons__button--selected:last-of-type{padding-inline-end:8px}.mrk-bundles .mrk-bundles__bundle-products .mrk-bundles__bar-variant-selects{justify-content:center}.mrk-bundles .mrk-bundles__bar-collection-products{display:flex;flex-direction:column;gap:5px;margin-top:5px}.mrk-bundles .mrk-bundles__collection-product{display:flex;gap:16px;align-items:center;justify-content:space-between}.mrk-bundles .mrk-bundles__collection-product__main{display:flex;gap:16px;align-items:center;min-width:0}.mrk-bundles .mrk-bundles__collection-product__content{display:flex;flex-direction:column;gap:3px;min-width:0}.mrk-bundles .mrk-bundles__collection-product__link{display:flex;flex-shrink:0;text-decoration:none}.mrk-bundles .mrk-bundles__collection-product__image{flex-shrink:0;object-fit:contain;height:auto;width:var(--mrk-collection-breaks-product-photo-size, 40px);border-radius:var(--mrk-collection-breaks-image-border-radius, 0)}.mrk-bundles .mrk-bundles__collection-product__image--default{background-color:#fff;border:1px solid #e9e9e9}.mrk-bundles .mrk-bundles__collection-product__title{font-size:16px;color:var(--mrk-collection-breaks-product-title-color, var(--main-color))}.mrk-bundles .mrk-bundles__collection-product__choose-product-image{cursor:pointer;line-height:0}.mrk-bundles .mrk-bundles__collection-product__choose-product-button{cursor:pointer;color:#fff;font-size:12px;line-height:1.4;padding:6px 14px;border-radius:8px;background-color:var(--mrk-collection-breaks-button-color, #333)}.mrk-bundles .mrk-bundles__collection-product__remove-button{display:flex;align-items:center;justify-content:center;height:24px;width:24px;cursor:pointer}.mrk-bundles .mrk-bundles__choose-product-modal{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;overflow-y:auto;padding:10px;text-align:start;line-height:1.4;background-color:var(--mrk-choose-product-overlay-color, rgba(0, 0, 0, .5))}.mrk-bundles .mrk-bundles__choose-product-modal__content{position:relative;z-index:10000;margin:auto;min-width:min(470px,95%);max-width:700px;width:100%}.mrk-bundles .mrk-bundles__choose-product{display:flex;flex-direction:column;padding:16px;border-radius:10px;background-color:#fff}.mrk-bundles .mrk-bundles__choose-product__header{font-weight:650;font-size:16px;margin-block:2px 18px;color:var(--mrk-choose-product-text-color, var(--main-color))}.mrk-bundles .mrk-bundles__choose-product__products{display:flex;flex-direction:column;gap:16px}.mrk-bundles .mrk-bundles__choose-product__product{display:flex;align-items:center;justify-content:space-between;gap:20px}.mrk-bundles .mrk-bundles__choose-product__product-container{display:flex;align-items:center;gap:12px;min-width:0}.mrk-bundles .mrk-bundles__choose-product__product-image{display:flex;border-radius:8px;border:1px solid #e5e5e3;object-fit:contain;height:auto;width:var(--mrk-choose-product-photo-size, 100px);max-height:calc(var(--mrk-choose-product-photo-size, 100px) * 2)}.mrk-bundles .mrk-bundles__choose-product__product-content{display:flex;flex-direction:column;gap:4px;min-width:0}.mrk-bundles .mrk-bundles__choose-product__product-link{text-decoration:none}.mrk-bundles .mrk-bundles__choose-product__product-title{word-break:break-all;font-weight:650;font-size:var(--mrk-choose-product-text-size, 14px);color:var(--mrk-choose-product-text-color, var(--main-color))}.mrk-bundles .mrk-bundles__choose-product__product-price-container{display:flex;gap:10px}.mrk-bundles .mrk-bundles__choose-product__product-price{font-size:14px;font-weight:650;color:var(--mrk-choose-product-price-color, #f04438)}.mrk-bundles .mrk-bundles__choose-product__product-compare-at-price{font-size:14px;font-weight:650;text-decoration:line-through;color:var(--mrk-choose-product-compare-at-price-color, #667085)}.mrk-bundles .mrk-bundles__choose-product__product-option-names{font-size:12px}.mrk-bundles .mrk-bundles__choose-product__product-button{-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none;font-weight:600;padding:13px;line-height:1.4;border-radius:8px;cursor:pointer;font-size:var(--mrk-choose-product-button-size, 16px);background-color:var(--mrk-choose-product-button-color, #7f56d9);color:var(--mrk-choose-product-button-text-color, #fff)}body:has(.mrk-bundles__choose-product-modal){overflow:hidden}.mrk-bundles .mrk-bundles__block--horizontal .mrk-bundles__free-gift{flex-direction:column;text-align:center}.mrk-bundles .mrk-bundles__block--horizontal .mrk-bundles__upsell{flex-direction:column;gap:5px}.mrk-bundles .mrk-bundles__block--horizontal .mrk-bundles__upsell__pricing{flex-direction:row;gap:5px;align-items:center}.mrk-bundles .mrk-bundles__free-gift{display:flex;align-items:flex-start;margin-inline:1px;padding-block:7px;padding-inline:8px;gap:10px;background-color:var(--mrk-free-gift-background-color, rgba(0, 0, 0, .3));padding-bottom:0;padding-left:0}.mrk-bundles .mrk-bundles__free-gift:last-child{margin-block-end:1px;border-end-start-radius:calc(var(--bar-border-radius) - 1px);border-end-end-radius:calc(var(--bar-border-radius) - 1px)}.mrk-bundles .mrk-bundles__bar :checked+label .mrk-bundles__free-gift{margin-inline:2px;padding-block-start:7px;padding-block-end:6px;padding-inline:7px;background-color:var(--mrk-free-gift-selected-background-color, var(--main-color));padding-left:0}.mrk-bundles .mrk-bundles__bar :checked+label .mrk-bundles__free-gift:last-child{margin-block-end:2px;border-end-start-radius:calc(var(--bar-border-radius) - 2px);border-end-end-radius:calc(var(--bar-border-radius) - 2px)}.mrk-bundles .mrk-bundles__free-gift__content{display:flex;align-items:left;column-gap:15px;flex-wrap:wrap;flex-direction:column}.mrk-bundles .mrk-bundles__free-gift__text{color:var(--mrk-free-gift-text-color, var(--main-color));font-size:var(--mrk-free-gift-font-size, 13px);font-weight:var(--mrk-free-gift-font-weight, bold);font-style:var(--mrk-free-gift-font-style, normal);line-height:1}.mrk-bundles .mrk-bundles__bar :checked+label .mrk-bundles__free-gift__text{color:var(--mrk-free-gift-selected-text-color, #fff)}.mrk-bundles .mrk-bundles__free-gift__link{display:flex;flex-shrink:0}.mrk-bundles .mrk-bundles__free-gift__image{width:25px;height:var(--mrk-free-gift-image-height, 25px);border-radius:var(--mrk-free-gift-image-border-radius, 0)}.mrk-bundles .mrk-bundles__free-gift__divider{height:1px;display:flex}.mrk-bundles .mrk-bundles__upsell{display:none;align-items:center;justify-content:space-between;padding-block:7px;padding-inline:8px;margin-inline:1px;gap:10px;background-color:var(--mrk-upsell-background-color, rgba(0, 0, 0, .3))}.mrk-bundles .mrk-bundles__bar :checked+label .mrk-bundles__upsell{display:flex}.mrk-bundles .mrk-bundles__upsell:last-child{margin-block-end:1px;border-end-start-radius:calc(var(--bar-border-radius) - 1px);border-end-end-radius:calc(var(--bar-border-radius) - 1px)}.mrk-bundles .mrk-bundles__bar :checked+label .mrk-bundles__upsell{margin-inline:2px;padding:calc(10px* var(--block-spacing, 1)) calc(15px* var(--block-spacing, 1) + 5px);background-color:var(--mrk-upsell-selected-background-color, rgba(0, 0, 0, .2))}.mrk-bottom-bundle-item-text{padding:calc(10px* var(--block-spacing, 1)) calc(15px* var(--block-spacing, 1) + 5px);background:var(--bar-selected-border-color, var(--main-color));color:#fff;border-radius:0 0 var(--bar-border-radius) var(--bar-border-radius)}.mrk-bundles .mrk-bundles__bar :checked+label .mrk-bundles__upsell:last-child{margin-block-end:2px;border-end-start-radius:calc(var(--bar-border-radius) - 2px);border-end-end-radius:calc(var(--bar-border-radius) - 2px)}.mrk-bundles .mrk-bundles__upsell__main{display:flex;align-items:center;gap:calc(5px + 5px * var(--block-spacing, 1))}.mrk-bundles .mrk-bundles__upsell__contentt{display:flex;align-items:center;column-gap:15px;flex-wrap:wrap}.mrk-bundles .mrk-bundles__upsell__link{display:flex;flex-shrink:0}.mrk-bundles .mrk-bundles__upsell__image{width:auto;height:var(--mrk-collection-breaks-product-photo-size, 30px);border-radius:var(--mrk-upsell-image-border-radius, 0)}.mrk-bundles .mrk-bundles__upsell__checkbox{all:unset;display:flex;flex-shrink:0;width:14px;height:14px;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;margin-inline-end:4px;color:var(--bar-selected-border-color);border-width:2px;border-style:solid;border-color:var(--bar-border-color, rgba(0, 0, 0, .3))}.mrk-bundles__upsell__main input:checked+label.mrk-bundles__upsell__checkbox{border-color:#e8da02;background-color:#e8da02;color:#fff}.mrk-bundles__upsell__main input{display:none}.mrk-bundles__upsell__checkbox svg{display:none}.mrk-bundles__upsell__main input:checked+label svg{display:block}.mrk-bundles .mrk-bundles__upsell__text{display:flex;min-height:24px;align-items:center;cursor:pointer;word-break:break-word;color:var(--mrk-upsell-text-color, var(--main-color));font-size:var(--mrk-upsell-font-size, 13px);font-weight:var(--mrk-upsell-font-weight, bold);font-style:var(--mrk-upsell-font-style, normal);line-height:1.4}.mrk-bundles__upsell .mrk-bundles__bar-subtitle{font-size:82%}.mrk-bundles .mrk-bundles__bar :checked+label .mrk-bundles__upsell__text{color:var(--mrk-upsell-selected-text-color, var(--main-color))}.mrk-bundles .mrk-bundles__upsell__pricing{display:flex;align-items:center;gap:5px}.mrk-bundles .mrk-bundles__upsell__pricing-row{display:flex;align-items:baseline;gap:6px}.mrk-bundles .mrk-bundles__upsell__pricing-row--secondary .mrk-bundles__upsell__price{font-size:calc(var(--mrk-upsell-font-size, 13px) - 1px)}.mrk-bundles .mrk-bundles__upsell__price{font-size:var(--mrk-upsell-font-size, 13px);font-weight:var(--bar-title-font-weight);font-style:var(--bar-title-font-style);color:var(--bar-price-color, var(--main-color));line-height:18.2px}.mrk-bundles .mrk-bundles__upsell__full-price,.mrk-bundles .mrk-bundles__upsell__unit-price{font-size:calc(var(--mrk-upsell-font-size, 13px) - 1px);font-weight:var(--bar-subtitle-font-weight);font-style:var(--bar-subtitle-font-style);color:#d9dadf;line-height:16.8px}.mrk-bundles .mrk-bundles__upsell__full-price{text-decoration:line-through}.mrk-bundles .mrk-bundles__upsell__unit-price{text-transform:uppercase}.mrk-bundles .mrk-bundles__swatch-dropdown{display:flex;position:relative;min-width:0}.mrk-bundles .mrk-bundles__swatch{display:flex;flex-shrink:0;background-size:cover;width:var(--mrk-swatch-size, 20px);height:var(--mrk-swatch-size, 20px);border:1px solid var(--mrk-swatch-border-color, #c2cdd6);background-color:var(--mrk-swatch-color, #fff);background-image:var(--mrk-swatch-image-url, none);border-radius:var(--mrk-swatch-border-radius, 0)}.mrk-bundles .mrk-bundles__swatches-dropdown__color{display:flex;width:20px;height:20px;border:1px solid #c2cdd6;background-size:cover}.mrk-bundles .mrk-bundles__swatch-dropdown__options{display:flex;flex-direction:column;max-width:400px;max-height:500px;overflow:auto;position:absolute;top:calc(100% + 2px);border:1px solid #ccc;background-color:#fff;z-index:1000;box-shadow:0 20px 20px #1a1a1a47}.mrk-bundles .mrk-bundles__swatch-dropdown__option{font-weight:400;font-style:normal;font-family:system-ui;display:flex;align-items:center;gap:10px;white-space:nowrap;padding-block-start:10px;padding-block-end:10px;padding-inline-start:10px;padding-inline-end:60px;border:none;border-bottom:1px solid #dfe3e8;cursor:pointer;font-size:14px;color:var(--main-color);background:none}.mrk-bundles .mrk-bundles__swatch-dropdown__option:last-child{border-bottom:none}.mrk-bundles .mrk-bundles__swatch-dropdown__option:hover{background-color:#f0f0f0}.mrk-bundles .mrk-bundles__swatch-buttons{display:flex;overflow:auto}.mrk-bundles .mrk-bundles__swatch-buttons__button{display:flex;align-items:center;box-sizing:border-box;border:none;background-color:#fff;padding:9px;background:#fff;cursor:pointer;border-top:1px solid var(--bar-border-color, rgba(0, 0, 0, .3));border-bottom:1px solid var(--bar-border-color, rgba(0, 0, 0, .3))}.mrk-bundles .mrk-bundles__swatch-buttons__button:first-of-type{border-start-start-radius:var(--bar-variant-select-border-radius, 0);border-end-start-radius:var(--bar-variant-select-border-radius, 0);border-inline-start:1px solid var(--bar-border-color, rgba(0, 0, 0, .3))}.mrk-bundles .mrk-bundles__swatch-buttons__button:last-of-type{border-start-end-radius:var(--bar-variant-select-border-radius, 0);border-end-end-radius:var(--bar-variant-select-border-radius, 0);border-inline-end:1px solid var(--bar-border-color, rgba(0, 0, 0, .3))}.mrk-bundles .mrk-bundles__swatch-buttons__button.mrk-bundles__swatch-buttons__button--selected{padding:8px 7px;border:2px solid var(--bar-selected-border-color, #50b83c)}.mrk-btn-item label{border:var(--variant-pills-border-width) solid rgba(var(--color-foreground),var(--variant-pills-border-opacity));background-color:rgb(var(--color-background));color:rgba(var(--color-foreground));border-radius:var(--variant-pills-radius);color:rgb(var(--color-foreground));display:inline-block;margin:.7rem .5rem .2rem 0;padding:1rem 2rem;font-size:1.4rem;letter-spacing:.1rem;line-height:1;text-align:center;transition:border var(--duration-short) ease;cursor:pointer;position:relative}.mrk-btn-item input:checked+label{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.mrk-btn-item input{display:none}.mrk-sub-btns-flex{display:flex;justify-content:center}.mrk-subscription-plan{padding-top:30px}.mrk-addon-id{display:none!important}.mrk-bundles .mrk-bundles__bar-subtitle p{text-align:left;margin-top:0;margin-bottom:0}.mrk-bundles__bar-variant-names{width:100%;text-align:right}.mrk-subscription-plan .mrk-bundles__bar-subtitle p{margin-top:8px}.mrk-badge{padding:6px 8px;border-radius:5px;font-size:12px;line-height:1;color:var(--bar-most-popular-color, #fff);background-color:var(--bar-most-popular-background-color);text-align:right;margin:10px 0 0 auto}.mrk-bundles .mrk-bundles__bar :checked+.mrk-bundles__bar-container .mrk-hr{height:1px;background:var(--bar-border-color, rgba(0, 0, 0, .3));margin:0 calc(15px* var(--block-spacing, 1) + 5px)}.mrk-checkbox-content{padding:0 calc(15px* var(--block-spacing, 1) + 5px)}.mrk-checkbox-content ul{padding:0;list-style:none;margin-bottom:25px}.mrk-checkbox-content li{list-style-type:none;position:relative;padding-left:28px;margin-block:12px}.mrk-checkbox-content li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background:url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_56296_1413)"><g clip-path="url(%23clip1_56296_1413)"><path d="M5.625 9L7.875 11.25L12.375 6.75M16.5 9C16.5 13.1421 13.1421 16.5 9 16.5C4.85786 16.5 1.5 13.1421 1.5 9C1.5 4.85786 4.85786 1.5 9 1.5C13.1421 1.5 16.5 4.85786 16.5 9Z" stroke="%23F3F3F5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g></g><defs><clipPath id="clip0_56296_1413"><path d="M0 9C0 4.02944 4.02944 0 9 0V0C13.9706 0 18 4.02944 18 9V9C18 13.9706 13.9706 18 9 18V18C4.02944 18 0 13.9706 0 9V9Z" fill="white"/></clipPath><clipPath id="clip1_56296_1413"><rect width="18" height="18" fill="white"/></clipPath></defs></svg>');background-size:20px 20px;background-repeat:no-repeat}.mrk-subscription-item-label{box-shadow:none!important;border:2px dashed var(--bar-border-color, rgba(0, 0, 0, .3))}.mrk-bundles .mrk-bundles__bar :checked+.mrk-subscription-item-label{border:2px dashed #FFF002;background:transparent!important}.mrk-checkbox-content{display:none}.mrk-bundles .mrk-bundles__bar :checked+.mrk-subscription-item-label .mrk-checkbox-content{display:block}.mrk-bundles .mrk-bundles__bar-variant-selects:first-child{width:170px}.mrk-bundles__bar-variant-selects .variant-option--equal-width-buttons{width:100%;display:flex;gap:var(--gap-sm)}.variant-option__button-label{width:fit-content;line-height:1;--variant-min-width:67px}.mrk-bundles__bar-variants.mrk-parent-bundles__bar-variants{padding:calc(15px* var(--block-spacing, 1)) calc(15px* var(--block-spacing, 1) + 5px);gap:20px}.variant-option__button-label--has-swatch{--options-border-radius: 999px;padding:1px}.mrk-red-price{--bar-price-color: #E62E2E}@media (max-width: 769px){.mrk-bundles .mrk-bundles__bar-variant__content{flex-direction:column;gap:20px}.variant-option--equal-width-buttons .variant-option__button-label{min-width:var(--variant-min-width);padding-left:22px;padding-right:22px}.mrk-bundles .mrk-bundles__bar-title{--bar-title-font-size: 14px;line-height:1.2}.mrk-bundles .mrk-bundles__bar-main{gap:12px}.mrk-bundles .mrk-bundles__bar-radio{height:14px;width:14px}.mrk-bundles__bar-variant-selects legend{margin-bottom:15px}.mrk-bundles__bar-variant-selects .variant-option--buttons{gap:var(--gap-lg)!important}}.offer-price{font-size:12px;font-weight:500;color:#b5aa01;line-height:24px}.ah-shipping-text{font-size:12px;color:#e62e2e;text-align:right}.mrk-bundles__bar-variant-selects .variant-option--equal-width-buttons .variant-option__button-label{border-radius:8px!important}
/*# sourceMappingURL=/cdn/shop/t/49/assets/mrk.css.map */
