@keyframes skeletonScan{0%{top:-40px}to{top:100%}}@keyframes skeletonBounce{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes colorPulse{to,0%{background-color:#ededed}50%{background-color:#929292}}@keyframes opacityPulse{to,0%{opacity:.2}50%{opacity:.6}}.product-card{flex-direction:column;width:306px;height:346px;display:flex;position:relative}.product-card.skeleton .logo-back{opacity:.25!important}.product-card.skeleton .top-img-container{--percent:0%;background:#929292;transition:all .3s;animation:1.5s infinite both colorPulse}.product-card .top-img-container{--outline-color:transparent;background-color:#ededed;border-radius:1.5rem;width:100%;height:256px;min-height:256px;transition:all .2s;position:relative;overflow:hidden;transform:translateY(0)}.product-card .top-img-container:after{content:"";z-index:-1;aspect-ratio:1;background-color:#ffc700;border-radius:100%;width:0;transition:all .3s;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.product-card .top-img-container:has(.no-img) .logo-back{opacity:.25}.product-card .top-img-container .logo-back{color:#121212;opacity:0;width:100%;height:256px;transition:all .3s;position:absolute;transform:scale(1.3)}.product-card .top-img-container .top-img{width:100%;height:100%;min-height:256px;transition:all .3s;position:relative}.product-card .top-img-container .top-img img{object-fit:cover}.product-card .top-img-container .tag{color:#fff;text-transform:uppercase;background-color:#fff;border-radius:.75rem;padding:.5rem;font-size:14px;font-weight:600;position:absolute;bottom:.75rem;left:.75rem}.product-card .top-img-container .tag.new{color:#4e1389;background-color:#fff}.product-card .top-img-container .tag.discount{background-color:#ffc700}.product-card .p-card-info{flex-direction:column;flex-grow:1;gap:.75rem;width:100%;height:25%;padding:.75rem 1rem;transition:all .3s;display:flex;transform:translateY(0)}.product-card .p-card-info .prod-title{font-family:var(--font-helvetica);white-space:nowrap;text-overflow:ellipsis;max-width:100%;min-height:25px;font-size:20px;font-weight:500;overflow:hidden}.product-card .p-card-info .prod-price{font-family:var(--font-inter);font-size:30px;font-weight:600}.product-card .p-card-info .prod-price.discount{color:#ffc700}.product-card .p-card-info .prod-discount{font-family:var(--font-inter);color:#ededed;font-size:20px;font-weight:600;text-decoration:line-through}.product-card .div-buttons{visibility:hidden;opacity:0;pointer-events:none;gap:.75rem;width:100%;height:0%;padding-inline:1rem;transition:all .2s;display:flex;transform:translateY(10px)}.product-card .div-buttons .p-card-button{white-space:nowrap;text-align:center;border:3px solid #4e1389;border-radius:3rem;align-items:center;padding-block:.75rem;padding-inline:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.product-card .div-buttons .p-card-button:after{content:"";aspect-ratio:1;z-index:-1;background-color:#e16390;border-radius:100%;width:0;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-card .div-buttons .p-card-button:hover{color:#fff;border-color:#e16390}.product-card .div-buttons .p-card-button:hover:after{width:100%}.product-card:not(.skeleton):hover .div-buttons{visibility:visible;opacity:1;pointer-events:all;height:min-content;transform:translateY(0)}.product-card:not(.skeleton):hover .top-img-container{height:184px;min-height:184px}.product-card:not(.skeleton):hover .top-img-container:after{border-radius:0;width:400px}.product-card:not(.skeleton):hover .top-img-container .logo-back{opacity:.25;transform:translateY(-30px)scale(1.3)}.product-card:not(.skeleton):hover .top-img-container .top-img{transform:translateY(-30px)}.product-card:not(.skeleton):hover .top-img-container:before{opacity:.5}.product-card:not(.skeleton):hover .bottom-text{transform:translateY(-20px)}@media (max-width:1280px){.product-card{width:240px;height:300px}.product-card .div-buttons .p-card-button{padding-block:.5rem;padding-inline:.75rem}.product-card .top-img-container{height:195px;min-height:195px}.product-card .top-img-container .top-img{min-height:inherit}.product-card .top-img-container .logo-back{height:192px}.product-card .p-card-info{gap:0}.product-card:not(.skeleton):hover .top-img-container{height:136px;min-height:136px}.product-card:not(.skeleton):hover .top-img-container .top-img{transform:translateY(0)}.product-card:not(.skeleton):hover .top-img-container:before{opacity:0}}@media (max-width:640px){.product-card{width:163px;height:196px}.product-card .top-img-container{height:125px;min-height:125px}.product-card .top-img-container .tag{bottom:4px;left:4px}.product-card .top-img-container .logo-back{height:128px}.product-card .p-card-info{padding:0}.product-card .p-card-info .prod-title{font-size:1rem}.product-card .p-card-info .prod-price{font-size:1.25rem}.product-card:not(.skeleton):hover .div-buttons{visibility:hidden;opacity:0;pointer-events:none;height:0%;transform:translateY(10px)}.product-card:not(.skeleton):hover .bottom-text{transform:translateY(0)}.product-card:not(.skeleton):hover .top-img-container{height:inherit;min-height:inherit}.product-card:not(.skeleton):hover .top-img-container .logo-back{opacity:0;transform:translateY(0)}}@media (max-width:380px){.product-card{width:150px;height:150px}.product-card .top-img-container{height:100px;min-height:100px}.product-card .top-img-container .tag{gap:0;font-size:0}.product-card .prod-discount{display:none}}
