.frc-quick-shop[hidden]{display:none}.frc-quick-shop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center}.frc-quick-shop__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .25s ease}.frc-quick-shop.is-open .frc-quick-shop__overlay{opacity:1}.frc-quick-shop__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:calc(100% - 32px);max-width:420px;max-height:calc(100vh - 48px);overflow:hidden;background:#fff;border-radius:8px;padding:0;box-sizing:border-box;box-shadow:0 24px 60px #00000040;transform:translateY(16px);opacity:0;transition:transform .25s ease,opacity .25s ease}.frc-quick-shop.is-open .frc-quick-shop__dialog{transform:translateY(0);opacity:1}.frc-quick-shop__scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.frc-quick-shop__media{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:8px 8px 0 0;overflow:hidden;background:#f2f2f2}.frc-quick-shop__close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#fffffff2;box-shadow:0 2px 8px #00000026;cursor:pointer;color:#000}.frc-quick-shop__close svg{width:14px;height:14px}.frc-quick-shop__content{padding:16px 24px 24px;text-align:center}.frc-quick-shop__image{width:100%;height:100%;object-fit:cover;display:block}.frc-quick-shop__rating{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:0}.frc-quick-shop__stars{display:inline-flex;align-items:center;gap:2px}.frc-quick-shop__star{position:relative;display:inline-flex;width:15px;height:15px}.frc-quick-shop__star svg{width:15px;height:15px;display:block}.frc-quick-shop__star svg path{fill:#f6af00}.frc-quick-shop__star--muted svg path{fill:#0000002e}.frc-quick-shop__star--partial .frc-quick-shop__star-bg svg path{fill:#0000002e}.frc-quick-shop__star--partial .frc-quick-shop__star-fg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.frc-quick-shop__star--partial .frc-quick-shop__star-fg svg path{fill:#f6af00}.frc-quick-shop__review-count{font-size:13px;color:#000000b3}.frc-quick-shop__title{margin:8px 0 0;font-family:Ogg,serif;font-size:22px;line-height:1.2;font-weight:400}.frc-quick-shop__price-row{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-top:6px}.frc-quick-shop__price{font-size:18px;font-weight:500}.frc-quick-shop__price--sale{color:#c0392b}.frc-quick-shop__compare{font-size:15px;color:#00000080;text-decoration:line-through}.frc-quick-shop__compare:empty{display:none}.frc-quick-shop__group{margin-top:20px}.frc-quick-shop__group-label{margin:0 0 10px;font-size:14px;font-weight:600}.frc-quick-shop__group-value{font-weight:400;color:#000000b3}.frc-quick-shop__swatch-row{display:grid;justify-content:center;justify-items:center;align-items:start;align-content:start;gap:12px 12px;width:max-content;max-width:100%;margin-inline:auto;overflow:visible;grid-template-columns:repeat(3,72px)}.frc-quick-shop__swatch-row[data-cols="1"]{grid-template-columns:repeat(1,72px)}.frc-quick-shop__swatch-row[data-cols="2"]{grid-template-columns:repeat(2,72px)}.frc-quick-shop__swatch-row[data-cols="3"]{grid-template-columns:repeat(3,72px)}.frc-quick-shop__swatch-row[data-cols="4"]{grid-template-columns:repeat(4,64px);gap:12px 10px}.frc-quick-shop__swatch-row[data-cols="5"]{grid-template-columns:repeat(5,56px);gap:12px 8px}.frc-quick-shop__swatch{display:inline-flex;flex-direction:column;align-items:center;gap:5px;width:72px;max-width:100%;padding:0;border:0;background:transparent;cursor:pointer;overflow:visible;box-sizing:border-box}.frc-quick-shop__swatch-row[data-cols="4"] .frc-quick-shop__swatch{width:64px}.frc-quick-shop__swatch-row[data-cols="5"] .frc-quick-shop__swatch{width:56px}.frc-quick-shop__swatch-caption{display:-webkit-box;width:100%;max-width:72px;min-height:3.75em;font-size:10px;line-height:1.25;text-align:center;text-transform:uppercase;letter-spacing:0;color:#000000b3;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.frc-quick-shop__swatch-row[data-cols="4"] .frc-quick-shop__swatch-caption{max-width:64px;font-size:9px}.frc-quick-shop__swatch-row[data-cols="5"] .frc-quick-shop__swatch-caption{max-width:56px;font-size:9px}.frc-quick-shop__swatch-visual{position:relative;width:40px;height:40px;border-radius:50%;overflow:hidden;border:1px solid rgba(0,0,0,.2);background:#f2f2f2;box-sizing:border-box;box-shadow:0 0 0 2px #fff,0 0 0 3px transparent;transition:box-shadow .15s ease,border-color .15s ease}.frc-quick-shop__swatch-img{width:100%;height:100%;object-fit:cover;display:block}.frc-quick-shop__swatch-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:13px;text-transform:uppercase;color:#555}.frc-quick-shop__swatch:hover .frc-quick-shop__swatch-visual{border-color:#00000080}.frc-quick-shop__swatch:focus-visible{outline:none}.frc-quick-shop__swatch:focus-visible .frc-quick-shop__swatch-visual{box-shadow:0 0 0 2px #fff,0 0 0 3.5px #0a0a0b}.frc-quick-shop__swatch--active .frc-quick-shop__swatch-visual{border-color:transparent;box-shadow:0 0 0 2px #fff,0 0 0 3.5px #0a0a0b}.frc-quick-shop__swatch--active .frc-quick-shop__swatch-caption{color:#000;font-weight:600}.frc-quick-shop__swatch--disabled{cursor:not-allowed;opacity:.3;pointer-events:none}.frc-quick-shop__swatch--sold-out{cursor:not-allowed}.frc-quick-shop__swatch--sold-out .frc-quick-shop__swatch-caption{color:#0006}.frc-quick-shop__error{margin:14px 0 0;font-size:13px;color:#c0392b}.frc-quick-shop__error[hidden]{display:none}.frc-quick-shop__footer{flex-shrink:0;padding:12px 24px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 -8px 20px #0000000a}.frc-quick-shop__add{width:100%;min-height:48px;margin:0}.frc-quick-shop__add[disabled]{opacity:.55;cursor:not-allowed}.frc-quick-shop__add.is-loading{opacity:.7;pointer-events:none}body.frc-quick-shop-open{overflow:hidden}@media(max-width:767px){.frc-quick-shop{align-items:flex-end;justify-content:stretch}.frc-quick-shop__dialog{width:100%;max-width:none;max-height:90vh;border-radius:16px 16px 0 0;padding:0;transform:translateY(100%)}.frc-quick-shop.is-open .frc-quick-shop__dialog{transform:translateY(0)}.frc-quick-shop__dialog:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;border-radius:100px;background:#0003;z-index:3;pointer-events:none}.frc-quick-shop__media{aspect-ratio:auto;height:auto;overflow:visible;border-radius:16px 16px 0 0}.frc-quick-shop__image{width:100%;height:auto;max-height:none;object-fit:contain;object-position:top center}.frc-quick-shop__close{position:absolute;top:12px;right:12px;z-index:4}.frc-quick-shop__content{padding:16px 20px 20px}.frc-quick-shop__footer{padding:12px 20px calc(12px + env(safe-area-inset-bottom,0px))}.frc-quick-shop__add{min-height:52px}}
/*# sourceMappingURL=/cdn/shop/t/716/assets/quick-shop-modal.css.map */
