.hlf-product-card{background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .28s cubic-bezier(.4,0,.2,1),transform .28s cubic-bezier(.4,0,.2,1);position:relative;border:1.5px solid transparent;height:100%}.hlf-product-card--bordered{border-color:#a5d8ff;padding-top:14px}.hlf-product-card--shadow{box-shadow:0 2px 8px #0000000f}.hlf-product-card:hover{box-shadow:0 8px 24px #0000001a;border-color:#87ceeb}.hlf-product-card__media{position:relative;overflow:hidden;background:#f8f6f2;border-radius:14px 14px 0 0}.hlf-product-card__media:before{content:"";display:block}.hlf-product-card__media--square:before{padding-top:100%}.hlf-product-card__media--portrait:before{padding-top:125%}.hlf-product-card__media--landscape:before{padding-top:75%}.hlf-product-card__media--wide:before{padding-top:56.25%}.hlf-product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s cubic-bezier(.4,0,.2,1)}.hlf-product-card:hover .hlf-product-card__image{transform:scale(1.04)}.hlf-product-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px;z-index:2}.hlf-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:20px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;line-height:1.4}.hlf-badge--sale{background:#e53e3e;color:#fff;padding:3px 6px;font-size:11px;letter-spacing:.5px}.hlf-badge--custom{background:#1a1a1a;color:#fff}.hlf-product-card__quick-actions{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:6px;z-index:3;opacity:0;transform:translate(8px);transition:opacity .28s cubic-bezier(.4,0,.2,1),transform .28s cubic-bezier(.4,0,.2,1)}.hlf-product-card:hover .hlf-product-card__quick-actions{opacity:1;transform:translate(0)}.hlf-quick-action-btn{width:36px;height:36px;border-radius:50%;border:none;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000001f;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#1a1a1a;transition:all .28s cubic-bezier(.4,0,.2,1)}.hlf-quick-action-btn:hover{background:var(--color-primary-button-background, #ffce07);color:var(--color-primary-button-text, #000000);transform:scale(1.1)}.hlf-quick-action-btn.is-wishlisted{background:#fee2e2;color:#e53e3e}.hlf-quick-action-btn svg{width:16px;height:16px}.hlf-product-card__body{padding:12px 16px 16px;display:flex;flex-direction:column;flex:1;gap:0}.hlf-product-card__vendor{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.hlf-rating{display:flex;align-items:center;gap:5px;margin-bottom:6px}.hlf-rating__stars{display:flex;gap:1px}.hlf-rating__star{width:13px;height:13px;color:#f5a623}.hlf-rating__count{font-size:12px;color:#999;font-weight:500}.hlf-product-card__title{margin-top:0;margin-bottom:10px;font-weight:500;font-size:18px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;color:#1a1a1a;line-height:1.4;text-decoration:none}.hlf-product-card__title--full{-webkit-line-clamp:unset!important;display:block!important;overflow:visible!important}.hlf-product-card__title-link{color:inherit;text-decoration:none}.hlf-product-card__price-wrap{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;margin-bottom:12px}.hlf-price{font-size:20px;font-weight:700;color:#e53e3e;line-height:1}.hlf-price--regular{color:#1a1a1a}.hlf-price--sale{font-size:20px;font-weight:800;color:#b71c1c;line-height:1.1}.hlf-price-sale-label{font-size:11px;font-weight:800;color:#d32f2f;letter-spacing:.5px;margin-top:2px}.hlf-price--compare{font-size:14px;font-weight:500;color:#999;text-decoration:line-through}.hlf-lowest-emi-container{display:grid;margin-top:6px;overflow:hidden;align-items:center;justify-items:start;position:relative;padding-bottom:2px}.hlf-lowest-price,.hlf-emi-available{grid-area:1 / 1;display:inline-flex;align-items:center;gap:5px;padding:4px 10px 4px 8px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.3px;position:relative;overflow:hidden;width:fit-content;box-sizing:border-box;cursor:default}.hlf-lowest-price{background:linear-gradient(135deg,#e8f5e9,#f1faf2);border:1px solid #a5d6a7;color:#1b5e20;animation:hlfFlip1 6s cubic-bezier(.4,0,.2,1) infinite}.hlf-emi-available{background:linear-gradient(135deg,#e3f2fd,#f0f7ff);border:1px solid #90caf9;color:#1565c0;animation:hlfFlip2 6s cubic-bezier(.4,0,.2,1) infinite}@keyframes hlfFlip1{0%,40%{transform:translateY(0);opacity:1}45%,55%{transform:translateY(-120%);opacity:0}55%,90%{transform:translateY(-120%);opacity:0}95%,to{transform:translateY(0);opacity:1}}@keyframes hlfFlip2{0%,40%{transform:translateY(120%);opacity:0}45%,55%{transform:translateY(0);opacity:1}55%,90%{transform:translateY(0);opacity:1}95%,to{transform:translateY(120%);opacity:0}}.hlf-lowest-price{background:linear-gradient(135deg,#e8f5e9,#f1faf2);border:1px solid #a5d6a7;color:#1b5e20}.hlf-emi-available{background:linear-gradient(135deg,#e3f2fd,#f0f7ff);border:1px solid #90caf9;color:#1565c0}.hlf-lowest-price:after,.hlf-emi-available:after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:hlf-lpe-shimmer 2.4s ease-in-out infinite}@keyframes hlf-lpe-shimmer{0%{left:-60%}60%,to{left:130%}}.hlf-pulse-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;animation:hlf-lpe-pulse 1.6s ease-in-out infinite}.hlf-lowest-price .hlf-pulse-dot{background:#2e7d32}.hlf-emi-available .hlf-pulse-dot{background:#1976d2}@keyframes hlf-lpe-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}.hlf-badge-icon{display:flex;align-items:center;flex-shrink:0}.hlf-lowest-price .hlf-badge-icon{color:#2e7d32}.hlf-emi-available .hlf-badge-icon{color:#1976d2}.hlf-product-card__offers{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:10px}.hlf-offer-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600;background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.hlf-offer-tag svg{width:12px;height:12px}.hlf-product-card__actions{margin-top:auto;padding-top:12px}.hlf-add-to-cart{width:100%;padding:14px 20px;border:none;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:all .28s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden;text-decoration:none;background:var(--color-primary-button-background, #ffce07);color:var(--color-primary-button-text, #000000);border:1px solid var(--color-primary-button-border, #ffce07)}.hlf-add-to-cart:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff26;transform:translate(-100%);transition:transform .4s ease}.hlf-add-to-cart:hover:before{transform:translate(0)}.hlf-add-to-cart:hover{background:var(--color-primary-button-hover-background, #000000);color:var(--color-primary-button-hover-text, #ffce07);border-color:var(--color-primary-button-hover-border, #000000);transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.hlf-add-to-cart svg{width:18px!important;height:18px!important;flex-shrink:0!important}.hlf-add-to-cart:disabled,.hlf-add-to-cart[disabled]{background:#e8e8e8;color:#999;border-color:#e8e8e8;cursor:not-allowed;transform:none;box-shadow:none}.hlf-add-to-cart.is-loading .hlf-btn-text{opacity:0}.hlf-add-to-cart.is-loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid rgba(0,0,0,.2);border-top-color:currentColor;border-radius:50%;animation:hlf-card-spin .7s linear infinite}@keyframes hlf-card-spin{to{transform:rotate(360deg)}}@media(max-width:640px){.hlf-product-card__body{padding:10px 12px 12px}.hlf-product-card__title{font-size:14px;margin-bottom:8px}.hlf-product-card__price-wrap{margin-bottom:10px}.hlf-price,.hlf-price--sale{font-size:16px}.hlf-price-sale-label{font-size:10px}.hlf-badge--sale{font-size:10px;padding:2px 5px}.hlf-add-to-cart{padding:11px 12px;font-size:12px}}@media screen and (min-width:750px){.hlf-product-card--horizontal{flex-direction:row!important;max-width:100%!important;min-height:400px}.hlf-product-card--horizontal .hlf-product-card__image-wrapper{flex:1.2;display:flex;flex-direction:column;border-right:1px solid #d0e7ff}.hlf-product-card--horizontal .hlf-product-card__media{border-radius:14px 0 0!important}.hlf-product-card--horizontal .hlf-product-card__body{flex:1.8;padding:30px 40px!important;display:flex;flex-direction:column;justify-content:center}.hlf-product-card--horizontal .hlf-product-card__title{font-size:26px!important;margin-bottom:15px!important}.hlf-product-card--horizontal .hlf-price{font-size:28px!important}.hlf-product-card--horizontal .hlf-price--sale{font-size:32px!important}.hlf-product-card--horizontal .hlf-add-to-cart{max-width:300px;margin-top:20px}}.ribbenoutside{border-radius:94px;position:absolute;top:0;left:0;right:0;width:100%;height:24px;overflow:hidden;z-index:2}.birthdaysale-grad{background:linear-gradient(90deg,#87ceeb4f,#a5d8ff9e 28%,#e0f2ff73,#a5d8ff61 72%,#87ceeb75);display:block!important;width:100%;position:absolute;top:0;left:0;height:14px}.maihiger{background:#f1f8ff;color:#004080;text-align:center;font-size:13px;font-weight:600;padding:8px 10px;text-transform:capitalize;border-top:1px solid #d0e7ff;border-bottom:1px solid #d0e7ff;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}
/*# sourceMappingURL=/cdn/shop/t/81/assets/hlf-product-card.css.map */
