.outfit-selector{margin:0 0 18px;display:grid;gap:18px;max-width:100%;overflow:clip}.outfit-selector__heading{margin:0;font-size:24px;font-weight:700;letter-spacing:0;line-height:1.15}.outfit-selector__helper{margin:-10px 0 2px;color:#5f5f5f;font-size:15px;line-height:1.4}.outfit-selector__options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.outfit-selector__options::-webkit-scrollbar{display:none}.outfit-selector__choice-card{position:relative;display:block;min-height:96px;border:1px solid #e3e3e3;border-radius:12px;background:#fff;padding:12px 36px 12px 12px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;min-width:0}.outfit-selector__choice-card:hover{border-color:#919191;box-shadow:0 8px 24px #1111110f}.outfit-selector__sr-radio{position:absolute;opacity:0;pointer-events:none}.outfit-selector__title-row{display:flex;align-items:center;gap:9px;min-width:0}.outfit-selector__icon svg{width:21px;height:21px;display:block;flex-shrink:0}.outfit-selector__choice-copy{display:grid;gap:0;flex:1 1 auto;min-width:0}.outfit-selector__choice-copy strong{padding-right:0;font-size:18px;font-weight:700;line-height:1.15;color:#111}.outfit-selector__choice-copy small{margin-top:7px;color:#777;font-size:14px;line-height:1.25}.outfit-selector__choice-copy em{margin-top:12px;font-style:normal;font-weight:700;font-size:17px;color:#111}.outfit-selector__checkmark{position:absolute;top:10px;right:10px;width:20px;height:20px;border:1px solid #d1d1d1;border-radius:50%;background:#fff}.outfit-selector__checkmark:after{content:"";position:absolute;left:50%;top:50%;width:6px;height:10px;border-right:2px solid #111111;border-bottom:2px solid #111111;transform:translate(-50%,-58%) rotate(45deg);opacity:0}.outfit-selector__choice-card:has(.outfit-selector__sr-radio:checked){border:1.5px solid #111111;background:#fafafa;box-shadow:0 8px 24px #11111112}.outfit-selector__choice-card--both{padding-top:36px}.outfit-selector__choice-card:has(.outfit-selector__sr-radio:checked) .outfit-selector__checkmark:after{opacity:1}.outfit-selector__choice-card:has(.outfit-selector__sr-radio:focus-visible){outline:2px solid #111111;outline-offset:2px}.outfit-selector__badge{position:absolute;left:0;top:-1px;z-index:2;border-radius:11px 0 10px;padding:5px 10px;font-size:9px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;background:#111;color:#fff}.outfit-selector__variant-group{margin-top:0}.outfit-selector__label{display:block;margin-bottom:10px;font-weight:600;font-size:14px}.outfit-selector__chips{display:flex;flex-wrap:wrap;gap:10px;max-width:100%}.outfit-selector__chips .outfit-selector__chip{appearance:none;-webkit-appearance:none;box-shadow:none;border:1px solid #dadada;border-radius:8px;background:#fff!important;color:#111!important;min-width:56px;min-height:44px;padding:10px 16px;font-size:14px;font-weight:500;line-height:1;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease;flex:0 0 auto}.outfit-selector__chips .outfit-selector__chip:before,.outfit-selector__chips .outfit-selector__chip:after{display:none!important}.outfit-selector__chips .outfit-selector__chip:hover{border-color:#111;background:#fff!important;color:#111!important}.outfit-selector__chips .outfit-selector__chip.is-selected{background:#111!important;color:#fff!important;border-color:#111!important;transform:translateY(-1px)}.outfit-selector__chips .outfit-selector__chip:disabled{background:#f2f2f2!important;color:#8f8f8f!important;border-color:#e3e3e3!important;text-decoration:line-through;cursor:not-allowed}form[data-outfit-enabled=true] .outfit-selector__chips .outfit-selector__chip,form[data-outfit-enabled=true] .outfit-selector__chips .outfit-selector__chip:hover,form[data-outfit-enabled=true] .outfit-selector__chips .outfit-selector__chip:focus{background:#fff!important;color:#111!important}form[data-outfit-enabled=true] .outfit-selector__chips .outfit-selector__chip.is-selected,form[data-outfit-enabled=true] .outfit-selector__chips .outfit-selector__chip.is-selected:hover,form[data-outfit-enabled=true] .outfit-selector__chips .outfit-selector__chip.is-selected:focus{background:#111!important;color:#fff!important}form[data-outfit-enabled=true] .outfit-selector__chips .outfit-selector__chip:disabled,form[data-outfit-enabled=true] .outfit-selector__chips .outfit-selector__chip:disabled:hover{background:#f2f2f2!important;color:#8f8f8f!important}.outfit-selector__chips .outfit-selector__chip:focus-visible{outline:2px solid #111111;outline-offset:2px}.outfit-selector__native-select{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;border:0!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;-webkit-appearance:none!important;appearance:none!important}.outfit-selector__price{margin:4px 0 0;font-weight:700;font-size:20px;line-height:1.1}.outfit-selector__price-wrap{margin-top:2px}.outfit-selector__price-label{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#0000008c}.outfit-selector__error{margin:-4px 0 0;color:#b42318}form[data-outfit-enabled=true] .submit button.overlay-buy_button{width:100%;min-height:52px;border-radius:8px;font-size:16px;font-weight:600;transition:transform .16s ease,opacity .16s ease,filter .16s ease}form[data-outfit-enabled=true] .submit button.overlay-buy_button:hover{transform:translateY(-1px);filter:brightness(.96)}@media(max-width:760px){.outfit-selector{gap:14px;margin-bottom:16px}.outfit-selector__options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow-x:visible}.outfit-selector__choice-card{min-height:96px;padding:12px 34px 12px 12px}.outfit-selector__choice-card--both{grid-column:1 / -1;padding-top:34px}.outfit-selector__choice-copy strong{font-size:16px}.outfit-selector__choice-copy small{font-size:12px}.outfit-selector__choice-copy em{font-size:15px}.outfit-selector__chips{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;max-width:100%;gap:8px;overflow:visible;padding:0}.outfit-selector__chips::-webkit-scrollbar{display:none}.outfit-selector__chips .outfit-selector__chip{width:100%;min-height:42px;min-width:0;padding:9px 8px;flex:none;white-space:nowrap}}@media(max-width:480px){.outfit-selector__options{grid-template-columns:1fr;gap:8px;width:100%;max-width:100%}.outfit-selector__choice-card--both{grid-column:auto}.outfit-selector__choice-copy strong{font-size:15px}.outfit-selector__heading{font-size:21px}.outfit-selector__helper{font-size:14px}.outfit-selector__choice-card{min-height:88px}.outfit-selector__choice-card--both{padding-top:32px}.outfit-selector__chips .outfit-selector__chip{min-width:0}.outfit-selector__chips{grid-template-columns:repeat(3,minmax(0,1fr))}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/outfit-purchase-selector.css.map */
