.dt-selector__choice:focus-visible,.dt-selector__reset:focus-visible,.dt-selector__quantity:focus-visible,.dt-selector__product-link:focus-visible,.dt-selector__review:focus-visible{outline:3px solid rgba(var(--color-foreground),.45);outline-offset:3px}.dt-selector__review{margin-top:1.5rem;padding:1.5rem;border:2px solid rgba(var(--color-button),.35);border-radius:14px;background:rgb(var(--color-background));scroll-margin-top:1.5rem}.dt-selector__review-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.dt-selector__result{display:grid;grid-template-columns:minmax(240px,360px) minmax(0,1fr);align-items:center;gap:clamp(1.5rem,4vw,3rem);margin-top:1.5rem}.dt-selector__result[hidden]{display:none}.dt-selector__result-media{border-radius:10px;background:#fff;overflow:hidden}.dt-selector__result-image{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain}.dt-selector__result-title{margin:0 0 .55rem;font-size:clamp(1.55rem,2.7vw,2.25rem)}.dt-selector__result-sku,.dt-selector__result-availability{margin:.35rem 0}.dt-selector__result-sku span{font-weight:700}.dt-selector__result-price{margin:.75rem 0;font-size:1.65rem;font-weight:700}.dt-selector__result-availability:before{content:"";display:inline-block;width:.55rem;height:.55rem;margin-right:.45rem;border-radius:999px;background:#268b43}.dt-selector__result-availability--unavailable:before{background:#b42318}.dt-selector__price-breaks{margin:1.5rem 0 1.25rem}.dt-selector__price-breaks-title{margin:0 0 2rem;font-size:1.6rem;font-weight:600}.dt-selector__price-breaks-note{margin:1.6rem 0 0;color:#5c5c5c;font-size:1.5rem}.dt-selector__price-breaks-table{width:100%;border:1px solid #000;border-collapse:collapse;background:#fff;color:#000}.dt-selector__price-breaks-table th,.dt-selector__price-breaks-table td{padding:1rem;border:1px solid #000;text-align:left}.dt-selector__price-breaks-table th{color:#fff;background:#2780f9;font-size:1.5rem;font-weight:600}.dt-selector__price-breaks-table td{font-size:1.4rem}.dt-selector__price-breaks-table th:last-child,.dt-selector__price-breaks-table td:last-child{text-align:right;white-space:nowrap}.dt-selector__product-form{display:block;margin-top:1.25rem}.dt-selector__form-error{margin-bottom:.75rem}.dt-selector__purchase-row{display:grid;grid-template-columns:auto 84px minmax(180px,1fr);align-items:center;gap:.75rem}.dt-selector__quantity-label{font-weight:700}.dt-selector__quantity{width:100%;min-height:48px;padding:.65rem;border:1px solid rgba(var(--color-foreground),.28);border-radius:6px;color:rgb(var(--color-foreground));background:rgb(var(--color-background));font:inherit;text-align:center}.dt-selector__add-button{width:100%;min-height:48px;font-size:1.6rem}.dt-selector__product-link{display:inline-block;margin-top:1rem;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.2em}@media(max-width:749px){.dt-selector{padding:2rem 0 3.5rem}.dt-selector>.page-width{box-sizing:border-box;width:100%;padding-inline:1.5rem}.dt-selector__how-to-steps,.dt-selector__choices--types,.dt-selector__choices--details{grid-template-columns:1fr}.dt-selector__choices--ways{grid-template-columns:repeat(2,minmax(0,1fr))}.dt-selector__how-to-step,.dt-selector__step,.dt-selector__review{padding:1rem}.dt-selector__choice--image{display:grid;min-height:104px;grid-template-columns:90px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;justify-content:stretch;column-gap:1rem;row-gap:.2rem;text-align:left}.dt-selector__choice--image .dt-selector__choice-image{width:90px;height:82px;grid-row:1 / 3}.dt-selector__choice--image .dt-selector__choice-title,.dt-selector__choice--image .dt-selector__choice-description{grid-column:2}.dt-selector__choice--image .dt-selector__choice-title{align-self:end}.dt-selector__choice--image .dt-selector__choice-description{align-self:start}.dt-selector__choice--compact-image{min-height:180px;padding:.65rem}.dt-selector__choice--compact-image .dt-selector__choice-image{width:min(100%,120px);height:120px}.dt-selector__review-heading-row{flex-direction:column}.dt-selector__result{grid-template-columns:1fr}.dt-selector__result-media{width:min(100%,280px);margin:0 auto}.dt-selector__purchase-row{grid-template-columns:auto 84px}.dt-selector__add-button{grid-column:1 / -1}}.dt-selector{padding:3rem 0 5rem;font-size:1.1em}.dt-selector__shell{display:block;max-width:1100px;margin:0 auto}.dt-selector__header{max-width:780px;margin-bottom:2rem}.dt-selector__heading{margin:0 0 .75rem}.dt-selector__intro>:first-child{margin-top:0}.dt-selector__how-to{margin-bottom:2rem;padding:1.5rem;border-top:3px solid rgb(var(--color-button));border-radius:12px;background:rgba(var(--color-foreground),.04)}.dt-selector__how-to-heading{margin:0 0 1.25rem;font-size:1.7rem}.dt-selector__how-to-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;margin:0;padding:0;list-style:none}.dt-selector__how-to-step{display:grid;min-width:0;grid-template-columns:2.5rem minmax(0,1fr);gap:.75rem;padding:1rem;border:1px solid #b8b8b8;border-radius:10px;background:#fff;box-shadow:0 1px 4px #00000014}.dt-selector__how-to-step>span,.dt-selector__legend>span{display:inline-grid;place-items:center;border-radius:999px;color:rgb(var(--color-button-text));background:rgb(var(--color-button));font-weight:700}.dt-selector__how-to-step>span{width:2.5rem;height:2.5rem}.dt-selector__how-to-step h3{margin:0 0 .3rem;font-size:1.25rem;line-height:1.25}.dt-selector__how-to-step p{margin:0;color:rgba(var(--color-foreground),.72);font-size:1.15rem;line-height:1.4}.dt-selector__builder{display:grid;gap:1rem}.dt-selector__step{min-width:0;margin:0;padding:1.35rem;border:1px solid rgba(var(--color-foreground),.16);border-radius:12px;background:rgb(var(--color-background))}.dt-selector__step.is-pending{background:rgba(var(--color-background),.72)}.dt-selector__step.is-pending .dt-selector__legend{opacity:.62}.dt-selector__step.is-pending .dt-selector__choice{opacity:.48}.dt-selector__legend{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:0;font-size:1.5rem;font-weight:700}.dt-selector__legend>span{width:2rem;height:2rem;font-size:1.1rem}.dt-selector__choices{display:grid;gap:.85rem}.dt-selector__choices--ways{grid-template-columns:repeat(3,minmax(0,180px))}.dt-selector__choices--types{grid-template-columns:repeat(3,minmax(0,1fr))}.dt-selector__choices--details{grid-template-columns:repeat(2,minmax(0,1fr))}.dt-selector__choices--compact{grid-template-columns:repeat(2,minmax(0,180px))}.dt-selector__choice{position:relative;display:flex;box-sizing:border-box;min-height:58px;align-items:center;justify-content:center;gap:.65rem;padding:.85rem 1rem;border:1px solid #c7c7c7;border-radius:10px;color:rgb(var(--color-foreground));background:rgb(var(--color-background));font:inherit;text-align:center;cursor:pointer;opacity:1;transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease,transform .16s ease}.dt-selector__choice:hover:not(:disabled){border-color:#8f8f8f;transform:translateY(-1px)}.dt-selector__choice:focus-visible,.dt-selector__reset:focus-visible,.dt-selector__review:focus-visible{outline:3px solid rgba(var(--color-foreground),.45);outline-offset:3px}.dt-selector__choice.is-selected{border:3px solid rgb(var(--color-button));box-shadow:0 0 0 2px #2780f93d;background:#2780f914;opacity:1;transform:none}.dt-selector__choice.is-selected:after{content:"\2713";position:absolute;top:.45rem;right:.45rem;display:grid;width:1.8rem;height:1.8rem;place-items:center;border-radius:999px;color:rgb(var(--color-button-text));background:rgb(var(--color-button));font-size:1.1rem}.dt-selector__choices.has-selection .dt-selector__choice:not(.is-selected){opacity:.86}.dt-selector__choice:disabled{cursor:not-allowed;opacity:.32}.dt-selector__choice:disabled .dt-selector__choice-image{filter:grayscale(1)}.dt-selector__step.is-pending .dt-selector__choice:disabled{opacity:.5}.dt-selector__step.is-pending .dt-selector__choice:disabled .dt-selector__choice-image{filter:grayscale(.45)}.dt-selector__choice--image{min-height:220px;flex-direction:column;padding:1rem}.dt-selector__choice--compact-image{min-height:215px;flex-direction:column;justify-content:center;padding:.75rem}.dt-selector__choice-image{display:block;width:min(100%,180px);height:140px;object-fit:contain;transition:filter .16s ease}.dt-selector__choice--compact-image .dt-selector__choice-image{width:min(100%,150px);height:150px}.dt-selector__choice-title{font-weight:700}.dt-selector__choice-description{font-size:1.4rem;line-height:1.35;opacity:1}.dt-selector__review{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-top:1.5rem;padding:1.5rem;border:2px solid rgba(var(--color-button),.35);border-radius:14px;background:rgb(var(--color-background));scroll-margin-top:1.5rem}.dt-selector__review[hidden],.dt-selector__step[hidden]{display:none}.dt-selector__eyebrow{margin:0 0 .2rem;font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.72}.dt-selector__review h2{margin:0 0 .5rem;font-size:1.8rem}.dt-selector__summary{margin:0;font-weight:700}.dt-selector__notice{margin:.75rem 0 0;font-size:1.3rem;opacity:.72}.dt-selector__product-link{display:inline-flex;margin-top:1rem}.dt-selector__product-link[hidden]{display:none}.dt-selector__reset{padding:0;border:0;color:rgb(var(--color-foreground));background:transparent;font:inherit;text-decoration:underline;text-underline-offset:.2em;cursor:pointer;white-space:nowrap}@media(max-width:989px){.dt-selector__how-to-steps,.dt-selector__choices--types{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.dt-selector{padding:2rem 0 3.5rem}.dt-selector>.page-width{box-sizing:border-box;width:100%;padding-inline:1.5rem}.dt-selector__how-to-steps,.dt-selector__choices--types,.dt-selector__choices--details{grid-template-columns:1fr}.dt-selector__choices--ways{grid-template-columns:repeat(2,minmax(0,1fr))}.dt-selector__how-to-step,.dt-selector__step{padding:1rem}.dt-selector__choice--image{display:grid;min-height:104px;grid-template-columns:90px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;justify-content:stretch;column-gap:1rem;row-gap:.2rem;text-align:left}.dt-selector__choice--image .dt-selector__choice-image{width:90px;height:82px;grid-row:1 / 3}.dt-selector__choice--image .dt-selector__choice-title,.dt-selector__choice--image .dt-selector__choice-description{grid-column:2}.dt-selector__choice--image .dt-selector__choice-title{align-self:end}.dt-selector__choice--image .dt-selector__choice-description{align-self:start}.dt-selector__choice--compact-image{min-height:180px;padding:.65rem}.dt-selector__choice--compact-image .dt-selector__choice-image{width:min(100%,120px);height:120px}.dt-selector__review{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/68/compiled_assets/styles.css.map */
