product-quick-view{position:fixed;top:0;left:0;width:100vw;height:100%;z-index:100000;visibility:hidden;pointer-events:none;transition:visibility 0s .3s}.fs_quick_view.active{visibility:visible;pointer-events:auto;transition:visibility 0s 0s}.fs_quick_view__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;opacity:0;transition:opacity .3s ease-in-out}.fs_quick_view.active .fs_quick_view__overlay{opacity:1}.fs_quick_view__panel{position:fixed;top:auto;left:0;right:0;bottom:0;width:100%;max-width:100%;height:78vh;background-color:#fff;box-shadow:0 -4px 24px #0000004d;transform:translateY(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column;overflow:hidden;border-radius:16px 16px 0 0;padding:20px}@media screen and (min-width:961px){.fs_quick_view__panel{top:0;right:0;bottom:0;left:auto;max-width:960px;height:auto;border-radius:20px 0 0 20px;transform:translate(100%);box-shadow:-4px 0 24px #0000004d;padding:47px}}.fs_quick_view.active .fs_quick_view__panel{transform:translateY(0)}@media screen and (min-width:961px){.fs_quick_view.active .fs_quick_view__panel{transform:translate(0)}}.fs_quick_view__close{width:28px;height:28px;top:12px;right:12px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border:1px solid #e0e0e0;border-radius:50%;cursor:pointer;color:var(--fs-color-text);transition:background-color .2s ease-in-out}@media screen and (min-width:961px){.fs_quick_view__close{width:32px;height:32px;top:auto;right:auto}}.fs_quick_view__close:hover{background:#f0f0f0}.fs_quick_view__close:focus-visible{outline:2px solid currentColor;outline-offset:2px}.fs_quick_view__head{display:flex;position:relative;justify-content:end;margin-bottom:14px}.fs_quick_view__content{flex:1;overflow-y:auto}.fs_quick_view__loading{display:flex;align-items:center;justify-content:center;min-height:300px}.fs_quick_view__loading .loading__spinner{width:40px;height:40px}.fs_quick_view__loading .spinner{animation:rotator 1.4s linear infinite}.fs_quick_view__loading .path{stroke:var(--fs-color-text);stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.fs_quick_view__error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px;font-family:var(--fs-font-family);color:var(--fs-color-text)}.fs_quick_view__error p{margin:0;font-size:14px}.fs_quick_view__error button{background:#000;color:#fff;border:none;padding:8px 20px;border-radius:4px;cursor:pointer;font-size:13px}.fs_quick_view__images:empty{display:none}.fs_quick_view__images:empty+.fs_quick_view__info{flex:1;max-width:100%;border-left:none}.fs_quick_view__desc:empty{display:none}.fs_quick_view__inner{display:flex;flex-direction:column;min-height:100%;gap:16px}@media screen and (min-width:961px){.fs_quick_view__inner{flex-direction:row;gap:24px}}.fs_quick_view__images{flex:1;display:block;overflow:visible;gap:12px;align-content:start}.fs_quick_view__images .fs_quick_view__image_item:first-child{grid-column:1 / -1}.fs_quick_view__images img{display:block;width:100%;height:auto;border-radius:0}@media screen and (min-width:961px){.fs_quick_view__images{display:grid;grid-template-columns:1fr 1fr;overflow-y:auto}.fs_quick_view__images img{border-radius:4px}}.fs_quick_view__image_nav{display:flex;gap:0 8px;overflow:auto hidden;padding:12px 20px 0;list-style:none;margin:0}@media screen and (min-width:961px){.fs_quick_view__image_nav{display:none}}.fs_quick_view__image_nav_item{flex:0 0 60px;cursor:pointer}.fs_quick_view__image_nav_item.current{outline:2px solid #999;outline-offset:-2px}.fs_quick_view__image_nav_item>img{display:block;width:100%;aspect-ratio:1.5 / 1;object-fit:cover}.fs_quick_view__info{flex:none;max-width:100%;margin:16px 0 24px;padding:0;border-left:none;overflow:visible}@media screen and (min-width:961px){.fs_quick_view__info{flex:0 0 353px;max-width:353px;margin:0;overflow-y:auto}}.fs_quick_view__info_header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.fs_quick_view__fav{background:none;border:none;padding:0;cursor:pointer;flex-shrink:0}.fs_quick_view__fav img:nth-child(2){display:none}.fs_quick_view__fav.active img:nth-child(1){display:none}.fs_quick_view__fav.active img:nth-child(2){display:block}.fs_quick_view__title{font-family:var(--fs-font-family-bold);font-size:18px;color:var(--fs-color-text);margin:0 0 8px;line-height:1.4}.fs_quick_view__photographer{display:inline-block;font-family:var(--fs-font-family);font-size:14px;color:var(--fs-color-text);text-decoration:underline;margin-bottom:0}.fs_quick_view__desc{font-family:var(--fs-font-family);font-size:13px;line-height:1.8;color:var(--fs-color-text);margin-bottom:24px}.fs_quick_view__view_more{display:block;text-align:center;width:100%;background-color:#323232;color:#fff;font-family:var(--fs-font-family);font-size:16px;padding:16px 24px;border-radius:4px;text-decoration:none;margin-bottom:28px;transition:opacity .2s ease-in-out}.fs_quick_view__view_more:hover{opacity:.8}.fs_quick_view__tags{list-style:none;padding:0;margin:0}.fs_quick_view__tag_item{display:flex;align-items:baseline;margin-bottom:8px;font-size:12px;line-height:1.6}.fs_quick_view__tag_name{flex-shrink:0;color:#999;font-family:var(--fs-font-family);margin-right:4px}.fs_quick_view__tag_val{display:flex;flex-wrap:wrap;gap:4px 8px}.fs_quick_view__tag_val a{color:var(--fs-color-text);text-decoration:underline;font-family:var(--fs-font-family)}.fs_quick_view__tag_val a:hover{opacity:.7}@media(prefers-reduced-motion:reduce){.fs_quick_view__panel,.fs_quick_view__overlay{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/fs-product-quick-view.css.map */
