.customization-product{display:block;width:100%}.product-customization{display:flex;align-items:center;justify-content:center}@media screen and (min-width:990px){.grid .product-customization__info-wrapper{padding-left:4rem}}.product-customization__field{margin:1rem 0}.customization-cool-box{display:block;border-radius:var(--buttons-radius);background-color:var(--color-white);padding:2rem;width:100%;max-width:100%}.customization-cool-box-media{position:relative;aspect-ratio:1 / 1}.cool-box-image,.cool-box-image>*{display:block;max-width:100%;position:absolute;top:0;left:0;height:100%;width:100%}.cool-box-image>img{object-fit:cover;object-position:center center;transition:opacity .4s cubic-bezier(.25,.46,.45,.94)}.customization-wrapper{width:100%;height:100%;padding:4.5rem}@media only screen and (max-width:749px){.product-customization__title{margin-top:2rem}.customization-wrapper{padding:3.5rem}}.customization-text{display:block;width:100%;height:100%}.contenteditable{position:relative;border:0;box-shadow:none;outline:none;background:transparent;width:100%;height:100%;display:grid;justify-content:center;align-content:center;text-align:center;word-wrap:initial;white-space:pre-wrap;word-break:normal;overflow-wrap:normal;box-sizing:border-box;color:var(--color-foreground);font-family:Gastela;font-size:4rem;line-height:1;z-index:3}.contenteditable p{margin:0;padding:0;line-height:1.1;word-break:normal;overflow-wrap:normal}.contenteditable .no-break{white-space:nowrap}@media screen and (min-width:750px){.contenteditable{font-size:4.8rem}}.contenteditable[contenteditable][placeholder]:empty:before{position:relative;display:grid;content:attr(placeholder);color:currentColor;opacity:.8;overflow-wrap:break-word;word-break:keep-all;box-sizing:border-box}.product-customization__error:not([hidden]){border-radius:var(--border-radius-2);border:.1rem solid var(--color-red-01);background-color:var(--color-red-00);display:flex;align-items:flex-start;font-size:1.2rem;margin-top:1.6rem;padding:1rem}.product-customization__error svg{flex-shrink:0;width:1.2rem;height:1.2rem;margin-right:.7rem}@media screen and (max-width:749px){.customization-steps{display:flex;flex-direction:column;width:100%;margin:0 auto}.steps-navigation{display:flex;justify-content:space-around;padding-bottom:.6rem;margin-bottom:1rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--scrollbar-color)}.steps-navigation button{border:solid .1rem var(--color-primary-button-background);cursor:pointer;background:none;color:var(--color-primary-button-background);font-weight:700;padding:.8rem;width:100%}.steps-navigation button.is-first{border-top-left-radius:var(--buttons-radius);border-bottom-left-radius:var(--buttons-radius)}.steps-navigation button.is-last{border-top-right-radius:var(--buttons-radius);border-bottom-right-radius:var(--buttons-radius)}.steps-navigation button+button{border-left:0}.steps-navigation button.active{background-color:var(--color-primary-button-background);color:var(--color-primary-button-text)}.step-content{display:none}.step-content.active{display:block}.steps-controls{display:flex;justify-content:space-between;margin-top:1.6rem}.steps-controls .button.loading{color:var(--color-primary-button-background)}.steps-controls .button.loading:after{content:"";position:absolute;width:1.6rem;height:1.6rem;inset:0;margin:auto;border:.3rem solid transparent;border-top-color:#fff;border-radius:50%;animation:button-loading-spinner 1s ease infinite}@keyframes button-loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}@media screen and (min-width:750px){.customization-steps .step-content:not(.hidden)+.step-content,.customization-steps .step-content:not(.hidden)+.step-content.hidden+.step-content{margin-top:1.6rem}}.custom-panel__variant{display:flex;flex-wrap:wrap;gap:1.2rem;width:100%}.custom-panel__variant>*{flex:1;min-width:0}.custom-panel__variant-with-price>*{flex:1 1 13rem;min-width:13rem}.custom-panel__variant input[type=radio]{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:.1rem;width:.1rem}.custom-panel__variant input[type=radio]+label{border:var(--variant-picker-button-border-width) solid var(--color-primary-03);background-color:var(--color-background);color:var(--color-foreground);border-radius:var(--variant-picker-button-radius);display:inline-block;margin:0;padding:1.2rem 2rem;font-size:1.4rem;letter-spacing:.1rem;line-height:1.6;text-align:center;outline-offset:.2rem;outline-color:transparent;outline-style:solid;transition:border var(--duration-short) ease;cursor:pointer;position:relative}.custom-panel__variant input[type=radio]+label:before{content:"";position:absolute;top:calc(var(--variant-picker-button-border-width) * -1);right:calc(var(--variant-picker-button-border-width) * -1);bottom:calc(var(--variant-picker-button-border-width) * -1);left:calc(var(--variant-picker-button-border-width) * -1);z-index:-1;border-radius:var(--variant-picker-button-radius)}.custom-panel__variant input[type=radio]:not(:checked)+label:hover{outline:.1rem solid var(--color-interactive-light)}.custom-panel__variant input[type=radio]:checked+label{outline:.2rem solid var(--color-interactive)}.custom-panel__variant input[type=radio]:checked+label::selection{background-color:rgba(var(--color-background-rgb),var(--opacity-30))}.custom-panel__variant input[type=radio]:disabled+label,.custom-panel__variant input[type=radio].disabled+label{outline:0;border-color:var(--color-border);background-color:rgba(var(--color-background-rgb),var(--opacity-20));color:rgba(var(--color-foreground-rgb),var(--opacity-60));text-decoration:line-through;pointer-events:none}.custom-panel__variant input[type=radio].disabled+label:hover,.custom-panel__variant input[type=radio]:disabled+label:hover{outline:0}.custom-panel__variant input[type=radio].disabled:checked+label,.custom-panel__variant input[type=radio]:disabled:checked+label{color:rgba(var(--color-background-rgb),var(--opacity-60))}.custom-panel__variant input[type=radio]:checked+label:focus-visible{outline:.2rem solid var(--color-interactive);box-shadow:0 0 0 .3rem rgb(var(--color-shadow-button)),0 0 0 .5rem rgba(var(--color-shadow-button-inset),var(--opacity-60))}.custom-panel__variant input[type=radio]:checked+label:focus,.custom-panel__variant input[type=radio]:checked+label.focused{outline:0;box-shadow:0 0 0 .3rem rgb(var(--color-shadow-button)),0 0 0 .5rem rgba(var(--color-shadow-button-inset),var(--opacity-60))}@media(forced-colors:active){.custom-panel__variant input[type=radio]:checked+label{text-decoration:underline}.custom-panel__variant input[type=radio]:checked+label:focus,.custom-panel__variant input[type=radio]:checked+label.focused{outline:transparent solid .2rem}}.custom-panel__variant input[type=radio]:checked+label:focus:not(:focus-visible){outline:0;box-shadow:0 0 0 .2rem var(--color-foreground)}.custom-panel__variant input[type=radio]:checked+label:after{content:"✓";position:absolute;left:0;top:0;width:1.6rem;height:1.3rem;border-top-left-radius:calc(var(--variant-picker-button-radius) - var(--variant-picker-button-border-width));border-bottom-right-radius:var(--variant-picker-button-radius);background-color:var(--color-interactive);color:var(--color-white);font-size:1rem;line-height:1.2rem;font-weight:700;text-align:center;transform:translate(-.3rem,-.3rem)}.custom-panel__variant input[type=radio]:not(.disabled)+label>.visually-hidden{display:none}.custom-panel__variant label>.option-price{display:block;margin-top:.4rem;padding-top:.4rem}[current-step=product-customization][full-custom-editor=true] .tab-actions{display:none}.product-custom-editor{display:flex;min-height:calc(100vh - 6.4rem)}.product-custom-editor,.product-summary{--swatch--background-color: 255, 247, 243;--swatch-input--border-radius: var(--border-radius-2);--swatch--border-radius: var(--border-radius-2)}@media screen and (max-width:989px){.product-custom-editor{flex-wrap:wrap;flex-direction:column;min-height:100%}}.custom-render{position:relative;width:100%;padding:var(--padding-4xl);border-bottom:.1rem solid var(--color-primary-01)}.custom-render__content{position:relative;display:flex;justify-content:center;width:100%;height:100%;margin:var(--margin-5xl) auto}.custom-render__product .preloader{z-index:10}@media screen and (min-width:990px){.section-extra .product-step{padding-top:var(--padding-5xl)}.custom-render{padding:var(--padding-4xl) var(--padding-6xl)}}.custom-previous .button{gap:var(--gap-sm)}.custom-panel{border:.1rem solid var(--color-primary-01);background-color:var(--color-primary-00);display:flex;flex-direction:column;max-width:100%}.custom-panel__header{border-bottom:solid .1rem var(--color-primary-01);background-color:var(--color-white);padding:var(--padding-lg) var(--padding-4xl)}.custom-panel__title{margin:var(--margin-xs) 0}.custom-panel__price{display:flex;align-items:center}.custom-panel__price>span{display:inline-block;margin-right:var(--margin-xs);font-size:75%;color:rgba(var(--color-foreground-rgb),var(--opacity-80))}@media screen and (max-width:989px){.custom-panel{border-top:.1rem solid var(--color-primary-01);border-bottom:.1rem solid var(--color-primary-01)}}@media screen and (min-width:990px){.custom-panel{border-top:0;flex:1;width:46rem;max-width:46rem;min-width:46rem;min-height:100%}.custom-render__sticky,.custom-panel__sticky{display:block;position:sticky;top:0;z-index:2}}.custom-panel__options{padding:var(--padding-2xl)}.custom-panel__fieldset{border:.1rem solid var(--color-primary-01);border-radius:var(--border-radius-2);background-color:var(--color-white);display:block;padding:var(--padding-2xl);min-width:0}.custom-panel__fieldset+.custom-panel__fieldset{display:block;margin-top:var(--margin-2xl)}.custom-panel__fieldset .text-area{resize:vertical}.custom-panel__fieldset .text-area,.custom-panel__fieldset .text-area:focus{padding:1rem}.custom-panel__fieldset legend{font-weight:700;padding-left:var(--padding-lg);padding-right:var(--padding-2xl);color:var(--color-primary-12)}.custom-panel__fieldset .filter-tag{font-size:1.4rem;line-height:1.4rem;padding:.6rem var(--padding-lg)}.custom-panel__description{font-size:1.2rem;margin-bottom:var(--padding-lg)}.custom-panel__actions{margin:var(--margin-4xl) 0}.custom-panel__error:not([hidden]){border-radius:var(--border-radius-2);background-color:var(--color-red-00);display:flex;align-items:flex-start;font-size:1.2rem;margin-top:var(--margin-2xl);padding:var(--padding-lg)}.custom-panel__error svg{flex-shrink:0;width:1.2rem;height:1.2rem;margin-right:var(--margin-sm);margin-top:var(--margin-xs)}
