.product-picker{display:grid;grid-template-columns:1fr;gap:1.6rem}@media screen and (min-width: 1024px){.product-picker{gap:2.4rem}}.product-picker .picker-options-label{font-size:1.8rem;font-weight:600;line-height:2.4rem;letter-spacing:0%;color:var(--balck)}.product-picker .picker-options-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}@media screen and (min-width: 1024px){.product-picker .picker-options-wrapper{gap:1.6rem}}.product-picker .picker-options-wrapper>.option{display:flex;align-items:center;justify-content:space-between;border-radius:.8rem;border:1px solid #DCDEE9;background-color:var(--white);padding:1.6rem;cursor:pointer;transition:border-color .2s ease;text-decoration:none}@media screen and (min-width: 1024px){.product-picker .picker-options-wrapper>.option{flex-direction:column;justify-content:center;padding:1.6rem}}.product-picker .picker-options-wrapper>.option.active,.product-picker .picker-options-wrapper>.option:hover{border-width:1.5px;border-color:var(--blue-900)}.product-picker .picker-options-wrapper>.option .option-content{display:flex;flex-direction:column;justify-content:center;font-size:1.6rem;font-weight:600;line-height:2.4rem;letter-spacing:0%;color:var(--grey-900)}@media screen and (min-width: 1024px){.product-picker .picker-options-wrapper>.option .option-content{align-items:center;justify-content:center}}.product-picker .picker-options-wrapper>.option .option-content .difference{display:inline-block;margin-top:.2rem;font-weight:400}@media screen and (min-width: 1024px){.product-picker .picker-options-wrapper>.option .option-content .difference{margin-top:.4rem}}.product-picker .picker-options-wrapper>.option:after{content:"";display:block;width:2.4rem;height:2.4rem;border-radius:100%;background:var(--swatch-bg) no-repeat center / cover;overflow:hidden;margin-left:.8rem;flex-shrink:0}@media screen and (min-width: 1024px){.product-picker .picker-options-wrapper>.option:after{margin-left:0rem;margin-top:.8rem}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/component-product-picker.css.map */
