.product-card4{cursor:pointer;flex-direction:column;gap:.5rem;width:100%;height:100%;transition:all .3s;display:flex}.product-card4-asset-wrapper{aspect-ratio:4/5;background-color:#f5f5f5;width:100%;max-height:380px;transition:box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 8px #00000014}.product-card4-asset-wrapper:hover .product-card4-hover-overlay{opacity:1;pointer-events:auto}.product-card4-asset-wrapper:hover .product-card4-asset{-webkit-filter:blur(3px);transform:scale(1.00461)}.product-card4-asset{object-fit:cover;width:100%;height:100%;transition:all .25s ease-in-out}.product-card4-hover-overlay{opacity:0;z-index:3;pointer-events:none;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.product-card4-mobile-actions{display:none}.product-card4-mobile-action-btn{cursor:pointer;color:#333;background-color:#0000;border:none;border-right:1px solid #e0e0e0;justify-content:center;align-items:center;gap:.5rem;padding:.7rem;font-size:.75rem;transition:background-color .2s;display:flex}.product-card4-mobile-action-btn:last-child{border-right:none}.product-card4-mobile-action-btn:hover{background-color:#f5f5f5}.product-card4-mobile-action-btn svg{width:18px;height:18px}.product-card4-mobile-action-btn:active{background-color:#f5f5f5}.product-card4-select-options-btn,.product-card4-quick-view-btn{color:#333;letter-spacing:.05em;cursor:pointer;opacity:1;background-color:#fff;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;min-width:180px;padding:.875rem 2rem;transition:opacity .3s,transform .3s,background-color .3s,color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;transform:scale(1);box-shadow:0 2px 8px #0000001a}:is(.product-card4-select-options-btn,.product-card4-quick-view-btn) span{font-size:calc(.75*var(--rem));text-transform:uppercase;font-weight:500;transition:none;display:inline-block}:is(.product-card4-select-options-btn,.product-card4-quick-view-btn) svg{width:16px;height:16px}:is(.product-card4-select-options-btn,.product-card4-quick-view-btn):hover{color:#fff;background-color:#333;transform:scale(1.05);box-shadow:0 4px 12px #0003}:is(.product-card4-select-options-btn,.product-card4-quick-view-btn):hover span{animation:.4s cubic-bezier(.45,0,.55,1) rollBottomToTop}:is(.product-card4-select-options-btn,.product-card4-quick-view-btn):active{opacity:.9;transform:scale(.98)}.product-card4-details{justify-content:space-between;gap:.5rem;padding:.5rem;display:flex}.product-card4-name{font-size:calc(.95*var(--rem));color:#333;text-align:center;transition:opacity .3s}.product-card4-description{font-size:calc(.85*var(--rem));color:#999;word-break:break-word;text-align:center}.product-card4-values{justify-content:center;align-items:baseline;gap:.5rem;margin-top:2px;display:flex}.product-card4-price{font-size:calc(.95*var(--rem));color:#e53935;font-weight:500}.product-card4-mrp{font-size:calc(.85*var(--rem));color:#999;text-decoration:line-through}.product-card4-discount-percent{font-size:calc(.85*var(--rem));color:#22c55e;text-align:center;width:100%;margin-top:auto;display:inline-block}.product-card4 .variant-selector1-wrapper{margin:3px 0}.product-card4 .variant-selector1-options{justify-content:center}.product-card4 .variant-selector1-option.color-swatch{width:23px;height:23px}@container (max-width:1024px){.product-card4-details{flex-direction:column;gap:.5rem}.product-card4-name{font-size:calc(.95*var(--rem))}.product-card4-price{font-size:calc(.9*var(--rem))}.product-card4-mrp,.product-card4-description{font-size:calc(.8*var(--rem))}.product-card4-asset-wrapper{box-shadow:none}.product-card4-mobile-actions{border-top:1px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:0;display:grid}.product-card4-asset-actions-container{border:1px solid #e0e0e0}.product-card4-asset-wrapper:hover .product-card4-hover-overlay{opacity:0}.product-card4-asset-wrapper:hover .product-card4-asset{-webkit-filter:blur();transform:scale(1)}}@container (max-width:600px){.product-card4-name{font-size:calc(.9*var(--rem))}.product-card4-price{font-size:calc(.85*var(--rem))}.product-card4-mrp,.product-card4-description{font-size:calc(.75*var(--rem))}.product-card4-mobile-action-btn{padding:.5rem}.product-card4-mobile-action-btn svg{width:15px;height:15px}}@keyframes rollBottomToTop{0%{opacity:1;transform:translateY(0)}30%{opacity:0;transform:translateY(50%)}60%{opacity:0;transform:translateY(-50%)}to{opacity:1;transform:translateY(0)}}@keyframes rollTopToBottom{0%{opacity:1;transform:translateY(0)}30%{opacity:0;transform:translateY(-120%)}60%{opacity:0;transform:translateY(120%)}to{opacity:1;transform:translateY(0)}}
