#lw-qa-popup{font-family:var(--font-body-family),system-ui,-apple-system,sans-serif}.lw-qa-close{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0;padding:0}.lw-qa-close:hover{background:#e5e5e5}.lw-qa-close svg{width:14px;height:14px;stroke:#000!important;color:#000!important;stroke-width:2}.lw-qa-body{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:20px;flex:1}.lw-qa-product-top{display:flex;gap:16px;margin-bottom:20px}.lw-qa-image-wrap{width:100px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f9f9f9}.lw-qa-image-wrap img{width:100%;height:100%;object-fit:contain}.lw-qa-product-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:6px}.lw-qa-product-title{font-size:17px;font-weight:700;color:#000;margin:0;line-height:1.25;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lw-qa-price-wrap{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.lw-qa-price{font-size:20px;font-weight:800;color:#000}.lw-qa-compare-price{font-size:14px;color:#999;text-decoration:line-through}.lw-qa-badge-sale{font-size:11px;font-weight:700;color:#fff;background:#e53935;padding:2px 6px;border-radius:4px;white-space:nowrap}.lw-qa-tax{font-size:11px;color:#999;margin-top:2px}.lw-qa-section{margin-bottom:20px}.lw-qa-section-label{font-size:14px;font-weight:700;color:#000;margin-bottom:10px;display:block}.lw-qa-section-label span{font-weight:500;color:#444}.lw-qa-swatches{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:8px}.lw-qa-swatch{width:100%;aspect-ratio:1 / 1;border-radius:10px;border:2.5px solid #e0e0e0;cursor:pointer;overflow:hidden;background:#f9f9f9;transition:border-color .15s;padding:0}.lw-qa-swatch:hover{border-color:#999}.lw-qa-swatch--active{border-color:#000!important;border-width:3px}.lw-qa-swatch--unavailable{opacity:.35;cursor:not-allowed;position:relative}.lw-qa-swatch--unavailable:after{content:"";position:absolute;top:50%;left:-2px;right:-2px;height:1px;background:#999;transform:rotate(-45deg)}.lw-qa-swatch img{width:100%;height:100%;object-fit:contain}.lw-qa-dropdown-wrap{position:relative}.lw-qa-dropdown{width:100%;height:48px;padding:0 40px 0 14px;border:1.5px solid #ddd;border-radius:8px;font-size:14px;font-weight:500;color:#000;background:#fff;appearance:none;-webkit-appearance:none;cursor:pointer;transition:border-color .15s}.lw-qa-dropdown:focus{border-color:#000;outline:none}.lw-qa-dropdown-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;width:10px;height:10px}.lw-qa-pills{display:flex;gap:8px}.lw-qa-pill{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:12px 14px;border:1.5px solid #ddd;border-radius:8px;cursor:pointer;background:#fff;transition:border-color .15s,background .15s;text-align:center;min-height:56px}.lw-qa-pill:hover:not(.lw-qa-pill--disabled){border-color:#999}.lw-qa-pill--active{border-color:#000!important;border-width:2px;background:#00000005}.lw-qa-pill--disabled{opacity:.35;cursor:not-allowed}.lw-qa-pill-name{font-size:14px;font-weight:700;color:#000;line-height:1.2}.lw-qa-pill-sub{font-size:12px;color:#666;line-height:1.2}.lw-qa-pill-price{font-size:11px;font-weight:600;color:#666;line-height:1.2}.lw-qa-pill-soon{font-size:10px;color:#aaa;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.lw-qa-pill--disabled .lw-qa-pill-name{color:#aaa}.lw-qa-qty-row{display:flex;align-items:center;gap:12px;margin-bottom:20px}.lw-qa-qty-label{font-size:13px;font-weight:600;color:#000}.lw-qa-qty-wrap{display:flex;align-items:center;border:1.5px solid #ddd;border-radius:8px;overflow:hidden}.lw-qa-qty-btn{width:40px;height:40px;border:none;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:#000;transition:background .15s;padding:0}.lw-qa-qty-btn:hover{background:#f5f5f5}.lw-qa-qty-btn:disabled{opacity:.3;cursor:not-allowed}.lw-qa-qty-val{width:36px;text-align:center;font-size:14px;font-weight:600;color:#000;border:none;background:transparent;-moz-appearance:textfield}.lw-qa-qty-val::-webkit-outer-spin-button,.lw-qa-qty-val::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.lw-qa-footer{padding:16px 20px;border-top:1px solid #eee;flex-shrink:0;background:#fff}.lw-qa-add-btn{width:100%;height:54px;border:none;border-radius:8px;background:#000;color:#fff;font-size:16px;font-weight:800;letter-spacing:.02em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s,opacity .2s}.lw-qa-add-btn:hover:not(:disabled){background:#333}.lw-qa-add-btn:disabled{opacity:.5;cursor:not-allowed}.lw-qa-add-btn svg{width:18px;height:18px}.lw-qa-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:lw-qa-spin .6s linear infinite;display:none}.lw-qa-add-btn--loading .lw-qa-spinner{display:block}.lw-qa-add-btn--loading .lw-qa-add-text{display:none}@keyframes lw-qa-spin{to{transform:rotate(360deg)}}.lw-qa-add-btn--success{background:#2e7d32!important;opacity:1!important}.lw-qa-error{color:#e53935;font-size:12px;text-align:center;padding:8px 0 0;display:none}.lw-qa-error--visible{display:block}.lw-qa-benefits{display:flex;flex-direction:column;gap:6px;padding:14px 0 16px;margin-bottom:4px;border-top:1px solid #eee;border-bottom:1px solid #eee}.lw-qa-benefit-row{display:flex;align-items:center;gap:10px;padding:1px 0}.lw-qa-benefit-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0}.lw-qa-benefit-row span{font-size:14px;font-weight:600;color:#1c1c1c;line-height:1.3}.lw-qa-soldout{display:none;text-align:center;padding:16px;color:#999;font-size:14px}.lw-qa-loading{padding:24px;display:flex;flex-direction:column;gap:16px}.lw-qa-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:lw-qa-shimmer 1.5s infinite;border-radius:6px}.lw-qa-skeleton--img{width:80px;height:80px}.lw-qa-skeleton--text{height:16px;width:60%}.lw-qa-skeleton--text-sm{height:12px;width:40%}.lw-qa-skeleton--pill{height:52px;width:100%}@keyframes lw-qa-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media screen and (min-width:990px){.lw-qa-body{max-height:60vh}.lw-qa-swatches{grid-template-columns:repeat(auto-fill,minmax(92px,1fr))}}@media screen and (max-width:989px){.lw-qa-body{max-height:55vh}.lw-qa-product-top{gap:12px}.lw-qa-image-wrap{width:100px;height:100px}.lw-qa-swatches{grid-template-columns:repeat(auto-fill,minmax(68px,1fr))}}@keyframes lw-qa-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes lw-qa-sheet-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/lw-quick-add.css.map */
