:root{--fk-gap: 1.2rem;--fk-radius: .4rem;--fk-hairline: rgba(var(--color-foreground), .14);--fk-muted: rgba(var(--color-foreground), .62);--fk-ink: rgb(var(--color-foreground))}.fk-ship{display:block;border:1px solid var(--fk-hairline);border-radius:var(--fk-radius);padding:1.2rem 1.4rem 1.3rem;margin:1.6rem 0}.fk-ship__label{display:block;font-size:1.25rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-align:center;color:var(--fk-ink);margin-bottom:.9rem}.fk-ship__label em{font-style:normal;font-weight:700}.fk-ship__track{position:relative;height:.6rem;border-radius:999px;background:rgba(var(--color-foreground),.12);overflow:hidden}.fk-ship__fill{position:absolute;inset:0 auto 0 0;width:0%;border-radius:999px;background:rgb(var(--color-foreground));transition:width .45s cubic-bezier(.22,.61,.36,1)}.fk-ship--met .fk-ship__fill{background:rgb(var(--color-foreground))}@media(prefers-reduced-motion:reduce){.fk-ship__fill{transition:none}}.fk-guarantees{list-style:none;margin:1.6rem 0;padding:0;display:flex;flex-direction:column;gap:.9rem}.fk-guarantees li{display:flex;align-items:center;gap:1rem;font-size:1.35rem;line-height:1.3;color:var(--fk-ink)}.fk-guarantees svg{flex:0 0 1.8rem;width:1.8rem;height:1.8rem;stroke:currentColor;fill:none;stroke-width:1.5;opacity:.85}.fk-models{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem 2rem;margin:1.2rem 0 .4rem;padding:0;list-style:none}.fk-models li{font-size:1.3rem;line-height:1.35;color:var(--fk-muted);flex:0 1 auto}.fk-models li:only-child{flex-basis:100%}.fk-models b{color:var(--fk-ink);font-weight:600}.fk-fit{margin:2rem 0 1.6rem}.fk-fit__ends{display:flex;justify-content:space-between;font-size:1.15rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--fk-muted);margin-bottom:.8rem}.fk-fit__ends span:nth-child(2){color:var(--fk-ink)}.fk-fit__track{position:relative;height:.2rem;background:rgba(var(--color-foreground),.22);border-radius:999px}.fk-fit__dot{position:absolute;top:50%;width:1.1rem;height:1.1rem;border-radius:50%;background:rgb(var(--color-foreground));transform:translate(-50%,-50%)}.fk-fit__note{margin:1rem 0 0;font-size:1.3rem;line-height:1.4;color:var(--fk-muted)}.fk-sticky{position:fixed;left:0;right:0;bottom:0;z-index:9;display:none;align-items:center;gap:1.2rem;padding:1rem 1.4rem calc(1rem + env(safe-area-inset-bottom));background:rgb(var(--color-background));border-top:1px solid var(--fk-hairline);box-shadow:0 -.4rem 1.6rem #00000029;transform:translateY(110%);transition:transform .28s cubic-bezier(.22,.61,.36,1)}.fk-sticky.is-visible{transform:translateY(0)}@media(prefers-reduced-motion:reduce){.fk-sticky{transition:none}}.fk-sticky__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.2rem}.fk-sticky__title{font-size:1.25rem;font-weight:600;line-height:1.2;color:var(--fk-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fk-sticky__sub{font-size:1.2rem;color:var(--fk-muted)}.fk-sticky__sub .fk-sticky__size:empty{display:none}.fk-sticky__btn{flex:0 0 auto;min-height:4.4rem;padding:0 2.2rem;border:0;border-radius:var(--buttons-radius, 0);background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:inherit;font-size:1.4rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.fk-sticky__btn[disabled]{opacity:.5;cursor:not-allowed}.fk-sticky__btn:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}@media screen and (max-width:749px){.fk-sticky{display:flex}}.fk-trustbar{border-top:1px solid var(--fk-hairline);border-bottom:1px solid var(--fk-hairline);padding:2.4rem 1.5rem}.fk-trustbar__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.fk-trustbar__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem;font-size:1.25rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--fk-ink)}.fk-trustbar__item svg{width:2.2rem;height:2.2rem;stroke:currentColor;fill:none;stroke-width:1.4;opacity:.8}@media screen and (max-width:749px){.fk-trustbar{padding:2rem 1rem}.fk-trustbar__inner{gap:.8rem}.fk-trustbar__item{font-size:1.05rem;letter-spacing:.04em}}.fk-card-sizes{display:flex;flex-wrap:nowrap;gap:.4rem;margin:.8rem 0 0;padding:0;list-style:none;overflow-x:auto;scrollbar-width:none}.fk-card-sizes::-webkit-scrollbar{display:none}.fk-card-sizes li{flex:1 1 0;min-width:0}.fk-card-sizes button{width:100%;min-height:2.8rem;padding:0 .2rem;border:1px solid var(--fk-hairline);border-radius:.2rem;background:transparent;color:var(--fk-ink);font-family:inherit;font-size:1.05rem;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:background .15s ease,border-color .15s ease}.fk-card-sizes button:hover:not([disabled]){background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.fk-card-sizes button:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.fk-card-sizes button[disabled]{opacity:.35;cursor:not-allowed;text-decoration:line-through}.fk-card-sizes.is-busy{opacity:.5;pointer-events:none}.card-wrapper .cart-button-container,.card-wrapper .size-options,.card-wrapper .quick-add{display:none!important}.card-wrapper .card-information{padding-top:.2rem}.fk-cart-upsell{border-top:1px solid var(--fk-hairline);padding:1.6rem 0 .4rem;margin-top:1.2rem}.fk-cart-upsell__heading{font-size:1.2rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fk-muted);margin:0 0 1.2rem}.fk-cart-upsell__row{display:flex;gap:1.2rem;align-items:flex-start}.fk-cart-upsell__img{flex:0 0 7.2rem;width:7.2rem;aspect-ratio:4 / 5;object-fit:cover;border-radius:.2rem}.fk-cart-upsell__body{flex:1 1 auto;min-width:0}.fk-cart-upsell__title{display:block;font-size:1.3rem;font-weight:600;line-height:1.25;color:var(--fk-ink);text-decoration:none}.fk-cart-upsell__price{display:block;font-size:1.3rem;color:var(--fk-muted);margin-top:.2rem}.fk-cart-payments{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin:1.2rem 0 0;padding:0;list-style:none}.fk-cart-payments li{line-height:0}.fk-cart-payments svg{height:2rem;width:auto}.fk-cart-securenote{margin:.8rem 0 0;text-align:center;font-size:1.15rem;color:var(--fk-muted)}.fk-sizehelp{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;margin:1.2rem 0 .4rem}.fk-sizehelp__find{display:inline-flex;align-items:center;gap:.7rem;padding:0;border:0;background:none;color:var(--fk-ink);font-family:inherit;font-size:1.3rem;font-weight:600;cursor:pointer}.fk-sizehelp__find svg{width:1.7rem;height:1.7rem;stroke:currentColor;fill:none;stroke-width:1.5}.fk-sizehelp__chart{font-size:1.3rem;font-weight:600;color:var(--fk-ink);text-decoration:underline;text-underline-offset:.3rem}.fk-sizehelp__find:focus-visible,.fk-sizehelp__chart:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}product-info .product-form__input--pill{gap:.6rem}product-info .product-form__input--pill>legend.form__label,product-info .product-form__input--pill>.form__label{flex:0 0 100%;width:100%;margin:0 0 .2rem}product-info .product-form__input--pill>label{flex:1 1 0;min-width:3.4rem;margin:0;text-align:center}product-info .product-form__input--pill input[type=radio]:disabled+label,product-info .product-form__input--pill input[type=radio].disabled+label{border-style:dashed;text-decoration:line-through;opacity:.45}.fk-price{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.6rem 1.2rem;margin:.6rem 0 1.4rem}.fk-price__rating:empty{display:none}.fk-price__stars{display:inline-flex;align-items:center;gap:.7rem;text-decoration:none;color:inherit}.fk-stars{font-size:1.4rem;letter-spacing:.1em;color:var(--fk-ink);line-height:1}.fk-price__reviews{font-size:1.3rem;color:var(--fk-muted)}.fk-price__stars:hover .fk-price__reviews{text-decoration:underline;text-underline-offset:.3rem}.fk-price__money{display:inline-flex;align-items:baseline;gap:.8rem;white-space:nowrap}.fk-price__was{font-size:1.6rem;color:var(--fk-muted)}.fk-price__now{font-size:2.2rem;font-weight:700;color:var(--fk-ink);line-height:1}.fk-price__save{font-size:1.4rem;font-weight:600;color:#c0392b}@media screen and (max-width:989px){.product-three-column{display:flex!important;flex-direction:column;align-items:stretch}.product-left-column,.product-left-column>.product-description-section{display:contents}.fk-models-standalone{order:2}.product-description-section>h1{order:3;width:80%;max-width:100%;margin:0 auto .4rem}.product-right-column{order:4}.product-description-section>.product-description-content{order:5;width:80%;max-width:100%;margin:0 auto}}.fk-models-standalone{display:none}@media screen and (max-width:989px){.fk-models-standalone{display:block;width:80%;max-width:100%;margin:0 auto}.product-right-column .fk-models{display:none}}.fk-trustbar{border:0;padding:2.4rem 1.5rem}.fk-trustbar__item{border:1px solid var(--fk-hairline);border-radius:var(--fk-radius);padding:1.4rem .8rem;justify-content:center;min-height:8.4rem}
/*# sourceMappingURL=/cdn/shop/t/31/assets/fk-cro.css.map */
