*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh;padding-bottom:3rem!important}@media (max-width:786px){body{padding-bottom:5rem!important}}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--style-border-radius-inputs)}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}body{font-family:var(--font-primary--family);background-color:var(--color-background);color:var(--color-foreground)}.shopify-section{--content-width: min(calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2));--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:1}.shopify-section>.full-width{grid-column:1 / -1}.hero-section{width:100%;display:flex;flex-direction:column;background-size:cover;background-position:center}.site-header{width:100%;margin-top:1rem}.site-header-inner{max-width:1200rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 3.5rem;background:#fff;height:3.5rem}.site-header .header__logo img{max-height:3.125rem}.site-header .header__menu{display:flex;gap:1.5rem}.site-header .header__menu a{text-decoration:none;color:#000;font-weight:500}.site-header .header__icons{display:flex;gap:1rem;align-items:center}.site-header .icon-circle{display:flex;align-items:center;justify-content:center;background:#d9d9d9;border-radius:50%;width:2.375rem;height:2.375rem;position:relative}.icon-circle img{width:18px;height:18px}.site-header .icon-circle sup{position:absolute;top:-.275rem;right:-.275rem;background:red;color:#fff;font-size:.75rem;padding:0 .25rem;border-radius:50%}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger span{display:block;height:3px;width:100%;background:#000;border-radius:2px}.mobile-menu{display:none;flex-direction:column;gap:1rem;background:#fff;position:absolute;top:100%;left:0;width:100%;padding:1.5rem 2rem;z-index:1000}.mobile-menu .mobile-nav{display:flex;flex-direction:column;gap:1rem}.mobile-menu .mobile-icons{display:flex;gap:1rem;margin-top:1rem}.mobile-nav a{text-decoration:none;color:#000}@media screen and (max-width: 768px){.site-header .header__logo img{height:2.125rem}.site-header .header__menu,.site-header .header__icons{display:none}.hamburger{display:flex}.site-header-inner{padding:0 1rem}}.hero-content{display:flex;justify-content:space-between;align-items:center;max-width:1200rem;margin:0 auto;gap:2rem;flex-wrap:wrap}.hero-text{flex:1 1 45%;padding:0 6.5rem}.hero-text h1{font-family:Poppins,sans-serif;font-weight:500;font-size:5rem;color:#000;margin-bottom:1.5rem;line-height:1.3}.hero-text p{font-family:Poppins,sans-serif;font-size:1.5rem;margin-bottom:2.5rem;line-height:1.6}.hero-button{display:inline-block;font-family:Poppins,sans-serif;font-size:1.5rem;background:#fff;color:#000;padding:.7rem 2.5rem;border-radius:6.25rem;text-decoration:none;font-weight:500;transition:all .3s ease}.hero-button:hover{background:#000;color:#fff}.hero-image{flex:1 1 45%;display:flex;justify-content:center}.hero-image img{max-width:100%;height:auto}@media (max-width: 768px){.hero-content{flex-direction:row-reverse;align-items:center;gap:1.5rem;padding:2rem 1rem 0}.hero-text{flex:1 1 100%;padding:0 1rem;text-align:center}.hero-text h1{font-size:2.5rem;margin-bottom:1rem}.hero-text p{font-size:1.2rem;margin-bottom:1.5rem}.hero-button{font-size:1.2rem;padding:.6rem 2rem}.hero-image{flex:1 1 100%;justify-content:center;margin-top:1rem}.hero-image img{max-width:80%;height:auto}}@media (max-width: 480px){.hero-text h1{font-size:2rem}.hero-text p{font-size:.8rem}.hero-button{font-size:1rem;padding:.5rem 1.5rem}.hero-image img{max-width:90%}}.vivosse-section{padding:4.5rem 2rem;text-align:center;background-color:#f8fdff}.vivosse-heading{font-family:Poppins,sans-serif;font-size:2.5rem;color:#000}.vivosse-underline{display:block;margin:0 auto 3rem;height:20px}.vivosse-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}.vivosse-card{background:#ffe9ee;border-radius:1rem;padding:1rem;flex:0 0 18%;min-height:350px;text-align:left;display:flex;flex-direction:column;justify-content:flex-start}.vivosse-card img{max-width:100%;height:auto;margin-bottom:.75rem}.vivosse-card h3{font-family:Poppins,sans-serif;font-size:1.5rem;color:#000;margin-bottom:.5rem}.vivosse-card p{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.5;color:#000}@media (max-width: 768px){.vivosse-section{padding:2.5rem 1rem}.vivosse-heading{font-size:1.5rem}.vivosse-underline{height:15px;margin-bottom:2rem}.vivosse-cards{flex-direction:column;align-items:center;gap:1.5rem}.vivosse-card{flex:0 0 90%;max-width:500px;padding:1rem;min-height:auto;text-align:center;display:flex;flex-direction:column;align-items:center}.vivosse-card img{width:100%;box-sizing:border-box;height:auto;margin-bottom:.5rem}.vivosse-card h3,.vivosse-card p{width:calc(100% - 2rem);max-width:100%;margin:0 auto .5rem;text-align:center}.vivosse-card h3{font-size:1.3rem;margin-bottom:.3rem}.vivosse-card p{font-size:.95rem;line-height:1.4;margin-bottom:0}}@media (max-width: 480px){.vivosse-card{flex:0 0 90%;padding:.8rem}.vivosse-card h3{font-size:1.2rem}.vivosse-card p{font-size:.9rem}}.site-footer{background:#4cc9f0;padding:2.5rem 5%;font-family:Poppins,sans-serif;color:#000}.footer-container{display:flex;flex-wrap:wrap;gap:5rem;max-width:1200px;margin:0 auto;justify-content:space-between}.footer-column{flex:1 1 220px;min-width:180px}.footer-logo{max-width:120px;margin-bottom:1rem}.footer-column h4{font-size:1.2rem;margin-bottom:.5rem;font-weight:600;color:#000}.footer-subheading{font-size:1rem;margin-bottom:1rem;font-weight:600;color:#000}.newsletter-subheading{font-size:1rem;font-weight:400;margin-bottom:.5rem;color:#000}.footer-column ul{list-style:disc;padding-left:1.25rem;margin:0}.footer-column ul li{margin-bottom:.5rem}.footer-column ul li a{color:#000;text-decoration:none;transition:color .3s}.footer-column ul li a:hover{color:#555}.footer-newsletter label{font-weight:600;margin-top:.8rem;margin-bottom:.25rem;display:block}.footer-newsletter input[type=email],.footer-newsletter button{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid #ccc;margin-bottom:.5rem;box-sizing:border-box}.footer-newsletter button{background:#000;color:#fff;border:none;cursor:pointer;transition:background .3s}.footer-newsletter button:hover{background:#333}@media (max-width: 768px){.footer-container{gap:2rem}}:root{--color-primary: #111111;--color-secondary: #ff003c;--color-text: #000000;--color-text-light: #7b7b7b;--color-background: #f8fdff;--color-white: #ffffff;--color-light-gray: #ededed;--color-accent-pink: #ffceda;--color-accent-blue: #4cc9f0;--gradient-pink-blue: linear-gradient(180deg, #ffe0e8 0%, #ddf7ff 100%);--gradient-pink-blue-2: linear-gradient(270deg, #ff527b 0%, #a2e9ff 100%)}:root{--gap: 1rem;--thumbnail-size: 5rem}.hero-section{padding:2.5rem 3rem 0rem;border-bottom:1px solid #9E9E9E}.hero-container{display:flex;gap:2rem;flex-wrap:wrap;align-items:stretch}.product-gallery{flex:0 0 35rem;display:flex;flex-direction:column;gap:var(--gap)}.main-image-container{position:relative;width:100%;aspect-ratio:1/1;border-radius:1.25rem;overflow:hidden}.main-product-image{width:100%;height:100%;object-fit:cover}.image-overlay{position:absolute}.overlay-1{top:1.25rem;left:1.5rem;display:flex;align-items:center}.overlay-1 img{height:2rem}.thumbnail-gallery{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.scroller{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:10px 0;-webkit-overflow-scrolling:touch}.scroller::-webkit-scrollbar{display:none}.scroller{scrollbar-width:none}.thumb-nav-btn{background-color:#d9d9d9;border:none;border-radius:1.25rem;width:1.625rem;height:4.875rem;cursor:pointer;display:flex;justify-content:center;align-items:center}.thumbnail{width:var(--thumbnail-size);height:var(--thumbnail-size);border-radius:1.25rem;object-fit:cover;cursor:pointer;border:2px solid transparent}.thumbnail.active{border-color:var(--color-primary)}.product-info{flex:1;display:flex;flex-direction:column;gap:var(--gap)}.product-info>div{display:flex;flex-direction:column;gap:var(--gap)}.product-title{font-size:1.75rem;font-weight:600;margin:0}.product-rating{display:flex;align-items:center;gap:.5rem}.stars{display:flex;gap:.25rem}.star{width:1.25rem;height:1.25rem;background-color:#ffa600;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.star-half{width:1.25rem;height:1.25rem;background:linear-gradient(to right,#ffa600 50%,#ddd 50%);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.product-rating p{font-size:.875rem;font-weight:300;margin:0}.product-description{font-size:1.25rem;color:#000;margin:0}.product-benefits{display:flex;flex-direction:column;gap:var(--gap)}.benefit-item{display:flex;align-items:center;gap:1.25rem}.benefit-item img{width:3rem;height:3rem;object-fit:contain}.benefit-item p{font-size:1.25rem;margin:0;color:#000}.benefit-item b{color:var(--color-text)}.color-selector{display:flex;gap:2rem;font-size:1.375rem;font-weight:500}.color-swatches{display:flex;gap:1rem}.color-swatch{width:2rem;height:2rem;border-radius:50%;border:2px solid #ccc;cursor:pointer}.color-swatch.active{border-color:var(--color-primary)}.quantity-selector{display:flex;width:fit-content;gap:2rem;align-items:center;background-color:var(--color-light-gray);padding:.5rem 1.125rem;border-radius:.625rem}.quantity-selector p{font-size:1.25rem;font-weight:600;margin:0}.quantity-control{display:flex;padding:.2rem;align-items:center;background-color:var(--color-white);border-radius:.3125rem}.quantity-control button{background-color:var(--color-light-gray);border:none;width:2.25rem;height:2.25rem;font-size:1.25rem;cursor:pointer;border-radius:.1875rem}.quantity-control span{padding:0 4.25rem;font-size:1.25rem;font-weight:600}.price-add-to-cart{display:flex;flex-direction:column;gap:.625rem}.price{font-size:2.5rem;font-weight:700;margin:0}.original-price{text-decoration:line-through;color:var(--color-text-light);margin-right:.625rem}@keyframes cartPulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1);opacity:.8}to{transform:scale(1);opacity:1}}.add-to-cart-btn{background-color:var(--color-primary);color:var(--color-white);border:none;padding:.9375rem 0;border-radius:2rem;font-size:1.125rem;font-weight:500;cursor:pointer;text-align:center;width:100%;animation:cartPulse 1.5s ease-in-out infinite;font-weight:700}.payment-methods{display:flex;flex-direction:row!important;justify-content:space-between;align-items:center;background-color:var(--color-light-gray);padding:.75rem 1.25rem;border-radius:.625rem;gap:1rem;transition:all .3s ease}.payment-methods:hover{transform:translateY(-2px);box-shadow:0 4px 14px #0000001a}.payment-div{display:flex;align-items:center;gap:.75rem;background-color:#fff;padding:.5rem .75rem;border-radius:.5rem;transition:background-color .3s ease,transform .3s ease}.payment-div:hover{background-color:#f7f7f7;transform:scale(1.02)}.payment-methods p{font-size:1rem;font-weight:600;margin:0;color:#333}.payment-icons{display:flex;align-items:center;gap:.75rem}.payment-icons img{height:1.25rem;filter:grayscale(30%);transition:all .3s ease}.visa-icon{height:1rem!important}.delivery-icon{height:2rem!important}.payment-icons img:hover{filter:grayscale(0%);transform:scale(1.1)}@media (max-width: 1200px){.hero-section{padding:1rem 0rem 0rem;border-bottom:1px solid #9E9E9E}.quantity-control span{padding:0 1.25rem;font-size:1.25rem;font-weight:600}.thumb-nav-btn{background-color:#d9d9d9;border:none;border-radius:1.25rem;width:1.625rem;height:4.875rem;cursor:pointer;display:flex;justify-content:center;align-items:center}.thumbnail{width:5.5rem;height:5.5rem;border-radius:1.25rem;object-fit:cover;cursor:pointer;border:2px solid transparent}.product-rating p{font-size:.75rem;font-weight:300;margin:0}.product-description{font-size:1rem;color:var(--color-text-light);margin:0}.benefit-item p{font-size:1rem;margin:0;color:#000}.hero-container{flex-direction:column}.product-gallery{flex:0 0 auto;width:90%;margin:0% auto}.main-image-container{width:100%;height:auto;aspect-ratio:1/1}.product-info{width:90%;margin:0 auto}.star{width:.8rem;height:.8rem;background-color:#ffa600;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.price{font-size:2rem}.color-selector p{display:flex;font-size:1.2rem;align-items:center}.payment-icons img{height:1.2rem}.payment-methods p{font-size:.8rem;font-weight:600;margin:0}.quantity-selector{display:flex;width:fit-content;gap:1rem;align-items:center;background-color:var(--color-light-gray);padding:.5rem 1.125rem;border-radius:.625rem}.payment-methods{margin-bottom:1rem;flex-wrap:wrap;justify-content:center;gap:1rem}.payment-div{flex:1 1 45%;justify-content:center;background-color:#fff}}@media (max-width: 786px){.price{font-size:1.3rem}.discount-badge{font-size:1.3rem!important}.promo-line{text-align:center}.payment-methods{flex-direction:column!important;align-items:center;gap:1rem;padding:1rem;flex-wrap:nowrap}.payment-div{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;gap:.5rem;padding:.75rem 0}.payment-icons{justify-content:center;flex-wrap:wrap;gap:.75rem}.payment-icons img{height:1.3rem}.payment-methods p{font-size:.9rem;font-weight:600;text-align:center;margin-bottom:.25rem}}.details-tabs-section{padding:0 0 3rem;font-family:Poppins,sans-serif;color:#141414}.details-tabs-section .container{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;margin:0 auto}.tabs-nav{display:flex;flex-wrap:wrap;padding:1rem;gap:12px;width:100%;justify-content:space-evenly}.tab-btn{background-color:#f4f4f4;color:#141414;border:none;padding:.5rem 5.5rem;border-radius:30px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.tab-btn:hover{background-color:#e0e0e0}.tab-btn.active{background-color:var(--color-primary);color:var(--color-white)}.tab-content{width:90%}.description-content{display:flex;flex-direction:column;gap:60px}.how-to-use{margin-top:3rem}.light-models h3,.how-to-use h3,.pro-tips h3{font-size:24px;font-weight:600;margin-bottom:20px;text-align:left}.light-models-grid{display:grid;width:90%;grid-template-columns:repeat(2,1fr);gap:30px 50px}.light-model-item{display:flex;flex-direction:row;align-items:flex-start;gap:15px}.light-model-item img{width:60px;height:60px;object-fit:contain;border-radius:20px}.light-model-item h4{font-size:18px;font-weight:600;margin:0 0 6px}.light-model-item p{font-size:16px;line-height:1.5;margin:0;color:#6b6b6b}.pro-tips-grid{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;gap:20px 40px;width:970px}.tip-item{display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex-shrink:0;width:465px}.tip-item img{width:465px;height:305px;object-fit:contain;border-radius:20px;background:linear-gradient(0deg,#0000000d 0% 100%),url(<path-to-image>) #d3d3d3 0px -244.077px / 100% 231.69% no-repeat}.tip-item p{font-size:18px;font-weight:400;line-height:normal;margin:0;text-align:center;color:#000}.how-to-use-steps{display:flex;justify-content:space-between;gap:3.5rem}.step-item{text-align:center;width:calc(20% - 20px);min-width:160px;display:flex;flex-direction:column}.step-item img{width:100%;border-radius:20px;margin-bottom:10px}.step-item p{font-size:16px;margin:0}@media (max-width: 1024px){.light-models-grid{width:100%;grid-template-columns:repeat(2,1fr);gap:30px 30px}.pro-tips-grid{width:100%;gap:20px}.how-to-use-steps{justify-content:center;flex-wrap:wrap}.step-item{width:45%}.light-model-item,.tip-item{flex-direction:column;align-items:flex-start;gap:15px}}@media (max-width: 768px){.tab-btn{padding:8px 24px;font-size:15px}.step-item img{width:80%;margin:0% auto 10px}.how-to-use-steps{gap:25px}.step-item{width:100%}.tip-item{flex-shrink:1;width:auto}.tip-item img{height:224px}}@media (max-width: 480px){.light-model-item img{width:50px;height:50px}.light-model-item h4{font-size:16px}.light-model-item p{font-size:14px}}.benefits-banner-section{background:var(--gradient-pink-blue);padding:26px 0}.benefits-banner-container{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:20px}.benefit-banner-item{display:flex;flex-direction:column;align-items:center;gap:10px}.benefit-banner-item svg{width:65px;height:65px}.benefit-banner-item span{font-size:16px;font-weight:500}@media (max-width: 768px){.benefits-banner-container{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;gap:1rem;padding:0 1rem}.benefit-banner-item{flex:0 0 auto}}.science-section{padding:1rem 1.5rem 3rem}.science-container{display:flex;align-items:flex-start;justify-content:space-around;max-width:1400px;margin:0 auto;flex-wrap:wrap}.science-text{flex:1;max-width:42rem}.science-text h3{font-size:1.75rem;font-weight:700;margin:0 0 .625rem}.science-text>p{font-size:1.75rem;line-height:1.5;margin:0 0 .625rem}.wavelength-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.wavelength-list li{display:flex;align-items:flex-start;gap:.625rem;font-size:1.5rem;color:var(--color-text-light);line-height:1.5}.dot{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:50%;margin-top:.3125rem}.dot.red{background-color:red}.dot.blue{background-color:#0047ff}.dot.green{background-color:#31b431}.dot.yellow{background-color:#ffc700}.dot.purple{background-color:#a300a3}.dot.cyan{background-color:#0ff}.dot.white{background-color:#fff;border:.0625rem solid #ccc}.science-image{flex:1;max-width:37.1875rem;position:relative;display:flex;flex-direction:column;align-items:center;gap:.625rem}.science-image>img{width:100%;border-radius:1.25rem}.image-wrapper{position:relative;border-radius:1.25rem;background:linear-gradient(180deg,#ff6f91,#4cc9f0);padding:.625rem;display:inline-block}.image-quote{background-color:#ffffffb3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:.9375rem;padding:.75rem;width:calc(100% - 1.5rem);margin-top:-5.1875rem;position:relative;z-index:1;width:92%}.image-quote p{margin:0;font-size:1rem;text-align:center}.shop-now-btn{background-color:var(--color-primary);color:var(--color-white);border:none;padding:.625rem 2.5rem;border-radius:1.875rem;font-size:1.125rem;font-weight:500;cursor:pointer;text-align:center;text-decoration:none;width:100%;margin-top:1rem}@media (max-width: 1200px){.science-container{flex-direction:column;align-items:center;gap:2.5rem}.science-text,.science-image{max-width:80%}}@media (max-width: 768px){.science-section{padding:1rem;margin-top:0}.image-quote{background-color:#ffffffb3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:.9375rem;padding:.75rem;width:90%;margin-top:-7.1875rem;position:relative;z-index:1}.shop-now-btn{background-color:var(--color-primary);color:var(--color-white);border:none;padding:.625rem .5rem;border-radius:1.875rem;font-size:1rem;font-weight:500;cursor:pointer;text-align:center;text-decoration:none;width:100%;margin-top:1.7rem}.science-text,.science-image{max-width:100%}.science-text>p,.wavelength-list li{font-size:1.125rem}}.experts-section{padding:80px 0}.experts-container{display:flex;flex-direction:column;align-items:center;gap:.2rem}.experts-grid{display:flex;justify-content:center;gap:21px;flex-wrap:wrap}.expert-card{width:433px;max-width:100%;border-radius:20px;padding:15px;display:flex;flex-direction:column;gap:10px}.expert-card:nth-child(1){background-color:#ffd2dc}.expert-card:nth-child(2){background-color:#a9ebff}.expert-card:nth-child(3){background-color:#ffd2dc}.expert-images{display:flex;gap:1px;border-radius:10px;overflow:hidden;gap:0px!important}.expert-images img{height:100%;object-fit:cover;flex-grow:1;border-radius:0!important}.expert-card p{font-size:20px;line-height:1.5;margin:0;text-align:left!important;color:#000!important}@media (max-width: 600px){.expert-card{max-width:22rem!important}}.comparison-section{padding:80px 0!important}.comparison-container{display:flex!important;flex-direction:column!important;align-items:center!important;gap:40px!important;width:100%!important;max-width:1400px!important;margin:0 auto!important}.comparison-table{display:flex!important;gap:16px!important;width:100%!important;max-width:1400px!important;justify-content:center!important;flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:thin!important}.table-col{display:flex!important;flex-direction:column!important;gap:16px!important;flex:1!important;min-width:280px!important}.table-header{height:352px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-radius:24px!important}.table-header img{width:100%!important;height:100%!important;object-fit:contain!important}.table-cell{min-height:82px!important;display:flex!important;justify-content:center!important;align-items:center!important;text-align:left!important;padding:10px!important;border-radius:10px!important;font-size:20px!important;box-sizing:border-box!important;height:12%}.table-col .table-cell:first-child{text-align:center!important}.featurez-col .table-cell{background-color:var(--color-primary)!important;color:var(--color-white)!important;font-weight:600!important;font-size:24px!important}.vivosse-col .table-header{background-color:#f7cda5!important}.vivosse-col .table-cell{background:linear-gradient(180deg,#ffd7e0,#bcefff)!important;font-weight:400!important}.vivosse-col .table-cell:first-of-type{font-weight:600!important;font-size:24px!important}.other-col .table-header{background-color:#d9d9d9!important}.other-col .table-cell{background-color:var(--color-light-gray)!important;font-weight:400!important}.other-col .table-cell:first-of-type{font-weight:600!important;font-size:24px!important}@media (max-width: 1024px){.comparison-table{flex-direction:column!important;align-items:stretch!important;overflow-x:visible!important;gap:1rem!important}.table-col{gap:4px!important;width:100%!important;min-width:100%!important}.table-header{display:none!important}.table-cell{min-height:auto!important;padding:15px!important;font-size:16px!important}.featurez-col .table-cell{font-size:18px!important}.vivosse-col .table-cell:first-of-type,.other-col .table-cell:first-of-type{font-size:20px!important;padding:20px!important;margin-top:20px!important}}@media (max-width: 600px){.comparison-section{padding:1rem!important}.comparison-container{gap:24px!important}.table-cell{font-size:15px!important;padding:12px!important;line-height:1.4!important}.featurez-col .table-cell{font-size:16px!important}.vivosse-col .table-cell:first-of-type,.other-col .table-cell:first-of-type{font-size:18px!important;margin-top:12px!important}}@media (max-width: 400px){.section-title h2{font-size:1.5rem!important}.table-cell{font-size:14px!important;padding:10px!important}.featurez-col .table-cell{font-size:15px!important}}.safety-info-section{padding:3rem 1rem;text-align:center}.safety-info-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.safety-intro{color:#000;font-size:28px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:.5rem}.safety-list{list-style:none;padding:0;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;max-width:700px}.safety-list li{display:flex;align-items:center;gap:1rem;font-size:1.1rem;color:#000;text-align:left}.safety-list li img{width:60px!important;height:60px!important;flex-shrink:0;margin-top:.25rem;object-fit:cover}@media (max-width: 768px){.safety-list li{font-size:.95rem;gap:.75rem}.safety-list li img{width:50px;height:50px}.safety-intro{color:#000;font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:.5rem}.section-title h2{font-size:1.5rem!important;font-weight:700;margin:0}}@media (max-width: 480px){.safety-info-section{padding:2rem 1.5rem}.safety-list li img{width:40px;height:40px}.safety-list li{font-size:.9rem}}.sensitivity-test-section{padding:3rem 1.5rem;text-align:center;background-color:#f8fdff}.sensitivity-test-container{margin:0 auto;display:flex;flex-direction:column;gap:2rem}.section-title h2{font-size:2rem;font-weight:700;margin:0}.stroke-image{display:block;height:.8rem;margin:.5rem auto 0}.test-steps{display:flex;justify-content:center;gap:10rem;flex-wrap:wrap}.test-step{text-align:center;max-width:280px;display:flex;flex-direction:column;align-items:center;gap:1rem}.test-step .test-img{width:280px;height:280px;border-radius:280px;align-self:stretch;background-size:cover;background-position:center;background-repeat:no-repeat}.test-step:nth-child(1) .test-img{background:url(path-to-image-1.png) #d3d3d3 -38.095px -189.717px / 252.211% 428.6% no-repeat}.test-step:nth-child(2) .test-img{background:url(path-to-image-2.png) #d3d3d3 50% / cover no-repeat}.test-step:nth-child(3) .test-img{background:linear-gradient(0deg,#ffbdcc00,#ffbdcc33),url(path-to-image-3.png) #d3d3d3 50% / cover no-repeat}.test-step h4{font-size:1.5rem;font-weight:500;margin:0;line-height:1.3}.test-step p{font-size:1rem;line-height:1.5;margin:0;color:#333}@media (max-width: 1024px){.test-steps{gap:2rem}.test-step img{width:220px;height:220px}}@media (max-width: 768px){.test-steps{flex-direction:column;gap:2rem}.test-step{max-width:100%}.test-step img{width:180px;height:180px}.test-step h4{font-size:1.3rem}.test-step p{font-size:.95rem}.sensitivity-test-section{padding:2rem 1.5rem;text-align:center;background-color:#f8fdff}}@media (max-width: 480px){.test-step img{width:140px;height:140px}.test-step h4{font-size:1.1rem}.test-step p{font-size:.9rem}}.awards-section{padding:2rem 0}.awards-container{display:flex;flex-direction:column;align-items:center;gap:20px}.awards-container>p{font-size:1.6rem;text-align:center;margin:0;max-width:1020px}.section-title{text-align:center}.section-title h2{font-size:2.2rem;font-weight:600;margin-bottom:.5rem}.section-title img{margin:auto;margin-top:.5rem}.awards-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:20px}.award-item{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:260px}.award-icon{position:relative;width:260px;height:251px}.award-icon img:first-child{width:100%;height:100%;object-fit:contain}.award-icon .trophy{position:absolute;top:0;left:50%;transform:translate(-50%);width:69px;height:69px}.award-icon .award-title{position:absolute;top:52%;left:50%;transform:translate(-50%,-50%);width:70%;font-size:1.1rem;font-weight:600;text-align:center;color:#000;margin:0;line-height:1.4}.award-item p{font-size:1rem;margin:10px 0 0}@media (max-width: 992px){.awards-grid{gap:30px}.award-icon{width:220px;height:210px}.award-icon .award-title{font-size:1rem}.award-item p{font-size:.95rem}}@media (max-width: 600px){.awards-section{padding:2rem}.awards-container>p{font-size:1.4rem}.awards-grid{flex-direction:column;align-items:center;gap:25px}.award-icon{width:200px;height:190px}.award-icon .award-title{font-size:.95rem}}.specifications{width:100%;max-width:1264px;font-family:Poppins,sans-serif;color:#141414;display:flex;flex-direction:column;gap:32px}.spec-grid{display:flex;flex-direction:column;gap:.5rem}.spec-item{font-size:1.2rem;line-height:1.6;display:flex;align-items:center;gap:1rem}.spec-item strong{font-weight:600;color:#000}.spec-item span{font-weight:400;color:#7b7b7b;display:block;margin-top:4px}.functions h3,.features h3{font-size:24px;font-weight:600;margin-bottom:16px}.functions-grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:flex-start}.function-item{width:170px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.function-item img{width:126px;height:126px;border-radius:50%;object-fit:cover}.function-item p{font-size:16px;color:#141414;line-height:1.6}.features-grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:flex-start}.featurez-item{width:393px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.featurez-item img{width:100%;height:480px;border-radius:20px;object-fit:cover}.featurez-item p{font-size:20px;font-weight:400;color:#000}@media (max-width: 1024px){.spec-item{font-size:18px}.function-item p{font-size:15px}.featurez-item p{font-size:18px}}@media (max-width: 768px){.spec-item{flex:1 1 100%;font-size:.9rem}.function-item{flex:1 1 45%;max-width:none}.function-item p{font-size:14px}.featurez-item{flex:1 1 80%;width:auto}.featurez-item p{font-size:16px}.featurez-item img{width:60%;height:250px;border-radius:20px;object-fit:cover}}@media (max-width: 480px){.function-item{flex:1 1 100%}.specifications{gap:24px}.functions h3,.features h3{font-size:20px}}.cert-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;justify-content:space-around;padding-bottom:10px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cert-tabs::-webkit-scrollbar{display:none}.cert-tab{flex:0 0 auto}.cert-icon-bg{width:176px;height:176px;background:#dff7ff;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;font-size:16px;font-weight:400;color:#000;flex-shrink:0}.cert-icon-bg img{width:61px;height:61px}@media (max-width: 1024px){.cert-tabs{gap:30px}.cert-icon-bg{width:140px;height:140px}.cert-icon-bg img{width:55px;height:55px}.cert-icon-bg{font-size:15px}}@media (max-width: 768px){.cert-tabs{gap:20px;padding-bottom:15px;flex-wrap:wrap}.cert-icon-bg{width:120px;height:120px}.cert-icon-bg img{width:50px;height:50px}.cert-icon-bg{font-size:14px}}@media (max-width: 480px){.cert-tabs{gap:1rem 2rem}.cert-icon-bg{width:100px;height:100px}.cert-icon-bg img{width:40px;height:40px}.cert-icon-bg{font-size:12px}}.warranty-grid{display:flex;flex-wrap:wrap;justify-content:space-around;gap:0}.warranty-item{width:314px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.warranty-item img{width:100px;height:100px}.warranty-item div{color:#000;font-size:20px;font-family:Poppins,sans-serif;font-weight:500;word-wrap:break-word}@media (max-width: 1024px){.warranty-grid{justify-content:space-around}}@media (max-width: 768px){.warranty-grid{flex-direction:column;align-items:center;gap:2rem}.warranty-item{width:80%}.warranty-item img{width:90px;height:90px}.warranty-item div{font-size:18px}}@media (max-width: 480px){.warranty-item img{width:70px;height:70px}.warranty-item div{font-size:16px}}.reviews-tab{display:flex;flex-wrap:wrap;justify-content:space-around;gap:40px;padding:20px 0}.review-item{width:25rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:#ffe3e9;padding:1rem 1rem 2.5rem;border-radius:12px}.review-item img{width:100%;height:auto;border-radius:8px;margin-bottom:12px}.reviewer-name{font-weight:600;font-size:18px;color:#111}.review-stars{color:gold;margin:5px 0}.review-text{margin-top:10px;font-size:16px;color:#333}@media (max-width: 1024px){.review-item{width:45%}}@media (max-width: 768px){.review-item{width:48%}}@media (max-width: 480px){.review-item{width:100%}}.free-gift-section{width:100%;background-image:url(../assets/lgbg2.jpeg);background-size:cover;background-repeat:no-repeat;background-position:center;padding:2.5rem 0 0;box-sizing:border-box}.free-gift-container{margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}.free-gift-heading{color:#000;font-size:36px;font-family:Poppins,sans-serif;font-weight:500;text-align:center}.free-gift-underline{width:167.36px;height:15.36px;background:#fff;margin:10px 0}.free-gift-description{align-self:flex-start;width:60%;padding:10px;background:#fff;display:inline-flex;justify-content:center;align-items:center;gap:10px;color:#000;font-size:28px;font-family:Poppins,sans-serif;font-weight:400;word-wrap:break-word;text-align:left;margin-bottom:2rem}.free-gift-images{display:flex;gap:4rem;justify-content:start;align-items:flex-start}.free-gift-images img{display:block}.circular-image{border-radius:9999px;box-shadow:0 4px 4px #00000040}.wrapgift{display:flex;justify-content:center;align-items:center;flex-direction:column}.imagekaWrapper{background-size:contain;background-position:100%;background-repeat:no-repeat;padding:2% 6rem}@media (max-width: 1024px){.free-gift-description{width:80%;font-size:22px;padding:8px;text-align:center;align-self:center}.free-gift-images{flex-wrap:wrap;gap:2rem;justify-content:center}.free-gift-images img.last-image{width:30%}.imagekaWrapper{padding:0 3rem;background-position:100%;background-size:contain}}@media (max-width: 768px){.free-gift-description{width:90%;font-size:18px;padding:6px}.free-gift-section{width:100%;background-image:url(../assets/lgbg1.jpeg);background-size:cover;background-repeat:no-repeat;padding:2.5rem 0 1rem;box-sizing:border-box}.free-gift-images{gap:1.5rem;align-items:center}.free-gift-images img{width:60%;margin:0 auto}.free-gift-images img.last-image{width:50%}.imagekaWrapper{padding:0 1.5rem}.free-gift-heading{font-size:28px}}@media (max-width: 480px){.free-gift-heading{font-size:24px}.free-gift-description{font-size:16px}.free-gift-images img{width:16%}.free-gift-images img.last-image{width:70%}.imagekaWrapper{padding:0 1rem}.free-gift-container{gap:1rem}}.free-gift-button{width:406px;padding:10px 40px;background:#ff003c;border-radius:30px;color:#fff;font-size:18px;font-family:Poppins,sans-serif;font-weight:500;text-align:center;display:inline-flex;justify-content:center;align-items:center;gap:10px;text-decoration:none;transition:background .3s;margin-top:1rem}.free-gift-button:hover{background:#e60035}@media (max-width: 1024px){.free-gift-button{width:60%;font-size:16px;padding:8px 30px}}@media (max-width: 768px){.free-gift-button{width:90%;font-size:14px;padding:6px 16px;display:block;margin:0 auto;text-align:center}}@media (max-width: 480px){.free-gift-button{width:90%;font-size:14px;padding:6px 16px;display:block;margin:0 auto;text-align:center}}.discount-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;justify-content:center;align-items:center;z-index:9999}.discount-popup.halloween-theme{background:#1b1b1b url(hallowen.png) center/cover no-repeat;padding:2rem;border-radius:18px;text-align:center;max-width:430px;width:90%;color:#fff;position:relative;box-shadow:0 0 25px #ff8c0099;animation:fadeIn .5s ease}.popup-icon{width:80px;height:auto;margin-bottom:.5rem}.discount-popup h2{color:#ff7518;font-size:1.6rem;font-weight:800;text-shadow:0 0 10px #ff7518}.popup-subheadline{font-size:1rem;color:#fffbe6;margin-bottom:1.3rem;line-height:1.4}.popup-form input{width:85%;padding:.7rem;margin-bottom:1rem;border-radius:6px;border:1px solid #ffae42;background:#2b2b2b;color:#fff}.popup-form input:focus{outline:none;border-color:#ff7518}.popup-form button{background:linear-gradient(90deg,#ff7518,#ffae42);border:none;border-radius:6px;color:#1b1b1b;font-weight:700;padding:.8rem 1.5rem;cursor:pointer;transition:transform .2s}.popup-form button:hover{transform:scale(1.05)}.close-popup{position:absolute;top:10px;right:15px;font-size:1.8rem;color:#ffae42;cursor:pointer}.signup-thankyou h3{color:#ff7518;text-shadow:0 0 10px #ff7518}.signup-thankyou p{color:#fffbe6}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:480px){.discount-popup.halloween-theme{padding:1.5rem}.discount-popup h2{font-size:1.3rem}}p.flash{margin-bottom:2px}.flash{color:red;font-weight:700;font-size:1rem;animation:flash 1s ease-in-out infinite alternate}.stock-bar-container{width:320px;background-color:#ddd;height:10px;border-radius:10px;margin-top:0;overflow:hidden}.stock-bar{background-color:red;height:100%;border-radius:10px;width:5%;transition:width .2s}@keyframes flash{0%{opacity:1}to{opacity:.3}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/critical.css.map */
