@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:#242424}50%{background-color:#161616}}@keyframes opacityPulse{to,0%{opacity:.2}50%{opacity:.6}}.product-card{flex-direction:column;width:306px;height:384px;display:flex}.product-card.skeleton .logo-back{opacity:.25!important}.product-card.skeleton .top-img-container{--percent:0%;background:#242424;transition:all .3s;animation:1.5s infinite both colorPulse}.product-card .top-img-container{background:linear-gradient(var(--color1) 30%, var(--color2));--outline-color:transparent;border-radius:.75rem;width:100%;height:256px;min-height:256px;transition:all .2s;overflow:hidden;transform:translateY(0)}.product-card .top-img-container:has(.outline-glow){border-bottom:3px solid var(--outline-color)}.product-card .top-img-container:has(.outline-glow):has(.new-prod){--outline-color:#ff3f6b}.product-card .top-img-container:has(.outline-glow):has(.disc-prod){--outline-color:#ffc700}.product-card .top-img-container:has(.outline-glow):has(.last-prod){--outline-color:#fff}.product-card .top-img-container .outline-glow.new-prod{--outline-color:#ff3f6b}.product-card .top-img-container .outline-glow.disc-prod{--outline-color:#ffc700}.product-card .top-img-container .outline-glow.last-prod{--outline-color:#fff}.product-card .top-img-container .outline-glow:before{content:"";pointer-events:none;background:linear-gradient(transparent, var(--outline-color));width:2px;height:100%;transition:all .3s;position:absolute}.product-card .top-img-container .outline-glow:after{content:"";pointer-events:none;background:linear-gradient(transparent, var(--outline-color));width:2px;height:100%;transition:all .3s;position:absolute;top:0;right:0}.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{-o-object-fit:cover;object-fit:cover}.product-card .top-img-container .tag{color:#121212;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:#ff3f6b;background-color:#121212}.product-card .top-img-container .tag.discount{background-color:#ffc700}.product-card .top-img-container:before{content:"";pointer-events:none;opacity:0;background:radial-gradient(at bottom,#ffffff59 10%,#fff0);width:100%;height:100%;transition:all .3s;position:absolute}.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:#606060;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 .line{z-index:1;background-color:#242424;border-radius:20px;align-self:center;width:10%;height:4px;margin-top:20px;transition:width .3s,background-color .3s}.product-card:not(.skeleton):hover .div-buttons{visibility:visible;opacity:1;pointer-events:all;height:60px;transform:translateY(0)}.product-card:not(.skeleton):hover .top-img-container{height:184px;min-height:184px}.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)}.product-card:not(.skeleton):hover .line{background-color:#ff3f6b;width:100%}@media (max-width:1280px){.product-card{width:240px;height:300px}.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;opacity:0}.product-card:not(.skeleton):hover .top-img-container .logo-back{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}}
