.plate-customizer-section{--plate-border: rgba(var(--color-border), var(--color-border-alpha, 1));--plate-active: var(--plate-accent, rgb(var(--color-foreground)));--plate-stage-bg: rgba(var(--color-foreground), .03);--plate-stage-dot: rgba(var(--color-foreground), .12);--plate-font-display: "Helvetica LT Condensed Black", Arial, Helvetica, sans-serif}.plate-customizer__empty{padding:4rem 0}.plate-customizer__header{margin-bottom:2.4rem}.plate-steps{list-style:none;display:flex;flex-wrap:wrap;gap:1.6rem;align-items:center;justify-content:center;margin:0;padding:0}.plate-steps__item{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.2rem;border-radius:999px;color:rgba(var(--color-foreground),.55);font-size:1.4rem;transition:background-color .2s,color .2s}.plate-steps__item.is-active{background:var(--plate-active);color:rgb(var(--color-background))}.plate-steps__item.is-done{color:rgb(var(--color-foreground))}.plate-steps__check{display:none;width:1.6rem;height:1.6rem;align-items:center;justify-content:center;border-radius:50%;background:#16a34a;color:#fff}.plate-steps__check svg{width:1rem;height:1rem}.plate-steps__item.is-done .plate-steps__check{display:inline-flex}.plate-customizer__grid{display:grid;grid-template-columns:1fr;gap:3.2rem;align-items:start}@media screen and (min-width:990px){.plate-customizer__grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}}.plate-customizer__preview-col{position:relative}.plate-preview{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:42rem;padding:4rem 4rem 3rem;border-radius:1.2rem;background-color:var(--plate-stage-bg);background-image:radial-gradient(var(--plate-stage-dot) 1.2px,transparent 1.2px);background-size:1.6rem 1.6rem}.plate-preview__cota{position:absolute;display:inline-flex;align-items:center;color:rgba(var(--color-foreground),.55);font-size:1.2rem;font-variant-numeric:tabular-nums}.plate-preview__cota--width{top:1.6rem;left:50%;transform:translate(-50%)}.plate-preview__cota--height{top:50%;left:1.6rem;transform:translateY(-50%) rotate(-90deg);transform-origin:center}.plate-preview__stage{display:flex;align-items:center;justify-content:center;width:100%}.plate-preview__plate{position:relative;width:min(100%,38rem);aspect-ratio:var(--plate-ratio, 1.5);background:var(--plate-body-bg, transparent);border-radius:.6rem;box-shadow:0 18px 32px -18px #00000059;overflow:hidden;container-type:size;transition:aspect-ratio .25s ease,transform .25s ease}.plate-render{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;font-size:clamp(8px,4cqmin,36px);font-family:var(--plate-font-display, "Helvetica LT Condensed Black", Arial, Helvetica, sans-serif);display:flex;flex-direction:column;background:var(--plate-body-bg, #ffffff);color:var(--plate-body-color, #111827);border:.12em solid #111827;border-radius:.45em;overflow:hidden}.plate-render[hidden]{display:none}.plate-render__header{position:relative;flex:0 0 34%;width:100%;display:flex;align-items:center;justify-content:center;padding:0 4%;background:var(--plate-header-bg, #3b3bdb);color:var(--plate-header-color, #ffffff);border-bottom:.12em solid #111827}.plate-render__badge{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:inherit}.plate-render__badge--ellipse,.plate-render__badge--pill{background:var(--plate-badge-bg, #dc2626);color:var(--plate-badge-color, #ffffff);padding:0 4%}.plate-render__badge--ellipse{width:80%;height:82%;border-radius:50%}.plate-render__badge--pill{width:80%;height:72%;border-radius:999px}.plate-render__title{font-family:inherit;font-weight:900;letter-spacing:.05em;font-size:calc(3.8em * var(--plate-title-scale, 1));line-height:1;white-space:nowrap;text-transform:uppercase;color:inherit}.plate-render__body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4em;padding:5%;text-align:center}.plate-render__body.is-icons-1{flex-direction:row-reverse;justify-content:center;gap:1em;text-align:left}.plate-render__body.is-icons-2{flex-direction:column}.plate-render__body.is-icons-3plus{flex-direction:column-reverse}.plate-render__icons{display:flex;align-items:center;justify-content:center;gap:calc(1em * var(--plate-icons-scale, 1));height:calc(4em * var(--plate-icons-scale, 1));width:100%}.plate-render__body.is-icons-1 .plate-render__icons{width:auto;flex:0 0 auto;height:calc(6.5em * var(--plate-icons-scale, 1))}.plate-render__body.is-icons-1 .plate-render__icons>span{max-width:calc(6.5em * var(--plate-icons-scale, 1))}.plate-render__body.is-icons-1 .plate-render__text{width:auto;flex:1 1 auto;text-align:center}.plate-render__icons:empty{display:none}.plate-render__icons>span{height:100%;aspect-ratio:1;max-width:calc(3.5em * var(--plate-icons-scale, 1));display:inline-flex;align-items:center;justify-content:center;flex-shrink:1;color:var(--plate-body-color, #111827)}.plate-render__icons svg{width:100%;height:100%;display:block}.plate-render__text{display:block;width:95%;font-family:inherit;font-weight:900;font-size:calc(1.4em * var(--plate-text-scale, 1));line-height:1.2;letter-spacing:.025em;text-transform:uppercase;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:anywhere}.plate-render__text:empty{display:none}.plate-render__text[contenteditable]{cursor:text;outline:.04em dashed rgba(17,24,39,.4);outline-offset:.08em;border-radius:.1em}.plate-render__text[contenteditable]:focus{outline-style:solid;outline-color:var(--plate-active, #3b3bdb)}.plate-render__text[contenteditable]:empty:before{content:attr(data-placeholder);opacity:.4}[data-preview-svg].is-editable [data-plate-text-render]{cursor:text}[data-preview-svg].is-editable [data-plate-text-render]:hover{opacity:.7}[data-preview-svg] [data-plate-text-edit] [data-plate-text-editor]:focus{outline:.08em solid var(--plate-active, #3b3bdb)}.plate-render__footer{position:absolute;bottom:.3em;right:.5em;display:inline-flex;align-items:center;padding:0 .3em;background:var(--plate-body-bg, #ffffff);color:var(--plate-body-color, #111827);border-radius:.15em;pointer-events:none}.plate-render__footer[hidden]{display:none}.plate-render__footer-text{font-weight:500;font-size:.55em;letter-spacing:-.01em;white-space:nowrap}.plate-render__footer-line{display:inline-block;width:1.8em;height:.18em;background:currentColor;margin-left:.3em;border-radius:999px}.plate-render__back{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;font-size:clamp(8px,4cqmin,36px);font-family:var(--plate-font-display, "Helvetica LT Condensed Black", Arial, Helvetica, sans-serif);background:var(--back-bg-color, #e5e7eb);color:var(--back-label-color, #9ca3af);display:flex;align-items:center;justify-content:center;border-radius:.45em;overflow:hidden}.plate-render__back[hidden]{display:none}.plate-render__back-corner{position:absolute;background:var(--back-tape-color, #16a34a);width:calc(2em * var(--back-elements-scale, 1));height:calc(2em * var(--back-elements-scale, 1));border-radius:.2em}.plate-render__back-corner--tl{top:1em;left:1em}.plate-render__back-corner--tr{top:1em;right:1em}.plate-render__back-corner--bl{bottom:1em;left:1em}.plate-render__back-corner--br{bottom:1em;right:1em}.plate-render__back--furos .plate-render__back-corner{background:var(--back-holes-color, #111827);width:calc(.9em * var(--back-elements-scale, 1));height:calc(.9em * var(--back-elements-scale, 1));border-radius:50%}.plate-render__back--furos .plate-render__back-corner--tl{top:.9em;left:.9em}.plate-render__back--furos .plate-render__back-corner--tr{top:.9em;right:.9em}.plate-render__back--furos .plate-render__back-corner--bl{bottom:.9em;left:.9em}.plate-render__back--furos .plate-render__back-corner--br{bottom:.9em;right:.9em}.plate-render__back--lisa .plate-render__back-corner{display:none}.plate-render__back-label{font-family:inherit;font-size:2.4em;font-weight:900;letter-spacing:.05em;color:var(--back-label-color, #9ca3af);text-transform:uppercase}.plate-render__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:.45em}.plate-render__svg[hidden]{display:none}.plate-render__svg svg{width:100%;height:100%;display:block}.plate-preview__hint{margin:2.4rem 0 0;text-align:center}.plate-preview__wall-btn{position:absolute;top:1.2rem;right:1.2rem;display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;background:rgb(var(--color-background));border:.1rem solid var(--plate-border);border-radius:.4rem;color:rgb(var(--color-foreground));cursor:pointer;transition:border-color .2s,box-shadow .2s,background-color .2s;z-index:2}.plate-preview__wall-btn:hover{border-color:var(--plate-active);box-shadow:0 0 0 .1rem var(--plate-active)}.plate-preview__wall-btn svg{width:2rem;height:2rem;display:block}.plate-wall-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.plate-wall-modal[hidden]{display:none}.plate-wall-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;cursor:pointer}.plate-wall-modal__dialog{position:relative;z-index:1;width:min(96vw,110rem);max-height:92vh;background:rgb(var(--color-background));border-radius:1.2rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px #00000059}.plate-wall-modal__header{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.6rem 2rem;border-bottom:.1rem solid var(--plate-border)}.plate-wall-modal__title{font-size:1.8rem}.plate-wall-modal__close{width:3.2rem;height:3.2rem;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.4rem;cursor:pointer;color:rgb(var(--color-foreground));font-size:2.4rem;line-height:1}.plate-wall-modal__close:hover{background:rgba(var(--color-foreground),.08)}.plate-wall-modal__body{padding:2rem;overflow:auto;flex:1;min-height:0;display:flex;flex-direction:column;align-items:center}.plate-wall-modal__stage{position:relative;display:inline-block;max-width:100%}.plate-wall-modal__image{display:block;max-width:100%;max-height:70vh;width:auto;height:auto;border-radius:.6rem}.plate-wall-modal__plate{position:absolute;pointer-events:none}.plate-wall-modal__plate .plate-preview__plate{width:100%!important;height:100%!important;aspect-ratio:auto!important;box-shadow:0 4px 8px -3px #00000073}.plate-wall-modal__plate .plate-render,.plate-wall-modal__plate .plate-render__back{font-size:clamp(.5px,4cqmin,36px)!important}.plate-wall-modal__caption{margin:1.6rem 0 0;text-align:center}.plate-customizer__config-col{display:grid;gap:1.6rem}.plate-customizer__heading{line-height:1.2}.plate-customizer__form,.plate-customizer__steps{display:grid;gap:2rem}.plate-step{display:grid;gap:1.6rem}.plate-step[data-step=design]{gap:1rem}.plate-step[hidden]{display:none}.plate-step__header{display:flex;align-items:baseline;justify-content:space-between;gap:1.2rem;flex-wrap:wrap}.plate-step__title{font-size:1.6rem}.plate-step__fieldset{border:0;margin:0;padding:0}.plate-step__sub{display:grid;gap:1.2rem;padding-top:1.6rem;border-top:.1rem solid var(--plate-border)}.plate-card-grid{display:grid;gap:1rem}.plate-card-grid--sizes{grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr))}.plate-card-grid--materials{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}.plate-card-grid--models{grid-template-columns:repeat(3,minmax(0,1fr))}.plate-models-carousel{display:flex;align-items:stretch;gap:.6rem}.plate-models-carousel__nav{flex:0 0 auto;align-self:center;display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:50%;border:.1rem solid var(--plate-border);background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;padding:0;transition:border-color .2s,background-color .2s,opacity .2s}.plate-models-carousel__nav:hover{border-color:var(--plate-active)}.plate-models-carousel__nav:focus-visible{outline:.2rem solid var(--plate-active);outline-offset:.1rem}.plate-models-carousel__nav[hidden]{display:none}.plate-models-carousel__nav:disabled{opacity:.35;cursor:default;border-color:var(--plate-border)}.plate-models-carousel__nav .icon{width:1.4rem;height:1.4rem}.plate-card-grid.plate-card-grid--models{flex:1 1 auto;min-width:0;display:flex;grid-template-columns:none;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0;padding:.2rem .2rem .6rem}.plate-card-grid.plate-card-grid--models::-webkit-scrollbar{display:none}.plate-card-grid--models .plate-card--model{flex:0 0 calc((100% - 3rem)/4);scroll-snap-align:start}@media screen and (max-width:749px){.plate-card-grid--models .plate-card--model{flex-basis:calc((100% - 1rem)/2)}}.plate-card{position:relative;display:grid;place-items:center;gap:.4rem;padding:1.2rem .8rem;border:.1rem solid var(--plate-border);background:rgb(var(--color-background));cursor:pointer;text-align:center;transition:border-color .2s,box-shadow .2s,background-color .2s}.plate-card input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.plate-card.is-checked{border-color:var(--plate-active);box-shadow:0 0 0 .1rem var(--plate-active)}.plate-card:hover{border-color:var(--plate-active)}.plate-card[hidden],.plate-tab[hidden]{display:none!important}.plate-card__thumb{display:inline-block;background:rgba(var(--color-foreground),.08);border:.1rem solid rgba(var(--color-foreground),.12);border-radius:.3rem;width:var(--thumb-w, 4rem);height:var(--thumb-h, 3rem);margin-bottom:.4rem}.plate-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;color:rgb(var(--color-foreground))}.plate-card__icon svg{width:2.4rem;height:2.4rem}.plate-card__title{font-size:1.4rem}.plate-card__caption{font-size:1.1rem;line-height:1.2}.plate-card--model{padding:.8rem;overflow:hidden;gap:.6rem}.plate-card__model-stripe{display:flex;align-items:center;justify-content:center;width:100%;height:2.4rem;background:var(--model-stripe-bg, #1a1a1a);border-radius:.2rem;margin-bottom:.2rem}.plate-card__model-stripe-shape{background:var(--model-stripe-shape-bg, #e3242b);display:block}.plate-card__model-stripe-shape--ellipse{width:60%;height:70%;border-radius:50%}.plate-card__model-stripe-shape--pill{width:60%;height:65%;border-radius:999px}.plate-card__model-svg{display:flex;align-items:center;justify-content:center;width:100%;height:5.2rem;margin-bottom:.2rem;overflow:hidden}.plate-card__model-svg svg{max-width:100%;max-height:100%;width:auto;height:auto;display:block}.plate-card__model-label{font-size:1.3rem;line-height:1.2;text-align:center;word-break:break-word}.plate-tab-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.8rem}.plate-tab{position:relative;display:flex;align-items:center;justify-content:center;padding:1.2rem 1rem;border:.1rem solid var(--plate-border);background:rgb(var(--color-background));cursor:pointer;text-align:center;transition:border-color .2s,box-shadow .2s;font-size:1.4rem}.plate-tab input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.plate-tab.is-checked{border-color:#16a34a;box-shadow:0 0 0 .1rem #16a34a;color:#16a34a}.plate-customizer textarea[data-input-texto-display]{text-transform:uppercase}.plate-text-counter{margin-top:.2rem;text-align:right}.plate-required{color:#dc2626;margin-left:.2rem}.plate-icons__header{display:flex;align-items:baseline;justify-content:space-between;gap:1.2rem;margin-bottom:.4rem}.plate-icons__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(5.4rem,1fr));gap:.8rem;max-height:32rem;overflow-y:auto;overscroll-behavior:contain;padding-right:.4rem}.plate-icons__grid::-webkit-scrollbar{width:.6rem}.plate-icons__grid::-webkit-scrollbar-thumb{background:#0003;border-radius:.3rem}.plate-icons__grid::-webkit-scrollbar-track{background:transparent}.plate-icons-selected{margin-bottom:1.2rem;padding:.8rem;border:.1rem dashed var(--plate-border);border-radius:.4rem;background:rgba(var(--color-foreground),.02)}.plate-icons-selected__grid{display:flex;flex-wrap:wrap;gap:.6rem}.plate-icons-selected__item{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.6rem;width:4.8rem;height:4.8rem;border:.1rem solid var(--plate-border);border-radius:.4rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.plate-icons-selected__item svg{width:100%;height:100%;max-width:3.2rem;max-height:3.2rem}.plate-icons-selected__fallback{font-size:1rem;font-weight:700;line-height:1;text-align:center;color:rgba(var(--color-foreground),.55);letter-spacing:.05em}.plate-icons-selected__remove{position:absolute;top:-.5rem;right:-.5rem;width:1.6rem;height:1.6rem;border-radius:50%;border:none;background:#dc2626;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;line-height:1;padding:0;box-shadow:0 .1rem .3rem #00000040;transition:transform .15s,background .15s}.plate-icons-selected__remove:hover{background:#b91c1c;transform:scale(1.1)}.plate-icons-selected__remove:focus{outline:.2rem solid var(--plate-active);outline-offset:.1rem}.plate-icon-tile{position:relative;display:flex;align-items:center;justify-content:center;padding:.8rem;border:.1rem solid var(--plate-border);background:rgb(var(--color-background));cursor:pointer;transition:border-color .2s,box-shadow .2s;aspect-ratio:1;color:rgb(var(--color-foreground))}.plate-icon-tile input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.plate-icon-tile.is-checked{border-color:var(--plate-active);box-shadow:0 0 0 .1rem var(--plate-active)}.plate-icon-tile[aria-disabled=true]{opacity:.35;cursor:not-allowed}.plate-icon-tile svg{width:100%;height:100%;max-width:4rem;max-height:4rem}.plate-customizer__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.6rem;margin-top:.8rem;padding-top:1.6rem;border-top:.1rem solid var(--plate-border)}.plate-customizer__footer-end{display:flex;align-items:center;gap:1.6rem;margin-left:auto;flex-wrap:wrap}.plate-price{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1}.plate-price__compare{color:rgba(var(--color-foreground),.5);font-size:1.2rem}.plate-price__current{display:flex;align-items:baseline;gap:.4rem;color:rgb(var(--color-foreground))}.plate-price__label{color:rgba(var(--color-foreground),.55)}.plate-price__value{font-weight:700}.plate-customizer__buy{text-transform:uppercase;font-weight:700;letter-spacing:.04em}.plate-customizer__buy:hover{filter:brightness(.95)}.plate-customizer__buy[disabled]{opacity:.6;cursor:not-allowed}.plate-customizer__back{text-decoration:underline;color:rgba(var(--color-foreground),.65)}.plate-customizer__back-row{display:flex;justify-content:flex-start;margin-top:1.6rem}.plate-customizer__back-row[hidden]{display:none!important}.plate-quantity{display:inline-flex;flex-direction:row;align-items:center;gap:.8rem}.plate-quantity[hidden]{display:none!important}.plate-quantity__label{margin:0;line-height:1;white-space:nowrap}.plate-quantity__field{display:inline-flex;align-items:stretch;width:max-content;max-width:100%;border:.1rem solid var(--plate-border);border-radius:.4rem;overflow:hidden}.plate-quantity__btn{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:3.6rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.8rem;line-height:1;border:0;cursor:pointer;transition:background-color .15s}.plate-quantity__btn:hover{background:rgba(var(--color-foreground),.06)}.plate-quantity__input{width:5.6rem;padding:.8rem .4rem;border:0;border-left:.1rem solid var(--plate-border);border-right:.1rem solid var(--plate-border);background:rgb(var(--color-background));color:rgb(var(--color-foreground));text-align:center;font:inherit;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.plate-quantity__input::-webkit-outer-spin-button,.plate-quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.plate-customizer__discounts{margin-top:1.6rem}.plate-customizer__discounts[hidden]{display:none!important}.product-form__error-message-wrapper[hidden]{display:none}.plate-customizer__buy[hidden],.plate-customizer__continue[hidden],.plate-customizer__back[hidden],.plate-price[hidden]{display:none!important}.quantity-discounts{--quantity-discounts-border: rgba(var(--color-border), var(--color-border-alpha, 1));--quantity-discounts-active: rgb(var(--color-foreground));display:grid;gap:1.2rem}.quantity-discounts__heading{position:relative;min-height:2.4rem;text-align:center}.quantity-discounts__heading:before,.quantity-discounts__heading:after{content:"";flex:1 1 auto;border-top:.1rem solid var(--quantity-discounts-border)}.quantity-discounts__tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(11.5rem,1fr));gap:1.2rem}.quantity-discounts__tier{-webkit-appearance:none;appearance:none;gap:.8rem;min-width:0;min-height:7rem;padding:1.2rem .8rem;border:.1rem solid var(--quantity-discounts-border);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font:inherit;text-align:start;cursor:pointer;transition:border-color var(--duration-default),box-shadow var(--duration-default)}.quantity-discounts__tier:not(:disabled):hover,.quantity-discounts__tier:focus-visible,.quantity-discounts__tier.is-active{border-color:var(--quantity-discounts-active);box-shadow:0 0 0 .1rem var(--quantity-discounts-active)}.quantity-discounts__tier:focus-visible{outline:.2rem solid var(--quantity-discounts-active);outline-offset:.2rem}.quantity-discounts__tier:disabled,.quantity-discounts__tier.is-static{cursor:default;opacity:1}.quantity-discounts__tier-badge{align-items:center;justify-content:center;width:3.4rem;height:3.4rem;border:.1rem solid var(--qd-circle, #000);border-radius:50%;background:var(--qd-circle, #000);color:var(--qd-circle-text, #fff);font-size:1.2rem;line-height:1}.quantity-discounts__tier-info{min-width:0}.quantity-discounts__tier-title,.quantity-discounts__tier-price{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quantity-discounts__tier-title{font-size:1.2rem;line-height:1.35;color:var(--qd-text, inherit)}.quantity-discounts__tier-price{font-size:1.1rem;line-height:1.35}.quantity-discounts .quantity-discounts__tier-price{color:var(--qd-text, rgba(var(--color-subtext), var(--color-subtext-alpha, 1)))}.quantity-discounts__tier.is-active .quantity-discounts__tier-badge,.quantity-discounts__tier:not(:disabled):hover .quantity-discounts__tier-badge,.quantity-discounts__tier:focus-visible .quantity-discounts__tier-badge{border-color:var(--qd-circle, #000);background:var(--qd-circle, #000);color:var(--qd-circle-text, #fff)}.quantity-discounts__next-price{margin-top:.4rem;color:#008006;font-size:1.4rem;line-height:1.35}@media(max-width:989.98px){.quantity-discounts__tiers{grid-template-columns:repeat(auto-fit,minmax(11.5rem,1fr))}}@media(max-width:575.98px){.quantity-discounts__tiers{display:flex;overflow-x:auto;padding-bottom:.2rem;scroll-snap-type:x proximity;scrollbar-width:none}.quantity-discounts__tiers::-webkit-scrollbar{display:none}.quantity-discounts__tier{flex:0 0 min(78vw,18rem);scroll-snap-align:start}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
