.mr-set-builder{--mr-set-space-1: 4px;--mr-set-space-2: 8px;--mr-set-space-3: 12px;--mr-set-space-4: 16px;--mr-set-space-6: 24px;--mr-set-space-8: 32px;--mr-set-space-12: 48px;--mr-set-radius: 8px;--mr-set-focus: var(--mr-set-accent, #6b183f);position:relative;padding-block:var(--mr-set-padding-top, 64px) var(--mr-set-padding-bottom, 72px);overflow-x:clip;background:var(--mr-set-bg, #fbfaf7);color:var(--mr-set-text, #211c20);font-family:var(--font-body-family, inherit);font-size:var(--mr-set-type-body, 1rem);line-height:1.5}.mr-set-builder *,.mr-set-builder *:before,.mr-set-builder *:after{box-sizing:border-box}.mr-set-builder button,.mr-set-builder input,.mr-set-builder select,.mr-set-builder textarea{font:inherit}.mr-set-builder button:focus-visible,.mr-set-builder input:focus-visible,.mr-set-builder select:focus-visible,.mr-set-builder textarea:focus-visible,.mr-set-builder [tabindex]:focus-visible{outline:3px solid var(--mr-set-focus);outline-offset:3px}.mr-set-builder__inner{width:min(calc(100% - 32px),var(--mr-set-max-width, 1740px));margin-inline:auto}.mr-set-builder__header{display:flex;flex-direction:column;gap:var(--mr-set-space-6);margin-bottom:clamp(28px,4vw,56px);text-align:center}.mr-set-builder__heading-group{display:grid;justify-items:center;gap:var(--mr-set-space-3)}.mr-set-builder__heading{max-width:24ch;margin:0;color:inherit;font-family:var(--font-heading-family, inherit);font-size:clamp(2rem,3.4vw,3.75rem);font-weight:500;line-height:1.04;letter-spacing:-.025em;text-wrap:balance}.mr-set-builder__intro{max-width:62ch;color:var(--mr-set-muted, #625a60);font-size:1rem;text-wrap:pretty}.mr-set-builder__intro p{margin:0}.mr-set-builder__offer{width:fit-content;max-width:100%;margin-inline:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--mr-set-space-2) var(--mr-set-space-4);min-height:48px;padding:10px 16px;border-radius:999px;background:var(--mr-set-offer, #f2a36f);color:var(--mr-set-offer-text, #2a1710);font-size:.875rem}.mr-set-builder__offer strong{font-size:1rem;font-weight:700}.mr-set-builder__progress{padding-left:var(--mr-set-space-4);border-left:1px solid currentColor;font-variant-numeric:tabular-nums;font-weight:700}.mr-set-builder__layout{display:grid;gap:var(--mr-set-space-4)}.mr-set-builder__rail-wrap,.mr-set-builder__content{min-width:0}.mr-set-builder__rail-heading{display:flex;align-items:baseline;justify-content:space-between;gap:var(--mr-set-space-4);margin-bottom:var(--mr-set-space-3)}.mr-set-builder__rail-heading h3{margin:0;font-size:1.25rem;line-height:1.2}.mr-set-builder__rail-heading span{color:var(--mr-set-muted, #625a60);font-size:.875rem;font-variant-numeric:tabular-nums}.mr-set-builder__rail{display:flex;gap:var(--mr-set-space-3);overflow-x:auto;padding:2px 2px var(--mr-set-space-3);scroll-padding-inline:2px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:var(--mr-set-line, #d8d1d5) transparent}.mr-set-builder__product-tab{flex:0 0 clamp(148px,44vw,190px);min-width:0;border:1px solid var(--mr-set-line, #d8d1d5);border-radius:var(--mr-set-radius);padding:0;overflow:hidden;display:grid;align-content:start;scroll-snap-align:start;background:var(--mr-set-surface, #fff);color:var(--mr-set-text, #211c20);text-align:left;cursor:pointer;transition:border-color .18s cubic-bezier(.16,1,.3,1),background .18s cubic-bezier(.16,1,.3,1),transform .18s cubic-bezier(.16,1,.3,1)}@media(hover:hover){.mr-set-builder__product-tab:hover{border-color:color-mix(in srgb,var(--mr-set-accent) 58%,var(--mr-set-line));transform:translateY(-2px)}}.mr-set-builder__product-tab:active{transform:scale(.985)}.mr-set-builder__product-tab.is-active{border-color:var(--mr-set-accent, #6b183f);background:var(--mr-set-selected, #e9dde5);box-shadow:inset 0 0 0 1px var(--mr-set-accent, #6b183f)}.mr-set-builder__product-media{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:var(--mr-set-soft, #f4f1ee)}.mr-set-builder__product-media img,.mr-set-builder__placeholder{width:100%;height:100%;display:block;object-fit:cover;transition:transform .32s cubic-bezier(.16,1,.3,1)}@media(hover:hover){.mr-set-builder__product-tab:hover .mr-set-builder__product-media img{transform:scale(1.025)}}.mr-set-builder__product-number,.mr-set-builder__added-mark{position:absolute;top:var(--mr-set-space-2);display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--mr-set-surface, #fff);color:var(--mr-set-text, #211c20);font-size:.75rem;font-variant-numeric:tabular-nums;font-weight:700}.mr-set-builder__product-number{left:var(--mr-set-space-2)}.mr-set-builder__added-mark{right:var(--mr-set-space-2);opacity:0;transform:scale(.72);background:var(--mr-set-accent, #6b183f);color:#fff;transition:opacity .18s ease,transform .18s cubic-bezier(.16,1,.3,1)}.mr-set-builder__added-mark svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.mr-set-builder__product-tab.is-added .mr-set-builder__added-mark{opacity:1;transform:scale(1)}.mr-set-builder__product-meta{min-width:0;display:grid;gap:var(--mr-set-space-1);padding:var(--mr-set-space-3)}.mr-set-builder__product-meta strong{min-width:0;overflow:hidden;display:-webkit-box;color:inherit;font-size:.9375rem;font-weight:700;line-height:1.25;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mr-set-builder__product-meta>span:not(.mr-set-builder__product-state){color:var(--mr-set-muted, #625a60);font-size:.875rem;font-variant-numeric:tabular-nums}.mr-set-builder__product-state{color:var(--mr-set-accent, #6b183f);font-size:.8125rem;font-weight:700}.mr-set-builder__panel[hidden]{display:none!important}.mr-set-builder__copy-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--mr-set-space-2) var(--mr-set-space-4);align-items:center;margin-bottom:var(--mr-set-space-3);padding:var(--mr-set-space-3) var(--mr-set-space-4);border:1px solid var(--mr-set-line, #d8d1d5);border-radius:var(--mr-set-radius);background:var(--mr-set-selected, #e9dde5);background:color-mix(in srgb,var(--mr-set-selected) 48%,var(--mr-set-surface))}.mr-set-builder__copy-bar>div{min-width:0;display:grid;gap:2px}.mr-set-builder__copy-bar strong{font-size:.9375rem;line-height:1.3}.mr-set-builder__copy-bar>div>span{color:var(--mr-set-muted, #625a60);font-size:.8125rem;line-height:1.35}.mr-set-builder__copy-button{min-height:44px;border:0;border-radius:4px;padding:10px 14px;display:inline-flex;align-items:center;justify-content:center;gap:var(--mr-set-space-2);background:var(--mr-set-accent, #6b183f);color:#fff;font-size:.875rem;font-weight:700;cursor:pointer;transition:filter .18s ease,transform .18s cubic-bezier(.16,1,.3,1)}.mr-set-builder__copy-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}@media(hover:hover){.mr-set-builder__copy-button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}}.mr-set-builder__copy-button:active:not(:disabled){transform:scale(.98)}.mr-set-builder__copy-button:disabled{cursor:not-allowed;opacity:.48}.mr-set-builder__copy-status{grid-column:1 / -1;min-height:0;margin:0;color:var(--mr-set-accent, #6b183f);font-size:.8125rem;line-height:1.35}.mr-set-builder__copy-status:empty{display:none}.mr-set-builder .mr-apple-product__config-card.has-copy-warning,.mr-set-builder .mr-apple-product__review-card.has-copy-warning{border-color:var(--mr-set-accent, #6b183f)!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--mr-set-accent, #6b183f) 32%,transparent);scroll-margin-block:24px}.mr-set-builder__choice-warning{margin:var(--mr-set-space-3) 0 0;padding:10px 12px;border:1px solid color-mix(in srgb,var(--mr-set-accent, #6b183f) 54%,var(--mr-set-line, #d8d1d5));background:color-mix(in srgb,var(--mr-set-selected, #e9dde5) 62%,#fff);color:var(--mr-set-text, #211c20);font-size:.875rem;font-weight:700;line-height:1.4}.mr-set-builder__launcher{position:fixed;right:max(20px,env(safe-area-inset-right));bottom:max(92px,calc(env(safe-area-inset-bottom) + 72px));z-index:20;min-height:48px;border:1px solid color-mix(in srgb,var(--mr-set-accent, #6b183f) 24%,var(--mr-set-line, #d8d1d5));border-radius:999px;padding:8px 9px 8px 14px;display:inline-flex;align-items:center;gap:8px;background:color-mix(in srgb,var(--mr-set-surface, #fff) 94%,transparent);color:var(--mr-set-text, #211c20);box-shadow:0 4px 8px #211c2024;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:border-color .18s ease,transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s ease}.mr-set-builder__launcher[hidden]{display:none}.mr-set-builder__launcher svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mr-set-builder__launcher span{font-size:.8125rem;font-weight:700}.mr-set-builder__launcher strong{min-width:38px;min-height:30px;border-radius:999px;padding-inline:8px;display:grid;place-items:center;background:var(--mr-set-accent, #6b183f);color:#fff;font-size:.75rem;font-variant-numeric:tabular-nums}@media(hover:hover){.mr-set-builder__launcher:hover{border-color:var(--mr-set-accent, #6b183f);box-shadow:0 6px 8px #211c202e;transform:translateY(-2px)}}.mr-set-builder__launcher:active{transform:scale(.98)}.mr-set-builder__dialog{width:min(calc(100% - 32px),860px);max-width:860px;max-height:min(88vh,900px);margin:auto;border:0;border-radius:12px;padding:0;overflow:hidden;background:var(--mr-set-surface, #fff);color:var(--mr-set-text, #211c20);box-shadow:0 28px 80px #211c2042}.mr-set-builder__dialog:not([open]){display:none}.mr-set-builder__dialog::backdrop{background:#1b151985;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mr-set-builder__dialog-surface{max-height:min(88vh,900px);overflow-y:auto;overscroll-behavior:contain;padding:clamp(20px,3vw,32px);scrollbar-gutter:stable}.mr-set-builder__dialog-header{padding-right:64px}.mr-set-builder__dialog-close-wrap{position:sticky;top:0;z-index:4;height:44px;margin:0 0 -44px;display:flex;justify-content:flex-end;pointer-events:none}.mr-set-builder__dialog-header h2,.mr-set-builder__dialog-header p,.mr-set-builder__discount h3,.mr-set-builder__discount p,.mr-set-builder__dialog-count strong,.mr-set-builder__dialog-count span{margin:0}.mr-set-builder__dialog-eyebrow{margin-bottom:6px!important;color:var(--mr-set-accent, #6b183f);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mr-set-builder__dialog-header h2{max-width:22ch;font-family:var(--font-heading-family, inherit);font-size:clamp(1.65rem,3vw,2.35rem);font-weight:600;line-height:1.08;letter-spacing:-.02em;text-wrap:balance}.mr-set-builder__dialog-header>div>p:last-child{max-width:58ch;margin-top:8px;color:var(--mr-set-muted, #625a60);font-size:.9375rem}.mr-set-builder__dialog-close{width:44px;height:44px;border:1px solid var(--mr-set-line, #d8d1d5);border-radius:50%;display:grid;place-items:center;background:var(--mr-set-surface, #fff);color:inherit;cursor:pointer;pointer-events:auto;transition:background .18s ease,border-color .18s ease}.mr-set-builder__dialog-close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}@media(hover:hover){.mr-set-builder__dialog-close:hover{border-color:var(--mr-set-accent, #6b183f);background:var(--mr-set-soft, #f4f1ee)}}.mr-set-builder__unlock{position:relative;margin-top:22px;border:1px solid color-mix(in srgb,var(--mr-set-offer, #f2a36f) 72%,var(--mr-set-line, #d8d1d5));padding:18px 20px;overflow:hidden;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;background:color-mix(in srgb,var(--mr-set-offer, #f2a36f) 22%,var(--mr-set-surface, #fff))}.mr-set-builder__unlock[hidden]{display:none}.mr-set-builder__unlock-seal{position:relative;z-index:2;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--mr-set-accent, #6b183f);color:#fff}.mr-set-builder__unlock-seal svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.mr-set-builder__unlock-copy{position:relative;z-index:2;min-width:0;display:grid;gap:2px}.mr-set-builder__unlock-kicker{color:var(--mr-set-accent, #6b183f);font-size:.6875rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.mr-set-builder__unlock strong{font-size:1.25rem;line-height:1.2}.mr-set-builder__unlock-copy>span:last-child{color:var(--mr-set-muted, #625a60);font-size:var(--mr-set-type-small, .9375rem)}.mr-set-builder__confetti{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.mr-set-builder__confetti i{--mr-confetti-x: 0px;--mr-confetti-y: -50px;--mr-confetti-rotate: 160deg;--mr-confetti-delay: 0ms;position:absolute;left:50%;top:58%;width:7px;height:13px;border-radius:2px;background:var(--mr-set-accent, #6b183f);opacity:0}.mr-set-builder__confetti i:nth-child(2n){background:var(--mr-set-offer, #f2a36f)}.mr-set-builder__confetti i:nth-child(3n){width:9px;height:9px;border-radius:50%}.mr-set-builder__confetti i:nth-child(1){--mr-confetti-x: -300px;--mr-confetti-y: -44px;--mr-confetti-rotate: -190deg}.mr-set-builder__confetti i:nth-child(2){--mr-confetti-x: -245px;--mr-confetti-y: 48px;--mr-confetti-rotate: 210deg;--mr-confetti-delay: 35ms}.mr-set-builder__confetti i:nth-child(3){--mr-confetti-x: -180px;--mr-confetti-y: -68px;--mr-confetti-rotate: 130deg;--mr-confetti-delay: 70ms}.mr-set-builder__confetti i:nth-child(4){--mr-confetti-x: -105px;--mr-confetti-y: 58px;--mr-confetti-rotate: -220deg;--mr-confetti-delay: 20ms}.mr-set-builder__confetti i:nth-child(5){--mr-confetti-x: -42px;--mr-confetti-y: -76px;--mr-confetti-rotate: 180deg;--mr-confetti-delay: 55ms}.mr-set-builder__confetti i:nth-child(6){--mr-confetti-x: 34px;--mr-confetti-y: 60px;--mr-confetti-rotate: -150deg;--mr-confetti-delay: 90ms}.mr-set-builder__confetti i:nth-child(7){--mr-confetti-x: 96px;--mr-confetti-y: -72px;--mr-confetti-rotate: 240deg;--mr-confetti-delay: 25ms}.mr-set-builder__confetti i:nth-child(8){--mr-confetti-x: 164px;--mr-confetti-y: 48px;--mr-confetti-rotate: -200deg;--mr-confetti-delay: 70ms}.mr-set-builder__confetti i:nth-child(9){--mr-confetti-x: 218px;--mr-confetti-y: -62px;--mr-confetti-rotate: 150deg;--mr-confetti-delay: 40ms}.mr-set-builder__confetti i:nth-child(10){--mr-confetti-x: 276px;--mr-confetti-y: 42px;--mr-confetti-rotate: -240deg;--mr-confetti-delay: 95ms}.mr-set-builder__confetti i:nth-child(11){--mr-confetti-x: -138px;--mr-confetti-y: -92px;--mr-confetti-rotate: 210deg;--mr-confetti-delay: .11s}.mr-set-builder__confetti i:nth-child(12){--mr-confetti-x: 142px;--mr-confetti-y: -96px;--mr-confetti-rotate: -180deg;--mr-confetti-delay: .12s}.mr-set-builder__dialog.is-celebrating .mr-set-builder__unlock{animation:mr-set-unlock-in .48s cubic-bezier(.16,1,.3,1) both}.mr-set-builder__dialog.is-celebrating .mr-set-builder__unlock-seal{animation:mr-set-seal-in .54s 80ms cubic-bezier(.16,1,.3,1) both}.mr-set-builder__dialog.is-celebrating .mr-set-builder__confetti i{animation:mr-set-confetti .82s var(--mr-confetti-delay) cubic-bezier(.16,1,.3,1) both}@keyframes mr-set-unlock-in{0%{opacity:0;transform:translateY(10px) scale(.98)}55%{opacity:1;transform:translateY(0) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mr-set-seal-in{0%{opacity:0;transform:scale(.72) rotate(-10deg)}70%{opacity:1;transform:scale(1.08) rotate(2deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes mr-set-confetti{0%{opacity:0;transform:translate(-50%,-50%) scale(.45) rotate(0)}25%{opacity:1}to{opacity:0;transform:translate(calc(-50% + var(--mr-confetti-x)),calc(-50% + var(--mr-confetti-y))) scale(1) rotate(var(--mr-confetti-rotate))}}.mr-set-builder__discount{margin-top:22px;border:1px solid var(--mr-set-line, #d8d1d5);padding:18px 20px;background:var(--mr-set-soft, #f4f1ee)}.mr-set-builder__discount[hidden]{display:none}.mr-set-builder__discount-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.mr-set-builder__discount-head h3{font-size:1rem}.mr-set-builder__discount-head strong{color:var(--mr-set-accent, #6b183f);font-size:.875rem}.mr-set-builder__discount-track{position:relative;height:8px;margin:32px 8px 28px;border-radius:999px;background:color-mix(in srgb,var(--mr-set-line, #d8d1d5) 74%,#fff)}.mr-set-builder__discount-track>span:first-child{position:absolute;inset:0 auto 0 0;width:100%;border-radius:inherit;background:var(--mr-set-accent, #6b183f);transform:scaleX(0);transform-origin:left center;transition:transform .62s cubic-bezier(.16,1,.3,1)}.mr-set-builder__discount-milestones{position:absolute;top:0;right:0;bottom:0;left:0}.mr-set-builder__discount-milestones span{position:absolute;top:50%;min-width:54px;padding-top:18px;color:var(--mr-set-muted, #625a60);font-size:.6875rem;font-variant-numeric:tabular-nums;font-weight:700;text-align:center;transform:translate(-50%,-50%)}.mr-set-builder__discount-milestones span:before{content:"";position:absolute;left:50%;top:0;width:14px;height:14px;border:3px solid var(--mr-set-surface, #fff);border-radius:50%;background:var(--mr-set-accent, #6b183f);box-shadow:0 0 0 1px var(--mr-set-accent, #6b183f);transform:translate(-50%,-3px)}.mr-set-builder__discount-next{font-size:.875rem;font-weight:700}.mr-set-builder__discount-note{margin-top:4px!important;color:var(--mr-set-muted, #625a60);font-size:.75rem}.mr-set-builder__shipping{margin-top:12px;border:1px solid var(--mr-set-line, #d8d1d5);padding:16px 20px;background:var(--mr-set-surface, #fff)}.mr-set-builder__shipping[hidden]{display:none}.mr-set-builder__shipping-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.mr-set-builder__shipping-head h3,.mr-set-builder__shipping p{margin:0}.mr-set-builder__shipping-head h3{font-size:var(--mr-set-type-body, 1rem)}.mr-set-builder__shipping-head strong{color:var(--mr-set-accent, #6b183f);font-size:var(--mr-set-type-small, .9375rem)}.mr-set-builder__shipping-track{position:relative;height:8px;margin:14px 0 12px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--mr-set-line, #d8d1d5) 74%,#fff)}.mr-set-builder__shipping-track span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--mr-set-accent, #6b183f);transform:scaleX(0);transform-origin:left center;transition:transform .62s cubic-bezier(.16,1,.3,1)}.mr-set-builder__shipping p{font-size:var(--mr-set-type-small, .9375rem);font-weight:700}.mr-set-builder__dialog-count{margin-top:24px;display:flex;align-items:baseline;justify-content:space-between;gap:16px}.mr-set-builder__dialog-count strong{font-size:1rem}.mr-set-builder__dialog-count span{color:var(--mr-set-muted, #625a60);font-size:.8125rem}.mr-set-builder__status-list{max-height:330px;margin:12px 0 0;padding:0 4px 0 0;overflow-y:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;list-style:none;scrollbar-width:thin;scrollbar-color:var(--mr-set-line, #d8d1d5) transparent}.mr-set-builder__status-list>li{min-width:0}.mr-set-builder__status-item{width:100%;min-width:0;min-height:72px;border:1px solid var(--mr-set-line, #d8d1d5);padding:8px 12px 8px 8px;display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:10px;background:var(--mr-set-surface, #fff);color:var(--mr-set-text, #211c20);text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s cubic-bezier(.16,1,.3,1)}.mr-set-builder__status-item.is-added{border-color:color-mix(in srgb,var(--mr-set-accent, #6b183f) 55%,var(--mr-set-line, #d8d1d5));background:color-mix(in srgb,var(--mr-set-selected, #e9dde5) 36%,var(--mr-set-surface, #fff))}.mr-set-builder__status-item.is-selected{border-color:var(--mr-set-accent, #6b183f);background:var(--mr-set-selected, #e9dde5);box-shadow:inset 0 0 0 1px var(--mr-set-accent, #6b183f)}.mr-set-builder__status-media{width:56px;height:56px;overflow:hidden;background:var(--mr-set-soft, #f4f1ee)}.mr-set-builder__status-media img,.mr-set-builder__status-media svg{width:100%;height:100%;display:block;object-fit:cover}.mr-set-builder__status-copy{min-width:0;display:grid;gap:2px}.mr-set-builder__status-copy strong{overflow:hidden;color:inherit;font-size:.8125rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.mr-set-builder__status-copy span{color:var(--mr-set-muted, #625a60);font-size:.75rem}.mr-set-builder__status-action{justify-self:end;color:var(--mr-set-accent, #6b183f);font-size:var(--mr-set-type-caption, .875rem);font-weight:800;white-space:nowrap}@media(hover:hover){.mr-set-builder__status-item:hover{border-color:var(--mr-set-accent, #6b183f);background:color-mix(in srgb,var(--mr-set-selected, #e9dde5) 26%,var(--mr-set-surface, #fff));transform:translateY(-1px)}}.mr-set-builder__dialog-actions{position:sticky;bottom:calc(clamp(20px,3vw,32px)*-1);z-index:2;margin:24px calc(clamp(20px,3vw,32px)*-1) calc(clamp(20px,3vw,32px)*-1);border-top:1px solid var(--mr-set-line, #d8d1d5);padding:16px clamp(20px,3vw,32px) max(16px,env(safe-area-inset-bottom));display:grid;grid-template-columns:minmax(0,1fr);gap:10px;background:color-mix(in srgb,var(--mr-set-surface, #fff) 96%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mr-set-builder__modal-copy-button{width:100%;min-height:48px;border:1px solid var(--mr-set-accent, #6b183f);border-radius:4px;padding:11px 16px;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--mr-set-accent, #6b183f);color:#fff;font-size:.875rem;font-weight:800;cursor:pointer;transition:filter .18s ease,opacity .18s ease,transform .18s cubic-bezier(.16,1,.3,1)}.mr-set-builder__modal-copy-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mr-set-builder__modal-copy-button:disabled{opacity:.46;cursor:not-allowed}@media(hover:hover){.mr-set-builder__modal-copy-button:not(:disabled):hover{filter:brightness(1.08);transform:translateY(-1px)}}.mr-set-builder__empty{max-width:46rem;margin-inline:auto;padding:var(--mr-set-space-12) var(--mr-set-space-6);border:1px dashed var(--mr-set-line, #d8d1d5);border-radius:var(--mr-set-radius);text-align:center}.mr-set-builder__empty h3,.mr-set-builder__empty p{margin:0}.mr-set-builder__empty p{margin-top:var(--mr-set-space-2);color:var(--mr-set-muted, #625a60)}.mr-set-builder .mr-apple-product,.mr-set-builder .mr-apple-product__inner{width:100%!important;max-width:none!important;margin:0!important}.mr-set-builder .mr-apple-product{padding:0!important;background:transparent!important}.mr-set-builder .mr-apple-product__hero,.mr-set-builder .mr-apple-product__description-card{display:none!important}.mr-set-builder .mr-apple-product__appearance-stage{width:100%!important;max-width:none!important;margin:0!important}.mr-set-builder .mr-apple-product__review-stage.is-mr-set-relocated{display:none!important}.mr-set-builder .mr-apple-product__review-card.is-mr-set-inline{margin-top:var(--mr-set-space-3)}.mr-set-builder .mr-standard-product{width:100%!important}@media screen and (min-width:1180px){.mr-set-builder__layout{grid-template-columns:minmax(320px,var(--mr-set-rail-width, 31%)) minmax(0,1fr);align-items:start}.mr-set-builder__rail-wrap{position:sticky;top:var(--mr-set-sticky-top, 96px)}.mr-set-builder__rail{display:grid;grid-template-columns:repeat(var(--mr-set-rail-columns, 3),minmax(0,1fr));align-content:start;gap:1px;max-height:var(--mr-set-panel-height, 720px);overflow:auto;padding:0;border:1px solid var(--mr-set-line, #d8d1d5);border-radius:var(--mr-set-radius);background:var(--mr-set-line, #d8d1d5);scroll-snap-type:none;overscroll-behavior:contain}.mr-set-builder__product-tab{width:100%;min-width:0;min-height:100%;border:0;border-radius:0}.mr-set-builder__product-tab.is-active{position:relative;z-index:1;box-shadow:inset 0 0 0 2px var(--mr-set-accent, #6b183f)}.mr-set-builder .mr-apple-product__appearance-stage{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr)!important;gap:var(--mr-set-space-4)!important;align-items:start!important}.mr-set-builder .mr-apple-product__preview-column{min-width:0;position:sticky!important;top:var(--mr-set-sticky-top, 96px)!important}.mr-set-builder .mr-apple-product__option-column{min-width:0;height:var(--mr-set-panel-height, 720px);max-height:var(--mr-set-panel-height, 720px);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--mr-set-line, #d8d1d5) transparent;padding-right:var(--mr-set-space-2)}.mr-set-builder .mr-standard-product{grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr)!important;gap:var(--mr-set-space-4)!important}.mr-set-builder .mr-standard-product__panel{top:var(--mr-set-sticky-top, 96px)!important;max-height:var(--mr-set-panel-height, 720px);overflow-y:auto;overscroll-behavior:contain}}@media screen and (max-width:1179px){.mr-set-builder__rail-heading{margin-top:0}.mr-set-builder__rail-wrap{margin-bottom:var(--mr-set-space-4)}.mr-set-builder .mr-apple-product__option-column{height:auto;max-height:none;overflow:visible;padding-right:0}}@media screen and (max-width:749px){.mr-set-builder{padding-block:max(32px,calc(var(--mr-set-padding-top, 64px) * .6)) max(40px,calc(var(--mr-set-padding-bottom, 72px) * .66))}.mr-set-builder__inner{width:min(calc(100% - 24px),var(--mr-set-max-width, 1740px))}.mr-set-builder__header{align-items:flex-start;margin-bottom:var(--mr-set-space-8);text-align:left}.mr-set-builder__heading-group{justify-items:start}.mr-set-builder__heading{font-size:clamp(2rem,10vw,2.75rem)}.mr-set-builder__offer{width:100%;margin:0;justify-content:flex-start;border-radius:var(--mr-set-radius)}.mr-set-builder__progress{width:100%;padding:var(--mr-set-space-2) 0 0;border-top:1px solid currentColor;border-left:0}.mr-set-builder__rail-heading h3{font-size:1.125rem}.mr-set-builder__product-tab{flex-basis:min(76vw,244px);grid-template-columns:88px minmax(0,1fr);align-items:stretch}.mr-set-builder__product-media{height:100%;min-height:112px;aspect-ratio:auto}.mr-set-builder__product-meta{align-content:center;padding:var(--mr-set-space-4)}.mr-set-builder__copy-bar{grid-template-columns:1fr;padding:var(--mr-set-space-3)}.mr-set-builder__copy-button{width:100%}.mr-set-builder .mr-apple-product__appearance-stage,.mr-set-builder .mr-standard-product{display:block!important}.mr-set-builder .mr-apple-product__preview-column{position:static!important}.mr-set-builder__launcher{right:max(12px,env(safe-area-inset-right));bottom:max(84px,calc(env(safe-area-inset-bottom) + 68px));padding-left:10px}.mr-set-builder__launcher span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mr-set-builder__dialog{width:100%;max-width:none;max-height:calc(100dvh - 16px);margin:auto 0 0;border-radius:12px 12px 0 0}.mr-set-builder__dialog-surface{max-height:calc(100dvh - 16px);padding:20px 16px}.mr-set-builder__dialog-header{gap:12px}.mr-set-builder__unlock{grid-template-columns:42px minmax(0,1fr);padding:16px}.mr-set-builder__unlock-seal{width:42px;height:42px}.mr-set-builder__discount{padding-inline:14px}.mr-set-builder__discount-head,.mr-set-builder__shipping-head,.mr-set-builder__dialog-count{align-items:flex-start;flex-direction:column;gap:4px}.mr-set-builder__status-list{max-height:300px;grid-template-columns:1fr}.mr-set-builder__status-item{grid-template-columns:56px minmax(0,1fr)}.mr-set-builder__status-action{grid-column:2;justify-self:start}.mr-set-builder__dialog-actions{bottom:-20px;margin:20px -16px -20px;padding-inline:16px;grid-template-columns:1fr}}.mr-set-builder__intro,.mr-set-builder__offer strong,.mr-set-builder__rail-heading h3,.mr-set-builder__product-meta strong,.mr-set-builder__copy-bar strong,.mr-set-builder__dialog-header>div>p:last-child,.mr-set-builder__discount-head h3,.mr-set-builder__dialog-count strong,.mr-set-builder__status-copy strong,.mr-set-builder__modal-copy-button{font-size:var(--mr-set-type-body, 1rem)}.mr-set-builder__offer span,.mr-set-builder__rail-heading span,.mr-set-builder__product-price,.mr-set-builder__product-state,.mr-set-builder__copy-note,.mr-set-builder__copy-button,.mr-set-builder__copy-status,.mr-set-builder__launcher,.mr-set-builder__discount-head strong,.mr-set-builder__discount-next,.mr-set-builder__shipping-head strong,.mr-set-builder__shipping-next,.mr-set-builder__dialog-count span,.mr-set-builder__status-copy span,.mr-set-builder__status-action{font-size:var(--mr-set-type-small, .9375rem)}.mr-set-builder__dialog-eyebrow,.mr-set-builder__unlock-kicker,.mr-set-builder__discount-note,.mr-set-builder__product-index{font-size:var(--mr-set-type-caption, .875rem)}@media(prefers-reduced-motion:reduce){.mr-set-builder *,.mr-set-builder *:before,.mr-set-builder *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/128/assets/mr-set-builder.css.map */
