.js quick-view-drawer{display:block}.quick-view__summary{display:flex;align-items:center;justify-content:center;position:absolute;z-index:2;top:1.5rem;right:1.5rem;width:3.6rem;height:3.6rem;border-radius:50%;cursor:pointer;color:#333;transform:scale(0);transition:transform .3s ease}.quick-view__summary:after{content:"";z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:#fff;box-shadow:0 0 4rem #3333}.quick-view__summary .icon{pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.8rem;height:1.8rem}@media screen and (hover: hover){.card-wrapper:hover .quick-view__summary{transform:scale(1);transition-delay:.15s}}.quick-view-drawer{background:#fff;border:none;border-radius:0;bottom:0;height:100%;left:0;margin:0;max-height:100vh;max-width:100vw;overflow:hidden;padding:0;position:fixed;right:0;top:0;width:100vw;z-index:1001}.quick-view-drawer[open]{animation:animateDrawerOpen .3s ease}.quick-view-drawer .modal__toggle{background:#fff;border:.1rem solid rgba(51,51,51,.1);border-radius:50%;color:#333;height:4.4rem;position:fixed;right:2rem;top:2rem;width:4.4rem;z-index:5}.quick-view-drawer .modal__toggle:hover{border-color:#333}.quick-view-drawer .modal__toggle .icon{height:1.5rem;width:1.5rem}.quick-view-drawer .modal__content{background:transparent;border:none;border-radius:0;box-shadow:none;display:grid;grid-template-rows:1fr;height:100vh;max-height:100vh;overflow:hidden;padding:0;width:100vw}.quick-view-content{background:#fff;display:grid;grid-template-rows:auto 1fr;height:100vh;overflow:hidden;width:100vw}.quick-view-content .product-form{background:#fff;padding:2rem}@media screen and (min-width: 768px) and (max-width: 1024px){.quick-view-content .product-form{padding:3rem}}@media screen and (min-width: 768px) and (max-width: 1024px){.quick-view-content{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.quick-view-content .product-form{overflow-y:auto}}.quick-view-content .product__media{background:#f8f9fa;position:relative}.quick-view-content .product__media img{height:100%;object-fit:cover;width:100%}.quick-view-content .product__title{font-size:2.4rem;line-height:1.2;margin-bottom:20px}@media screen and (min-width: 768px) and (max-width: 1024px){.quick-view-content .product__title{font-size:2.8rem}}.quick-view-content .product__description{margin-bottom:32px}.quick-view-content .product-form__buttons{margin-top:32px}.quick-view-content .price{margin-bottom:20px}.quick-view-content .product-form__cart{margin-top:20px}.quick-view__media-gallery{display:flex;flex-direction:column;height:100%}.quick-view__main-image{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.quick-view__main-image img{max-height:100%;max-width:100%;object-fit:contain}.quick-view__thumbnails{display:flex;gap:8px;padding:20px;overflow-x:auto}@media screen and (max-width: 767px){.quick-view__thumbnails{justify-content:center}}.quick-view__thumbnail{flex-shrink:0;width:6rem;height:6rem;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:border-color .2s ease}.quick-view__thumbnail:hover,.quick-view__thumbnail.active{border-color:#00957a}.quick-view__thumbnail img{width:100%;height:100%;object-fit:cover}.quick-view__loading{display:flex;align-items:center;justify-content:center;height:100vh;flex-direction:column;gap:20px}.quick-view__loading-spinner{width:4rem;height:4rem;border:3px solid #e5e5e5;border-top-color:#00957a;border-radius:50%;animation:spin 1s linear infinite}.quick-view__loading-text{font-size:1.6rem;color:#666}@keyframes animateDrawerOpen{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.quick-view-drawer::backdrop{background:#00000080;opacity:0;animation:fadeIn .3s ease forwards}@keyframes fadeIn{to{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/component-quick-view.css.map */
