@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{font-family:Inter,sans-serif;background-color:#f7fafc;margin:0;padding:0;line-height:1.6;color:#2d3748}.navbar{width:100%;position:sticky;top:0;left:0;z-index:100;padding:25px 0;background:#fff;border-bottom:1px solid #f3f4f6;box-shadow:0 1px 3px #0000000d}.nav-container{height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 10%}.logo{text-decoration:none;color:#000;font-size:30px;font-weight:700;margin-top:-10px;text-transform:uppercase}.logo span{color:#febd01}.logo img{width:150px;height:auto;display:block}.mobile-close{display:none}.nav-links{display:flex;align-items:center}.nav-links a{text-decoration:none;color:#000;font-size:17px;font-weight:500;margin-left:35px;transition:.3s}.nav-links a:hover{color:#febd01}.btn-nav{background:#febd01;color:#000!important;padding:12px 30px;border-radius:50px;font-weight:600!important}.hamburger{display:none;cursor:pointer;background:none;border:none;padding:5px}.hamburger span{display:block;width:28px;height:3px;background:#000;margin:5px 0;transition:.4s}.dropdown{position:relative;display:inline-block}.dropbtn{cursor:pointer;font-weight:500;color:#111827}.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:200px;box-shadow:0 10px 15px -3px #0000001a;z-index:50;border:1px solid #e5e7eb;padding:.5rem 0;top:100%;left:0}.dropdown-content a{color:#4b5563;padding:.75rem 1.25rem;text-decoration:none;display:block;font-size:.875rem;transition:all .2s ease;margin-left:0!important}.dropdown-content a:hover{background-color:#f9fafb;color:#000}.dropdown:hover .dropdown-content{display:block}.cart-icon-wrapper{position:relative;display:inline-flex;align-items:center;margin-left:35px;text-decoration:none;color:#000}.cart-icon-wrapper svg{width:24px;height:24px}.cart-count{position:absolute;top:-8px;right:-8px;background:#4caf50;color:#fff;width:18px;height:18px;border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}@media screen and (max-width:768px){.logo{margin-top:-15px;font-size:18px}.cdn-container{margin-top:20px!important}}@media(max-width:992px){.nav-links .cart-icon-wrapper{margin:12px 0}.nav-links .btn-nav{margin-top:8px;text-align:center;width:100%}}@media(max-width:992px){.hamburger{display:block}.logo img{width:100px}.nav-links{display:none;position:fixed;top:0;right:0;width:280px;height:100vh;background:#fff;flex-direction:column;padding:80px 30px 30px;box-shadow:-5px 0 20px #0000001a;z-index:200;overflow-y:auto;align-items:flex-start}.nav-links.active{display:flex}.nav-links a{margin:12px 0;font-size:18px}.mobile-close{display:block;position:absolute;top:20px;right:20px;background:none;border:none;font-size:28px;cursor:pointer;color:#000}}.container-banner{width:100%;height:120vh;background-image:url(canvits-banner.png);background-repeat:no-repeat;background-size:cover;background-position:left;display:flex;flex-direction:column;align-items:center;position:relative;margin-bottom:5vh;box-sizing:border-box}.banner-title{font-size:1.2rem;color:green;text-align:center;margin-bottom:20px}.banner-subtitle{font-size:2.5rem;color:#000;padding:0 15%;text-align:center;box-sizing:border-box;font-weight:700}.banner-img{width:80%;position:relative}.banner-img1{width:600px;position:absolute;bottom:-220px}.banner-img2{width:250px;position:absolute;bottom:-80px;right:50px}.banner-img-container{margin-top:5vh;width:100%;position:absolute;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;height:60vh}.banner-tet{display:block;width:100%;max-height:40vh;text-align:center;padding-top:50px;margin-bottom:20px}.banner-btn{position:absolute;width:170px;height:70px;background-color:green;color:#fff;border:none;border-radius:35px;cursor:pointer;font-size:1.2rem;transition:background-color .3s ease;z-index:10;top:-100px;border:4px solid white;font-family:Poppins,sans-serif;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center}.banner-btn:hover{background-color:#45a049;color:#fff}@media(max-width:992px){.banner-title{font-size:1rem}.banner-subtitle{font-size:2rem;padding:0 8%}.banner-btn,.banner-img2{display:none}.container-banner{height:auto;min-height:unset;padding-bottom:0;flex-direction:column;justify-content:flex-start}.banner-tet{max-height:unset;padding-top:40px;padding-bottom:0;margin-bottom:0}.banner-img-container{position:relative;bottom:auto;width:100%;height:auto;margin-top:0;padding-bottom:8%;display:flex;flex-direction:column;align-items:center}.banner-img{position:relative;width:90%;display:block;margin-top:30px}.banner-img1{position:absolute;width:74%;max-width:360px;bottom:calc(8% - 70px);left:0;right:0;margin:0 auto;z-index:2}}@media(max-width:600px){.container-banner{background-position:center}.banner-tet{padding-top:28px}.banner-title{font-size:.85rem;padding:0 5%}.banner-subtitle{font-size:1.35rem;padding:0 5%}.banner-img{width:94%;margin-top:30px}.banner-img1{width:78%;max-width:300px;bottom:calc(6% - 60px)}}@keyframes popIn{0%{opacity:0;transform:scale(.5)}75%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes popOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes leftIn{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes rightIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-pop-in{animation:popIn .6s ease-out forwards}.animate-pop-out{animation:popOut .4s ease-in forwards}.animate-left-in{animation:leftIn .7s ease-out forwards}.animate-right-in{animation:rightIn .7s ease-out forwards}.hidden-box{opacity:0;transform:scale(.5);transition:opacity 0s,transform 0s}.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.scroll-animate.visible{opacity:1;transform:translateY(0)}.cdn-container{width:100%;overflow:hidden;position:relative;background-color:#f8f8f8;box-sizing:border-box;margin-top:150px;padding:20px 0}.cdn-container h4{text-align:center;font-size:.75rem;letter-spacing:.2em;color:#9ca3af;text-transform:uppercase;margin-bottom:20px;font-weight:500}.logo-slider-container{overflow:hidden;white-space:nowrap;position:relative;width:100%}.logo-slider{display:flex;animation:scroll 20s linear infinite;width:fit-content}.logo-slider:hover{animation-play-state:paused}.logo-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0 2rem;height:80px}.logo-item img{max-height:50px;width:auto;filter:grayscale(100%);opacity:.6;transition:filter .3s ease,opacity .3s ease}.logo-item img:hover{filter:grayscale(0%);opacity:1}.container-features{width:100%;height:80vh;display:flex;justify-content:space-between;align-items:center;align-content:center;flex-wrap:wrap;flex-direction:row;padding:0% 10%;box-sizing:border-box;background-image:url(features_bg.png);background-repeat:no-repeat;background-size:cover;background-position:center;overflow:hidden}.banner-4-icons-box{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:50px;width:40%}.banner-4-icons{display:flex;justify-content:center;align-items:center;flex-direction:column}.banner-4-icons img{width:40px;height:40px;margin:20px;transition:transform .3s ease;position:relative}.banner-4-icon-img-box{position:relative;z-index:9999}.banner-4-icon-img-box:after{content:"";position:absolute;left:50px;top:15px;width:40px;height:40px;z-index:1;background:#feffff50;border-radius:50%;transition:.4s linear}.banner-4-icon-img-box:hover:after{left:20px}.banner-4-icon-text{font-size:1.2rem;color:#fff;text-align:center;margin-top:10px;font-weight:500}.banner-4-icons-img{width:50%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.banner-4-icons-img img{width:100%;max-height:75vh;object-fit:contain}@media(max-width:768px){.banner-4-icons-img{display:none}.banner-4-icon-text{font-size:.9rem}.container-features{height:auto;min-height:unset;padding:3rem 8%}.banner-4-icons-box{display:grid;grid-template-columns:1fr 1fr;gap:2rem 1.5rem;width:100%;justify-items:center}.banner-4-icons{gap:10px}}.dropdown-mobile-link{display:none}@media(max-width:992px){.dropdown-mobile-link{display:block;text-decoration:none;color:#000;font-size:18px;font-weight:500;margin:12px 0}.dropdown-mobile-link:hover{color:#febd01}.dropdown{display:none}}.product-display-container{overflow:hidden}.product-section-heading{text-align:center;padding:60px 20px 20px}.product-section-heading h2{font-size:2.5rem;font-weight:800;color:#1a202c;margin-bottom:10px}.product-section-heading h2 span{color:#4caf50}.product-section-heading p{font-size:1rem;color:#6b7280;max-width:600px;margin:0 auto}.product-item{width:100%;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}.product-item-reverse{flex-direction:row-reverse}.product-image{width:50%;display:flex;justify-content:center;align-items:center;background-image:url(features_product_dots.png);background-repeat:no-repeat;background-size:cover;background-position:center}.product-image img{width:50%;height:auto;max-width:500px;transition:transform .3s ease}.product-image img:hover{transform:scale(1.05)}.product-description{width:50%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;padding:20px;box-sizing:border-box}.product-title-1{font-size:3rem;font-weight:600;color:#1f2937;margin-bottom:3rem}.product-subtitle{font-size:1.2rem;font-weight:400;color:#1f2937;margin-bottom:1rem}.product-text{width:100%;align-items:left;padding-right:160px;box-sizing:border-box;color:#4b5563}.product-price-box{margin-top:40px;max-height:200px;padding-right:30%;width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:1rem}.add-to-cart-btn{height:60px;width:170px;background-color:#4caf50;color:#fff;border:none;border-radius:9999px;padding:.5rem 1rem;font-size:1rem;cursor:pointer;transition:background-color .3s ease;font-family:Poppins,sans-serif;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.add-to-cart-btn:hover{background-color:#45a049;color:#fff}.product-price-2{font-size:2rem;font-weight:700;color:#10b981}.product-price-2 del{font-size:2rem;font-weight:700;color:#000}.product-tag-label{color:#4caf50;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;margin-bottom:8px}.mobile-only{display:none}@media(max-width:768px){.mobile-only{display:block}.desktop-only{display:none}}@media(max-width:768px){.product-item{flex-direction:column;width:100%}.product-item-reverse{flex-direction:column}.product-description,.product-image{width:100%}.product-text{padding-right:16px;text-align:left}.product-title-1{font-size:1.5rem;text-align:left}.product-subtitle{font-size:.8rem}.product-price-box{padding-right:0}.product-item--mobile{display:flex;flex-direction:column}.product-item--mobile .product-item-tag{order:1;width:100%;padding:0 20px}.product-item--mobile .product-image{order:2;width:100%}.product-item--mobile .product-description{order:3;width:100%;text-align:left}.product-item--mobile .product-description *{text-align:left}.product-item--mobile .product-price-box{padding-right:0;justify-content:flex-start;gap:16px}}.product-section{width:100%;max-width:90rem;margin-left:auto;margin-right:auto;padding:4rem 2rem;position:relative;overflow:hidden}.product-section-header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:4rem;flex-wrap:wrap;gap:20px}.product-section-header h2{font-size:2.5rem;font-weight:800;color:#1a202c}.product-section-header h2 span{color:#4caf50}.product-section-header p{color:#6b7280;margin-top:8px}.carousel-nav-buttons{display:flex;gap:16px}.arrow-button{border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000001a;cursor:pointer;transition:all .3s ease;background:#fff;border:1px solid #e5e7eb}.arrow-button:hover{background-color:#f0f0f0;transform:scale(1.05)}.arrow-button svg{color:#333;width:1.5rem;height:1.5rem}.product-cards-container{display:flex;flex-grow:1;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:0 .5rem;gap:1.5rem;cursor:grab}.product-cards-container:active{cursor:grabbing}.product-card{scroll-snap-align:start}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.product-card{flex-shrink:0;width:calc(78% - .75rem);padding:1.5rem;background-color:#fff;border-radius:2rem;border:1px solid #f3f4f6;box-shadow:0 4px 15px -4px #0000000d;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .5s ease,box-shadow .5s ease,border-color .5s ease;position:relative;overflow:hidden;text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px -5px #0000001a;border-color:#dcfce7}.product-card-image-wrapper{width:100%;aspect-ratio:1/1;border-radius:1.5rem;overflow:hidden;background:#f9fafb;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;transition:background .5s ease}.product-card:hover .product-card-image-wrapper{background:#f0fdf4}.product-card-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card-image-wrapper img{transform:scale(1.1)}.product-card-info{width:100%;text-align:left;padding:0 4px}.product-card-title{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:8px;transition:color .3s;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card:hover .product-card-title{color:#4caf50}.product-card-divider{width:32px;height:2px;background:#d1fae5;margin-bottom:8px;transition:background .3s,width .3s}.product-card:hover .product-card-divider{background:#4caf50;width:48px}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px;width:100%}.product-card-price{font-size:1.25rem;font-weight:900;color:#4caf50}.product-card-cart-btn{width:40px;height:40px;border-radius:50%;background:#1f2937;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.product-card-cart-btn:hover{background:#4caf50;transform:scale(1.05)}.product-card-cart-btn svg{width:18px;height:18px}.pagination-dots{display:flex;justify-content:center;margin-top:1.5rem;gap:.5rem}.pagination-dot{width:12px;height:12px;border-radius:50%;background-color:#d1d5db;transition:background-color .3s ease;border:none;cursor:pointer}.pagination-dot.active{background-color:#22c55e}@media(min-width:480px){.product-card{width:calc(48% - .75rem)}}@media(min-width:768px){.product-card{width:calc(46% - .75rem)}}@media(min-width:1024px){.product-card{width:calc(33.333333% - 1rem)}}@media(min-width:1280px){.product-card{width:calc(25% - 1.125rem)}}.journey-heading{text-align:center;padding:20px 20px 10px}.journey-heading h2{font-size:2.5rem;font-weight:800;color:#1a202c;display:inline-flex;align-items:center;gap:16px}.journey-heading h2:before,.journey-heading h2:after{content:"";display:inline-block;height:4px;width:64px;background:#febd01;border-radius:9999px;vertical-align:middle}.video-banner-container{width:100%;max-width:1200px;margin:0 auto;padding:0;box-sizing:border-box}.video-banner{position:relative;width:100%;border-radius:20px;overflow:hidden;cursor:pointer}.video-banner-image{position:relative;width:100%}.video-banner-img{width:100%;height:auto;display:block;border-radius:20px}.video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0009;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000004d;transition:transform .3s ease,background .3s ease;border:none;cursor:pointer}.video-play-btn:hover{background:#4caf50d9;transform:translate(-50%,-50%) scale(1.1)}.video-play-btn svg{width:40px;height:40px;fill:#fff}.video-modal-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;z-index:99999;align-items:center;justify-content:center}.video-modal-overlay.active{display:flex}.video-modal-inner{position:relative;width:90%;max-width:960px;aspect-ratio:16/9}.video-modal-close{position:absolute;top:-45px;right:-5px;background:transparent;border:none;color:#fff;font-size:36px;cursor:pointer;line-height:1}.video-modal-inner iframe{width:100%;height:100%;border-radius:8px;border:none}.video-embed-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;border-radius:20px;overflow:hidden}.video-embed-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:20px}.video-thumb-wrapper{cursor:pointer}.video-thumb-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:20px;display:block;transition:filter .3s ease}.video-thumb-wrapper:hover .video-thumb-img{filter:brightness(80%)}.cart-popup-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:99998;align-items:center;justify-content:center}.cart-popup-overlay.active{display:flex}.cart-popup{background:#fff;border-radius:24px;padding:40px 32px 32px;max-width:400px;width:calc(100% - 40px);text-align:center;position:relative;box-shadow:0 20px 60px #0003;animation:popIn .3s ease-out}.cart-popup-close{position:absolute;top:14px;right:18px;background:none;border:none;font-size:26px;cursor:pointer;color:#9ca3af;line-height:1}.cart-popup-close:hover{color:#374151}.cart-popup-icon{width:64px;height:64px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.cart-popup-title{font-size:1.4rem;font-weight:800;color:#1a202c;margin-bottom:8px}.cart-popup-subtitle{font-size:.95rem;color:#6b7280;margin-bottom:24px;line-height:1.5}.cart-popup-actions{display:flex;flex-direction:column;gap:12px}.cart-popup-checkout{display:block;width:100%;padding:16px;background:#4caf50;color:#fff;text-decoration:none;border-radius:9999px;font-size:1rem;font-weight:700;font-family:Poppins,sans-serif;transition:background .3s}.cart-popup-checkout:hover{background:#45a049;color:#fff}.cart-popup-continue{width:100%;padding:16px;background:transparent;color:#374151;border:2px solid #e5e7eb;border-radius:9999px;font-size:1rem;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:border-color .3s,color .3s}.cart-popup-continue:hover{border-color:#4caf50;color:#4caf50}.product-buy-now-btn{width:100%;padding:18px;background:#1f2937;color:#fff;border:none;border-radius:9999px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .3s;font-family:Poppins,sans-serif;margin-top:12px;display:block}.product-buy-now-btn:hover{background:#374151}.stats-section{background:#fff;padding:80px 20px}.stats-section-inner{max-width:1200px;margin:0 auto;text-align:center}.stats-section h2{font-size:2.5rem;font-weight:800;color:#1a202c;margin-bottom:12px}.stats-section h2 span{color:#4caf50}.stats-section>div>p{color:#6b7280;margin-bottom:60px}.stats-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap}.stat-card{flex:1;min-width:180px;display:flex;flex-direction:column;align-items:center;gap:16px}.progress-circle{position:relative;width:150px;height:150px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 0 0 10px #f0f0f0;overflow:hidden;flex-shrink:0}.progress-circle:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;background:conic-gradient(#fb923c var(--progress, 0%),#f0f0f0 var(--progress, 0%));border-radius:50%;z-index:1}.progress-circle:after{content:"";position:absolute;width:calc(100% - 20px);height:calc(100% - 20px);background:#fff;border-radius:50%;z-index:2}.progress-text{position:relative;z-index:3;font-size:1.5rem;font-weight:700;color:#333}.stat-label{font-size:1rem;font-weight:600;color:#1a202c}.stat-desc{font-size:.875rem;color:#6b7280;max-width:150px;text-align:center}@media(max-width:768px){.progress-circle{width:100px;height:100px}.progress-text{font-size:1.1rem}}.section-container{max-width:1200px;margin:4rem auto;padding:0 1.5rem}.section-heading-meta{font-size:.875rem;font-weight:500;color:#a0aec0;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.section-main-heading{font-size:2.25rem;font-weight:800;color:#1a202c;margin-bottom:2rem;line-height:1.2}.main-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media(max-width:768px){.main-grid{grid-template-columns:1fr;gap:2rem}.section-main-heading{font-size:1.875rem}}.news-article{display:flex;align-items:flex-start;margin-bottom:1.5rem;background-color:#fff;border-radius:1.5rem;padding:1rem;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.news-article:hover{transform:translateY(-3px);box-shadow:0 15px 30px -5px #0000001a}.news-image-container{flex-shrink:0;width:100px;height:100px;border-radius:.75rem;overflow:hidden;margin-right:1rem;border-bottom-left-radius:40px;border-top-right-radius:40px}.news-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-article:hover .news-image{transform:scale(1.1)}.news-content{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.news-meta{display:flex;align-items:center;font-size:.75rem;color:#16a34a;margin-bottom:.5rem;gap:12px;text-transform:uppercase;font-weight:500}.news-title{font-size:1rem;font-weight:700;color:#1a202c;margin-bottom:.5rem;transition:color .3s}.news-article:hover .news-title{color:#4caf50}.news-author-stats{display:flex;align-items:center;font-size:.875rem;color:#a0aec0;border-top:1px solid #f3f4f6;padding-top:8px}.news-author{color:#4299e1;font-weight:500}.news-stats{margin-left:auto;display:flex;gap:1rem}@media(max-width:768px){.news-article{flex-direction:column;align-items:center;text-align:center}.news-image-container{margin-right:0;margin-bottom:1rem}.news-stats{margin-left:0;justify-content:center;margin-top:.5rem}}.faq-item{margin-bottom:1rem;background-color:#fff;border-radius:1.5rem;box-shadow:0 2px 4px #0000000d;overflow:hidden;border:1px solid #f3f4f6;transition:border-color .3s,box-shadow .3s}.faq-item.active{border-color:#4caf5033;box-shadow:0 10px 30px #4caf5014}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;color:#1a202c;cursor:pointer;background-color:#f7fafc;border-radius:1.5rem;transition:background .3s;-webkit-user-select:none;user-select:none}.faq-item.active .faq-question{background:linear-gradient(to right,#f0fdf4cc,#fff)}.faq-question:hover{background-color:#edf2f7}.faq-question-left{display:flex;align-items:center;gap:16px}.faq-number{font-weight:900;color:#d1d5db;font-size:1.1rem;transition:color .3s;min-width:30px}.faq-item.active .faq-number{color:#4caf50}.faq-icon-btn{width:36px;height:36px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;transition:all .5s ease;flex-shrink:0}.faq-item.active .faq-icon-btn{background:#4caf50;transform:rotate(180deg);box-shadow:0 4px 10px #4caf504d}.faq-icon-btn svg{width:16px;height:16px;stroke:#6b7280}.faq-item.active .faq-icon-btn svg{stroke:#fff}.faq-answer{padding:0 1.5rem;font-size:1rem;color:#4a5568;max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .3s ease}.faq-item.active .faq-answer{max-height:300px;padding-top:1rem;padding-bottom:1.5rem}.info-graph{display:flex;justify-content:center;align-items:stretch;padding:3rem 2rem;background:linear-gradient(135deg,#f0fdf4,#f7fafc);flex-wrap:wrap;gap:2rem;max-width:1200px;margin:0 auto}.info-box{flex:1;min-width:260px;max-width:340px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2.5rem 2rem;background:#fff;border-radius:1.5rem;border:1px solid #e8f5e9;box-shadow:0 4px 20px #4caf5014;transition:transform .3s ease,box-shadow .3s ease}.info-box:hover{transform:translateY(-6px);box-shadow:0 12px 40px #4caf5026}.info-box-icon{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#dcfce7,#bbf7d0);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;flex-shrink:0}.info-box-icon svg{width:36px;height:36px;color:#4caf50}.info-box img{width:72px;height:72px;object-fit:contain;border-radius:50%;margin-bottom:1.5rem}.info-box h3{text-align:center;color:#1a202c;font-weight:700;font-size:1.1rem;margin:0 0 .75rem;line-height:1.3}.info-box h3 span{color:#4caf50}.info-box p{text-align:center;color:#6b7280;font-size:.9rem;line-height:1.7;margin:0}@media(max-width:768px){.info-graph{flex-direction:column;align-items:center}.info-box{max-width:100%;width:100%}}.newsletter-section{background:#fff;padding:80px 20px;text-align:center;border-top:1px solid #f3f4f6}.newsletter-section h2{font-size:2rem;font-weight:800;color:#4caf50;margin-bottom:12px}.newsletter-section p{color:#6b7280;margin-bottom:30px;max-width:500px;margin-left:auto;margin-right:auto}.newsletter-form{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;max-width:500px;margin:0 auto 12px}.newsletter-form input{flex:1;min-width:240px;padding:14px 20px;border:1px solid #e5e7eb;border-radius:9999px;font-size:.95rem;outline:none;font-family:Inter,sans-serif;transition:border-color .3s}.newsletter-form input:focus{border-color:#4caf50}.newsletter-form button{padding:14px 32px;background:#4caf50;color:#fff;border:none;border-radius:9999px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .3s;font-family:Poppins,sans-serif}.newsletter-form button:hover{background:#45a049}.newsletter-disclaimer{font-size:.75rem;color:#9ca3af}.newsletter-disclaimer a{color:#4299e1;text-decoration:none}.gallery-section{padding:40px 0;overflow:hidden}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.gallery-item{aspect-ratio:1/1;overflow:hidden;position:relative}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.gallery-item:hover .gallery-overlay{opacity:1}@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}.main-footer{background-color:#000;color:#a0aec0;position:relative;overflow:hidden}.footer-image-strip-wrapper{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.footer-image-strip{display:flex;justify-content:space-around;overflow:hidden;width:100%;position:relative;margin-bottom:-50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px}.footer-image-strip img{width:20%;height:150px;object-fit:cover;filter:brightness(80%)}.footer-image-strip:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:50px;background-color:#000;border-top-left-radius:50px;border-top-right-radius:50px;z-index:2}.footer-content{max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative;z-index:3}.footer-col{padding-right:1rem}.footer-col h4{font-size:1.25rem;font-weight:700;color:#e2e8f0;margin-bottom:1.5rem;letter-spacing:.05em}.footer-logo-text{font-size:1.5rem;font-weight:900;color:#e2e8f0;margin-bottom:1rem}.footer-description{font-size:.95rem;color:#a0aec0;margin-bottom:1.5rem;line-height:1.7}.footer-social-icons-new{display:flex;gap:.75rem}.footer-social-icons-new a{display:flex;justify-content:center;align-items:center;width:36px;height:36px;border-radius:50%;background-color:#2d3748;color:#e2e8f0;font-size:1rem;transition:background-color .2s ease,color .2s ease;text-decoration:none}.footer-social-icons-new a:hover{background-color:#4299e1;color:#fff}.footer-links-list{list-style:none;padding:0;margin:0}.footer-links-list li{margin-bottom:.75rem}.footer-links-list a{color:#a0aec0;text-decoration:none;font-size:.95rem;transition:color .2s ease;display:flex;align-items:center}.footer-links-list a:before{content:"\203a";margin-right:.5rem;font-size:1.1rem;color:#4299e1}.footer-links-list a:hover{color:#e2e8f0}.footer-contact-item{display:flex;align-items:flex-start;margin-bottom:1rem;color:#a0aec0;font-size:.95rem;gap:12px}.footer-contact-icon{flex-shrink:0;color:#4299e1;margin-top:2px}.footer-copyright{background-color:#1a202c;color:#a0aec0;padding:1.5rem;text-align:center;font-size:.9rem;border-top:1px solid rgba(255,255,255,.05);position:relative;z-index:3}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;background-color:#4caf50;color:#fff;width:50px;height:50px;border-radius:50%;display:none;justify-content:center;align-items:center;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 10px #0000004d;transition:background-color .3s ease,transform .2s ease;z-index:999;border:none;text-decoration:none}.scroll-to-top.visible{display:flex}.scroll-to-top:hover{background-color:#45a049;transform:translateY(-3px)}@media(max-width:1024px){.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media(max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-col{padding-right:0}.footer-social-icons-new{justify-content:center}.footer-links-list{text-align:center}.footer-links-list a,.footer-contact-item{justify-content:center}.footer-image-strip{flex-wrap:wrap;height:auto}.footer-image-strip img{width:50%;height:100px}.scroll-to-top{bottom:1rem;right:1rem;width:45px;height:45px}}.collection-page{max-width:1200px;margin:0 auto;padding:40px 20px}.collection-header{margin-bottom:40px}.collection-header h1{font-size:2.5rem;font-weight:800;color:#1a202c}.collection-toolbar{display:flex;align-items:center;gap:20px;margin-bottom:30px;flex-wrap:wrap}.sort-label{font-size:.9rem;color:#6b7280;font-weight:500}.sort-select{padding:8px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-family:Inter,sans-serif;cursor:pointer;background:#fff;outline:none;color:#1a202c}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-grid-card{background:#fff;border-radius:24px;border:1px solid #f3f4f6;overflow:hidden;box-shadow:0 4px 15px -4px #0000000d;transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease;text-decoration:none;color:inherit;display:block}.product-grid-card:hover{transform:translateY(-6px);box-shadow:0 15px 30px -5px #0000001a;border-color:#dcfce7}.product-grid-img{aspect-ratio:4/5;overflow:hidden;background:#f9fafb}.product-grid-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-grid-card:hover .product-grid-img img{transform:scale(1.05)}.product-grid-info{padding:16px}.product-grid-info h3{font-size:1.05rem;font-weight:700;color:#111827;margin-bottom:6px;line-height:1.4;transition:color .3s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-grid-card:hover .product-grid-info h3{color:#4caf50}.product-grid-divider{width:32px;height:2px;background:#d1fae5;margin-bottom:8px;transition:background .3s,width .3s}.product-grid-card:hover .product-grid-divider{background:#4caf50;width:48px}.product-grid-price{font-size:1.1rem;font-weight:700;color:#4caf50}.product-page{max-width:1200px;margin:0 auto;padding:60px 20px}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}@media(max-width:768px){.product-page-grid{grid-template-columns:1fr;gap:30px}}.product-page-images{display:flex;flex-direction:row;gap:12px;align-items:flex-start}.product-main-image{flex:1;aspect-ratio:1/1;border-radius:24px;overflow:hidden;background:#f9fafb}.product-main-image img{width:100%;height:100%;object-fit:contain;padding:20px}.product-thumbnails{display:flex;flex-direction:column;gap:10px;order:1}.product-thumb{width:72px;height:72px;border-radius:12px;overflow:hidden;border:2px solid #e5e7eb;cursor:pointer;transition:border-color .3s;background:#f9fafb;flex-shrink:0}.product-thumb.active{border-color:#4caf50}.product-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}@media(max-width:768px){.product-page-images{flex-direction:column}.product-thumbnails{flex-direction:row;order:0}.product-thumb{width:64px;height:64px}}.product-page-details{padding-top:10px}.product-page-title{font-size:2rem;font-weight:800;color:#1a202c;margin-bottom:16px}.product-page-price{font-size:2rem;font-weight:900;color:#4caf50;margin-bottom:20px}.product-page-price del{font-size:1.4rem;font-weight:400;color:#9ca3af;margin-left:8px;text-decoration:line-through}.product-page-divider{height:1px;background:#f3f4f6;margin:20px 0}.product-page-description{color:#4b5563;line-height:1.8;margin-bottom:30px}.qty-label{font-size:.9rem;font-weight:600;color:#374151;margin-bottom:10px}.qty-controls{display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:9999px;overflow:hidden;margin-bottom:24px}.qty-btn{width:44px;height:44px;background:none;border:none;font-size:1.2rem;cursor:pointer;color:#374151;transition:background .2s}.qty-btn:hover{background:#f3f4f6}.qty-input{width:50px;text-align:center;border:none;font-size:1rem;font-weight:600;outline:none;font-family:Inter,sans-serif}.product-atc-btn{width:100%;padding:18px;background:#4caf50;color:#fff;border:none;border-radius:9999px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .3s;font-family:Poppins,sans-serif;display:flex;align-items:center;justify-content:center;gap:10px}.product-atc-btn:hover{background:#45a049}.product-features-list{list-style:none;padding:0;margin:24px 0 0}.product-features-list li{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#6b7280;margin-bottom:10px}.product-features-list li:before{content:"";display:inline-block;width:8px;height:8px;background:#4caf50;border-radius:50%;flex-shrink:0}.product-trust-badges{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid #f3f4f6}.product-trust-badge{display:flex;align-items:center;gap:12px;padding:14px;border-radius:16px;background:#f8faf8;border:1px solid #f0fdf4;transition:box-shadow .2s,border-color .2s}.product-trust-badge:hover{border-color:#bbf7d0;box-shadow:0 4px 12px #0000000f}.product-trust-icon{width:44px;height:44px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid #f3f4f6;box-shadow:0 1px 4px #0000000f;flex-shrink:0}.product-trust-icon--blue{background:#eff6ff;border-color:#dbeafe}.product-trust-title{font-size:.85rem;font-weight:700;color:#1f2937;margin:0;line-height:1.3}.product-trust-sub{font-size:.75rem;color:#6b7280;margin:0;font-weight:500}.product-disclaimer{background:linear-gradient(135deg,#f0fdf4,#fff);border:1px solid #d1fae5;border-radius:16px;padding:18px 20px;margin:20px 0}.product-disclaimer p{font-size:.85rem;color:#374151;margin:0;font-weight:500;line-height:1.6}.product-identifiers{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.product-id-tag{background:#f9fafb;border:1px solid #e5e7eb;padding:6px 14px;border-radius:99px;font-size:.7rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.product-accordion{border-top:1px solid #e5e7eb;margin-top:8px}.accordion-item{border-bottom:1px solid #e5e7eb}.accordion-header{width:100%;background:none;border:none;padding:16px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:.85rem;font-weight:700;color:#111827;letter-spacing:.04em;text-align:left}.accordion-header:hover{color:#4caf50}.accordion-icon{transition:transform .25s;flex-shrink:0;color:#6b7280}.accordion-header[aria-expanded=true] .accordion-icon{transform:rotate(180deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.accordion-content{padding-bottom:16px;font-size:.9rem;color:#4b5563;line-height:1.7}.accordion-content p{margin:0}.related-products-section{max-width:1200px;margin:60px auto;padding:0 20px}.related-products-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:48px}.related-products-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:99px;background:#f0fdf4cc;border:1px solid rgba(187,247,208,.5);color:#4caf50;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.related-dot{width:6px;height:6px;border-radius:50%;background:#4caf50;display:inline-block}.related-products-title{font-size:2rem;font-weight:800;color:#111827;margin:0}.related-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:992px){.related-products-grid{grid-template-columns:repeat(2,1fr)}.related-products-title{font-size:1.6rem}}@media(max-width:480px){.related-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.related-product-card{display:block;text-decoration:none;border-radius:16px;overflow:hidden;background:#fff;border:1px solid #f3f4f6;transition:box-shadow .2s,transform .2s}.related-product-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-3px)}.related-product-img{aspect-ratio:1;overflow:hidden;background:#f9fafb}.related-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.related-product-card:hover .related-product-img img{transform:scale(1.04)}.related-product-info{padding:14px}.related-product-collection{font-size:.7rem;font-weight:600;color:#4caf50;text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:4px}.related-product-title{font-size:.9rem;font-weight:700;color:#111827;margin:0 0 6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-product-price{font-size:.95rem;font-weight:700;color:#4caf50;margin:0}@media(max-width:768px){.product-trust-badges{grid-template-columns:1fr 1fr;gap:8px}.product-trust-badge{padding:10px}.product-trust-icon{width:36px;height:36px}}.about-hero-wrapper{width:100%;min-height:40vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.about-hero-video--img{background-size:cover;background-position:center;background-repeat:no-repeat}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1}.about-hero-title{position:relative;z-index:2;font-size:3rem;font-weight:800;color:#fff;text-align:center;padding:20px}@media(max-width:768px){.about-hero-title{font-size:2rem}}.about-section{max-width:1200px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media(max-width:768px){.about-section{grid-template-columns:1fr;gap:20px}.about-section-content{order:1}.about-section-img{order:2}.about-section--3row{display:flex;flex-direction:column}.about-section--3row .about-section-title{order:1}.about-section--3row .about-section-img{order:2}.about-section--3row .about-section-desc{order:3}}@media(min-width:769px){.about-section--3row{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.about-section--3row:nth-child(odd) .about-section-img{grid-column:1;grid-row:1 / span 2}.about-section--3row:nth-child(odd) .about-section-title{grid-column:2;grid-row:1}.about-section--3row:nth-child(odd) .about-section-desc{grid-column:2;grid-row:2}.about-section--3row:nth-child(2n) .about-section-title{grid-column:1;grid-row:1}.about-section--3row:nth-child(2n) .about-section-desc{grid-column:1;grid-row:2}.about-section--3row:nth-child(2n) .about-section-img{grid-column:2;grid-row:1 / span 2}}.about-section-title h2{font-size:1.8rem;font-weight:800;color:#4caf50;margin-bottom:8px}.about-section-desc p,.about-section-desc div{color:#4b5563;line-height:1.8}.about-section-img{width:100%;border-radius:24px;overflow:hidden}.about-section-img img{width:100%;height:auto;display:block}.about-section-content h2{font-size:1.8rem;font-weight:800;color:#4caf50;margin-bottom:16px}.about-section-content p{color:#4b5563;line-height:1.8}.about-cert-list-section{max-width:800px;margin:0 auto;padding:60px 20px 20px}.about-cert-list-heading{text-align:center;font-size:1.8rem;font-weight:800;color:#c0392b;margin-bottom:2.5rem}.about-cert-list{display:flex;flex-direction:column;gap:2.5rem}.about-cert-row{display:flex;align-items:center;gap:2rem}.about-cert-badge{flex-shrink:0;width:120px;height:120px;display:flex;align-items:center;justify-content:center}.about-cert-badge img{width:100%;height:100%;object-fit:contain}.about-cert-text h3{font-size:1.1rem;font-weight:700;color:#c0392b;margin-bottom:.5rem}.about-cert-text p{font-size:.95rem;color:#4b5563;line-height:1.75;margin:0}@media(max-width:600px){.about-cert-row{flex-direction:column;text-align:center}.about-cert-badge{width:90px;height:90px}}.about-cards-section{max-width:1200px;margin:0 auto;padding:60px 20px}.about-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.about-card{display:flex;flex-direction:column;gap:1rem}.about-card-image{width:100%;aspect-ratio:4/3;border-radius:20px;overflow:hidden}.about-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.about-card:hover .about-card-image img{transform:scale(1.04)}.about-card h3{font-size:1.15rem;font-weight:700;color:#c0392b;line-height:1.3}.about-card p{font-size:.9rem;color:#4b5563;line-height:1.75}@media(max-width:900px){.about-cards-grid{grid-template-columns:1fr}.about-card-image{aspect-ratio:16/9}}.about-certifications{background:#c0392b;padding:50px 40px}.about-certifications-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem 1.5rem;justify-items:start}.cert-item{display:flex;flex-direction:row;align-items:center;gap:16px;color:#fff;font-size:.95rem;font-weight:600;line-height:1.3}.cert-icon{flex-shrink:0;width:64px;height:64px;border:2px solid rgba(255,255,255,.7);border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:900px){.about-certifications-inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.about-certifications-inner{grid-template-columns:1fr}.about-certifications{padding:40px 24px}}.blog-page{max-width:1200px;margin:0 auto;padding:60px 20px}.blog-hero{width:100%;min-height:50vh;background:url(Blog-Banner.jpg) center/cover no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;position:relative}.blog-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d}.blog-hero-content{position:relative;z-index:1;color:#fff}.blog-hero-content h1{font-size:2.5rem;font-weight:800;margin-bottom:16px}.blog-hero-content p{font-size:1rem;opacity:.9;max-width:600px}.blog-categories{background:#fff;padding:20px;text-align:center;border-bottom:1px solid #f3f4f6}.blog-categories-label{font-size:.7rem;letter-spacing:.2em;color:#9ca3af;text-transform:uppercase;margin-bottom:12px}.blog-categories-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;list-style:none;padding:0;margin:0 0 16px}.blog-categories-list a{padding:6px 16px;border:1px solid #e5e7eb;border-radius:9999px;font-size:.8rem;color:#374151;text-decoration:none;transition:all .3s;font-weight:500}.blog-categories-list a:hover{background:#4caf50;color:#fff;border-color:#4caf50}.blog-search-input{width:100%;max-width:400px;padding:10px 20px;border:1px solid #e5e7eb;border-radius:9999px;font-size:.9rem;outline:none;font-family:Inter,sans-serif}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;padding:40px 20px;max-width:1200px;margin:0 auto}@media(max-width:768px){.blog-grid{grid-template-columns:1fr}}.blog-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 15px #0000000d;transition:transform .3s,box-shadow .3s;text-decoration:none;color:inherit;display:block}.blog-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #0000001a}.blog-card-image{aspect-ratio:16/9;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-body{padding:20px}.blog-read-time{font-size:.75rem;color:#9ca3af;margin-bottom:8px}.blog-card-title{font-size:1.1rem;font-weight:700;color:#16a34a;margin-bottom:8px;line-height:1.4;transition:color .3s}.blog-card:hover .blog-card-title{color:#15803d}.blog-card-excerpt{font-size:.9rem;color:#6b7280;line-height:1.6;margin-bottom:16px}.blog-card-author{font-size:.8rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.05em}.blog-disclaimer{text-align:center;font-size:.8rem;color:#9ca3af;padding:20px;font-style:italic}.cart-page{max-width:1200px;margin:0 auto;padding:60px 20px}.cart-page h1{font-size:2rem;font-weight:800;color:#1a202c;margin-bottom:40px}.cart-grid{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}@media(max-width:900px){.cart-grid{grid-template-columns:1fr}}.cart-item{display:flex;align-items:center;gap:20px;padding:20px;background:#fff;border-radius:16px;border:1px solid #f3f4f6;margin-bottom:16px}.cart-item-image{width:100px;height:100px;border-radius:12px;background:#f9fafb;overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:contain;padding:8px}.cart-item-info{flex-grow:1}.cart-item-title{font-size:1rem;font-weight:700;color:#1a202c;margin-bottom:6px}.cart-item-price{font-size:1.1rem;font-weight:900;color:#4caf50}.cart-item-remove{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1.4rem;transition:color .3s;padding:4px}.cart-item-remove:hover{color:#ef4444}.cart-summary{background:#fff;border-radius:20px;border:1px solid #f3f4f6;padding:24px;position:sticky;top:120px}.cart-summary h3{font-size:1.2rem;font-weight:700;color:#1a202c;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.cart-summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:#6b7280;margin-bottom:12px}.cart-summary-total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:800;color:#1a202c;padding-top:16px;border-top:1px solid #f3f4f6;margin-top:4px;margin-bottom:20px}.checkout-btn{width:100%;padding:18px;background:#4caf50;color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .3s;font-family:Poppins,sans-serif;text-align:center;text-decoration:none;display:block}.checkout-btn:hover{background:#45a049;color:#fff}.breadcrumb{max-width:1200px;margin:0 auto;padding:16px 20px;font-size:.85rem;color:#9ca3af;display:flex;align-items:center;gap:8px}.breadcrumb a{color:#6b7280;text-decoration:none}.breadcrumb a:hover{color:#4caf50}.breadcrumb span{color:#9ca3af}.text-green{color:#4caf50}.text-gold{color:#febd01}.bg-green{background-color:#4caf50}.bg-gold{background-color:#febd01}.section-tag{display:inline-block;padding:4px 16px;background:#f0fdf4;color:#4caf50;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:9999px;margin-bottom:12px}.empty-state{text-align:center;padding:80px 20px;color:#9ca3af}.empty-state svg{width:80px;height:80px;margin:0 auto 20px}.empty-state h3{font-size:1.5rem;font-weight:700;color:#374151;margin-bottom:8px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/style.css.map */
