.product-grid-item{position:relative}.product-card-icons{position:absolute;top:42%;left:50%;transform:translate(-50%);display:flex;gap:10px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:10}.product-grid-item:hover .product-card-icons,.product-grid-item:focus-within .product-card-icons{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.product-card-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fff;border:none;cursor:pointer;box-shadow:0 2px 8px #0000001f;transition:background .15s ease,box-shadow .15s ease;color:#333}.product-card-icon-btn:hover{background:#f5f5f5;box-shadow:0 4px 14px #0000002e}.product-card-icon-btn svg{width:18px;height:18px;display:block}@media(max-width:768px){.product-card-icons{opacity:1!important;pointer-events:auto!important;top:60%!important;right:12px!important;left:auto!important;transform:none!important;flex-direction:column;gap:8px;z-index:20}.product-card-icon-btn{width:32px!important;height:32px!important;background:#fffffffa!important;box-shadow:0 4px 12px #0000001f!important}.product-card-icon-btn svg{width:15px!important;height:15px!important}}.qv-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.qv-overlay[hidden]{display:none}.qv-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer}.qv-modal{position:relative;z-index:1;background:#fff;border-radius:12px;width:min(860px,94vw);max-height:90vh;overflow:hidden;display:flex;box-shadow:0 30px 60px #00000026;animation:qvIn .4s cubic-bezier(.16,1,.3,1) both}@keyframes qvIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1)}}.qv-close{position:absolute;top:20px;right:20px;width:36px;height:36px;border-radius:50%;background:#f5f5f5;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;z-index:20;transition:all .2s ease}.qv-close:hover{background:#e0e0e0;transform:scale(1.1)}.qv-nav{position:fixed;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#fff;border:1px solid #eaeaea;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;z-index:10000;box-shadow:0 4px 15px #00000014;transition:all .3s ease}.qv-nav:hover{background:#000;color:#fff;transform:translateY(-50%) scale(1.1);border-color:#000}.qv-nav--prev{left:clamp(8px,2vw,40px)}.qv-nav--next{right:clamp(8px,2vw,40px)}.qv-inner{display:flex;width:100%;min-height:400px;height:100%}.qv-image-wrap{flex:0 0 50%;background:#fcfaf7;display:flex;align-items:center;justify-content:center;padding:40px;overflow:hidden}.qv-image{max-width:100%;max-height:420px;object-fit:contain;display:block;transition:transform .5s ease}.qv-image-wrap:hover .qv-image{transform:scale(1.05)}.qv-info{flex:1;display:flex;flex-direction:column;overflow-y:auto;position:relative}.qv-info-content{padding:40px 40px 10px;flex-shrink:0}.qv-title{font-size:26px;font-weight:800;line-height:1.2;color:#535353;margin:0 0 12px;letter-spacing:-.5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.qv-price-row{display:flex;align-items:center;gap:10px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.qv-price{font-size:16px;font-weight:700;color:#000}.qv-badge{background:#008e40;color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:30px}.qv-options{margin-bottom:24px;display:flex;gap:46px;flex-wrap:wrap}.qv-option-group{margin-bottom:20px}.qv-option-label{font-size:11px;font-weight:700;color:#777;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.qv-variant-btns{display:flex;flex-wrap:wrap;gap:10px}.qv-variant-btn{padding:10px 20px;cursor:pointer;border:1px solid transparent;border-radius:40px;background:#f3f3f3;color:#333;font-size:13px;font-weight:600;min-width:44px;min-height:44px;display:inline-flex;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.qv-variant-btn:hover{background:#eaeaea;transform:translateY(-2px)}.qv-variant-btn:active{transform:scale(.95)}.qv-variant-btn.is-active{background:#b7a487;color:#000;transform:scale(1.05);box-shadow:0 4px 10px #00000026}.qv-variant-btn.is-soldout{opacity:.4;cursor:not-allowed;text-decoration:line-through}.qv-sticky-actions{position:sticky;bottom:0;background:#fffffff5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:10px 40px 40px;margin-top:auto;border-top:1px solid #f2f2f2;z-index:10}.qv-qty-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;display:none}.qv-qty-container .qv-option-label{margin-bottom:0}.qv-qty-control{display:flex;align-items:center;border:1px solid #eaeaea;background:#f7f7f7;border-radius:8px;height:48px;width:max-content}.qv-qty-btn{width:40px;height:100%;border:none;background:transparent;cursor:pointer;font-size:18px;color:#333;transition:all .2s ease}.qv-qty-btn:hover{color:#000;background:#eaeaea}.qv-qty-input{width:40px;height:100%;border:none;border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;background:transparent;text-align:center;font-size:15px;font-weight:600;color:#1a1a1a;-moz-appearance:textfield}.qv-qty-input::-webkit-outer-spin-button,.qv-qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.qv-atc-btn{flex:1;height:50px;background:#000;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:700;letter-spacing:1px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;box-shadow:0 4px 12px #0000001a;margin:auto;width:50%;display:block}.qv-atc-btn:hover{background:#ffcd8f}.qv-atc-btn:disabled{background:#b0b0b0;cursor:not-allowed}.qv-buy-btn{width:100%;height:48px;background:#35b8e0;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:background .15s;margin-bottom:16px}.qv-buy-btn:hover{background:#239bbf}.qv-full-link{display:flex;justify-content:center;align-items:center;gap:5px;font-size:14px;font-weight:600;color:#1a1a1a;text-decoration:underline;text-underline-offset:3px;transition:color .15s;margin-top:16px}.qv-full-link:hover{color:#35b8e0}.qv-modal.is-loading .qv-inner{opacity:.5;pointer-events:none}@media(max-width:680px){.qv-overlay{align-items:flex-end}.qv-modal{width:100%;max-width:100%;border-radius:24px 24px 0 0;margin:0;max-height:92vh;box-shadow:0 -10px 40px #00000026;animation:qvSlideUpMobile .4s cubic-bezier(.16,1,.3,1) both}.qv-inner{flex-direction:column;max-height:92vh}.qv-image-wrap{flex:none;height:280px;padding:30px 20px 20px;background:#fcfaf7}.qv-image{filter:drop-shadow(0 15px 30px rgba(0,0,0,.08));animation:qvImageZoomMobile .7s cubic-bezier(.16,1,.3,1) both}.qv-info-content{padding:24px 20px 10px}.qv-sticky-actions{padding:16px 20px 30px;box-shadow:0 -4px 20px #0000000a}.qv-title{font-size:14px;margin-bottom:8px}.qv-price-row{margin-bottom:16px;padding-bottom:12px}.qv-close{top:15px;right:15px;box-shadow:0 4px 12px #00000014}.qv-nav{display:none}}@keyframes qvSlideUpMobile{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes qvImageZoomMobile{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/91/assets/quick-view.css.map */
