.mv-es{display:flex;align-items:flex-start;gap:1.2rem;box-sizing:border-box;color:rgb(var(--color-foreground))}.mv-es--icon-middle{align-items:center}.mv-es--styled{padding:var(--mv-es-pad-y, 10px) var(--mv-es-pad-x, 12px)}.mv-es--styled.mv-es--width-full{width:100%}.mv-es--styled.mv-es--width-fit_content{width:fit-content;max-width:100%}.mv-es--width-fit_content.mv-es--align-center{margin-left:auto;margin-right:auto}.mv-es--width-fit_content.mv-es--align-flex-end{margin-left:auto}.mv-es__icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:var(--mv-es-icon-size, 28px);height:var(--mv-es-icon-size, 28px)}.mv-es__icon .mv-symbol{font-size:var(--mv-es-icon-size, 28px);line-height:1}.mv-es__icon img{display:block;width:100%;height:100%;object-fit:contain}.mv-es__content{display:block;min-width:0;flex:1 1 auto}.mv-es__line p{margin:0;line-height:1.4}.mv-es__line--1{font-size:var(--mv-es-line1-size, 14px);color:var(--mv-es-line1-color, inherit)}.mv-es__line--2{font-size:var(--mv-es-line2-size, 12px);color:var(--mv-es-line2-color, inherit);margin-top:.3rem}.mv-es__date{display:inline-block;font-weight:var(--font-body-weight-bold);line-height:1.1}.mv-es__date--bg{padding:.25em .55em;border-radius:.4em}.mv-cp{--mv-cp-icon: 5rem;--mv-cp-bar: .3rem;position:relative;z-index:0;display:grid;grid-template-columns:repeat(var(--mv-cp-count, 3),minmax(0,1fr));align-items:start;justify-items:center;column-gap:1rem;color:rgb(var(--color-foreground))}.mv-cp--four{--mv-cp-icon: 3.6rem;column-gap:.6rem}.mv-cp__bar{position:absolute;z-index:-1;top:calc(var(--mv-cp-icon) / 2 - var(--mv-cp-bar) / 2);left:calc(100% / var(--mv-cp-count, 3) / 2);right:calc(100% / var(--mv-cp-count, 3) / 2);height:var(--mv-cp-bar);background:rgb(var(--color-background));border-radius:var(--mv-cp-bar)}.mv-cp__item{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:100%}.mv-cp__icon{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:var(--mv-cp-icon);height:var(--mv-cp-icon);margin-bottom:1rem;border-radius:50%;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.mv-cp__icon .mv-symbol{font-size:calc(var(--mv-cp-icon) / 2);line-height:1}.mv-cp__icon-image{width:calc(var(--mv-cp-icon) / 2);height:calc(var(--mv-cp-icon) / 2);object-fit:contain}.mv-cp__icon--dot{width:calc(var(--mv-cp-icon) / 2);height:calc(var(--mv-cp-icon) / 2);margin-top:calc(var(--mv-cp-icon) / 4);margin-bottom:calc(1rem + var(--mv-cp-icon) / 4)}.mv-cp__top,.mv-cp__bottom{margin:0;font-size:1.2rem;line-height:1.25;letter-spacing:0;overflow-wrap:anywhere}.mv-cp__top+.mv-cp__bottom{margin-top:.5rem}.mv-cp--four .mv-cp__top,.mv-cp--four .mv-cp__bottom{font-size:1rem}.mv-cp__empty{margin:0;font-size:1.3rem;opacity:.7}@media screen and (min-width:750px){.mv-cp__top,.mv-cp__bottom{font-size:1.4rem}.mv-cp--four .mv-cp__top,.mv-cp--four .mv-cp__bottom{font-size:1.2rem}}.mv-emoji-benefits{color:rgb(var(--color-foreground))}.mv-emoji-benefits p{margin:0 0 .7rem;font-size:1.4rem;line-height:1.3;padding-left:2em;text-indent:-2em}.mv-emoji-benefits p:last-child{margin-bottom:0}.mv-custom-field{display:block;color:rgb(var(--color-foreground))}.mv-custom-field__label{display:block;margin-bottom:.6rem;font-size:1.3rem;font-weight:var(--font-body-weight-bold);line-height:1.3}.mv-custom-field__input{-webkit-appearance:none;appearance:none;display:block;box-sizing:border-box;width:100%;max-width:25rem;height:4.2rem;padding:.6rem 1.2rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.6rem;line-height:1.4;color:rgb(var(--inputs-text-color, var(--color-foreground)));background:linear-gradient(rgba(var(--inputs-overlay-color, var(--color-foreground)),var(--inputs-overlay-opacity, 0)),rgba(var(--inputs-overlay-color, var(--color-foreground)),var(--inputs-overlay-opacity, 0))),rgb(var(--inputs-bg-color, var(--color-background)));border:var(--inputs-border-width, 1px) solid rgba(var(--inputs-border-color, var(--color-foreground)),var(--inputs-border-opacity, .55));border-radius:var(--inputs-radius, 0);box-shadow:var(--inputs-shadow-horizontal-offset, 0) var(--inputs-shadow-vertical-offset, 0) var(--inputs-shadow-blur-radius, 0) rgba(var(--color-shadow),var(--inputs-shadow-opacity, 0));transition:border-color var(--duration-short) ease}.mv-custom-field__input::placeholder{color:rgba(var(--inputs-text-color, var(--color-foreground)),.6)}.mv-custom-field__input:hover{border-color:rgba(var(--inputs-border-color, var(--color-foreground)),var(--inputs-hover-border-opacity, 1))}.mv-custom-field__input:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.1rem}.mv-custom-field__input[type=number]{max-width:14rem}.mv-custom-field__textarea{height:auto;min-height:10rem;resize:vertical}.mv-custom-field__textarea--small{min-height:8rem}.mv-custom-field__textarea--large{min-height:12rem}.mv-custom-field__select-wrap{max-width:25rem}.mv-custom-field__select{height:4.2rem}.mv-custom-field--full .mv-custom-field__input,.mv-custom-field--full .mv-custom-field__select-wrap{max-width:none}.mv-custom-field__count{display:block;margin-top:.3rem;font-size:1.1rem;opacity:.7}.mv-custom-field__error[hidden]{display:none}.mv-custom-field__error{display:block;margin-top:.4rem;font-size:1.3rem;line-height:1.3;color:rgb(var(--mv-error-color, 205, 46, 46))}.mv-custom-field--invalid .mv-custom-field__input{border-color:rgb(var(--mv-error-color, 205, 46, 46))}.mv-custom-field__empty{margin:0;font-size:1.3rem;opacity:.7}.mv-custom-field__pills{display:flex;flex-wrap:wrap;gap:.8rem}.mv-custom-field__pill{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:3.6rem;padding:var(--mv-pill-pad-y, .8rem) var(--mv-pill-pad-x, 1.6rem);font-size:var(--mv-pill-font-size, 1.3rem);font-weight:var(--mv-pill-weight, var(--font-body-weight));line-height:1.2;color:rgb(var(--color-foreground));background:rgba(var(--mv-pill-accent, var(--color-foreground)),var(--mv-pill-idle-alpha, 0));border:var(--variant-pills-border-width, 1px) solid rgba(var(--mv-pill-accent, var(--color-foreground)),var(--variant-pills-border-opacity, .55));border-radius:var(--variant-pills-radius, 4rem);box-shadow:var(--variant-pills-shadow-horizontal-offset, 0) var(--variant-pills-shadow-vertical-offset, 0) var(--variant-pills-shadow-blur-radius, 0) rgba(var(--color-shadow),var(--variant-pills-shadow-opacity, 0));cursor:pointer;transition:background-color var(--duration-short) ease,color var(--duration-short) ease,border-color var(--duration-short) ease}.mv-custom-field__pill:hover{border-color:rgb(var(--mv-pill-accent, var(--color-foreground)))}.mv-custom-field__radio:checked+.mv-custom-field__pill{color:rgb(var(--color-background));background:rgb(var(--mv-pill-accent, var(--color-foreground)));border-color:rgb(var(--mv-pill-accent, var(--color-foreground)))}.mv-custom-field__radio:focus-visible+.mv-custom-field__pill,.mv-custom-field__radio:focus-visible+.mv-custom-field__swatch-color{outline:.2rem solid rgba(var(--color-foreground),.6);outline-offset:.2rem}.mv-custom-field__swatches{--mv-cf-swatch-size: 4rem;display:flex;flex-wrap:wrap;gap:1rem}.mv-custom-field__swatches--small{--mv-cf-swatch-size: 3.2rem;gap:.8rem}.mv-custom-field__swatches--large{--mv-cf-swatch-size: 5rem;gap:1.2rem}.mv-custom-field__swatch{position:relative;display:flex;flex-direction:column;align-items:center;gap:.4rem;cursor:pointer}.mv-custom-field__swatch-color{display:block;box-sizing:border-box;width:var(--mv-cf-swatch-size);height:var(--mv-cf-swatch-size);background:var(--mv-cf-swatch, transparent);border:.2rem solid rgb(var(--color-background));border-radius:var(--mv-swatch-radius, 50%);box-shadow:0 0 0 .1rem rgba(var(--color-foreground),var(--mv-swatch-border-alpha, .2));transition:box-shadow var(--duration-short) ease}.mv-custom-field__swatch-color--unknown{background:repeating-linear-gradient(45deg,rgba(var(--color-foreground),.15) 0 .4rem,transparent .4rem .8rem)}.mv-custom-field__swatch:hover .mv-custom-field__swatch-color{box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.6)}.mv-custom-field__radio:checked+.mv-custom-field__swatch-color{box-shadow:0 0 0 .2rem rgba(var(--color-foreground),var(--mv-swatch-selected-alpha, 1))}.mv-custom-field__swatch-name{font-size:1.1rem;line-height:1.2;text-align:center;max-width:calc(var(--mv-cf-swatch-size) + 2rem);overflow-wrap:anywhere}.mv-custom-field__radio:checked~.mv-custom-field__swatch-name{font-weight:var(--font-body-weight-bold)}.mv-custom-field-lock .shopify-payment-button,.mv-custom-field-lock .dynamic-checkout__content{opacity:.5;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-shipping-blocks.css.map */
