.main-header{position:relative;display:flex;align-items:center;justify-content:space-between;white-space:nowrap;border-bottom:1px solid #ebeaf1;padding:.75rem 2.5rem;font-family:space grotesk,noto sans,sans-serif}.main-header .header-left{display:flex;align-items:center;gap:2rem}.main-header .title-container{display:flex;align-items:center;gap:1rem;color:#121118}.main-header .site-title{color:#121118;font-size:1.125rem;font-weight:700;line-height:1.2;letter-spacing:-.015em}.main-header .site-title-link{text-decoration:none}.main-header .main-nav{display:none;align-items:center;gap:2.25rem}.main-header .main-nav a{text-decoration:none}@media(min-width:768px){.main-header .main-nav{display:flex}}.main-header .main-nav a{color:#121118;font-size:.875rem;font-weight:500;line-height:1.5;text-decoration:none}.main-header .header-right{display:flex;flex:1;justify-content:flex-end;align-items:center;gap:2rem}.main-header .search-container{display:none;flex-direction:column;min-width:10rem;height:2.5rem;max-width:16rem}@media(min-width:768px){.main-header .search-container{display:flex}}.main-header .search-wrapper{display:flex;width:100%;flex:1;align-items:stretch;border-radius:.75rem;height:100%}.main-header .search-icon{color:#645d89;display:flex;border:none;background-color:#ebeaf1;align-items:center;justify-content:center;padding-left:1rem;border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.main-header .search-input{display:flex;width:100%;min-width:0;flex:1;resize:none;overflow:hidden;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.75rem;border-bottom-right-radius:.75rem;color:#121118;outline:none;border:none;background-color:#ebeaf1;height:100%;padding:0 1rem 0 .5rem;font-size:1rem;line-height:1.5}.main-header .search-input::placeholder{color:#645d89}.main-header .categories-menu{position:relative}.main-header .categories-menu.desktop{display:none}@media(min-width:768px){.main-header .categories-menu.desktop{display:block}}.main-header .categories-menu.mobile{display:block}@media(min-width:768px){.main-header .categories-menu.mobile{display:none}}.main-header .categories-button{display:flex;min-width:84px;max-width:480px;cursor:pointer;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;height:2.5rem;padding:0 1rem;background-color:#ebeaf1;color:#121118;font-size:.875rem;font-weight:700;line-height:1.5;letter-spacing:.015em;border:none}.main-header .categories-button .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-header .hamburger-menu{background:0 0;border:none;cursor:pointer}.main-header .hamburger-menu i{font-size:1.5rem}.main-header .logo-link{display:block}.main-header .logo-circle{display:flex;align-items:center;justify-content:center}.main-header .logo-img{height:2.5rem;width:2.5rem;border-radius:9999px}.categories-dropdown{position:absolute;box-sizing:border-box;top:100%;right:0;left:auto;background:#fff;border:1px solid #ddd;border-top:none;border-radius:4px;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:1000;display:none;width:100%;max-width:100%}.categories-dropdown.show{display:block}.categories-dropdown .categories-nav{width:100%}.categories-dropdown .categories-list{list-style:none;box-sizing:border-box;padding:1rem;margin:0;display:flex;flex-direction:column;gap:.5rem;width:100%}@media(min-width:768px){.categories-dropdown .categories-list{flex-direction:row;flex-wrap:wrap}}.categories-dropdown .categories-list li{border-bottom:none;padding:0}.categories-dropdown .categories-list li:last-child{border-bottom:none}.categories-dropdown .category-link{color:#333;text-decoration:none;display:block;white-space:nowrap;text-transform:capitalize;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s ease}.categories-dropdown .category-link:hover{background-color:#f5f5f5}.categories-dropdown .category-link i{display:none}.subcategories-dropdown{position:fixed;box-sizing:border-box;display:none;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:1000;width:100%;max-width:100%}.subcategories-dropdown.show{display:block}.subcategories-dropdown .subcategories-list{list-style:none;padding:1rem;margin:0;display:flex;flex-direction:column;gap:.5rem;width:100%}@media(min-width:768px){.subcategories-dropdown .subcategories-list{flex-direction:row;flex-wrap:wrap}}.subcategories-dropdown .subcategories-list li{border-bottom:none;padding:0}.subcategories-dropdown .subcategories-list li:last-child{border-bottom:none}.subcategories-dropdown .subcategory-link{color:#333;text-decoration:none;display:block;white-space:nowrap;text-transform:capitalize;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s ease}.subcategories-dropdown .subcategory-link:hover{background-color:#f5f5f5}.no-subcategories{color:#666;font-style:italic}.category-link,.subcategory-link{color:#121118;text-decoration:none}.category-link:hover,.subcategory-link:hover{text-decoration:none;background-color:#f5f5f5}.categories-list,.subcategories-inline{list-style:none;margin:0;padding:0}@media(min-width:768px){.subcategories-inline{padding-left:1rem}}@media(max-width:768px){.categories-dropdown{left:0;right:0;width:100vw;max-width:100vw}.categories-list,.subcategories-inline{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem}.category-link,.subcategory-link{text-align:center}}.subcategories-inline{box-sizing:border-box;opacity:0;transform:translateY(4px);transition:opacity .5s ease,transform .5s ease}.subcategories-inline.show{opacity:1;transform:translateY(0)}.categories-list li{transition:padding-bottom .6s ease}.categories-list li.has-sub{padding-bottom:.75rem}.mobile-nav-header{padding:12px 16px;border-bottom:1px solid #eee;display:flex;align-items:center}.back-button{background:0 0;border:none;color:#333;padding:0;margin-right:12px;cursor:pointer;display:flex;align-items:center;font-size:14px;text-transform:capitalize}.back-button i{margin-right:8px}.current-category{font-weight:500;color:#333;text-transform:capitalize}@media(max-width:768px){#subcategoriesDropdownDesktop{display:none!important}}.hero-carousel{position:relative;width:100%;height:400px;margin:2rem 0;border-radius:1rem;overflow:hidden;box-shadow:0 8px 32px rgba(26,54,93,.2);background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#1a202c}@media(max-width:768px){.hero-carousel{height:250px;margin:1rem 0;border-radius:.5rem}}.hero-carousel::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(26,54,93,.7) 0%,rgba(45,55,72,.5) 50%,rgba(26,32,44,.8) 100%);z-index:1}.hero-carousel .carousel-content-track{position:relative;height:100%;z-index:2}.hero-carousel .carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .6s ease-in-out,visibility 0s linear .6s;z-index:2}.hero-carousel .carousel-slide.active{opacity:1;visibility:visible;transition:opacity .6s ease-in-out,visibility 0s linear 0s}.hero-carousel .carousel-slide .slide-content{position:relative;z-index:3;text-align:center;color:#fff;max-width:800px;padding:2rem}.hero-carousel .carousel-slide .slide-content a.slide-link{color:#fff;text-decoration:none;display:inline-block}.hero-carousel .carousel-slide .slide-content a,.hero-carousel .carousel-slide .slide-content a:link,.hero-carousel .carousel-slide .slide-content a:visited,.hero-carousel .carousel-slide .slide-content a:hover,.hero-carousel .carousel-slide .slide-content a:active,.hero-carousel .carousel-slide .slide-content a:focus{color:#fff;text-decoration:none;outline:none}@media(max-width:768px){.hero-carousel .carousel-slide .slide-content{padding:.5rem;max-width:95%}}@media(max-width:480px){.hero-carousel .carousel-slide .slide-content{padding:.3rem .5rem;max-width:95%}}.hero-carousel .carousel-slide .slide-content .slide-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media(max-width:768px){.hero-carousel .carousel-slide .slide-content .slide-title{font-size:1.5rem;margin-bottom:.5rem}}@media(max-width:480px){.hero-carousel .carousel-slide .slide-content .slide-title{font-size:1.2rem;margin-bottom:.5rem}}.hero-carousel .carousel-slide .slide-content .slide-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9;text-shadow:1px 1px 2px rgba(0,0,0,.5);color:#fff}@media(max-width:768px){.hero-carousel .carousel-slide .slide-content .slide-description{font-size:.9rem;margin-bottom:1rem}}@media(max-width:480px){.hero-carousel .carousel-slide .slide-content .slide-description{font-size:.8rem;margin-bottom:.8rem}}.hero-carousel .carousel-slide .slide-content .slide-cta{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#ff6b35 0%,#e55a2b 100%);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent}.hero-carousel .carousel-slide .slide-content .slide-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,107,53,.4);border-color:#00d9ff}@media(max-width:768px){.hero-carousel .carousel-slide .slide-content .slide-cta{padding:.6rem 1.2rem;font-size:.85rem}}@media(max-width:480px){.hero-carousel .carousel-slide .slide-content .slide-cta{padding:.5rem 1rem;font-size:.8rem}}.hero-carousel .carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:3;backdrop-filter:blur(10px)}.hero-carousel .carousel-nav:hover{background:rgba(255,255,255,.3);border-color:#00d9ff;transform:translateY(-50%)scale(1.1)}.hero-carousel .carousel-nav.prev{left:1rem}@media(max-width:768px){.hero-carousel .carousel-nav.prev{left:.5rem}}.hero-carousel .carousel-nav.next{right:1rem}@media(max-width:768px){.hero-carousel .carousel-nav.next{right:.5rem}}.hero-carousel .carousel-nav i{color:#fff;font-size:1.2rem}@media(max-width:768px){.hero-carousel .carousel-nav{width:35px;height:35px;background:0 0;border:none;backdrop-filter:none}.hero-carousel .carousel-nav:hover{background:rgba(255,255,255,.1);transform:translateY(-50%)scale(1.05)}.hero-carousel .carousel-nav i{font-size:.9rem;text-shadow:2px 2px 4px rgba(0,0,0,.8)}}@media(max-width:480px){.hero-carousel .carousel-nav{width:30px;height:30px;background:0 0;border:none;backdrop-filter:none}.hero-carousel .carousel-nav:hover{background:rgba(255,255,255,8%);transform:translateY(-50%)scale(1.05)}.hero-carousel .carousel-nav i{font-size:.8rem;text-shadow:2px 2px 4px rgba(0,0,0,.9)}}.hero-carousel .carousel-indicators{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:3}@media(max-width:768px){.hero-carousel .carousel-indicators{bottom:.5rem;gap:.3rem}}.hero-carousel .carousel-indicators .indicator{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.4);border:2px solid rgba(255,255,255,.3);cursor:pointer;transition:all .3s ease}@media(max-width:768px){.hero-carousel .carousel-indicators .indicator{width:10px;height:10px;border-width:1px}}@media(max-width:480px){.hero-carousel .carousel-indicators .indicator{width:8px;height:8px;border-width:1px}}.hero-carousel .carousel-indicators .indicator.active{background:#00d9ff;border-color:#fff;transform:scale(1.2)}.hero-carousel .carousel-indicators .indicator:hover:not(.active){background:rgba(255,255,255,.6);transform:scale(1.1)}.hero-carousel .slide-cta{display:none!important}.hero-carousel .carousel-play-pause{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:rgba(0,0,0,.5);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:3}.hero-carousel .carousel-play-pause:hover{background:rgba(0,0,0,.7);transform:scale(1.1)}.hero-carousel .carousel-play-pause i{font-size:1rem}@media(max-width:768px){.hero-carousel .carousel-play-pause{top:.5rem;right:.5rem;width:30px;height:30px}.hero-carousel .carousel-play-pause i{font-size:.8rem}}@media(max-width:480px){.hero-carousel .carousel-play-pause{width:25px;height:25px}.hero-carousel .carousel-play-pause i{font-size:.7rem}}.carousel-loading{display:flex;align-items:center;justify-content:center;height:400px;background:#edf2f7;border-radius:1rem}.carousel-loading .loading-spinner{width:50px;height:50px;border:4px solid #cbd5e0;border-top:4px solid #1a365d;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.carousel-loading{height:250px}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.responsive-footer{background:linear-gradient(135deg,#1a202c 0%,#2d3748 100%);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.responsive-footer .footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.responsive-footer .footer-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;justify-content:center;margin-bottom:2rem}@media(max-width:1024px){.responsive-footer .footer-main{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.responsive-footer .footer-main{grid-template-columns:1fr;gap:2rem;text-align:center}}.responsive-footer .footer-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#fff;position:relative}.responsive-footer .footer-section h3::after{content:'';position:absolute;bottom:-.5rem;left:0;width:2rem;height:2px;background:#00d9ff}@media(max-width:768px){.responsive-footer .footer-section h3::after{left:50%;transform:translateX(-50%)}}.responsive-footer .footer-section p{color:#e2e8f0;line-height:1.6;margin-bottom:1rem}.responsive-footer .footer-section ul{list-style:none;padding:0;margin:0}.responsive-footer .footer-section ul li{margin-bottom:.5rem}.responsive-footer .footer-section ul li a{color:#e2e8f0;text-decoration:none;transition:color .3s ease}.responsive-footer .footer-section ul li a:hover{color:#00d9ff}.responsive-footer .footer-about .footer-logo{display:flex;align-items:center;margin-bottom:1rem}@media(max-width:768px){.responsive-footer .footer-about .footer-logo{justify-content:center}}.responsive-footer .footer-about .footer-logo .logo-circle{width:40px;height:40px;border-radius:50%;background:0 0;display:flex;align-items:center;justify-content:center;margin-right:.75rem}.responsive-footer .footer-about .footer-logo .logo-circle .logo-img{width:30px;height:30px;object-fit:contain;border-radius:50%}.responsive-footer .footer-about .footer-logo .logo-circle .logo-text{color:#fff;font-weight:700;font-size:12px}.responsive-footer .footer-about .footer-logo .site-name{font-size:1.25rem;font-weight:600;color:#fff}.responsive-footer .footer-about .footer-description{color:#e2e8f0;line-height:1.6;margin-bottom:1.5rem}.responsive-footer .footer-about .footer-contact .contact-item{display:flex;align-items:center;margin-bottom:.5rem;color:#e2e8f0}@media(max-width:768px){.responsive-footer .footer-about .footer-contact .contact-item{justify-content:center}}.responsive-footer .footer-about .footer-contact .contact-item .contact-icon{min-width:16px;margin-right:.75rem;color:#00d9ff;font-size:16px}.responsive-footer .footer-about .footer-contact .contact-item .address-link{color:#e2e8f0;text-decoration:none;transition:color .3s ease}.responsive-footer .footer-about .footer-contact .contact-item .address-link:hover{color:#00d9ff;text-decoration:underline}.responsive-footer .footer-social .social-links{display:flex;gap:1rem;margin-top:1rem}@media(max-width:768px){.responsive-footer .footer-social .social-links{justify-content:center}}.responsive-footer .footer-social .social-links .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;color:#e2e8f0;text-decoration:none;transition:all .3s ease}.responsive-footer .footer-social .social-links .social-link:hover{background:#00d9ff;color:#1a202c;transform:translateY(-2px)}.responsive-footer .footer-social .social-links .social-link .social-icon{font-size:18px}.responsive-footer .footer-bottom{border-top:1px solid #4a5568;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.responsive-footer .footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.responsive-footer .footer-bottom .footer-copyright{color:#a0aec0;font-size:.9rem}.responsive-footer .footer-bottom .footer-links{display:flex;gap:1.5rem}@media(max-width:768px){.responsive-footer .footer-bottom .footer-links{flex-wrap:wrap;justify-content:center}}.responsive-footer .footer-bottom .footer-links a{color:#a0aec0;text-decoration:none;font-size:.9rem;transition:color .3s ease}.responsive-footer .footer-bottom .footer-links a:hover{color:#00d9ff}.articles-controls{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.articles-controls label{font-weight:600}.articles-controls select{padding:.25rem .5rem;border:1px solid #d1d5db;border-radius:.25rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:.75rem}.article-card{display:flex;flex-direction:column;gap:.75rem;padding-bottom:.75rem;background:0 0;border:none;box-shadow:none;transition:none}.article-card p{display:none}.article-card .card-footer{display:none}.article-card .article-link{display:block;text-decoration:none;color:inherit;height:100%}.article-card .article-link:hover{color:inherit}.article-card .thumb{width:100%;aspect-ratio:1/1;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.75rem}.article-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:.75rem}.article-card:hover img{transform:scale(1.05)}.article-card .card-body{padding:0;text-align:center;padding:1rem;display:flex;flex-direction:column;height:calc(100% - 200px)}.article-card .card-body h3{margin:0 0 .5rem;font-size:1.1rem;color:#1f2937;font-weight:600;line-height:1.3}.article-card .card-body p{display:none;font-size:.9rem;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card .card-body .card-footer{display:none;margin-top:1rem;padding-top:.75rem;border-top:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between;font-size:.9rem;font-weight:600;color:#3b82f6;transition:color .3s ease}.article-card .card-body .card-footer .view-details{flex:1}.article-card .card-body .card-footer i{font-size:.8rem;transition:transform .3s ease}.article-card:hover .card-footer{color:#1d4ed8}.article-card:hover .card-footer i{transform:translateX(3px)}.pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:2rem}.pagination button{padding:.45rem .8rem;border:1px solid #d1d5db;background:#fff;border-radius:.25rem;cursor:pointer;transition:background .15s ease,color .15s ease}.pagination button:hover{background:#f3f4f6}.pagination button.active{background:#3b82f6;color:#fff;border-color:#3b82f6}#home-products-title{text-align:left;padding:0 0 0 1rem;background:0 0;margin-bottom:1rem}.section-title-products{position:relative;display:inline-block;font-weight:700;font-size:1.4rem;font-family:ubuntu,arial,sans-serif;margin-bottom:1.7rem;color:#4a5568}.section-title-products a{color:inherit;text-decoration:none}.section-title-products::after{content:"";position:absolute;width:10vw;min-width:110px;height:2px;background-color:#333286;top:50%;margin-left:10px}.article-single-container{min-height:100vh;padding:2rem 0}.article-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:3rem}.article-loading .loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color,#007bff);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.article-loading p{color:var(--text-muted,#6c757d);font-size:1.1rem;margin:0}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.article-error{display:flex;align-items:center;justify-content:center;min-height:400px;padding:3rem}.article-error .error-content{text-align:center;max-width:500px}.article-error .error-content i{font-size:4rem;color:var(--danger-color,#dc3545);margin-bottom:1.5rem;display:block}.article-error .error-content h2{font-size:1.8rem;margin-bottom:1rem;color:var(--text-primary,#212529)}.article-error .error-content p{font-size:1.1rem;color:var(--text-muted,#6c757d);margin-bottom:2rem}.article-error .error-content .retry-btn,.article-error .error-content .back-home-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;margin:.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease}.article-error .error-content .retry-btn:hover,.article-error .error-content .back-home-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.article-error .error-content .retry-btn{background:var(--primary-color,#007bff);color:#fff}.article-error .error-content .retry-btn:hover{background:var(--primary-dark,#0056b3)}.article-error .error-content .back-home-btn{background:var(--secondary-color,#6c757d);color:#fff}.article-error .error-content .back-home-btn:hover{background:var(--secondary-dark,#5a6268)}.article-content{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.article-content{padding:0 1rem}}.breadcrumb-nav{display:flex;align-items:center;margin-bottom:2rem;padding:1rem 0;font-size:.9rem;color:var(--text-muted,#6c757d)}.breadcrumb-nav a{color:var(--primary-color,#007bff);text-decoration:none;transition:color .3s ease}.breadcrumb-nav a:hover{color:var(--primary-dark,#0056b3)}.breadcrumb-nav .separator{margin:0 .75rem;color:var(--text-muted,#6c757d)}.article-main{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem;padding:0 1rem}@media(min-width:968px){.article-main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:0 2rem}}.product-gallery{width:100%;max-width:100%;box-sizing:border-box;position:relative}.product-gallery .main-image-container{width:100%;position:relative;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.1);margin-bottom:1rem}.product-gallery .main-image-container .main-image{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;background:#f8f9fa;transition:transform .3s ease;cursor:pointer}.product-gallery .main-image-container .main-image:hover{transform:scale(1.05)}.product-gallery .main-image-container .image-zoom-indicator{position:absolute;bottom:1rem;right:1rem;background:rgba(0,0,0,.7);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;opacity:0;transition:opacity .3s ease}.product-gallery .main-image-container .image-zoom-indicator i{margin-right:.5rem}.product-gallery .main-image-container:hover .image-zoom-indicator{opacity:1}.product-gallery .thumbnail-gallery{display:flex;gap:.75rem;overflow-x:auto;padding:.5rem 0}.product-gallery .thumbnail-gallery .thumbnail{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.product-gallery .thumbnail-gallery .thumbnail img{width:100%;height:100%;object-fit:cover}.product-gallery .thumbnail-gallery .thumbnail.active,.product-gallery .thumbnail-gallery .thumbnail:hover{border-color:var(--primary-color,#007bff)}.product-gallery .gallery-controls{display:flex;justify-content:space-between;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);pointer-events:none}.product-gallery .gallery-controls .gallery-btn{width:40px;height:40px;border:none;border-radius:50%;background:rgba(0,0,0,.7);color:#fff;font-size:1.2rem;cursor:pointer;transition:all .3s ease;pointer-events:all}.product-gallery .gallery-controls .gallery-btn:hover{background:rgba(0,0,0,.9);transform:scale(1.1)}.product-gallery .gallery-controls .gallery-btn.prev-btn{margin-left:1rem}.product-gallery .gallery-controls .gallery-btn.next-btn{margin-right:1rem}.product-info{}.product-info .product-header{margin-bottom:2rem}.product-info .product-header .product-badges{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.product-info .product-header .product-badges .badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.product-info .product-header .product-badges .badge.featured{background:var(--warning-color,#ffc107);color:var(--dark,#212529)}.product-info .product-header .product-badges .badge.new{background:var(--success-color,#28a745);color:#fff}.product-info .product-header .product-badges .badge.sale{background:var(--danger-color,#dc3545);color:#fff}.product-info .product-header .product-title{font-size:2.2rem;font-weight:700;line-height:1.3;margin-bottom:1rem;color:var(--text-primary,#212529)}@media(max-width:768px){.product-info .product-header .product-title{font-size:1.8rem}}.product-info .product-header .product-meta{display:flex;align-items:center;gap:2rem;margin-bottom:1rem}@media(max-width:768px){.product-info .product-header .product-meta{flex-direction:column;align-items:flex-start;gap:.75rem}}.product-info .product-header .product-meta .product-rating{display:flex;align-items:center;gap:.5rem}.product-info .product-header .product-meta .product-rating .stars{display:flex;gap:.2rem}.product-info .product-header .product-meta .product-rating .stars i{color:var(--warning-color,#ffc107);font-size:1rem}.product-info .product-header .product-meta .product-rating .rating-text{font-size:.9rem;color:var(--text-muted,#6c757d)}.product-info .product-header .product-meta .product-availability{display:flex;align-items:center;gap:.5rem}.product-info .product-header .product-meta .product-availability i{color:var(--success-color,#28a745)}.product-info .product-header .product-meta .product-availability span{font-weight:600;color:var(--success-color,#28a745)}.product-info .product-header .product-meta .product-amount{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary,#495057)}.product-info .product-header .product-meta .product-amount i{color:var(--text-muted,#6c757d)}.product-info .product-header .product-meta .product-amount .amount-value{font-weight:600;color:var(--text-secondary,#495057)}.product-info .pricing-section{background:#f8f9fa;border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid #e9ecef}.product-info .pricing-section .price-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.product-info .pricing-section .price-info .current-price{display:flex;align-items:baseline}.product-info .pricing-section .price-info .current-price .currency{font-size:1.5rem;font-weight:700;color:var(--primary-color,#007bff)}.product-info .pricing-section .price-info .current-price .amount{font-size:3rem;font-weight:700;color:var(--primary-color,#007bff);line-height:1}@media(max-width:768px){.product-info .pricing-section .price-info .current-price .amount{font-size:2.5rem}}.product-info .pricing-section .price-info .original-price{display:flex;align-items:baseline}.product-info .pricing-section .price-info .original-price .currency,.product-info .pricing-section .price-info .original-price .amount{font-size:1.2rem;color:var(--text-muted,#6c757d);text-decoration:line-through}.product-info .pricing-section .price-info .discount-badge{background:var(--danger-color,#dc3545);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.product-info .pricing-section .payment-options .installments{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.product-info .pricing-section .payment-options .installments .installment-text{color:var(--text-muted,#6c757d)}.product-info .pricing-section .payment-options .installments .installment-amount{font-weight:600;color:var(--success-color,#28a745)}.product-info .product-description{margin-bottom:2rem}.product-info .product-description h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-primary,#212529)}.product-info .product-description .description-content{line-height:1.6;color:var(--text-secondary,#495057)}.product-info .product-description .description-content p{margin-bottom:1rem}.product-info .product-description .read-more-btn{background:0 0;border:none;color:var(--primary-color,#007bff);font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;margin-top:1rem;transition:color .3s ease}.product-info .product-description .read-more-btn:hover{color:var(--primary-dark,#0056b3)}.product-info .product-actions{margin-bottom:2rem}.product-info .product-actions .quantity-selector{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-info .product-actions .quantity-selector label{font-weight:600;color:var(--text-primary,#212529)}.product-info .product-actions .quantity-selector .quantity-controls{display:flex;align-items:center;border:2px solid #e9ecef;border-radius:8px;overflow:hidden}.product-info .product-actions .quantity-selector .quantity-controls .qty-btn{width:40px;height:40px;border:none;background:#f8f9fa;font-size:1.2rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}.product-info .product-actions .quantity-selector .quantity-controls .qty-btn:hover{background:#e9ecef}.product-info .product-actions .quantity-selector .quantity-controls #quantity{width:60px;height:40px;border:none;text-align:center;font-weight:600;font-size:1rem;background:#fff}.product-info .product-actions .quantity-selector .quantity-controls #quantity:focus{outline:none;background:#f8f9fa}.product-info .product-actions .action-buttons{display:flex;gap:1rem}@media(max-width:576px){.product-info .product-actions .action-buttons{flex-direction:column}}.product-info .product-actions .action-buttons .primary-btn,.product-info .product-actions .action-buttons .secondary-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;min-height:50px}.product-info .product-actions .action-buttons .primary-btn:hover,.product-info .product-actions .action-buttons .secondary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.product-info .product-actions .action-buttons .primary-btn{background:var(--primary-color,#007bff);color:#fff;flex:2}.product-info .product-actions .action-buttons .primary-btn:hover{background:var(--primary-dark,#0056b3)}.product-info .product-actions .action-buttons .secondary-btn{background:#fff;color:var(--text-primary,#212529);border:2px solid #e9ecef;flex:1}.product-info .product-actions .action-buttons .secondary-btn:hover{border-color:var(--primary-color,#007bff);color:var(--primary-color,#007bff)}.product-info .product-actions .action-buttons .secondary-btn.active{border-color:var(--danger-color,#dc3545);color:var(--danger-color,#dc3545)}.product-info .product-actions .action-buttons .secondary-btn.active i{color:var(--danger-color,#dc3545)}.product-info .additional-info .info-tabs{display:flex;border-bottom:2px solid #e9ecef;margin-bottom:2rem;gap:.5rem}.product-info .additional-info .info-tabs .tab-btn{background:0 0;border:none;padding:1rem 1.5rem;font-weight:600;color:var(--text-muted,#6c757d);cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease}.product-info .additional-info .info-tabs .tab-btn:hover{color:var(--text-primary,#212529)}.product-info .additional-info .info-tabs .tab-btn.active{color:var(--primary-color,#007bff);border-bottom-color:var(--primary-color,#007bff)}.product-info .additional-info .tab-content{}.product-info .additional-info .tab-content .tab-pane{display:none}.product-info .additional-info .tab-content .tab-pane.active{display:block}.product-info .additional-info .tab-content .specs-list .spec-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e9ecef}.product-info .additional-info .tab-content .specs-list .spec-item:last-child{border-bottom:none}.product-info .additional-info .tab-content .specs-list .spec-item .spec-label{font-weight:600;color:var(--text-primary,#212529);flex:1}.product-info .additional-info .tab-content .specs-list .spec-item .spec-value{color:var(--text-secondary,#495057);text-align:right;flex:1}.product-info .additional-info .tab-content .shipping-info .shipping-option{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e9ecef}.product-info .additional-info .tab-content .shipping-info .shipping-option:last-child{border-bottom:none}.product-info .additional-info .tab-content .shipping-info .shipping-option i{font-size:1.5rem;color:var(--primary-color,#007bff);width:30px;text-align:center}.product-info .additional-info .tab-content .shipping-info .shipping-option h4{margin:0 0 .25rem;font-size:1.1rem;color:var(--text-primary,#212529)}.product-info .additional-info .tab-content .shipping-info .shipping-option p{margin:0;color:var(--text-muted,#6c757d);font-size:.9rem}.product-info .additional-info .tab-content .warranty-info{display:flex;align-items:center;gap:1rem;padding:1rem 0}.product-info .additional-info .tab-content .warranty-info i{font-size:2rem;color:var(--success-color,#28a745)}.product-info .additional-info .tab-content .warranty-info h4{margin:0 0 .25rem;font-size:1.1rem;color:var(--text-primary,#212529)}.product-info .additional-info .tab-content .warranty-info p{margin:0;color:var(--text-muted,#6c757d)}.related-products{margin-top:4rem;padding-top:3rem;border-top:1px solid #e9ecef}.related-products h2{font-size:1.8rem;margin-bottom:2rem;text-align:center;color:var(--text-primary,#212529)}.related-products .related-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}@media(max-width:576px){.article-single-container{padding:1rem 0}.article-content{padding:0 .5rem}.breadcrumb-nav{font-size:.8rem;margin-bottom:1rem}.breadcrumb-nav .separator{margin:0 .5rem}.article-main{padding:0 .5rem}.pricing-section{padding:1.5rem}.product-actions .action-buttons .primary-btn,.product-actions .action-buttons .secondary-btn{padding:.75rem 1rem;font-size:.9rem}.additional-info .info-tabs{gap:0}.additional-info .info-tabs .tab-btn{padding:.75rem 1rem;font-size:.9rem}.product-gallery .main-image-container{margin-bottom:.5rem}.main-image{max-height:300px}}.article-main-wrapper{min-height:calc(100vh - 200px);padding:2rem 0;background:#fff}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}main{padding:2rem 1rem;max-width:1200px;margin:0 auto}main .hero-section{text-align:center;padding:4rem 0;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);margin:0 -1rem 3rem;border-radius:.5rem}main .hero-section h1{font-size:3rem;margin-bottom:1rem;color:#1f2937;font-weight:700}main .hero-section p{font-size:1.3rem;color:#6b7280;max-width:600px;margin:0 auto}main .content-section{max-width:800px;margin:0 auto}main .content-section h2{font-size:2rem;color:#1f2937;margin-bottom:1.5rem;border-bottom:2px solid #3b82f6;padding-bottom:.5rem}main .content-section h3{font-size:1.5rem;color:#374151;margin-top:2.5rem;margin-bottom:1rem}main .content-section ul{list-style:none;padding:0}main .content-section ul li{padding:.8rem 0;border-bottom:1px solid #e5e7eb;font-size:1.1rem}main .content-section ul li:last-child{border-bottom:none}main .content-section ul li strong{color:#3b82f6}main .content-section code{background:#f3f4f6;padding:.2rem .5rem;border-radius:.25rem;font-family:monaco,menlo,ubuntu mono,monospace;font-size:.9em;color:#dc2626}main .content-section p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#4b5563}main article header{margin-bottom:2rem;text-align:center}main article header h1{font-size:2.5rem;margin-bottom:1rem;color:#1f2937}main article header p{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto}main article .content{font-size:1.1rem;line-height:1.8;max-width:800px;margin:0 auto}main article .content h2,main article .content h3,main article .content h4,main article .content h5,main article .content h6{color:#374151;margin-top:2rem;margin-bottom:1rem}main article .content p{margin-bottom:1.5rem}main article .content ul,main article .content ol{margin-bottom:1.5rem;padding-left:2rem}