.sg-fclo[hidden]{display:none!important}.sg-fclo{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050}.sg-fclo__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .25s ease}.sg-fclo.is-open .sg-fclo__overlay{opacity:1}.sg-fclo__drawer{background:#fff;display:flex;flex-direction:column;overflow:hidden}.sg-fclo--drawer .sg-fclo__drawer{position:absolute;top:0;right:0;width:min(100%,620px);height:100%;box-shadow:-10px 0 40px #00000024;transform:translate(100%);transition:transform .3s ease}.sg-fclo--drawer.is-open .sg-fclo__drawer{transform:translate(0)}.sg-fclo--modal{display:flex;align-items:center;justify-content:center;padding:20px}.sg-fclo--modal .sg-fclo__drawer{position:relative;top:auto;right:auto;width:min(100%,680px);max-height:calc(100vh - 40px);height:auto;border-radius:16px;box-shadow:0 24px 64px #0003;transform:scale(.94);opacity:0;transition:transform .28s ease,opacity .28s ease}.sg-fclo--modal.is-open .sg-fclo__drawer{transform:scale(1);opacity:1}.sg-fclo--modal .sg-fclo__body{max-height:calc(100vh - 40px)}.sg-fclo__close{position:absolute;top:18px;right:18px;z-index:3;width:36px;height:36px;border:none;background:transparent;color:#1c2230;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.sg-fclo__body{position:relative;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.sg-fclo__loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ffffffe6;z-index:2}.sg-fclo__loading[hidden]{display:none!important}.sg-fclo__spinner{animation:sg-fclo-spin .8s linear infinite}@keyframes sg-fclo-spin{to{transform:rotate(360deg)}}.sg-fclo__content{padding:28px 24px 32px}.sg-fclo__brand{text-align:center;margin-bottom:8px}.sg-fclo__logo{max-width:120px;height:auto;display:inline-block}.sg-fclo__logo-text{font-size:22px;font-weight:500;color:#23395b}.sg-fclo__title{text-align:center;font-size:28px;font-weight:400;margin:0 0 24px;color:#1c2230}.sg-fclo__product{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #ece8e4}.sg-fclo__product-image{width:72px;height:72px;flex-shrink:0;border-radius:10px;overflow:hidden;background:#ece8e4}.sg-fclo__product-image img,.sg-fclo__product-image svg{width:100%;height:100%;object-fit:cover;display:block}.sg-fclo__product-title{font-size:16px;font-weight:500;margin:0 0 6px;color:#1c2230;line-height:1.35}.sg-fclo__product-price{font-size:16px;font-weight:600;margin:0;color:#1c2230}.sg-fclo__product-tax{font-size:11px;color:#8a8a8a;margin:4px 0 0}.sg-fclo__toolbar{display:flex;justify-content:flex-end;margin-bottom:12px}.sg-fclo__unit-toggle{display:inline-flex;border-radius:999px;overflow:hidden;border:1px solid #e5e5e5;background:#f5f5f5}.sg-fclo__unit-btn{border:none;background:transparent;color:#555;font-size:13px;font-weight:500;padding:8px 16px;cursor:pointer;font-family:inherit;transition:background .15s ease,color .15s ease;margin:0;border-radius:0}.sg-fclo__unit-btn.is-active{background:#ef517f;color:#fff}.sg-fclo__table-wrap{margin-bottom:24px}.sg-fclo__table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #ece8e4;border-radius:12px}.sg-fclo__table{width:100%;min-width:520px;border-collapse:collapse;font-size:13px}.sg-fclo__table thead th{background:#f5f1ed;color:#1c2230;font-weight:500;padding:12px 10px;text-align:center;white-space:nowrap;border-bottom:1px solid #ece8e4}.sg-fclo__table thead th:first-child{text-align:left;padding-left:14px}.sg-fclo__table tbody tr{border-bottom:1px solid #f0eeea;cursor:pointer;transition:background .12s ease}.sg-fclo__table tbody tr:last-child{border-bottom:none}.sg-fclo__table tbody tr:hover{background:#faf9f7}.sg-fclo__table tbody tr.is-selected{background:#fdf8fa}.sg-fclo__table tbody td{padding:14px 10px;text-align:center;color:#333;vertical-align:middle}.sg-fclo__table tbody td:first-child{text-align:left;padding-left:14px;font-weight:500}.sg-fclo__size-cell{display:flex;align-items:center;gap:10px}.sg-fclo__radio{width:18px;height:18px;border:2px solid #ccc;border-radius:50%;flex-shrink:0;position:relative;background:#fff}.sg-fclo__table tbody tr.is-selected .sg-fclo__radio{border-color:#ef517f}.sg-fclo__table tbody tr.is-selected .sg-fclo__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#ef517f}.sg-fclo__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sg-fclo__btn{width:100%;padding:14px 12px;border-radius:999px;font-size:14px;font-weight:500;cursor:pointer;text-align:center;font-family:inherit;transition:opacity .15s ease}.sg-fclo__btn:disabled,.sg-fclo__btn.is-loading{opacity:.55;cursor:not-allowed}.sg-fclo__btn--outline{background:#fff;border:1px solid #23395b;color:#23395b}.sg-fclo__btn--solid{background:#23395b;border:1px solid #23395b;color:#fff}.sg-fclo__error{margin:12px 0 0;font-size:13px;color:#b02a2a;text-align:center}.sg-fclo__error[hidden]{display:none!important}.sg-fclo__error--global{padding:0 24px 16px}.sg-fclo__trigger{border:none;background:none;padding:0;font-family:inherit;cursor:pointer;text-decoration:underline;color:#555;font-size:12px}@media screen and (max-width:749px){.sg-fclo--drawer .sg-fclo__drawer{width:100%}.sg-fclo--modal{padding:12px;align-items:flex-end}.sg-fclo--modal .sg-fclo__drawer{width:100%;max-height:calc(100vh - 24px);border-radius:16px 16px 0 0}.sg-fclo--modal .sg-fclo__body{max-height:calc(100vh - 24px)}.sg-fclo__content{padding:22px 16px 28px}.sg-fclo__title{font-size:24px;margin-bottom:18px}.sg-fclo__actions{grid-template-columns:1fr}.sg-fclo__table{min-width:480px;font-size:12px}.sg-fclo__table thead th,.sg-fclo__table tbody td{padding:10px 8px}}@media screen and (min-width:750px){.sg-fclo__content{padding:32px 28px 36px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/size-guide-fclo.css.map */
