.ProductCard{background-color:white;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;width:100%;max-height:280px;overflow-y:hidden;overflow-x:hidden}.ProductCard:hover{transform:translateY(-5px)}.ProductImg{margin:auto;max-height:200px;object-position:center top;transition:transform .3s ease}.ProductCard:hover .ProductImg{transform:scale(1.05)}.title1{font-size:.9rem;margin-top:6px}.title,.title1{transition:color .3s ease}.title{font-size:1rem;color:#000000}.ProductCard:hover .title,.ProductCard:hover .title1{color:#000}@media (max-width:768px){.mainContainer1{width:100%;padding:0}.ProductCard{border-radius:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AnimatedPrice,.AnimatedTitle{animation:fadeInUp .4s ease forwards;opacity:0}.TodayDealsHeader{animation:fadeInUp .5s ease forwards;opacity:0}.linearGradient{background:linear-gradient(90deg,rgba(42,123,155,1),rgba(52,140,150,1) 0,rgba(64,160,144,1) 0,rgba(255,255,255,1) 0,rgba(227,227,193,1) 25%,rgba(217,217,173,1) 49%,rgba(245,228,202,1))}@media (max-width:768px){.linearGradient{background:white}}.fade-in{animation:fadeInUp .6s ease}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.placeholder-card{background-color:#f0f0f0;animation:pulse 1.5s ease-in-out infinite;border-radius:.75rem;padding:.5rem;height:180px}.placeholder-img{width:100%;height:120px;background-color:#e0e0e0}.placeholder-text{height:16px;background-color:#ddd;margin-top:.5rem}.placeholder-text.short{width:60%}.invisible{opacity:0}.fade-in{animation:fadeInImage .6s ease forwards}@keyframes fadeInImage{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.image-wrapper{position:relative;width:100%;height:200px;overflow:hidden;border-radius:.2rem}.img-placeholder{background:#e0e0e0;border-radius:.5rem;animation:pulse 1.5s ease-in-out infinite;z-index:1}.ProductImg,.img-placeholder{position:absolute;top:0;left:0;height:100%;width:100%}.ProductImg{object-fit:cover;transition:opacity .4s ease;z-index:2;opacity:0}.ProductImg.loaded{opacity:1}.text-title{font-size:39px}.carousel{position:relative;max-width:100%;overflow:hidden;background:transparent}.carousel-slide{display:flex;flex-direction:row;height:100%;width:100%}.text-section{font-family:Jost Variable;width:35%;padding:2rem;color:#323131}.image-section{width:65%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-img{height:100%;width:auto;object-fit:contain;border-radius:12px}.carousel-btn{font-family:archivo;position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.6);border:none;color:white;font-size:1.6em;width:40px;height:40px;cursor:pointer;z-index:10;border-radius:50%}.carousel-btn.left{left:10px}.carousel-btn.right{right:10px}@media (max-width:768px){.carousel-slide{flex-direction:column-reverse;align-items:center}.text-section{width:100%;text-align:center;padding:1rem}.text-title{font-size:30px}.text-muted{padding:0 50px}.image-section{width:100%;object-fit:cover}.carousel-img{height:100%;width:auto;object-fit:contain}.carousel-btn{font-size:1.5rem;width:32px;height:32px}}