.wc-buttons{display:flex;gap:8px;margin-top:12px;width:100%}.wc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1.5px solid #e0e0e0;border-radius:8px;background:#fff;color:#555;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;position:relative;flex:1}.wc-btn:hover{border-color:#318aa3;color:#318aa3}.wc-btn.is-active{border-color:#318aa3;color:#318aa3;background:#f0f8fa}.wc-btn svg{width:18px;height:18px;transition:all .2s}.wc-btn[data-wishlist-btn].is-active svg{fill:#e25555;stroke:#e25555}.wc-btn[data-wishlist-btn]:not(.is-active) svg{fill:none;stroke:currentColor}.wc-btn[data-compare-btn].is-active svg{stroke:#318aa3}.wc-btn .wc-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#1d1d1f;color:#fff;font-size:12px;padding:6px 10px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;margin-bottom:8px}.wc-btn:hover .wc-tooltip{opacity:1}.wc-header-icon{position:relative;display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;color:rgb(var(--color-foreground));cursor:pointer;text-decoration:none}.wc-header-icon svg{height:2rem;width:2rem;fill:none;vertical-align:middle;stroke-width:1.5}.wc-header-icon:hover svg{transform:scale(1.07)}.wc-header-badge{position:absolute;top:.6rem;right:.3rem;background:#318aa3;color:#fff;font-size:1rem;font-weight:700;width:1.6rem;height:1.6rem;border-radius:50%;display:none;align-items:center;justify-content:center}.wc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;padding:20px 0}.wc-card{border:1px solid #eee;border-radius:12px;overflow:hidden;background:#fff;transition:box-shadow .2s}.wc-card:hover{box-shadow:0 4px 16px #00000014}.wc-card__image-link{display:block;aspect-ratio:1;overflow:hidden;background:#f8f8f8}.wc-card__image-link img{width:100%;height:100%;object-fit:contain}.wc-card__info{padding:16px}.wc-card__vendor{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#999;margin:0 0 4px}.wc-card__title{font-size:14px;font-weight:600;color:#1d1d1f;text-decoration:none;display:block;margin-bottom:8px}.wc-card__title:hover{color:#318aa3}.wc-card__price{font-size:16px;font-weight:700;color:#1d1d1f;margin:0}.wc-card__remove{width:100%;padding:10px;border:none;border-top:1px solid #eee;background:#fff;color:#999;font-size:13px;cursor:pointer;transition:all .2s}.wc-card__remove:hover{background:#fff5f5;color:#e25555}.wc-compare-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:0;max-width:960px;margin-left:auto;margin-right:auto}.wc-compare-cards:has(>:nth-child(3)){max-width:960px}.wc-compare-cards:not(:has(>:nth-child(3))){max-width:640px}.wc-compare-cards:not(:has(>:nth-child(2))){max-width:320px}.wc-compare-product-card{border:1px solid #eee;border-radius:12px;padding:24px 20px;text-align:center;background:#fff}.wc-compare-product-image{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.wc-compare-product-image img{width:100%;height:100%;object-fit:contain}.wc-compare-product-vendor{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:#999;margin:0 0 6px}.wc-compare-product-title{font-size:15px;font-weight:600;color:#1d1d1f;text-decoration:none;display:block;margin-bottom:12px;line-height:1.4}.wc-compare-product-title:hover{color:#318aa3}.wc-compare-product-price{margin-bottom:16px}.wc-compare-price-current{font-size:20px;font-weight:700;color:#1d1d1f}.wc-compare-price-was{font-size:14px;color:#999;text-decoration:line-through;margin-left:8px}.wc-compare-shop-btn{display:block;width:100%;padding:12px;background:#318aa3;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:background .2s;margin-bottom:8px}.wc-compare-shop-btn:hover{background:#297a8f;color:#fff}.wc-compare-remove-btn{display:block;width:100%;padding:8px;background:none;border:none;color:#ccc;font-size:12px;cursor:pointer;transition:color .2s}.wc-compare-remove-btn:hover{color:#e25555}.wc-compare-specs{margin-top:0;border:1px solid #eee;border-radius:0 0 12px 12px;overflow:hidden;max-width:960px;margin-left:auto;margin-right:auto}.wc-compare-spec-row{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #f0f0f0}.wc-compare-spec-row:last-child{border-bottom:none}.wc-compare-spec-row:nth-child(odd){background:#fafafa}.wc-compare-spec-label{display:none}.wc-compare-spec-value{padding:16px 20px;font-size:14px;color:#333;text-align:center;border-left:1px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;gap:4px}.wc-compare-spec-value:before{content:attr(data-label);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#999}.wc-compare-spec-value:first-child{border-left:none}.wc-empty{text-align:center;padding:60px 20px}.wc-empty p{font-size:16px;color:#999;margin-bottom:20px}.wc-empty__btn{display:inline-block;padding:12px 32px;background:#318aa3;color:#fff;border-radius:8px;text-decoration:none;font-weight:600}.wc-empty__btn:hover{background:#297a8f;color:#fff}.wc-toast-container{position:fixed;top:120px;right:24px;z-index:10000;display:flex;flex-direction:column-reverse;gap:10px;pointer-events:none;max-width:calc(100vw - 48px)}.wc-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:12px;background:#fff;color:#1d1d1f;border-left:4px solid #318aa3;padding:14px 14px 14px 16px;border-radius:10px;box-shadow:0 10px 30px #00000026,0 2px 6px #00000014;min-width:280px;max-width:380px;transform:translateY(-12px);opacity:0;transition:transform .25s ease,opacity .25s ease}.wc-toast.is-visible{transform:translateY(0);opacity:1}.wc-toast--warn{border-left-color:#d97706}.wc-toast__icon{flex:0 0 auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f0f8fa;color:#318aa3;border-radius:50%}.wc-toast--warn .wc-toast__icon{background:#fef3c7;color:#d97706}.wc-toast__icon svg{width:16px;height:16px}.wc-toast__body{flex:1;min-width:0}.wc-toast__title{font-weight:600;font-size:14px;line-height:1.3;margin:0 0 2px;color:#1d1d1f}.wc-toast__msg{font-size:13px;color:#666;margin:0;line-height:1.4}.wc-toast__cta{display:inline-block;margin-top:6px;font-size:13px;font-weight:600;color:#318aa3;text-decoration:none}.wc-toast__cta:hover{color:#297a8f;text-decoration:underline}.wc-toast__close{flex:0 0 auto;border:none;background:none;cursor:pointer;color:#999;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center}.wc-toast__close:hover{color:#333;background:#f5f5f5}.wc-toast__close svg{width:14px;height:14px}@media(max-width:749px){.wc-toast-container{top:80px;right:12px;left:12px;max-width:none}.wc-toast{min-width:0;max-width:none}}@keyframes wc-pulse{0%{transform:scale(1)}30%{transform:scale(1.18)}60%{transform:scale(.96)}to{transform:scale(1)}}@keyframes wc-badge-pop{0%{transform:scale(1);box-shadow:0 0 #318aa373}40%{transform:scale(1.35);box-shadow:0 0 0 8px #318aa300}to{transform:scale(1);box-shadow:0 0 #318aa300}}.wc-header-icon.is-pulsing svg{animation:wc-pulse .6s ease;transform-origin:center}.wc-header-badge.is-pulsing{animation:wc-badge-pop .8s ease}@media(prefers-reduced-motion:reduce){.wc-toast{transition:none}.wc-header-icon.is-pulsing svg,.wc-header-badge.is-pulsing{animation:none}}.wc-btn.is-active>span:not(.wc-tooltip):after{content:" \2713";font-weight:700;margin-left:2px}.wc-share{display:flex;gap:10px;justify-content:center;margin:24px 0;flex-wrap:wrap}.wc-share-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:opacity .2s}.wc-share-btn:hover{opacity:.85}.wc-share-btn--native{background:#318aa3;color:#fff}.wc-share-btn--facebook{background:#1877f2;color:#fff}.wc-share-btn--whatsapp{background:#25d366;color:#fff}.wc-share-btn--copy{background:#f0f0f0;color:#333}.wc-share-btn svg{width:16px;height:16px}.wc-share-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#1d1d1f;color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;z-index:9999;display:none}@media(max-width:749px){.wc-buttons{flex-direction:row}.wc-btn{flex:1;justify-content:center;padding:10px 12px;font-size:13px}.wc-btn span:not(.wc-tooltip){display:inline}.wc-compare-cards{grid-template-columns:1fr 1fr;gap:12px}.wc-compare-product-card{padding:16px 12px}.wc-compare-product-title{font-size:13px}.wc-compare-price-current{font-size:16px}.wc-compare-shop-btn{padding:10px;font-size:13px}.wc-compare-specs{overflow-x:auto}.wc-compare-spec-row{min-width:500px}.wc-grid{grid-template-columns:1fr 1fr;gap:12px}.wc-card__info{padding:12px}.wc-card__title{font-size:13px}.wc-header-icon{width:4.4rem;height:4.4rem}.wc-header-icon svg{width:2rem;height:2rem}.wc-header-badge{width:1.4rem;height:1.4rem;font-size:.9rem;top:.5rem;right:.2rem}}@media(max-width:480px){.wc-compare-cards,.wc-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/151/assets/wishlist-compare.css.map */
