@media(min-width:768px){.taoist-product-card{max-width:360px;margin:1rem auto}}@media(min-width:1200px){.taoist-product-card{max-width:320px}}.taoist-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a;margin-bottom:16px;max-width:340px;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #ddd}.taoist-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.product-card-image{position:relative;width:100%;height:180px;overflow:hidden;background:#f0f0f0}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-badges{position:absolute;top:10px;left:10px;display:flex;gap:6px;flex-wrap:wrap}.badge{padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.badge-blessed{background:linear-gradient(135deg,#8b4513,#d2691e);color:#fff}.badge-protection{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff}.badge-wealth{background:linear-gradient(135deg,gold,#ffa000);color:#333}.badge-stock{background:#fff;color:#2e7d32;border:1px solid #2E7D32}.product-card-content{padding:16px}.product-card-title{font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-title a{text-decoration:none;color:inherit;cursor:pointer}.product-card-title a:hover{color:#b8860b}.product-card-rating{display:flex;align-items:center;gap:6px;margin-bottom:10px;background:#f5f5f5;padding:6px 10px;border-radius:20px;width:fit-content}.stars{color:gold;font-size:16px;letter-spacing:2px}.rating-count{font-size:12px;color:#666}.product-purpose{font-size:13px;color:#4a4a4a;font-style:normal;font-weight:500;letter-spacing:.3px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e0e0e0;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.price-stock-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.product-card-price{display:flex;align-items:baseline;gap:8px}.price-current{font-size:20px;font-weight:700;color:#b8860b}.price-original{font-size:14px;color:#999;text-decoration:line-through}.stock-status{font-size:12px;color:#e53935;display:flex;align-items:center;gap:4px;font-weight:600}.stock-dot{width:8px;height:8px;background:#e53935;border-radius:50%;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.btn-add-cart{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:linear-gradient(135deg,#1a1a1a,#333);color:#fff;text-decoration:none;border-radius:6px;font-size:13px;font-weight:600;transition:all .2s ease;border:none;cursor:pointer;width:100%;margin-bottom:12px}.btn-add-cart:hover{background:linear-gradient(135deg,#333,#1a1a1a);transform:translateY(-1px)}.btn-add-cart:active{transform:scale(.96);background:linear-gradient(135deg,#4a7c59,#2d5a3d);box-shadow:0 2px 8px #0003;animation:none}.btn-add-cart .ripple{position:absolute;border-radius:50%;transform:scale(0);animation:ripple-animation .6s linear;background-color:#fff6}@keyframes ripple-animation{to{transform:scale(4);opacity:0}}.product-card-review{background:#f9f9f9;border-radius:6px;padding:10px 12px;margin-bottom:12px}.review-text{font-size:13px;color:#555;line-height:1.5}.review-author{font-size:12px;color:#888;margin-top:6px;text-align:right}.review-text:before{content:'"';color:#b8860b;font-size:16px}.review-text:after{content:'"';color:#b8860b;font-size:16px}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:#f5f5f5;color:#666;text-decoration:none;border-radius:6px;font-size:13px;font-weight:600;transition:all .2s ease;border:none;cursor:pointer;width:100%}.btn-secondary:hover{background:#e0e0e0;color:#333}.cards-container{display:flex;gap:16px;flex-wrap:wrap}@media(max-width:480px){.taoist-product-card{max-width:100%}.product-card-image{height:160px}.product-card-content{padding:12px}.price-current{font-size:18px}}@media(min-width:768px){.taoist-product-card.desktop-card{max-width:100%;margin:2rem 0;border-radius:12px}.taoist-product-card.desktop-card .desktop-card-inner{display:flex;align-items:stretch;min-height:200px}.taoist-product-card.desktop-card .desktop-image-section{display:flex;flex-direction:column;background:#f5f5f5;border-radius:12px 0 0 12px;overflow:hidden;flex-shrink:0;width:200px;min-width:200px}.taoist-product-card.desktop-card .desktop-image{width:200px;height:160px;background:#f5f5f5;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.taoist-product-card.desktop-card .desktop-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.taoist-product-card .product-image-link{display:block;width:100%;text-decoration:none;flex-shrink:0}.taoist-product-card.desktop-card .desktop-badges{background:#f5f5f5;padding:6px 8px;display:flex;gap:4px;justify-content:flex-start;flex-wrap:wrap;flex-shrink:0;width:100%}.taoist-product-card.desktop-card .badge{white-space:nowrap;flex-shrink:0;flex-grow:0}.taoist-product-card.desktop-card .desktop-badges .badge:nth-child(3){margin-top:4px}.taoist-product-card.desktop-card .desktop-content{flex:1;padding:20px 24px;display:flex;flex-direction:column;justify-content:center}.taoist-product-card.desktop-card .product-card-title{font-size:18px;margin-bottom:8px;-webkit-line-clamp:1}.taoist-product-card.desktop-card .product-card-rating{padding:6px 12px;margin-bottom:10px}.taoist-product-card.desktop-card .stars{font-size:16px}.taoist-product-card.desktop-card .rating-count{font-size:13px}.taoist-product-card.desktop-card .price-stock-row{margin-bottom:12px}.taoist-product-card.desktop-card .price-current{font-size:24px}.taoist-product-card.desktop-card .price-original{font-size:16px}.taoist-product-card.desktop-card .stock-status{font-size:13px}.taoist-product-card.desktop-card .btn-add-cart{padding:12px 20px;font-size:14px;margin-bottom:10px;width:auto;display:inline-block}.taoist-product-card.desktop-card .product-card-review{display:block;padding:12px 14px;margin-bottom:10px}.taoist-product-card.desktop-card .review-text{font-size:13px;line-height:1.5}.taoist-product-card.desktop-card .review-author{font-size:12px;margin-top:6px}.taoist-product-card.desktop-card .btn-secondary{display:inline-block;padding:10px 16px;font-size:13px}.taoist-product-card.desktop-card .desktop-badges{margin-bottom:8px}.taoist-product-card.desktop-card .badge{padding:5px 12px;font-size:11px}}@media(min-width:1200px){.taoist-product-card.desktop-card .desktop-image{width:220px;min-width:220px;height:220px}.taoist-product-card.desktop-card .desktop-content{padding:24px 28px}.taoist-product-card.desktop-card .product-card-title{font-size:20px}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/product-card-v4.css.map */
