*{box-sizing:border-box;margin:0;padding:0}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fffffffa;width:100%;transition:all .4s cubic-bezier(.4,0,.2,1);position:sticky;top:0;box-shadow:0 2px 15px #00000014}.navbar.scrolled{background-color:#fffffffc;box-shadow:0 4px 25px #0000001f}.navbar.scrolled .navbar-main{padding:.8rem 0}.announcement-bar{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);border-bottom:2px solid #cf4a9d4d;padding:.75rem 0;position:relative;overflow:hidden}.announcement-content{white-space:nowrap;animation:30s linear infinite scroll;display:flex}.announcement-content span{color:#fff;text-shadow:1px 1px 2px #0003;letter-spacing:.3px;padding:0 4rem;font-size:.95rem;font-weight:600}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.navbar-main{background-color:#fff;padding:1.3rem 0;transition:padding .3s;box-shadow:0 2px 8px #0000000f}.navbar-container{justify-content:space-between;align-items:center;gap:2.5rem;max-width:1450px;margin:0 auto;padding:0 2.5rem;display:flex}.navbar-logo{cursor:pointer;flex-shrink:0;align-items:center;gap:.9rem;text-decoration:none;transition:transform .3s;display:flex}.navbar-logo:hover{transform:scale(1.02)}.navbar-logo img{filter:drop-shadow(0 2px 4px #0000001a);width:auto;height:58px}.logo-text{flex-direction:column;gap:.1rem;display:flex}.brand-name{background:linear-gradient(135deg,#cf4a9d 0%,#b43282 100%);-webkit-text-fill-color:transparent;letter-spacing:1px;-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:800}.brand-tagline{color:#646464;letter-spacing:.4px;font-size:.73rem;font-weight:600}.navbar-search{flex:1;gap:.6rem;max-width:450px;display:flex}.search-input{background:#fafafa;border:2px solid #e5e5e5;border-radius:50px;outline:none;flex:1;padding:.9rem 1.4rem;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-input:focus{background:#fff;border-color:#cf4a9d;box-shadow:0 0 0 4px #cf4a9d1f}.search-input::placeholder{color:#999}.search-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#cf4a9d 0%,#b43282 100%);border:none;border-radius:50px;padding:.9rem 2rem;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #cf4a9d59}.search-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #cf4a9d73}.search-btn:active{transform:translateY(0)}.navbar-info{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.info-item{color:#333;align-items:center;gap:.5rem;font-size:.88rem;font-weight:500;display:flex}.info-item .icon{color:#cf4a9d;font-size:1rem}.location-link{text-decoration:none;transition:all .3s}.location-link:hover{color:#cf4a9d}.location-link:hover .icon{transform:scale(1.1)}.whatsapp-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#20ba5a 100%);border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 3px 10px #25d3664d}.whatsapp-btn:hover{background:linear-gradient(135deg,#20ba5a 0%,#1da851 100%);transform:translateY(-2px);box-shadow:0 5px 15px #25d36680}.mobile-whatsapp{display:none}.mobile-menu-btn{color:#fff;cursor:pointer;background:#cf4a9d;border:none;border-radius:8px;padding:.6rem .8rem;font-size:1.5rem;display:none}.desktop-menu-tabs{background-color:#fff;border-bottom:2px solid #e0e0e0;box-shadow:0 2px 5px #0000000d}.tabs-container{justify-content:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.tab-item{cursor:pointer;padding:1rem 0;position:relative}.tab-link{color:#333;letter-spacing:.2px;align-items:center;gap:.4rem;font-size:.98rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.tab-item:hover .tab-link{color:#cf4a9d;transform:translateY(-2px)}.tab-icon{font-size:.7rem}.tab-dropdown{z-index:9999;background:#fff;border:1px solid #e0e0e0;border-radius:12px;width:850px;max-width:90vw;margin-top:.5rem;padding:2rem;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000026}.dropdown-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;max-height:600px;display:grid;overflow-y:auto}.dropdown-section{flex-direction:column;gap:.75rem;display:flex}.section-title{color:#cf4a9d;text-transform:uppercase;border-bottom:2px solid #cf4a9d;margin:0 0 .75rem;padding-bottom:.5rem;font-size:.95rem;font-weight:700}.section-list{margin:0;padding:0;list-style:none}.section-list li{margin:.5rem 0}.section-list li a{color:#555;border-radius:4px;padding:.4rem .5rem;font-size:.88rem;text-decoration:none;transition:all .3s;display:block}.section-list li a:hover{color:#cf4a9d;background-color:#fce4ec;padding-left:1rem}.mobile-menu{background-color:#fff;border-top:1px solid #e0e0e0;max-height:0;transition:max-height .4s;display:none;overflow:hidden}.mobile-menu.active{max-height:600px;padding:1rem}.mobile-search{gap:.5rem;margin-bottom:1rem;display:flex}.mobile-tabs{flex-direction:column;display:flex}.mobile-tab-item{border-bottom:1px solid #e0e0e0}.mobile-tab-header{cursor:pointer;justify-content:space-between;padding:1rem;font-weight:500;display:flex}.mobile-tab-content{background-color:#f9f9f9;padding:0 1rem 1rem}.mobile-section{margin-bottom:1rem}.mobile-section-title{color:#cf4a9d;border-bottom:1px solid #cf4a9d;margin:.5rem 0;padding-bottom:.3rem;font-size:.85rem;font-weight:700}.mobile-section-list{margin:.5rem 0;padding:0;list-style:none}.mobile-section-list li{margin:.5rem 0}.mobile-section-list li a{color:#555;padding:.3rem 0;font-size:.85rem;text-decoration:none;display:block}@media (width<=768px){.navbar-container{grid-template-columns:auto 1fr auto;gap:1rem;padding:0 1rem;display:grid}.mobile-whatsapp{border-radius:50%;grid-column:1;padding:.7rem;display:flex}.mobile-whatsapp span{display:none}.navbar-logo{grid-column:2;justify-self:center}.navbar-logo img{height:45px}.navbar-search,.navbar-info{display:none}.mobile-menu-btn{grid-column:3;display:block}.desktop-menu-tabs{display:none}.mobile-menu{display:block}}@media (width>=769px) and (width<=1200px){.navbar-container{gap:1rem}.navbar-search{max-width:300px}.info-item .text{display:none}.navbar-info{gap:1rem}}@media (width<=576px){.logo-text .brand-name{font-size:1.1rem}.logo-text .brand-tagline{font-size:.6rem}.navbar-logo img{height:40px}}.footer{color:#fff;background:#000;margin-top:auto}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1400px;margin:0 auto;padding:4rem 2rem 2rem;display:grid}.footer-section h4{color:#cc469b;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.3rem;font-weight:700;position:relative}.footer-section h4:after{content:"";background:#cc469b;width:50px;height:2px;position:absolute;bottom:0;left:0}.footer-logo{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.footer-logo img{width:auto;height:50px}.footer-logo h3{color:#cc469b;letter-spacing:1px;margin:0;font-size:1.8rem;font-weight:800}.footer-description{color:#f9f9f9cc;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.social-links{gap:1rem;display:flex}.social-icon{color:#cc469b;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.social-icon:hover{color:#cc469b;background:#f9f9f9;transform:translateY(-3px)scale(1.1)}.social-icon.whatsapp:hover{color:#fff;background:#25d366}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links li a{color:#f9f9f9cc;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-block}.footer-links li a:hover{color:#cc469b;padding-left:.5rem}.contact-info{flex-direction:column;gap:1rem;display:flex}.contact-item{color:#f9f9f9cc;align-items:flex-start;gap:.8rem;font-size:.95rem;display:flex}.contact-icon{color:#cc469b;background:#fff;border-radius:50%;flex-shrink:0;margin-top:.2rem;padding:.4rem;font-size:1.1rem}.footer-bottom{border-top:1px solid #ffffff1a;padding:1.5rem 2rem}.footer-bottom-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto;display:flex}.payment-methods{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.payment-method-item{background:#ffffff0d;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .8rem;transition:all .3s;display:flex}.payment-method-item:hover{background:#ffffff1a;transform:translateY(-2px)}.payment-label{color:#d0d0d0;margin-right:.5rem;font-size:.9rem}.payment-icon{background:#fff;border-radius:6px;justify-content:center;align-items:center;min-width:60px;height:35px;padding:.4rem .8rem;transition:transform .3s;display:flex;box-shadow:0 2px 4px #0000001a}.payment-icon:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.payment-icon img{object-fit:contain;width:auto;height:24px}.payment-icon span{font-size:.85rem;font-weight:700}.payment-icon.easypaisa span{color:#00a859}.payment-icon.jazzcash span{color:#ff6b00}.footer-bottom-content p{color:#f9f9f9cc;margin:0;font-size:.9rem}.footer-bottom-links{align-items:center;gap:1rem;display:flex}.footer-bottom-links a{color:#f9f9f9cc;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-bottom-links a:hover{color:#cc469b}.footer-bottom-links span{color:#f9f9f980}.payment-methods-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.payment-methods-title{color:#d0d0d0;margin:0;font-size:.9rem}.payment-icons{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.payment-icon.card{padding:.5rem .8rem}.payment-icon.card svg{color:#1e3a8a;font-size:2rem}@media (width<=768px){.footer-content{grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem 1.5rem}.footer-section{text-align:center}.footer-logo{justify-content:center}.footer-section h4:after{left:50%;transform:translate(-50%)}.social-links{justify-content:center}.footer-links li a:hover{padding-left:0}.contact-item{justify-content:center}.footer-bottom-content{text-align:center;flex-direction:column}.payment-methods{justify-content:center;gap:.5rem}.payment-icon{min-width:55px;height:32px;padding:.3rem .6rem}.payment-icon img{height:20px}.payment-icon span{font-size:.75rem}}@media (width<=480px){.footer-content{padding:2rem 1rem 1rem}.footer-bottom{padding:1rem}.footer-logo h3{font-size:1.5rem}.footer-section h4{font-size:1.1rem}.payment-label{text-align:center;width:100%;margin-bottom:.5rem}}.payment-methods{justify-content:center}.contact-item a,.contact-item button{color:#f9f9f9cc;font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;text-decoration:none;transition:color .3s}.contact-item a:hover,.contact-item button:hover{color:#cc469b}.whatsapp-link{color:#25d366!important}.whatsapp-link:hover{color:#20ba5a!important}.social-icon.whatsapp{cursor:pointer;font-size:inherit;color:inherit;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.floating-buttons{z-index:999;flex-direction:column;align-items:flex-end;gap:1rem;display:flex;position:fixed;bottom:2rem;right:2rem}.floating-buttons-wrapper{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.social-buttons{opacity:0;visibility:hidden;flex-direction:column;gap:1rem;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;transform:translateY(20px)}.social-buttons.show{opacity:1;visibility:visible;transform:translateY(0)}.social-buttons.show .floating-btn:first-child{animation:.5s ease-out .1s both bounceIn}.social-buttons.show .floating-btn:nth-child(2){animation:.5s ease-out .2s both bounceIn}.social-buttons.show .floating-btn:nth-child(3){animation:.5s ease-out .3s both bounceIn}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)translateY(20px)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)translateY(0)}}.floating-btn{color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;font-size:1.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 6px 24px #0003}.floating-btn:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.floating-btn:hover:before{width:100%;height:100%}.floating-btn:hover{transform:translateY(-5px)scale(1.1);box-shadow:0 12px 36px #0000004d}.floating-btn:active{transform:translateY(-2px)scale(1.05)}.main-toggle{z-index:10;background:linear-gradient(135deg,#cf4a9d 0%,#b83287 100%);position:relative}.main-toggle:hover{background:linear-gradient(135deg,#b83287 0%,#a41e73 100%)}.main-toggle.open{background:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%);transform:rotate(135deg)}.main-toggle:hover.open{background:linear-gradient(135deg,#ee5a6f 0%,#dc4d5f 100%);transform:rotate(135deg)scale(1.1)}.whatsapp-float{background:linear-gradient(135deg,#25d366 0%,#20ba5a 100%)}.whatsapp-float:hover{background:linear-gradient(135deg,#20ba5a 0%,#1da851 100%)}.facebook-float{background:linear-gradient(135deg,#1877f2 0%,#0c63d4 100%)}.facebook-float:hover{background:linear-gradient(135deg,#0c63d4 0%,#0952b8 100%)}.instagram-float{background:linear-gradient(135deg,#e4405f 0%,#c13584 100%)}.instagram-float:hover{background:linear-gradient(135deg,#c13584 0%,#833ab4 100%)}.main-toggle:after{content:"";z-index:-1;background:#cf4a9d66;border-radius:50%;width:100%;height:100%;animation:2.5s infinite pulse;position:absolute}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (width<=1024px){.floating-buttons{bottom:1.5rem;right:1.5rem}.floating-btn{width:58px;height:58px;font-size:1.7rem}}@media (width<=768px){.floating-buttons{bottom:1.5rem;right:1.2rem}.floating-btn{width:56px;height:56px;font-size:1.6rem}}@media (width<=480px){.floating-buttons{bottom:1.2rem;right:1rem}.floating-btn{width:54px;height:54px;font-size:1.5rem;box-shadow:0 5px 20px #0003}.floating-btn:hover{transform:translateY(-3px)scale(1.08)}}@media (width<=360px){.floating-buttons{bottom:1rem;right:.8rem}.floating-btn{width:50px;height:50px;font-size:1.4rem}}@media (width<=768px) and (orientation:landscape){.floating-buttons{bottom:1rem;right:1rem}.floating-btn{width:50px;height:50px;font-size:1.4rem}}.home-container{background-color:#f9f9f9;min-height:100vh}.carousel-section{z-index:1;background:linear-gradient(135deg,#fff5f7 0%,#ffe8f0 100%);width:100%;padding-top:2rem;position:relative;overflow:hidden}.carousel-container{z-index:1;width:100%;max-width:1400px;height:600px;margin:0 auto;position:relative;overflow:hidden}.carousel-slide{opacity:0;justify-content:center;align-items:center;width:100%;height:100%;padding:3rem;transition:opacity .8s ease-in-out;display:flex;position:absolute;top:0;left:0}.carousel-slide.active{opacity:1}.carousel-row{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1200px;display:flex}.carousel-text-side{flex:1;animation:.8s ease-out slideInLeft}.carousel-badge{background:linear-gradient(135deg,#cc469b1a 0%,#cc469b33 100%);border:2px solid #cc469b4d;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;animation:.6s ease-out fadeInDown;display:inline-block}.carousel-badge span{color:#cc469b;font-size:.9rem;font-weight:600}.carousel-title{color:#2d2d2d;background:linear-gradient(135deg,#2d2d2d 0%,#cc469b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.2;animation:.8s ease-out fadeInUp}.carousel-subtitle{color:#666;margin-bottom:2rem;font-size:1.3rem;line-height:1.6;animation:1s ease-out fadeInUp}.carousel-cta-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#cc469b 0%,#b83287 100%);border:none;border-radius:50px;align-items:center;gap:.8rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;animation:1.2s ease-out fadeInUp;display:inline-flex;box-shadow:0 8px 20px #cc469b4d}.carousel-cta-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #cc469b66}.carousel-features{gap:2rem;margin-top:2.5rem;animation:1.4s ease-out fadeInUp;display:flex}.feature-item{color:#666;align-items:center;gap:.6rem;font-size:.95rem;display:flex}.feature-item svg{color:#cc469b;font-size:1.2rem}.carousel-image-side{flex:1;justify-content:center;align-items:center;animation:.8s ease-out slideInRight;display:flex}.carousel-image-wrapper{border-radius:30px;width:500px;height:500px;transition:transform .4s;position:relative;overflow:hidden;transform:rotate(-3deg);box-shadow:0 20px 60px #00000026}.carousel-slide.active .carousel-image-wrapper{animation:3s ease-in-out infinite floatImage}.carousel-image-wrapper:hover{transform:rotate(0)scale(1.02)}.carousel-image{object-fit:cover;object-position:center;width:100%;height:100%;image-rendering:-webkit-optimize-contrast}.image-decoration{z-index:-1;filter:blur(40px);background:linear-gradient(135deg,#cc469b4d 0%,#cc469b1a 100%);border-radius:50%;width:150px;height:150px;position:absolute;top:-20px;right:-20px}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes floatImage{0%,to{transform:rotate(-3deg)translateY(0)}50%{transform:rotate(-3deg)translateY(-10px)}}.carousel-btn{color:#fff;cursor:pointer;z-index:3;background:#ffffff4d;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:1rem 1.2rem;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:#fff9}.carousel-btn.prev{left:2rem}.carousel-btn.next{right:2rem}.carousel-dots{z-index:3;gap:.8rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:12px;height:12px;transition:all .3s}.dot.active{background:#fff;border-radius:6px;width:30px}.dot:hover{background:#fffc}.packaging-features-section{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:5rem 2rem;overflow:hidden}.packaging-title{color:#2c3e50;margin-bottom:3rem;font-size:3rem;font-weight:700;animation:.8s ease-out slideInDown;position:relative}.packaging-title:after{content:"";background:linear-gradient(135deg,#cf4a9d 0%,#bb3689 100%);border-radius:2px;width:100px;height:4px;margin:1rem auto 0;animation:1s ease-out .3s backwards expandWidth;display:block}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:grid}.feature-card{background:#fff;border-radius:16px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s ease-out backwards fadeInUp;position:relative;overflow:hidden;box-shadow:0 5px 20px #00000014}.feature-card:first-child{animation-delay:.2s}.feature-card:nth-child(2){animation-delay:.4s}.feature-card:nth-child(3){animation-delay:.6s}.feature-card:before{content:"";background:linear-gradient(90deg,#0000,#cf4a9d1a,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.feature-card:hover:before{left:100%}.feature-card:hover{transform:translateY(-10px)scale(1.03);box-shadow:0 15px 40px #cf4a9d33}.feature-icon{margin-bottom:1.5rem;font-size:3.5rem;animation:2s infinite bounce;display:inline-block}.lottie-container{justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 1.5rem;transition:transform .3s;display:flex}.animated-icon-container{background:linear-gradient(135deg,#cf4a9d1a 0%,#bb36891a 100%);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 1.5rem;transition:all .4s;display:flex}.animated-icon{color:#cf4a9d;font-size:3.5rem;transition:all .3s;animation:3s ease-in-out infinite floatIcon}.feature-card:first-child .animated-icon{animation-delay:0s}.feature-card:nth-child(2) .animated-icon{animation-delay:.5s}.feature-card:nth-child(3) .animated-icon{animation-delay:1s}.feature-card:hover .animated-icon-container{background:linear-gradient(135deg,#cf4a9d33 0%,#bb368933 100%);transform:scale(1.15)rotate(5deg);box-shadow:0 10px 30px #cf4a9d4d}.feature-card:hover .animated-icon{color:#bb3689;animation:none;transform:scale(1.1)}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.feature-card:hover .lottie-container{transform:scale(1.1)}.feature-card:hover .feature-icon{animation:.6s ease-in-out spin}.feature-card h3{color:#000;margin-bottom:1rem;font-size:1.4rem;font-weight:700;transition:color .3s}.feature-card:hover h3{color:#000}.feature-card p{color:#555;font-size:1rem;line-height:1.6}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes expandWidth{0%{width:0}to{width:100px}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes spin{to{transform:rotate(360deg)}}.corporate-items-section{background:linear-gradient(#fff 0%,#f8f9fa 100%);max-width:1400px;margin:0 auto;padding:5rem 2rem}.section-subtitle{text-align:center;color:#666;margin-top:-1rem;margin-bottom:3rem;font-size:1.2rem;font-weight:400}.corporate-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;padding:0 1rem;display:grid}.corporate-card{cursor:pointer;height:280px;color:inherit;border-radius:16px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden;box-shadow:0 5px 20px #0000001a}.corporate-card:hover{transform:translateY(-10px)scale(1.03);box-shadow:0 15px 40px #cf4a9d40}.corporate-image{width:100%;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;background-position:50%;background-size:cover;transition:transform .4s;position:relative}.corporate-card:hover .corporate-image{transform:scale(1.1)}.corporate-overlay{background:linear-gradient(#0000 0%,#000000b3 50%,#000000e6 100%);padding:2rem 1.5rem 1.5rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.corporate-card:hover .corporate-overlay{transform:translateY(0)}.corporate-overlay h3{color:#fff;text-shadow:2px 2px 8px #00000080;margin:0;font-size:1.3rem;font-weight:700;animation:.5s ease-out slideUpFade}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wedding-section{background:linear-gradient(135deg,#fff5f7 0%,#ffe8ec 100%);padding:5rem 2rem;overflow:hidden}.wedding-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.wedding-content{padding:2rem;animation:1s ease-out fadeInLeft}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.wedding-title{color:#000;margin-bottom:1.5rem;font-size:3rem;font-weight:700;position:relative}.wedding-title:after{content:"";background:linear-gradient(135deg,#cf4a9d 0%,#bb3689 100%);border-radius:2px;width:80px;height:4px;margin-top:1rem;display:block}.wedding-description{color:#555;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.wedding-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#20ba5a 100%);border:none;border-radius:50px;align-items:center;gap:.8rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 8px 25px #25d3664d}.wedding-btn:hover{background:linear-gradient(135deg,#20ba5a 0%,#1da851 100%);transform:translateY(-5px)scale(1.05);box-shadow:0 15px 40px #25d36680}.wedding-image-wrapper{border-radius:20px;width:100%;max-width:500px;height:450px;animation:1s ease-out fadeInRight;position:relative;overflow:hidden;box-shadow:0 20px 60px #0003}.wedding-image{object-fit:cover;object-position:center;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;display:block}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.corporate-box-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:5rem 2rem;overflow:hidden}.corporate-box-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.corporate-box-image{border-radius:20px;max-width:500px;height:450px;transition:transform .4s;animation:1s ease-out fadeInLeft;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.corporate-box-image:hover{transform:scale(1.02)}.corporate-box-image img{object-fit:cover;object-position:center;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transition:transform .4s;display:block}.corporate-box-image:hover img{transform:scale(1.05)}.corporate-box-badge{color:#fff;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,gold 0%,orange 100%);border-radius:50px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;animation:2s infinite pulse;position:absolute;top:2rem;right:2rem;box-shadow:0 8px 20px #ffd70066}.corporate-box-content{padding:2rem;animation:1s ease-out fadeInRight}.corporate-box-title{color:#000;margin-bottom:1.5rem;font-size:2.8rem;font-weight:700;position:relative}.corporate-box-title:after{content:"";background:linear-gradient(135deg,#cf4a9d 0%,#bb3689 100%);border-radius:2px;width:80px;height:4px;margin-top:1rem;display:block}.corporate-box-description{color:#555;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.corporate-box-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#20ba5a 100%);border:none;border-radius:50px;align-items:center;gap:.8rem;margin-top:1rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 8px 25px #25d3664d}.corporate-box-btn:hover{background:linear-gradient(135deg,#20ba5a 0%,#1da851 100%);transform:translateY(-5px)scale(1.05);box-shadow:0 15px 40px #25d36680}.hero-section{text-align:center;color:#fff;background:linear-gradient(135deg,#cf4a9d 0%,#bb3689 100%);padding:4rem 2rem}.hero-content h1{text-shadow:2px 2px 4px #0000004d;margin-bottom:1rem;font-size:3rem}.hero-content p{margin-bottom:.5rem;font-size:1.5rem}.hero-subtitle{color:gold;font-weight:500;font-size:1.2rem!important}.best-selling-section{background:linear-gradient(#fff 0%,#f8f9fa 100%);max-width:1400px;margin:0 auto;padding:5rem 2rem}.best-selling-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2.5rem;padding:0 1rem;display:grid}.best-selling-card{cursor:pointer;text-align:center;color:inherit;background:#fff;border-radius:16px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000014}.best-selling-card:before{content:"";opacity:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,#cf4a9d0d 0%,#bb36890d 100%);transition:opacity .4s;position:absolute;inset:0}.best-selling-card:hover:before{opacity:1}.best-selling-card:hover{transform:translateY(-12px)scale(1.02);box-shadow:0 12px 35px #cf4a9d33}.best-selling-image{height:220px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;background-position:50%;background-size:cover;position:relative;overflow:hidden}.best-selling-image:after{content:"";background:linear-gradient(#0000 0%,#0000004d 100%);transition:all .4s;position:absolute;inset:0}.best-selling-card:hover .best-selling-image:after{background:linear-gradient(#0000 0%,#00000080 100%)}.best-selling-overlay{z-index:2;justify-content:flex-end;align-items:flex-start;padding:1rem;display:flex;position:absolute;inset:0}.best-selling-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,gold 0%,orange 100%);border-radius:20px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;animation:2s infinite pulse;box-shadow:0 2px 8px #ffd70066}.best-selling-card h3{color:#2c3e50;z-index:2;background-color:#fff;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#cf4a9d 0%,#bb3689 100%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:border-box;background-clip:padding-box,border-box;border-top:3px solid #0000;margin:0;padding:1.5rem 1rem;font-size:1.1rem;font-weight:600;transition:all .3s;position:relative}.best-selling-card:hover h3{color:#cf4a9d;transform:scale(1.05)}.products-section{background:linear-gradient(#f8f9fa 0%,#fff 100%);max-width:1400px;margin:0 auto;padding:5rem 2rem}.section-title{text-align:center;color:#2c3e50;letter-spacing:-.5px;margin-bottom:1rem;font-size:2.8rem;font-weight:700;position:relative}.section-title:before{content:"";background:linear-gradient(135deg,#cf4a9d 0%,#bb3689 100%);border-radius:3px;width:60px;height:5px;margin:0 auto 1.5rem;display:block}.section-title:after{content:"";background:linear-gradient(135deg,#bb3689 0%,gold 100%);border-radius:2px;width:120px;height:4px;margin:1.5rem auto 0;display:block}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:3rem;padding:0 1rem;display:grid}.product-card{color:inherit;background:#fff;border:1px solid #e8e8e8;border-radius:16px;flex-direction:column;height:100%;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000014}.product-card:before{content:"";opacity:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,#cf4a9d05 0%,#bb368905 100%);transition:opacity .3s;position:absolute;inset:0}.product-card:hover:before{opacity:1}.product-overlay{color:#fff;z-index:2;padding:1.8rem;position:absolute;bottom:0;left:0;right:0}.product-overlay h3{text-shadow:2px 2px 8px #00000080;letter-spacing:-.3px;margin:0;font-size:1.4rem;font-weight:700}.product-info{z-index:2;background:#fff;flex-direction:column;flex:1;gap:.8rem;padding:1.5rem;display:flex;position:relative}.cta-section{text-align:center;color:#333;background:#f9f9f9;padding:5rem 2rem;position:relative;overflow:hidden}.cta-section:before{content:"";z-index:0;content:"";content:"";z-index:1;top:-50%;left:-50%;background:#0009;width:200%;height:200%;animation:20s linear infinite rotate;position:absolute;inset:0}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-section h2{z-index:1;text-shadow:none;color:#333;margin-bottom:1rem;font-size:2.8rem;font-weight:700;position:relative}.cta-section p{z-index:1;opacity:.95;color:#555;margin-bottom:2.5rem;font-size:1.3rem;position:relative}.cta-btn{color:#fff;cursor:pointer;z-index:1;text-transform:uppercase;letter-spacing:1px;background:#cf4a9d;border:none;border-radius:50px;padding:1.2rem 3.5rem;font-size:1.15rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 8px 25px #cf4a9d4d}.cta-btn:hover{background:#bb3689;transform:translateY(-5px)scale(1.08);box-shadow:0 15px 40px #cf4a9d80}@media (width<=768px){.carousel-container{height:auto;min-height:500px}.carousel-slide{padding:2rem 1.5rem}.carousel-row{flex-direction:column-reverse;gap:2rem}.carousel-text-side{text-align:center}.carousel-title{font-size:2rem}.carousel-subtitle{font-size:1rem}.carousel-cta-btn{padding:.8rem 2rem;font-size:1rem}.carousel-features{flex-direction:column;align-items:center;gap:1rem}.carousel-image-wrapper{width:300px;height:300px}.carousel-btn{width:40px;height:40px;font-size:1.2rem}.corporate-box-container{grid-template-columns:1fr;gap:2rem}.corporate-box-content{padding:1rem}.corporate-box-title{font-size:2rem}.corporate-box-description{font-size:1rem}.corporate-box-btn{padding:1rem 2rem;font-size:1rem}.corporate-box-badge{padding:.6rem 1.2rem;font-size:.8rem;top:1rem;right:1rem}.wedding-container{grid-template-columns:1fr;gap:2rem}.wedding-content{padding:1rem}.wedding-title{font-size:2rem}.wedding-description{font-size:1rem}.wedding-btn{padding:1rem 2rem;font-size:1rem}.wedding-image-wrapper{max-width:100%;height:350px}.packaging-title{font-size:2rem}.section-subtitle{margin-bottom:2rem;font-size:1rem}.corporate-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.corporate-card{height:220px}.corporate-overlay h3{font-size:1.1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem 1.5rem}.feature-icon{font-size:2.5rem}.lottie-container,.animated-icon-container{width:100px;height:100px}.animated-icon{font-size:2.5rem}.feature-card h3{font-size:1.2rem}.carousel-container{height:350px}.carousel-content h1{font-size:2rem}.carousel-content p{font-size:1rem}.carousel-btn{width:40px;height:40px;padding:.8rem 1rem;font-size:1.5rem}.carousel-btn.prev{left:1rem}.carousel-btn.next{right:1rem}.carousel-dots{bottom:1rem}.dot{width:10px;height:10px}.dot.active{width:24px}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.2rem}.hero-subtitle{font-size:1rem!important}.section-title{font-size:2rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.best-selling-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.product-card{height:auto}.product-image{height:280px}.product-info{padding:1.5rem}.product-info h3{min-height:auto;font-size:1.2rem}.quote-btn{padding:1rem 1.5rem;font-size:.95rem}.cta-section h2{font-size:1.8rem}.cta-section p{font-size:1rem}}@media (width<=480px){.corporate-box-title{font-size:1.5rem}.corporate-box-description{font-size:.9rem;line-height:1.6}.corporate-box-btn{justify-content:center;width:100%;padding:.9rem 1.5rem;font-size:.9rem}.corporate-box-badge{padding:.5rem 1rem;font-size:.7rem}.wedding-title{font-size:1.5rem}.wedding-description{font-size:.9rem;line-height:1.6}.wedding-btn{padding:.9rem 1.5rem;font-size:.9rem}.wedding-carousel{height:300px}.packaging-title{font-size:1.5rem}.section-subtitle{font-size:.9rem}.corporate-grid{grid-template-columns:1fr;gap:1rem}.corporate-card{height:250px}.corporate-overlay h3{font-size:1rem}.feature-card{padding:1.5rem 1rem}.feature-icon{font-size:2rem}.lottie-container,.animated-icon-container{width:80px;height:80px}.animated-icon{font-size:2rem}.carousel-container{height:300px}.carousel-content h1{font-size:1.5rem}.carousel-content p{font-size:.9rem}.hero-section,.products-section{padding:3rem 1rem}.products-grid{padding:0}.best-selling-grid{grid-template-columns:1fr;padding:0}.cta-section{padding:3rem 1rem}}.product-actions{justify-content:space-between;align-items:center;gap:.8rem;margin-top:auto;display:flex}.view-category-btn{color:#cf4a9d;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s}.product-card:hover .view-category-btn{color:#bb3689;transform:translate(5px)}.quote-btn-small{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#20ba5a 100%);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.7rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 3px 12px #25d36640}.quote-btn-small:hover{background:linear-gradient(135deg,#20ba5a 0%,#1da851 100%);transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.quote-btn-small svg{font-size:1rem}.product-image{position:relative}.product-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:2;background:linear-gradient(135deg,#ff6b6b 0%,#ff4757 100%);border-radius:20px;padding:.4rem .9rem;font-size:.65rem;font-weight:700;position:absolute;top:.8rem;right:.8rem;box-shadow:0 3px 12px #ff6b6b66}.product-badge.featured{background:linear-gradient(135deg,gold 0%,orange 100%);top:3rem;box-shadow:0 3px 12px #ffd70066}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.lightbox-close{width:45px;height:45px;font-size:1.5rem;top:1rem;right:1rem}.image-lightbox{padding:1rem}.image-lightbox img{max-width:95%;max-height:85vh}}@media (width<=480px){.lightbox-close{width:40px;height:40px;font-size:1.3rem}.image-zoom-hint{padding:1rem .5rem .5rem;font-size:.75rem}}.category-hero{background:linear-gradient(135deg,#fff5f7 0%,#ffe8f0 50%,#ffd4e8 100%);justify-content:center;align-items:center;width:100%;height:400px;margin-bottom:3rem;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:radial-gradient(circle at 30%,#cf4a9d1a 0%,#0000 70%);position:absolute;inset:0}.hero-overlay:before{content:"";background:radial-gradient(circle,#ffd70026 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:6s ease-in-out infinite float;position:absolute;top:-50%;right:-20%}.hero-overlay:after{content:"";background:radial-gradient(circle,#cf4a9d26 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite reverse float;position:absolute;bottom:-30%;left:-10%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero-content-wrapper{z-index:2;text-align:center;max-width:800px;padding:2rem;animation:.8s ease-out fadeInUp;position:relative}.hero-content-wrapper h1{background:linear-gradient(135deg,#2d2d2d 0%,#cf4a9d 100%);-webkit-text-fill-color:transparent;letter-spacing:-1px;text-shadow:0 4px 8px #0000000d;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:800;animation:.8s ease-out slideInDown}.hero-content-wrapper p{color:#555;text-shadow:0 2px 4px #0000000d;font-size:1.4rem;font-weight:500;line-height:1.6;animation:1s ease-out fadeInUp}@media (width<=768px){.category-hero{height:300px}.hero-content-wrapper h1{font-size:2.5rem}.hero-content-wrapper p{font-size:1.1rem}}@media (width<=480px){.category-hero{height:250px}.hero-content-wrapper h1{font-size:2rem}.hero-content-wrapper p{font-size:1rem}}.category-page{background:linear-gradient(#f9f9f9 0%,#fff 100%);min-height:100vh}.category-hero-carousel{background:linear-gradient(135deg,#fff5f7 0%,#ffe8f0 100%);width:100%;overflow:hidden}.hero-carousel-container{width:100%;max-width:1400px;height:500px;margin:0 auto;position:relative;overflow:hidden}.hero-carousel-slide{opacity:0;justify-content:center;align-items:center;width:100%;height:100%;padding:3rem;transition:opacity .8s ease-in-out;display:flex;position:absolute;top:0;left:0}.hero-carousel-slide.active{opacity:1}.hero-carousel-image{object-fit:cover;object-position:center;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;position:absolute;top:0;left:0}.hero-carousel-overlay{z-index:1;background:#0006;position:absolute;inset:0}.hero-carousel-content{z-index:2;text-align:center;color:#fff;max-width:800px;position:relative}.hero-carousel-content h1{text-shadow:2px 2px 8px #00000080;margin-bottom:1rem;font-size:3.5rem;font-weight:800;animation:.8s ease-out fadeInUp}.hero-carousel-content p{text-shadow:1px 1px 4px #00000080;margin-bottom:2rem;font-size:1.3rem;animation:1s ease-out fadeInUp}.hero-features{justify-content:center;gap:2rem;animation:1.2s ease-out fadeInUp;display:flex}.hero-feature-item{color:#fff;align-items:center;gap:.6rem;font-size:.95rem;display:flex}.hero-feature-item svg{color:#cf4a9d;font-size:1.2rem}.hero-carousel-btn{color:#fff;cursor:pointer;z-index:3;background:#ffffff4d;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:1rem 1.2rem;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-carousel-btn:hover{background:#cf4a9dcc;transform:translateY(-50%)scale(1.1)}.hero-carousel-btn.prev{left:2rem}.hero-carousel-btn.next{right:2rem}.hero-carousel-dots{z-index:3;gap:.8rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:12px;height:12px;transition:all .3s}.hero-dot.active{background:#cf4a9d;border-radius:6px;width:30px}.hero-dot:hover{background:#fffc}.category-content{max-width:1400px;margin:0 auto;padding:3rem 2rem}.no-products-message{text-align:center;background:#fff;border-radius:20px;max-width:600px;margin:2rem auto;padding:5rem 2rem;box-shadow:0 5px 25px #00000014}.no-products-icon{margin-bottom:1.5rem;font-size:5rem;animation:2s infinite bounce}.no-products-message h2{color:#cf4a9d;margin-bottom:1rem;font-size:2.2rem;font-weight:700}.no-products-message p{color:#666;font-size:1.15rem;line-height:1.6}.product-card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000014}.product-card:hover{border-color:#d0d0d0;transform:translateY(-8px);box-shadow:0 12px 35px #00000026}.product-image{background-color:#f8f8f8;background-position:50%;background-size:cover;height:280px;position:relative;overflow:hidden}.product-image:after{content:"";background:linear-gradient(#0000 50%,#00000005 100%);position:absolute;inset:0}.product-card:hover .product-image{transition:transform .5s;transform:scale(1.03)}.product-overlay{z-index:2;justify-content:flex-end;align-items:flex-start;gap:.5rem;padding:0 .8rem;display:flex;position:absolute;top:.8rem;left:0;right:0}.product-overlay h3,.product-price{display:none}.product-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#ff6b6b 0%,#ff4757 100%);border-radius:20px;padding:.4rem .9rem;font-size:.65rem;font-weight:700;box-shadow:0 3px 12px #ff6b6b66}.product-badge.bestselling{background:linear-gradient(135deg,#ff6b6b 0%,#ff4757 100%)}.product-badge.featured{background:linear-gradient(135deg,gold 0%,orange 100%);box-shadow:0 3px 12px #ffd70066}.product-info{background:#fff;flex-direction:column;flex:1;gap:.8rem;padding:1.5rem;display:flex}.product-info h3{color:#1a1a1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:auto;margin:0;font-size:1.1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-price-tag{color:#000;letter-spacing:.3px;margin:0;font-size:1.4rem;font-weight:700}.product-description{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.quote-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#20ba5a 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;margin-top:auto;padding:.9rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 3px 12px #25d36640}.quote-btn:hover{background:linear-gradient(135deg,#20ba5a 0%,#1da851 100%);transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.quote-btn svg{font-size:1.2rem}@media (width<=768px){\.hero-carousel-content h1{font-size:2rem}\.hero-carousel-content p{font-size:1rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{height:420px}}.category-carousel-section{margin-bottom:4rem}.carousel-wrapper{max-width:1400px;margin:0 auto;padding:3rem 5rem;position:relative}.products-carousel{grid-template-columns:repeat(3,1fr);gap:2rem;transition:all .5s;display:grid}.carousel-card{animation:.6s ease-out fadeIn}.carousel-nav-btn{color:#fff;cursor:pointer;z-index:10;background:#cf4a9d;border:none;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;padding:1.2rem;font-size:1.8rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 5px 20px #cf4a9d66}.carousel-nav-btn:hover{background:#cf4a9dcc;transform:translateY(-50%)scale(1.1);box-shadow:0 8px 30px #cf4a9d99}.carousel-nav-btn.prev{left:0}.carousel-nav-btn.next{right:0}.carousel-dots{justify-content:center;gap:.8rem;margin-top:2rem;display:flex}.carousel-dots .dot{cursor:pointer;background:#cf4a9d4d;border-radius:50%;width:12px;height:12px;transition:all .3s}.carousel-dots .dot.active{background:#cf4a9d;border-radius:6px;width:35px;box-shadow:0 2px 8px #cf4a9d66}.carousel-dots .dot:hover{background:#cf4a9d99;transform:scale(1.2)}.all-products-section{border-top:3px solid #e0e0e0;margin-top:5rem;padding-top:3rem}.all-products-title{text-align:center;color:#2c3e50;margin-bottom:3rem;font-size:2.5rem;font-weight:700;position:relative}.all-products-title:before{content:"";background:linear-gradient(135deg,#cf4a9d 0%,#bb3689 100%);border-radius:3px;width:80px;height:5px;margin:0 auto 1.5rem;display:block}.all-products-title:after{content:"";background:linear-gradient(135deg,#bb3689 0%,gold 100%);border-radius:2px;width:120px;height:4px;margin:1.5rem auto 0;display:block}@media (width<=1024px){.products-carousel{grid-template-columns:repeat(2,1fr)}.carousel-wrapper{padding:3rem 4rem}.carousel-nav-btn{width:50px;height:50px;padding:1rem;font-size:1.5rem}}@media (width<=768px){\.hero-carousel-content h1{font-size:2.5rem}\.hero-carousel-content p{font-size:1.1rem}.products-carousel{grid-template-columns:1fr}.carousel-wrapper{padding:2rem 3rem}.carousel-nav-btn{width:45px;height:45px;padding:.8rem;font-size:1.3rem}.carousel-nav-btn.prev{left:-.5rem}.carousel-nav-btn.next{right:-.5rem}.all-products-title{font-size:2rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{height:auto}.product-image{height:280px}.product-info{padding:1.5rem}.product-info h3{min-height:auto;font-size:1.2rem}.product-price-tag{font-size:1.1rem}.quote-btn{padding:1rem 1.5rem;font-size:.95rem}}@media (width<=480px){\.hero-carousel-container{padding:3rem 1rem}\.hero-carousel-content h1{font-size:2rem}\.hero-carousel-content p{font-size:1rem}.carousel-wrapper{padding:2rem 2.5rem}.carousel-nav-btn{width:40px;height:40px;padding:.7rem;font-size:1.2rem}.all-products-title{font-size:1.6rem}.no-products-icon{font-size:4rem}.no-products-message h2{font-size:1.8rem}.no-products-message p{font-size:1rem}}.image-lightbox{z-index:9999;cursor:pointer;background:#000000f2;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.image-lightbox img{object-fit:contain;cursor:default;border-radius:12px;max-width:90%;max-height:90vh;animation:.3s ease-out zoomIn;box-shadow:0 20px 60px #00000080}.lightbox-close{color:#fff;cursor:pointer;z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:2rem;right:2rem}.lightbox-close:hover{background:#ffffff4d;transform:rotate(90deg)scale(1.1)}.image-zoom-hint{color:#fff;text-align:center;opacity:0;pointer-events:none;z-index:3;background:linear-gradient(#0000,#000000b3);padding:1.5rem 1rem 1rem;font-size:.85rem;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.product-image:hover .image-zoom-hint{opacity:1}.product-image{cursor:pointer}@media (width<=768px){.lightbox-close{width:45px;height:45px;font-size:1.5rem;top:1rem;right:1rem}.image-lightbox{padding:1rem}.image-lightbox img{max-width:95%;max-height:85vh}}@media (width<=480px){.lightbox-close{width:40px;height:40px;font-size:1.3rem}.image-zoom-hint{padding:1rem .5rem .5rem;font-size:.75rem}}.how-to-order-container{max-width:1200px;margin:0 auto}.steps-section-header{text-align:center;margin-bottom:4rem;animation:.8s ease-out fadeInUp}.steps-section-header h2{color:#000;margin-bottom:1rem;font-size:3rem;font-weight:800}.steps-section-header p{color:#666;font-size:1.2rem}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-bottom:4rem;display:grid}.step-card{text-align:center;background:#fff;border:2px solid #0000;border-radius:20px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 8px 30px #0000001a}.step-card:hover{border-color:var(--step-color);transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.step-number{background:linear-gradient(135deg, var(--step-color), var(--step-color));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.3rem;font-weight:800;display:flex;position:absolute;top:-15px;left:50%;transform:translate(-50%);box-shadow:0 5px 20px #0003}.step-icon{margin:1.5rem 0 1rem;font-size:3.5rem;animation:3s ease-in-out infinite float}.step-title{color:#2c3e50;margin:1rem 0;font-size:1.5rem;font-weight:700}.step-description{color:#666;margin:0;font-size:1rem;line-height:1.7}.contact-cta-section{text-align:center;color:#fff;background:#000;border-radius:25px;padding:4rem 3rem;position:relative;overflow:hidden;box-shadow:0 15px 50px #00000080}.contact-cta-section:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:20s linear infinite rotate;position:absolute;top:-50%;left:-50%}.contact-cta-section h2{z-index:1;text-shadow:2px 2px 8px #0003;margin-bottom:1rem;font-size:2.5rem;font-weight:800;position:relative}.contact-cta-section>p{z-index:1;opacity:.95;margin-bottom:2.5rem;font-size:1.2rem;position:relative}.cta-buttons{z-index:1;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;display:flex;position:relative}.whatsapp-cta-btn,.phone-cta-btn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:50px;align-items:center;gap:.8rem;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 25px #0003}.whatsapp-cta-btn{color:#fff;background:#cf4a9d}.whatsapp-cta-btn:hover{background:linear-gradient(135deg,#25d366 0%,#20ba5a 100%);transform:translateY(-5px)scale(1.05);box-shadow:0 15px 40px #25d36680}.phone-cta-btn{color:#cf4a9d;background:#fff}.phone-cta-btn:hover{background:#f8f9fa;transform:translateY(-5px)scale(1.05);box-shadow:0 15px 40px #fff6}.business-hours{z-index:1;border-top:2px solid #ffffff4d;padding-top:2rem;position:relative}.business-hours p{opacity:.95;margin:.5rem 0;font-size:1rem}.business-hours strong{font-weight:700}@media (width<=768px){.steps-grid{grid-template-columns:1fr;gap:2rem}.step-card{padding:2rem 1.5rem}.step-icon{font-size:2.5rem}.step-title{font-size:1.3rem}.step-description{font-size:.95rem}.contact-cta-section{padding:3rem 2rem}.contact-cta-section h2{font-size:2rem}.contact-cta-section>p{font-size:1rem}.cta-buttons{flex-direction:column;align-items:stretch}.whatsapp-cta-btn,.phone-cta-btn{justify-content:center;padding:1rem 2rem;font-size:1rem}.business-hours p{font-size:.9rem}}@media (width<=480px){.step-number{width:40px;height:40px;font-size:1.1rem}.step-icon{font-size:2rem}.step-title{font-size:1.2rem}.contact-cta-section{padding:2rem 1.5rem}.contact-cta-section h2{font-size:1.6rem}.whatsapp-cta-btn,.phone-cta-btn{padding:.9rem 1.5rem;font-size:.95rem}}.filter-controls{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.search-box{flex:1;min-width:250px;position:relative}.search-icon{color:#cc469b;font-size:1rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-input-field{border:2px solid #e0e0e0;border-radius:30px;outline:none;width:100%;padding:.9rem 1rem .9rem 3rem;font-size:.95rem;transition:all .3s}.search-input-field:focus{border-color:#cc469b;box-shadow:0 0 0 3px #cc469b1a}.sort-box{min-width:200px;position:relative}.sort-icon{color:#cc469b;pointer-events:none;z-index:1;font-size:1rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.sort-select{cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23cc469b' d='M6 9L1 4h10z'/%3E%3C/svg%3E") right 1rem center no-repeat;border:2px solid #e0e0e0;border-radius:30px;outline:none;width:100%;padding:.9rem 3rem;font-size:.95rem;transition:all .3s}.sort-select:focus{border-color:#cc469b;box-shadow:0 0 0 3px #cc469b1a}@media (width<=768px){.filter-controls{flex-direction:column;gap:1rem}.search-box,.sort-box{width:100%;min-width:auto}}.admin-panel{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);flex-direction:column;min-height:100vh;display:flex}.admin-topbar{z-index:100;background:linear-gradient(135deg,#cc469b 0%,#b83287 100%);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #00000026}.admin-logo-section{align-items:center;gap:1rem;display:flex}.admin-logo-img{object-fit:contain;background:#fff;border-radius:12px;width:50px;height:50px;padding:5px;box-shadow:0 4px 15px #0003}.admin-logo-text h2{color:#fff;letter-spacing:1px;text-shadow:2px 2px 4px #0003;margin:0;font-size:1.6rem;font-weight:800}.admin-logo-text span{color:#ffffffe6;font-size:.85rem;font-weight:500}.admin-user-section{align-items:center;gap:1.5rem;display:flex}.admin-user-info{flex-direction:column;align-items:flex-end;display:flex}.admin-user-name{color:#fff;font-size:1rem;font-weight:700}.admin-user-role{color:#fffc;font-size:.8rem}.admin-actions{gap:.8rem;display:flex}.home-btn,.logout-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.home-btn{color:#cc469b;background:#fff}.home-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.logout-btn{color:#fff;background:#fff3;border:2px solid #fff}.logout-btn:hover{color:#cc469b;background:#fff}.admin-content{flex:1;gap:2rem;width:100%;max-width:1600px;margin:0 auto;padding:2rem;display:flex}.admin-sidebar{flex-direction:column;gap:1.5rem;width:300px;display:flex}.sidebar-header{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014}.sidebar-header h3{color:#333;margin:0 0 .5rem;font-size:1.3rem}.sidebar-header p{color:#cc469b;margin:0;font-weight:600}.add-product-btn-large{color:#fff;cursor:pointer;background:linear-gradient(135deg,#cc469b 0%,#b83287 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.8rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #cc469b4d}.add-product-btn-large:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 6px 25px #cc469b66}.add-product-btn-large:disabled{opacity:.6;cursor:not-allowed}.stats-cards{flex-direction:column;gap:1rem;display:flex}.stats-card{background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.2rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000014}.stats-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001f}.stat-icon{color:#cc469b;font-size:2rem}.featured-card .stat-icon{color:#f39c12}.bestselling-card .stat-icon{color:#e74c3c}.home-card .stat-icon{color:#3498db}.stats-card h4{color:#666;margin:0 0 .3rem;font-size:.85rem;font-weight:600}.stat-number{color:#333;margin:0;font-size:1.8rem;font-weight:800}.admin-main{flex:1;position:relative}.loading-overlay{z-index:9999;background:#000000b3;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.spinner{border:5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}.loading-overlay p{color:#fff;margin-top:1rem;font-size:1.1rem;font-weight:600}.modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.product-form-modal{background:#fff;border-radius:20px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{color:#fff;background:linear-gradient(135deg,#cc469b 0%,#b83287 100%);border-radius:20px 20px 0 0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.modal-header h2{margin:0;font-size:1.5rem}.close-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.3rem;transition:all .3s;display:flex}.close-btn:hover{color:#cc469b;background:#fff;transform:rotate(90deg)}.product-form-modal form{padding:2rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group label{color:#333;margin-bottom:.5rem;font-weight:600;display:block}.form-group input[type=text],.form-group input[type=url],.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.8rem;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:#cc469b;outline:none;box-shadow:0 0 0 3px #cc469b1a}.image-upload-section{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.file-upload-btn{color:#fff;cursor:pointer;background:#cc469b;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.file-upload-btn:hover{background:#b83287;transform:translateY(-2px)}.upload-or{color:#999;font-weight:600}.url-input{flex:1}.image-preview{border:2px solid #e0e0e0;border-radius:12px;margin-top:1rem;overflow:hidden}.image-preview img{object-fit:cover;width:100%;height:200px}.categories-checkboxes{grid-template-columns:repeat(2,1fr);gap:.8rem;display:grid}.category-checkbox{cursor:pointer;border:2px solid #e0e0e0;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem;transition:all .3s;display:flex}.category-checkbox:hover{background:#cc469b0d;border-color:#cc469b}.category-checkbox input[type=checkbox]{cursor:pointer;width:18px;height:18px}.display-options{flex-direction:column;gap:.8rem;display:flex}.radio-option{cursor:pointer;border:2px solid #e0e0e0;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem;transition:all .3s;display:flex}.radio-option:hover{background:#cc469b0d;border-color:#cc469b}.radio-option input[type=radio]{cursor:pointer;width:18px;height:18px}.form-checkboxes{gap:1.5rem;margin-bottom:1.5rem;display:flex}.checkbox-label{cursor:pointer;align-items:center;gap:.5rem;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px}.form-actions{border-top:2px solid #e0e0e0;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.cancel-btn,.save-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.cancel-btn{color:#666;background:#e0e0e0}.cancel-btn:hover{background:#d0d0d0}.save-btn{color:#fff;background:linear-gradient(135deg,#cc469b 0%,#b83287 100%)}.save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #cc469b4d}.save-btn:disabled{opacity:.6;cursor:not-allowed}.products-by-category{flex-direction:column;gap:2rem;display:flex}.category-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.category-title{color:#333;align-items:center;gap:.5rem;margin:0 0 1.5rem;font-size:1.5rem;display:flex}.category-title .count{color:#cc469b;font-size:1.2rem}.no-products{text-align:center;color:#999;padding:3rem;font-size:1.1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.product-item{background:#f8f9fa;border:2px solid #0000;border-radius:12px;transition:all .3s;overflow:hidden}.product-item:hover{border-color:#cc469b4d;transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.product-image{height:200px;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-badges{flex-direction:column;gap:.5rem;display:flex;position:absolute;top:.5rem;right:.5rem}.badge.featured{color:#fff;background:#f39c12e6}.badge.bestselling{color:#fff;background:#e74c3ce6}.product-details{padding:1rem}.product-details h3{color:#333;margin:0 0 .5rem;font-size:1.1rem}.product-details p{color:#666;margin:0 0 .5rem;font-size:.9rem;line-height:1.4}.product-price-display{color:#cc469b;font-size:1rem;font-weight:700}.product-actions{border-top:1px solid #e0e0e0;gap:.5rem;padding:1rem;display:flex}.edit-btn,.delete-btn{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.6rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.edit-btn{color:#fff;background:#cc469b}.edit-btn:hover:not(:disabled){background:#b83287;transform:translateY(-2px)}.delete-btn{color:#fff;background:#e74c3c}.delete-btn:hover:not(:disabled){background:#c0392b;transform:translateY(-2px)}.edit-btn:disabled,.delete-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=1200px){.admin-content{flex-direction:column}.admin-sidebar{width:100%}.stats-cards{flex-flow:wrap}.stats-card{flex:1;min-width:200px}}@media (width<=768px){.admin-topbar{flex-direction:column;gap:1rem}.form-row,.categories-checkboxes,.products-grid{grid-template-columns:1fr}.image-upload-section{flex-direction:column}}.notification{z-index:999;border-radius:12px;align-items:center;gap:.8rem;max-width:400px;padding:1rem 1.5rem;font-weight:600;animation:.3s slideIn;display:flex;position:fixed;top:80px;right:2rem;box-shadow:0 4px 20px #00000026}@keyframes slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.success-notification{color:#fff;background:#2ecc71}.error-notification{color:#fff;background:#e74c3c}.search-filter-bar{background:#fff;border-radius:16px;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 4px 20px #00000014}.search-input-wrapper{flex:1;align-items:center;min-width:250px;display:flex;position:relative}.search-icon{color:#999;pointer-events:none;font-size:1.1rem;position:absolute;left:1rem}.search-input{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.8rem .8rem .8rem 2.8rem;font-size:.95rem;transition:all .3s}.search-input:focus{border-color:#cc469b;outline:none;box-shadow:0 0 0 3px #cc469b1a}.category-filter{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;min-width:200px;padding:.8rem 1rem;font-size:.95rem;font-weight:600;transition:all .3s}.category-filter:focus{border-color:#cc469b;outline:none;box-shadow:0 0 0 3px #cc469b1a}.products-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.products-header{border-bottom:2px solid #f0f0f0;margin-bottom:2rem;padding-bottom:1rem}.products-header h2{color:#333;margin:0 0 .5rem;font-size:1.8rem}.products-info{color:#666;margin:0;font-size:.95rem}.no-products-container{text-align:center;padding:4rem 2rem}.no-products-text{color:#999;margin:0;font-size:1.15rem}.products-grid-main{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.product-card-admin{background:#f8f9fa;border:2px solid #0000;border-radius:14px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.product-card-admin:hover{border-color:#cc469b4d;transform:translateY(-8px);box-shadow:0 12px 35px #00000026}.product-image-wrapper{background:#e0e0e0;height:220px;position:relative;overflow:hidden}.product-img-admin{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card-admin:hover .product-img-admin{transform:scale(1.05)}.product-badges-admin{flex-direction:column;gap:.6rem;display:flex;position:absolute;top:.8rem;right:.8rem}.badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.75rem;font-weight:700;display:flex}.featured-badge{color:#fff;background:#f39c12f2}.bestselling-badge{color:#fff;background:#e74c3cf2}.home-badge{color:#fff;background:#3498dbf2}.product-info-admin{flex-direction:column;flex:1;padding:1.2rem;display:flex}.product-name-admin{color:#333;margin:0 0 .6rem;font-size:1.15rem;font-weight:700;line-height:1.3}.product-desc-admin{color:#666;flex:1;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.product-meta{border-top:1px solid #e0e0e0;flex-direction:column;gap:.8rem;padding-top:.8rem;display:flex}.price-tag{color:#cc469b;font-size:1.1rem;font-weight:700}.categories-badges{flex-wrap:wrap;gap:.5rem;display:flex}.cat-badge{color:#cc469b;background:#cc469b26;border-radius:15px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.product-actions-admin{background:#fff;border-top:1px solid #e0e0e0;gap:.8rem;padding:1rem 1.2rem;display:flex}.btn-edit-admin,.btn-delete-admin{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.btn-edit-admin{color:#fff;background:#cc469b}.btn-edit-admin:hover:not(:disabled){background:#b83287;transform:translateY(-2px);box-shadow:0 4px 12px #cc469b4d}.btn-delete-admin{color:#fff;background:#e74c3c}.btn-delete-admin:hover:not(:disabled){background:#c0392b;transform:translateY(-2px);box-shadow:0 4px 12px #e74c3c4d}.btn-edit-admin:disabled,.btn-delete-admin:disabled{opacity:.5;cursor:not-allowed}.loading{color:#999;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;display:flex}@media (width<=1024px){.products-grid-main{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.admin-content{gap:1.5rem;padding:1.5rem}.admin-sidebar{width:100%}.stats-cards{flex-flow:wrap}.stats-card{flex:1;min-width:150px}}@media (width<=768px){.admin-topbar{flex-direction:column;gap:1rem;padding:1rem}.admin-logo-text h2{font-size:1.3rem}.admin-logo-img{width:40px;height:40px}.admin-content{flex-direction:column;gap:1rem;padding:1rem}.admin-main{min-height:400px}.search-filter-bar{flex-direction:column;gap:.8rem}.search-input-wrapper,.category-filter{min-width:100%}.products-grid-main{grid-template-columns:1fr}.product-form-modal{max-width:95%;max-height:95vh}.modal-overlay{padding:1rem}.form-row,.categories-checkboxes{grid-template-columns:1fr}.form-actions{flex-direction:column}.cancel-btn,.save-btn{justify-content:center;width:100%}.notification{max-width:none;left:1rem;right:1rem}.admin-user-section{flex-direction:column;gap:1rem}.admin-actions{gap:.5rem;width:100%}.home-btn,.logout-btn{flex:1}}@media (width<=480px){.admin-topbar,.admin-content{padding:.8rem}.products-section,.modal-header{padding:1rem}.modal-header h2{font-size:1.2rem}.product-form-modal form{padding:1rem}}.login-page{background:linear-gradient(135deg,#cf4a9d 0%,#bb3689 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-container{width:100%;max-width:450px}.login-card{background:#fff;border-radius:20px;padding:3rem;animation:.5s ease-out slideUp;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{color:#cf4a9d;margin-bottom:.5rem;font-size:2rem}.login-header p{color:#666;font-size:1rem}.error-message{color:#c33;text-align:center;background:#fee;border:1px solid #fcc;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-weight:500}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:flex}.form-group input{border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:.9rem;font-size:1rem;transition:all .3s}.form-group input:focus{border-color:#cf4a9d;outline:none;box-shadow:0 0 0 3px #cf4a9d1a}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#cf4a9d 0%,#bb3689 100%);border:none;border-radius:10px;width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #cf4a9d4d}.toggle-form,.login-info{text-align:center;border-top:1px solid #e0e0e0;margin-top:2rem;padding-top:2rem}.info-text{color:#666;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.warning-text{color:#e74c3c;font-size:.85rem;font-weight:600}.toggle-form p{color:#666;font-size:.95rem}.toggle-form button{color:#cf4a9d;cursor:pointer;background:0 0;border:none;font-size:.95rem;font-weight:700;text-decoration:underline}.toggle-form button:hover{color:#bb3689}@media (width<=768px){.login-card{padding:2rem}.login-header h1{font-size:1.5rem}}
