*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f8fafc}.container{display:flex;min-height:100vh}.sidebar{width:280px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 0;position:fixed;height:100vh;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.sidebar-header{padding:0 2rem 2rem;border-bottom:2px solid rgba(255,255,255,.2);background:#ffffff0d;margin:-2rem -2rem 2rem;padding:2rem;border-radius:0 0 20px}.sidebar-header h3{font-size:1.6rem;font-weight:700;color:#fff;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3)}.sidebar-nav{padding:.5rem 0;touch-action:pan-y;-webkit-overflow-scrolling:touch}.sidebar-nav ul{list-style:none}.sidebar-nav li{margin-bottom:.15rem}.sidebar-nav a{display:flex;align-items:center;padding:.6rem 1rem;color:#fffc;text-decoration:none;transition:all .3s ease;border-left:3px solid transparent;text-align:left}.sidebar-nav a:hover,.sidebar-nav a.active{background:#ffffff1a;color:#fff;border-left-color:#fff}.sidebar-nav i{margin-right:.5rem;width:18px;text-align:center}.menu-item{position:relative;margin-bottom:1rem}.menu-item>a{display:flex;align-items:center;font-weight:600;font-size:1rem;padding:.7rem 1rem;background:#ffffff1a;border-radius:8px;margin-bottom:.2rem;border:1px solid rgba(255,255,255,.2)}.menu-item>a:hover{background:#ffffff26;border-color:#ffffff4d}.toggle-icon{display:none}.submenu{list-style:none;max-height:none;overflow:visible;background:#ffffff08;margin-left:.8rem;border-radius:6px;margin-top:.2rem;border-left:2px solid rgba(255,255,255,.2);padding:.2rem 0}.submenu-link{padding:.4rem .8rem!important;font-size:.85rem;color:#fffc!important;border-left:2px solid transparent!important;transition:all .3s ease;margin:.1rem 0;border-radius:0 6px 6px 0;text-align:left;justify-content:flex-start}.submenu-link:hover{background:#ffffff1a!important;color:#fff!important;border-left-color:#fff9!important;transform:translate(5px)}.submenu-link i{font-size:.75rem;width:14px;margin-right:.5rem}.submenu-link.active{background:#fff3!important;color:#fff!important;border-left-color:#fff!important;font-weight:500;transform:translate(5px)}.menu-item>a.active{background:#fff3!important;border-color:#ffffff80!important;box-shadow:0 4px 12px #0003}.menu-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.product-card.highlighted{transform:scale(1.05);box-shadow:0 0 0 5px #667eea,0 25px 50px #667eea66;transition:all .3s ease;animation:highlight-pulse 1.5s ease-in-out infinite;border:3px solid #667eea;background:linear-gradient(135deg,#fff,#f8fafc);position:relative;z-index:10}.product-card.highlighted:before{content:"";position:absolute;inset:-8px;background:linear-gradient(45deg,#667eea,gold,#667eea);border-radius:20px;z-index:-1;animation:border-glow 2s ease-in-out infinite}@keyframes highlight-pulse{0%,to{transform:scale(1.05);box-shadow:0 0 0 5px #667eea,0 25px 50px #667eea66}50%{transform:scale(1.08);box-shadow:0 0 0 8px gold,0 30px 60px #ffd70080}}@keyframes border-glow{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.warning-section{background:linear-gradient(135deg,#fff5f5,#fed7d7);border:2px solid #feb2b2;border-radius:20px;padding:2rem;margin-bottom:4rem;position:relative;overflow:hidden;max-width:100%;box-sizing:border-box}.warning-section:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#ef4444,#f97316,#ef4444);animation:warning-flash 2s infinite}@keyframes warning-flash{0%,to{opacity:1}50%{opacity:.5}}.warning-header{text-align:center;margin-bottom:2rem}.warning-header h2{color:#dc2626;font-size:2.5rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:1rem;text-shadow:0 2px 4px rgba(220,38,38,.2)}.warning-header h2 i{color:#dc2626;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.warning-subtitle{font-size:1.2rem;color:#991b1b;font-weight:500;max-width:800px;margin:0 auto;line-height:1.6}.warning-note{background:#fef3c7;border-left:4px solid #f59e0b;color:#92400e}.danger-note{background:#fee2e2;border-left:4px solid #ef4444;color:#991b1b;font-weight:600}.warning-links{background:#fef2f2;border:1px solid #fecaca}.warning-links h4{color:#991b1b}.shop-link.warning{background:#fca5a5;color:#7f1d1d;border:1px solid #f87171}.shop-link.warning:hover{background:#f87171;color:#450a0a}.share-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0;text-align:center}.share-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #667eea4d}.share-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66;background:linear-gradient(135deg,#5a67d8,#6b46c1)}.share-btn:active{transform:translateY(0);box-shadow:0 4px 15px #667eea4d}.share-btn i{font-size:1rem}@media (max-width: 768px){.share-btn{padding:.6rem 1.2rem;font-size:.85rem}}.toast-notification{position:fixed;top:20px;right:20px;background:#fff;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 8px 32px #0000001f;z-index:10000;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:300px;max-width:400px;transform:translate(400px);transition:all .3s cubic-bezier(.68,-.55,.265,1.55);border-left:4px solid #3b82f6}.toast-notification.show{transform:translate(0)}.toast-content{display:flex;align-items:center;gap:.75rem;flex:1}.toast-message{font-size:.9rem;font-weight:500;color:#1f2937;line-height:1.4}.toast-close{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:24px;height:24px}.toast-close:hover{background:#f3f4f6;color:#6b7280}.toast-success{border-left-color:#10b981}.toast-success .toast-content i{color:#10b981}.toast-error{border-left-color:#ef4444}.toast-error .toast-content i{color:#ef4444}.toast-warning{border-left-color:#f59e0b}.toast-warning .toast-content i{color:#f59e0b}.toast-info{border-left-color:#3b82f6}.toast-info .toast-content i{color:#3b82f6}@media (max-width: 768px){.toast-notification{top:10px;right:10px;left:10px;min-width:auto;max-width:none;transform:translateY(-100px)}.toast-notification.show{transform:translateY(0)}}.copy-message{position:fixed;top:20px;right:20px;background:#fff;border-radius:10px;padding:1rem 1.5rem;box-shadow:0 10px 30px #0003;z-index:1000;display:flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;transform:translate(400px);transition:transform .3s ease;max-width:350px}.copy-message.show{transform:translate(0)}.copy-message.success{border-left:4px solid #10b981;color:#065f46}.copy-message.success i{color:#10b981}.copy-message.error{border-left:4px solid #ef4444;color:#991b1b}.copy-message.error i{color:#ef4444}@media (max-width: 768px){.copy-message{top:10px;right:10px;left:10px;max-width:none;transform:translateY(-100px)}.copy-message.show{transform:translateY(0)}}.product-card.not-recommended{border-left:8px solid #ef4444;background:linear-gradient(135deg,#fff5f5,#fef2f2);box-shadow:0 10px 30px #ef44441a;position:relative}.product-card.not-recommended:before{content:"⚠️ Không khuyến khích";position:absolute;top:1rem;right:1rem;background:#ef4444;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;z-index:10;box-shadow:0 4px 12px #ef44444d}.product-card.not-recommended:hover{transform:translateY(-5px);box-shadow:0 20px 40px #ef444433}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:5px;transition:background .3s ease}.mobile-menu-btn:hover{background:#ffffff1a}@media (max-width: 768px){.mobile-menu-btn{display:block}.sidebar{transform:translate(-100%);transition:transform .3s ease}.sidebar.mobile-open{transform:translate(0)}.main-content.mobile-pushed{margin-left:0}}.main-content{flex:1;margin-left:280px;padding:2rem;max-width:calc(100% - 280px);box-sizing:border-box;overflow-x:hidden}@media (max-width: 768px){body,html{margin:0;padding:0}.main-content{margin-left:0;max-width:100%;padding:0 1rem;padding-top:0;margin-top:0;margin-bottom:0}.section{margin:0!important;margin-bottom:1rem!important}.sidebar{position:fixed;left:-80%;top:0;height:100vh;width:80%;z-index:1000;transition:left .3s ease;overflow-y:auto;overflow-x:hidden;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:2px 0 10px #0000001a;touch-action:pan-y;-webkit-overflow-scrolling:touch}.sidebar.mobile-open{left:0;box-shadow:2px 0 10px #0000004d}body.menu-open{overflow-x:hidden;overflow-y:auto;position:static;width:100%;touch-action:pan-y}.container.mobile-open{touch-action:pan-y;overflow-y:auto}.mobile-menu-toggle{display:block!important;background:#667eea!important;color:#fff!important;border:2px solid white!important;position:fixed;top:10px;left:10px;margin:0;padding:.75rem;z-index:1000;width:50px;height:50px;border-radius:8px;font-size:1.2rem;box-shadow:0 2px 8px #0000004d;transition:all .3s ease}.mobile-menu-toggle:hover{background:#5a6fd8!important;transform:scale(1.1);box-shadow:0 4px 12px #0006}.sidebar.mobile-open~.mobile-menu-toggle{display:none!important}.container.mobile-open .mobile-menu-toggle{display:none!important}.mobile-menu-btn{background:#667eea!important;color:#fff!important;border:2px solid white!important;padding:.75rem;width:50px;height:50px;border-radius:8px;font-size:1.2rem;box-shadow:0 2px 8px #0000004d;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;margin-left:25px}.mobile-menu-btn:hover{background:#5a6fd8!important;transform:scale(1.1);box-shadow:0 4px 12px #0006}.container{flex-direction:column;margin:0;padding:0}.hero{grid-template-columns:1fr;text-align:center;padding:.5rem 1rem!important;margin:0 1rem!important;border-radius:0!important;margin-bottom:0!important;max-width:calc(100% - 2rem)}.hero h1{font-size:1.5rem;margin:0!important;margin-bottom:.5rem!important;line-height:1.3}.stat-item{min-width:80px;padding:.75rem}.stat-item{min-width:100px;padding:1rem}.stat-number{font-size:1.5rem}.product-grid{grid-template-columns:1fr;gap:1rem}.product-card{margin-bottom:1rem}.product-image,.product-image img{height:200px}.product-info{padding:1rem}.product-info h3{font-size:1.1rem}.section h2{font-size:1.5rem;text-align:center}.warning-header h2{font-size:1.8rem}.gallery-swiper{margin:1rem 0;padding:0 1rem}.gallery-swiper .swiper-slide{width:100%!important;max-width:100%!important}.gallery-swiper .gallery-item{width:100%!important;max-width:100%!important;aspect-ratio:16/9}.gallery-swiper .gallery-item.large{width:100%!important;max-width:100%!important}.gallery-swiper .swiper-button-next,.gallery-swiper .swiper-button-prev{width:40px;height:40px;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;background:#ffffffe6;border-radius:50%;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;z-index:10}.gallery-swiper .swiper-button-prev{left:10px}.gallery-swiper .swiper-button-next{right:10px}.gallery-swiper .swiper-button-next:hover,.gallery-swiper .swiper-button-prev:hover{background:#fff;transform:translateY(-50%) scale(1.1)}@media (min-width: 1024px){.gallery-swiper .swiper-button-next,.gallery-swiper .swiper-button-prev{display:flex}}.gallery-swiper .swiper-pagination{bottom:10px}@media (max-width: 480px){.gallery-swiper .swiper-button-next,.gallery-swiper .swiper-button-prev{display:none!important}.gallery-swiper .swiper-pagination{bottom:5px}.gallery-swiper .gallery-item{aspect-ratio:4/3}}.gallery-grid{display:flex;overflow-x:auto;gap:1rem;padding:.5rem 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;position:relative}.gallery-item{flex:0 0 auto;width:280px;scroll-snap-align:start}.gallery-item.large{width:320px}.gallery-grid::-webkit-scrollbar{display:none}.gallery-grid{-ms-overflow-style:none;scrollbar-width:none}.gallery-grid:before,.gallery-grid:after{content:"";position:absolute;top:0;bottom:0;width:20px;pointer-events:none;z-index:1}.gallery-grid:before{left:0;background:linear-gradient(to right,rgba(255,255,255,.8),transparent)}.gallery-grid:after{right:0;background:linear-gradient(to left,rgba(255,255,255,.8),transparent)}}.mobile-menu-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:1001;background:#667eea;color:#fff;border:none;padding:.5rem;border-radius:5px;font-size:1.2rem;cursor:pointer;box-shadow:0 2px 10px #0003}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;border-radius:20px;margin-bottom:3rem;display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:center}.hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.2rem;margin-bottom:1rem;opacity:.9}.hero p{font-size:1.1rem;opacity:.8;line-height:1.6}.hero-stats{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}.stat-item{text-align:center;background:#ffffff1a;padding:1.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.2);min-width:120px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-item i{font-size:2rem;color:gold;margin-bottom:.5rem;display:block}.stat-number{display:block;font-size:2rem;font-weight:700;color:#fff;margin-bottom:.25rem}.stat-label{font-size:.9rem;opacity:.9;color:#fff}.hero-image{text-align:center;width:100%;max-width:1200px;margin:0 auto}.main-car-image{width:100%;max-width:1200px;border-radius:15px;box-shadow:0 20px 40px #0000004d}.experience-video{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:3rem;border-radius:20px;margin-bottom:3rem;text-align:center}.video-header h2{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.video-header p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.video-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.experience-video-player{width:100%;border-radius:15px;box-shadow:0 10px 30px #0000004d;background:#000}.video-info{text-align:left;background:#ffffff1a;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.video-info h3{font-size:1.5rem;margin-bottom:1.5rem;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.video-info ul{list-style:none;padding:0}.video-info li{margin-bottom:1rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:.5rem}.video-info li:last-child{border-bottom:none}.video-info i{color:gold;width:20px;text-align:center}.video-info strong{color:gold;margin-right:.5rem}.section{margin-bottom:4rem;max-width:100%;box-sizing:border-box}.section h2{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#1e293b;display:flex;align-items:center;gap:.75rem}.section h2 i{color:#667eea}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:100%}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0;max-width:100%;box-sizing:border-box}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.product-card:after{content:"";position:absolute;bottom:12px;left:12px;padding:.35rem .6rem;font-size:.8rem;font-weight:600;color:#fff;border-radius:999px;z-index:5;box-shadow:0 6px 16px #0000001f;letter-spacing:.2px}#can-thiet .product-card:after{content:"Thiết Yếu";background:#10b981}#nen-co .product-card:after{content:"Tiện ích";background:#f59e0b}#other-option .product-card:after{content:"Tham Khảo";background:#475569}#khong-nen-mua .product-card:after{content:"Không khuyến khích";background:#ef4444}@media (max-width: 480px){.product-card:after{bottom:10px;left:10px;padding:.3rem .55rem;font-size:.72rem}}.product-card .product-info{padding-bottom:2.75rem}@media (max-width: 768px){.product-card .product-info{padding-bottom:2.5rem}}@media (max-width: 480px){.product-card .product-info{padding-bottom:2.25rem}}.product-card.not-recommended{border-left:5px solid #ef4444}.product-card.optional{border-left:5px solid #f59e0b}.product-image{height:250px;overflow:hidden;position:relative;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:250px;object-fit:cover;object-position:center;transition:transform .3s ease;border-radius:10px 10px 0 0}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem}.product-info h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1e293b;line-height:1.4}.pros-cons,.pros,.cons{margin-bottom:1rem}.pros h4,.cons h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.pros h4{color:#059669}.cons h4{color:#dc2626}.pros ul,.cons ul{list-style:none;padding-left:1.5rem}.pros li,.cons li{position:relative;margin-bottom:.25rem;font-size:.95rem}.pros li:before{content:"✓";position:absolute;left:-1.5rem;color:#059669;font-weight:700}.cons li:before{content:"✗";position:absolute;left:-1.5rem;color:#dc2626;font-weight:700}.note{background:#f1f5f9;padding:1rem;border-radius:10px;margin-bottom:1rem;border-left:4px solid #667eea}.note strong{color:#1e293b}.shop-links{background:#fef3c7;padding:1rem;border-radius:10px;border:1px solid #fbbf24}.shop-links h4{color:#92400e;margin-bottom:.75rem;font-size:.95rem}.shop-link{display:inline-block;background:#f59e0b;color:#fff;text-decoration:none;padding:.5rem;border-radius:8px;margin:.25rem;font-size:.9rem;transition:background .3s ease}.shop-link:hover{background:#d97706;transform:translateY(-2px)}.footer{background:#1e293b;color:#fff;padding:3rem;border-radius:20px;text-align:center;margin-top:3rem}.footer-content p{margin-bottom:1rem;font-size:1.1rem;opacity:.9}@media (max-width: 1024px){.sidebar{width:250px}.main-content{margin-left:250px}.hero{grid-template-columns:1fr;text-align:center}.video-container{grid-template-columns:1fr;gap:1.5rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width: 768px){.container{flex-direction:column}.sidebar{position:relative;width:100%;height:auto;max-height:400px;overflow-y:auto;border-radius:0 0 20px 20px}.sidebar-header{padding:1.5rem 1rem;font-size:1.2rem}.sidebar-nav{padding:1rem}.menu-item>a{padding:1rem;font-size:1rem;margin-bottom:.5rem}.submenu{margin-left:1rem;padding-left:1rem}.submenu-link{padding:.75rem 1rem;font-size:.9rem;text-align:left;justify-content:flex-start}.main-content{margin-left:0;padding:1rem}.hero{padding:2rem 1.5rem;margin-bottom:2rem;border-radius:15px;grid-template-columns:1fr;text-align:center;gap:1.5rem}.hero h1{font-size:1.8rem;line-height:1.3}.hero-subtitle{font-size:1.1rem}.hero p{font-size:1rem;line-height:1.6}.hero-stats{flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem}.stat-item{min-width:140px;padding:1rem}.stat-item i,.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem}.hero-image{max-width:100%}.main-car-image{max-width:100%;border-radius:10px}.product-grid{grid-template-columns:1fr;gap:1.5rem}.section h2{font-size:1.5rem;margin-bottom:1.5rem}.section{margin-bottom:3rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.gallery-item.large{grid-column:span 2}}@media (max-width: 480px){.container{padding:0}.sidebar{max-height:350px;border-radius:0 0 15px 15px}.sidebar-header{padding:1rem;font-size:1.1rem}.sidebar-nav{padding:.75rem}.menu-item>a{padding:.75rem;font-size:.95rem;margin-bottom:.25rem}.submenu{margin-left:.75rem;padding-left:.75rem}.submenu-link{padding:.5rem .75rem;font-size:.85rem;text-align:left;justify-content:flex-start}.main-content{padding:.75rem}.hero{padding:1.5rem 1rem;margin-bottom:1.5rem;border-radius:10px}.hero h1{font-size:1.4rem;line-height:1.3}.hero-subtitle{font-size:1rem}.hero p{font-size:.95rem;line-height:1.5}.hero-stats{gap:.75rem;margin-top:1rem}.stat-item{min-width:120px;padding:.75rem}.stat-item i,.stat-number{font-size:1.25rem}.stat-label{font-size:.75rem}.section h2{font-size:1.3rem;margin-bottom:1rem}.section{margin-bottom:2rem}.product-card{border-radius:10px;margin-bottom:1rem}.product-image{height:200px}.product-image img{height:200px;border-radius:8px 8px 0 0}.product-info{padding:1rem}.product-info h3{font-size:1.1rem;margin-bottom:.75rem}.pros-cons h4{font-size:1rem;margin-bottom:.5rem}.pros-cons ul{font-size:.9rem;line-height:1.4}.note{font-size:.9rem;padding:.75rem}.shop-link{display:block;margin:.5rem 0;text-align:center;padding:.75rem;font-size:.9rem}.gallery-grid{grid-template-columns:1fr;gap:.75rem}.gallery-item.large{grid-column:span 1}.gallery-header h2{font-size:1.5rem}.gallery-header p{font-size:1rem}.warning-section{padding:1.5rem 1rem;border-radius:10px}.warning-header h2{font-size:1.5rem}.warning-subtitle{font-size:1rem}}.product-card{position:relative}.product-card:before{content:attr(data-seo-keyword);position:absolute;top:0;left:0;background:#000c;color:#fff;padding:.5rem;font-size:.8rem;border-radius:0 0 10px;opacity:0;transition:opacity .3s ease}.product-card:hover:before{opacity:1}.product-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}html{scroll-behavior:smooth}.nav-link:focus,.shop-link:focus{outline:2px solid #667eea;outline-offset:2px}@media (max-width: 768px){.nav-link,.submenu-link,.shop-link{min-height:44px;display:flex;align-items:center;justify-content:center}.product-card{transition:transform .2s ease,box-shadow .2s ease}.product-card:active{transform:scale(.98)}.gallery-item{transition:transform .2s ease}.gallery-item:active{transform:scale(.95)}.sidebar{-webkit-overflow-scrolling:touch;scrollbar-width:thin}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.sidebar::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff80}}@media print{.sidebar,.shop-links,.footer{display:none}.main-content{margin-left:0}.product-card{break-inside:avoid;box-shadow:none;border:1px solid #ccc}}.image-gallery{margin-bottom:4rem}.gallery-swiper{margin-top:2rem;position:relative;max-width:1200px;margin-left:auto;margin-right:auto}.gallery-swiper .swiper-slide{height:auto}.gallery-swiper .swiper-button-next,.gallery-swiper .swiper-button-prev{color:#667eea;background:#ffffffe6;width:50px;height:50px;border-radius:50%;box-shadow:0 4px 20px #0000001a}.gallery-swiper .swiper-button-next:hover,.gallery-swiper .swiper-button-prev:hover{background:#fff;transform:scale(1.1)}.gallery-swiper .swiper-pagination{bottom:20px}.gallery-swiper .swiper-pagination-bullet{background:#667eea;opacity:.5}.gallery-swiper .swiper-pagination-bullet-active{opacity:1;background:#667eea}.gallery-header{text-align:center;margin-bottom:3rem}.gallery-header h2{font-size:2.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:1rem}.gallery-header h2 i{color:#667eea}.gallery-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.gallery-item{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;aspect-ratio:1}.gallery-item.large{grid-column:span 2;grid-row:span 2}.gallery-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0003}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover .gallery-image{transform:scale(1.1)}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem 1.5rem 1.5rem;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-overlay h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.gallery-overlay p{font-size:.9rem;opacity:.9;line-height:1.4}@media (max-width: 1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-item.large{grid-column:span 1;grid-row:span 1}}@media (max-width: 768px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.gallery-header h2{font-size:2rem}}@media (max-width: 480px){.gallery-grid{grid-template-columns:1fr}.gallery-item.large{grid-column:span 1;grid-row:span 1}}@media (max-width: 768px){.section{scroll-margin-top:64px}.section>h2{position:sticky;top:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);margin:0 -1rem 1rem;padding:.85rem 1rem;box-shadow:0 6px 16px #00000014;border-bottom:1px solid #e2e8f0;text-align:left}#can-thiet>h2{border-left:6px solid #10b981}#nen-co>h2{border-left:6px solid #f59e0b}#other-option>h2{border-left:6px solid #64748b}#khong-nen-mua>h2{border-left:6px solid #ef4444}}
