.product-card8{cursor:pointer;background-color:#0000;border:1px solid #e4e4e4;border-radius:6px;flex-direction:column;gap:0;transition:all .4s;display:flex}.product-card8:hover{background-color:#fff;box-shadow:0 0 15px #00000032}.product-card8-asset-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.product-card8-asset{object-fit:cover;filter:blur();opacity:1;width:100%;height:100%;transition:filter .3s,transform .3s;transform:scale(1)}.product-card8-hover-overlay{right:calc(.5*var(--rem));opacity:1;z-index:3;pointer-events:none;justify-content:center;align-items:center;gap:calc(.7*var(--rem));flex-direction:column;width:40%;height:100px;padding:0 15%;transition:all .3s;display:flex;position:absolute;top:10px;transform:translate(0)}.product-card8-hover-overlay button{opacity:1;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s,color .2s;display:flex;transform:translate(20px);box-shadow:0 0 15px #0000004d}.product-card8-hover-overlay button:hover{color:#fff;background-color:#232323}.product-card8-asset-container{aspect-ratio:1;width:100%;box-shadow:none;border:1px solid #e0e0e0;border-bottom:none;border-radius:0;transition:box-shadow .4s;position:relative;overflow:hidden}.product-card8-asset-container:hover .product-card8-asset{-webkit-filter:blur();transform:scale(1)}.product-card8-info{padding:calc(.5*var(--rem));gap:calc(.3*var(--rem));background:linear-gradient(#f7f7f7,#fff);border-radius:0 0 6px 6px;flex-direction:column;display:flex}.product-card8-category{color:#757575;font-size:calc(.85*var(--rem))}.product-card8-name{font-size:calc(.875*var(--rem));color:#121310;font-weight:500;line-height:1.5;overflow:hidden}.product-card8-selector{position:relative}.product-card8-selector-tab{width:100%;min-width:80px;padding:calc(.4*var(--rem));border:1px solid #e4e4e4;border-radius:4px;justify-content:center;align-items:center;display:flex}.product-card8-selector-tab span{align-items:center;display:flex}.product-card8-selector-list{color:#757575;z-index:10;gap:calc(0*var(--rem));background-color:#fff;border:1px solid #e4e4e4;flex-direction:column;width:100%;display:flex;position:absolute}.product-card8-selector-list-item{font-size:calc(.8*var(--rem));padding:calc(.35*var(--rem))calc(.5*var(--rem));text-align:center;cursor:pointer;border-bottom:1px solid #e4e4e4}.product-card8-selector-list-item:hover{background-color:#e4e4e4}.product-card8-selector-list-item.seleced-list-item{color:#262626}.product-card8-qty{justify-content:space-between;gap:calc(.5*var(--rem));flex-wrap:wrap;width:100%;margin:0;display:flex}.product-card8-qty-button{color:#757575;padding:calc(.2*var(--rem))calc(.5*var(--rem));width:100%;max-width:calc(7*var(--rem));font-size:calc(1*var(--rem));background-color:#fff;border:1px solid #e4e4e4;border-radius:3px;justify-content:space-between;align-items:center;display:flex}.product-card8-qty-button button{align-items:center;display:flex}.product-card8-qty-button svg{color:#121310;font-weight:500;scale:.8}.product-card8-qty-button span{cursor:pointer}.product-card8-price-container{color:#757575;justify-content:center;align-items:start;gap:calc(.5*var(--rem));margin-top:calc(.25*var(--rem));flex-direction:row;font-weight:500;display:flex}.product-card8-current-price{color:#429519;font-size:calc(.9*var(--rem))}.product-card8-mrp{font-size:.8em;text-decoration:line-through}.product-card8-last-div{justify-content:space-between;display:flex}.product-card8 .cart-button6-add-to-cart{color:#fff;height:fit-content;padding:calc(.5*var(--rem))calc(1*var(--rem));cursor:pointer;background-color:#429519;border:none;border-radius:3px;justify-content:center;align-items:center;gap:10px;font-weight:500;transition:background-color .3s ease-in;display:inline-flex}.product-card8-cart-button{justify-content:center;align-items:center;display:none}.product-card8 .cart-button6-add-to-cart:hover{color:#fff;background-color:#121310}.product-card8 .cart-button6-add-to-cart p{display:none}.product-card8 .cart-button6-add-to-cart:after{content:"Add"}.product-card8-mid-cart-button{width:100%;padding:0;display:flex}.product-card8-mid-cart-button .cart-button6-add-to-cart{text-transform:uppercase;border-radius:0;justify-content:center;width:100%;padding:12px 0;font-weight:600}@container (min-width:650px){.product-card8-hover-overlay{right:0}.product-card8-info{padding:calc(1*var(--rem));gap:calc(.4*var(--rem))}.product-card8-name{font-size:calc(1*var(--rem))}.product-card8-price-container{gap:calc(.4*var(--rem));margin-top:calc(.35*var(--rem))}}@container (min-width:768px){.product-card8-current-price{font-size:calc(1.25*var(--rem))}.product-card8-mrp{font-size:calc(.9*var(--rem))}}@container (min-width:1200px){.product-card8-asset-container{border:none;border-radius:6px 6px 0 0}.product-card8-asset-container:hover .product-card8-hover-overlay{opacity:1;pointer-events:auto;transition:opacity .45s,transform .45s;transform:translate(0)}.product-card8-asset-container:hover .product-card8-hover-overlay button{opacity:1;transition:opacity .45s,transform .45s;transform:translate(40%)}.product-card8-asset-container:hover .product-card8-hover-overlay button:first-child{transition-delay:30ms}.product-card8-asset-container:hover .product-card8-hover-overlay button:nth-child(2){transition-delay:.13s}.product-card8-asset-container:hover .product-card8-asset{transform:scale(1.025)}.product-card8 .cart-button6{width:unset}.product-card8-hover-overlay{opacity:0;transform:translate(60px)}.product-card8-hover-overlay button{opacity:0;transform:translate(50px)}.product-card8-info{gap:unset}.product-card8-qty{margin:calc(1*var(--rem))0}.product-card8-cart-button{display:flex}.product-card8-price-container{gap:unset;flex-direction:column;margin-top:0}.product-card8-mid-cart-button{display:none}}
