:root{--lufto-bg-primary: #07080B;--lufto-bg-card: #0D0F14;--lufto-bg-hover: #151821;--lufto-bg-border: #1E2230;--lufto-blue: #2D6BCC;--lufto-blue-light: #4A90D9;--lufto-blue-dark: #1A3A6B;--lufto-blue-bg: #0A1628;--lufto-green: #1DB954;--lufto-green-hover: #3DDB5E;--lufto-green-light: #A8F0B8;--lufto-green-bg: #0B1F0E;--lufto-orange: #FF6B35;--lufto-yellow: #FFB800;--lufto-red: #E53E3E;--lufto-text-primary: #EAEDF3;--lufto-text-secondary: #8A8F9D;--lufto-text-muted: #555B6A;--lufto-radius: 12px;--lufto-radius-sm: 8px;--lufto-radius-lg: 16px;--lufto-transition: all .3s ease;--lufto-font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}[class^=lufto-]{font-family:var(--lufto-font);box-sizing:border-box}[class^=lufto-] *,[class^=lufto-] *:before,[class^=lufto-] *:after{box-sizing:border-box}.lufto-h1{font-family:var(--lufto-font);font-size:clamp(28px,5vw,48px);font-weight:600;color:var(--lufto-text-primary);line-height:1.15;letter-spacing:-.02em;margin:0}.lufto-h2{font-family:var(--lufto-font);font-size:clamp(22px,3.5vw,36px);font-weight:600;color:var(--lufto-text-primary);line-height:1.2;letter-spacing:-.01em;margin:0}.lufto-h3{font-family:var(--lufto-font);font-size:clamp(16px,2.5vw,22px);font-weight:600;color:var(--lufto-text-primary);line-height:1.3;margin:0}.lufto-subtitle{font-family:var(--lufto-font);font-size:clamp(14px,2vw,18px);font-weight:400;color:var(--lufto-text-secondary);line-height:1.6;margin:0}.lufto-label{font-family:var(--lufto-font);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--lufto-blue-light);margin:0}.lufto-body{font-family:var(--lufto-font);font-size:15px;font-weight:400;color:var(--lufto-text-secondary);line-height:1.6;margin:0}.lufto-section{width:100%;background-color:var(--lufto-bg-primary);padding:60px 0;overflow:hidden}.lufto-section--alt{background-color:var(--lufto-bg-card)}.lufto-container{max-width:1200px;margin:0 auto;padding:0 24px}.lufto-section-header{text-align:center;margin-bottom:48px}.lufto-section-header .lufto-label{margin-bottom:8px;display:block}.lufto-section-header .lufto-h2{margin-bottom:12px}.lufto-btn{font-family:var(--lufto-font);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:var(--lufto-radius-sm);font-size:15px;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:var(--lufto-transition);line-height:1;white-space:nowrap}.lufto-btn--primary{background-color:var(--lufto-green);color:#fff}.lufto-btn--primary:hover{background-color:var(--lufto-green-hover);transform:translateY(-2px);box-shadow:0 8px 24px #1db9544d}.lufto-btn--secondary{background-color:var(--lufto-blue);color:#fff}.lufto-btn--secondary:hover{background-color:var(--lufto-blue-light);transform:translateY(-2px);box-shadow:0 8px 24px #2d6bcc4d}.lufto-btn--outline{background-color:transparent;color:var(--lufto-text-primary);border:1px solid var(--lufto-bg-border)}.lufto-btn--outline:hover{border-color:var(--lufto-text-secondary);background-color:var(--lufto-bg-hover)}.lufto-btn--sm{padding:10px 20px;font-size:13px}.lufto-btn--lg{padding:18px 40px;font-size:16px;font-weight:600}.lufto-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;font-family:var(--lufto-font);font-size:12px;font-weight:600;line-height:1}.lufto-badge--discount{background-color:var(--lufto-red);color:#fff}.lufto-badge--offer{background-color:var(--lufto-orange);color:#fff}.lufto-badge--recommended{background-color:var(--lufto-green);color:#fff}.lufto-badge--popular{background-color:var(--lufto-blue);color:#fff}.lufto-announcement{background-color:var(--lufto-blue);padding:10px 0;overflow:hidden;position:relative}.lufto-announcement__track{display:flex;animation:lufto-scroll 20s linear infinite;width:max-content}.lufto-announcement__item{display:flex;align-items:center;gap:8px;padding:0 40px;font-family:var(--lufto-font);font-size:13px;font-weight:500;color:#fff;white-space:nowrap}.lufto-announcement__item svg{width:16px;height:16px;flex-shrink:0}@keyframes lufto-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.lufto-hero{position:relative;width:100%;min-height:520px;overflow:hidden}.lufto-hero__slide{position:relative;width:100%;min-height:520px;display:none;align-items:center}.lufto-hero__slide.active{display:flex}.lufto-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lufto-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#07080be6,#07080b80,#07080b1a)}.lufto-hero__content{position:relative;z-index:2;max-width:560px;padding:60px 24px 60px 48px}.lufto-hero__content .lufto-label{margin-bottom:12px}.lufto-hero__content .lufto-h1{margin-bottom:16px}.lufto-hero__content .lufto-subtitle{margin-bottom:28px}.lufto-hero__content .lufto-btn{margin-right:12px}.lufto-hero__dots{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:3}.lufto-hero__dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:var(--lufto-transition);padding:0}.lufto-hero__dot.active{background:var(--lufto-green);width:32px;border-radius:5px}@media(max-width:749px){.lufto-hero,.lufto-hero__slide{min-height:420px}.lufto-hero__content{padding:40px 20px;max-width:100%}.lufto-hero__overlay{background:linear-gradient(0deg,#07080bf2,#07080b66)}}.lufto-trust{background-color:var(--lufto-bg-card);border-top:1px solid var(--lufto-bg-border);border-bottom:1px solid var(--lufto-bg-border);padding:24px 0}.lufto-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.lufto-trust__item{display:flex;align-items:center;gap:12px;justify-content:center;padding:8px 0}.lufto-trust__icon{width:40px;height:40px;border-radius:10px;background-color:var(--lufto-blue-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.lufto-trust__icon svg{width:20px;height:20px;color:var(--lufto-blue-light)}.lufto-trust__text h4{font-family:var(--lufto-font);font-size:14px;font-weight:600;color:var(--lufto-text-primary);margin:0;line-height:1.3}.lufto-trust__text p{font-family:var(--lufto-font);font-size:12px;color:var(--lufto-text-muted);margin:0;line-height:1.3}@media(max-width:749px){.lufto-trust__grid{grid-template-columns:repeat(2,1fr);gap:20px}.lufto-trust__item{flex-direction:column;text-align:center;gap:8px}}.lufto-collection{padding:64px 0}.lufto-collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.lufto-product-card{background-color:var(--lufto-bg-card);border:1px solid var(--lufto-bg-border);border-radius:var(--lufto-radius);overflow:hidden;text-decoration:none;display:flex;flex-direction:column;position:relative;transition:border-color .3s ease}.lufto-product-card:hover{border-color:var(--lufto-text-muted)}.lufto-product-card__image-wrap{position:relative;width:100%;overflow:hidden;background-color:var(--lufto-bg-hover)}.lufto-product-card__image{width:100%;height:auto;display:block;aspect-ratio:1 / 1;object-fit:cover;transition:transform .5s ease}.lufto-product-card:hover .lufto-product-card__image{transform:scale(1.05)}.lufto-product-card__badge{position:absolute;top:10px;left:10px;z-index:2}.lufto-product-card__info{padding:14px 14px 16px;display:flex;flex-direction:column;gap:6px;flex-grow:1}.lufto-product-card__title{font-family:var(--lufto-font);font-size:14px;font-weight:500;color:var(--lufto-text-primary);margin:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lufto-product-card__price-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.lufto-product-card__from{font-family:var(--lufto-font);font-size:12px;font-weight:400;color:var(--lufto-text-muted)}.lufto-product-card__price{font-family:var(--lufto-font);font-size:17px;font-weight:600;color:var(--lufto-green)}.lufto-product-card__compare{font-family:var(--lufto-font);font-size:13px;color:var(--lufto-text-muted);text-decoration:line-through}.lufto-product-card__discount-inline{font-family:var(--lufto-font);font-size:12px;font-weight:600;color:var(--lufto-red);margin-left:auto}.lufto-product-card__cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 16px;margin-top:auto;background-color:var(--lufto-green);color:#fff;font-family:var(--lufto-font);font-size:13px;font-weight:500;border:none;border-radius:0 0 var(--lufto-radius) var(--lufto-radius);cursor:pointer;transition:background-color .2s ease;text-decoration:none;line-height:1}.lufto-product-card__cta:hover{background-color:var(--lufto-green-hover)}.lufto-product-card__cta svg{width:16px;height:16px;flex-shrink:0}.lufto-product-card__form{margin:auto 0 0;padding:0}.lufto-product-card__form .lufto-product-card__cta{border-radius:0 0 var(--lufto-radius) var(--lufto-radius)}.lufto-collection__footer{text-align:center;margin-top:32px}@media(max-width:989px){.lufto-collection__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.lufto-collection__grid{grid-template-columns:repeat(2,1fr);gap:10px}.lufto-product-card{border-radius:var(--lufto-radius-sm)}.lufto-product-card__info{padding:10px 10px 12px}.lufto-product-card__title{font-size:13px}.lufto-product-card__price{font-size:15px}.lufto-product-card__cta{font-size:12px;padding:10px 12px;border-radius:0 0 var(--lufto-radius-sm) var(--lufto-radius-sm)}.lufto-product-card__form .lufto-product-card__cta{border-radius:0 0 var(--lufto-radius-sm) var(--lufto-radius-sm)}}.lufto-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative}.lufto-step{text-align:center;padding:32px 24px;background-color:var(--lufto-bg-card);border:1px solid var(--lufto-bg-border);border-radius:var(--lufto-radius);position:relative}.lufto-step__number{font-family:var(--lufto-font);font-size:48px;font-weight:700;color:var(--lufto-blue);opacity:.15;position:absolute;top:12px;right:20px;line-height:1}.lufto-step__icon{width:56px;height:56px;border-radius:14px;background:var(--lufto-blue-bg);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.lufto-step__icon svg{width:26px;height:26px;color:var(--lufto-blue-light)}.lufto-step h3{font-family:var(--lufto-font);font-size:17px;font-weight:600;color:var(--lufto-text-primary);margin:0 0 8px}.lufto-step p{font-family:var(--lufto-font);font-size:14px;color:var(--lufto-text-secondary);margin:0;line-height:1.5}@media(max-width:749px){.lufto-steps__grid{grid-template-columns:1fr;gap:16px}}.lufto-compare__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:800px;margin:0 auto}.lufto-compare-card{background-color:var(--lufto-bg-card);border:1px solid var(--lufto-bg-border);border-radius:var(--lufto-radius);padding:32px 28px;position:relative;overflow:hidden}.lufto-compare-card--recommended{border-color:var(--lufto-green);box-shadow:0 0 30px #1db9541a}.lufto-compare-card__header{margin-bottom:24px}.lufto-compare-card__header h3{font-family:var(--lufto-font);font-size:22px;font-weight:600;color:var(--lufto-text-primary);margin:0 0 4px}.lufto-compare-card__header p{font-family:var(--lufto-font);font-size:13px;color:var(--lufto-text-muted);margin:0}.lufto-compare-card__features{list-style:none;padding:0;margin:0 0 24px}.lufto-compare-card__features li{font-family:var(--lufto-font);font-size:14px;color:var(--lufto-text-secondary);padding:10px 0;border-bottom:1px solid var(--lufto-bg-border);display:flex;align-items:center;gap:10px}.lufto-compare-card__features li:last-child{border-bottom:none}.lufto-compare-card__features svg{width:18px;height:18px;flex-shrink:0}.lufto-compare-card__features .check{color:var(--lufto-green)}.lufto-compare-card__features .cross{color:var(--lufto-red);opacity:.6}@media(max-width:749px){.lufto-compare__grid{grid-template-columns:1fr;gap:16px}}.lufto-plans__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin:0 auto}.lufto-plan-card{background-color:var(--lufto-bg-card);border:1px solid var(--lufto-bg-border);border-radius:var(--lufto-radius);padding:28px 24px;text-align:center;transition:var(--lufto-transition);position:relative;display:flex;flex-direction:column}.lufto-plan-card--featured{border-color:var(--lufto-blue);box-shadow:0 0 30px #2d6bcc26}.lufto-plan-card__name{font-family:var(--lufto-font);font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--lufto-text-muted);margin:0 0 8px}.lufto-plan-card__title{font-family:var(--lufto-font);font-size:22px;font-weight:600;color:var(--lufto-text-primary);margin:0 0 16px}.lufto-plan-card__price{font-family:var(--lufto-font);font-size:32px;font-weight:600;color:var(--lufto-green);margin:0 0 4px}.lufto-plan-card__price-sub{font-family:var(--lufto-font);font-size:13px;color:var(--lufto-text-muted);margin:0 0 20px}.lufto-plan-card__features{list-style:none;padding:0;margin:0 0 24px;text-align:left;flex-grow:1}.lufto-plan-card__features li{font-family:var(--lufto-font);font-size:14px;color:var(--lufto-text-secondary);padding:8px 0;display:flex;align-items:flex-start;gap:8px;line-height:1.4}.lufto-plan-card__features li svg{width:16px;height:16px;color:var(--lufto-green);flex-shrink:0;margin-top:2px}@media(max-width:749px){.lufto-plans__grid{grid-template-columns:1fr;gap:16px;max-width:400px}}.lufto-testimonials__slider{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;padding:8px 0 20px}.lufto-testimonials__slider::-webkit-scrollbar{display:none}.lufto-testimonial-card{flex:0 0 300px;scroll-snap-align:start;background-color:var(--lufto-bg-card);border:1px solid var(--lufto-bg-border);border-radius:var(--lufto-radius);overflow:hidden;transition:var(--lufto-transition)}.lufto-testimonial-card:hover{border-color:var(--lufto-text-muted)}.lufto-testimonial-card__image{width:100%;height:320px;object-fit:cover}.lufto-testimonial-card__info{padding:14px 16px}.lufto-testimonial-card__name{font-family:var(--lufto-font);font-size:14px;font-weight:600;color:var(--lufto-text-primary);margin:0 0 2px}.lufto-testimonial-card__game{font-family:var(--lufto-font);font-size:13px;color:var(--lufto-text-muted);margin:0}@media(max-width:749px){.lufto-testimonial-card{flex:0 0 260px}.lufto-testimonial-card__image{height:280px}}.lufto-faq__list{max-width:800px;margin:0 auto}.lufto-faq-item{border-bottom:1px solid var(--lufto-bg-border)}.lufto-faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;background:transparent;border:none;cursor:pointer;font-family:var(--lufto-font);font-size:16px;font-weight:500;color:var(--lufto-text-primary);text-align:left;transition:color .2s}.lufto-faq-item__question:hover{color:var(--lufto-blue-light)}.lufto-faq-item__question svg{width:20px;height:20px;color:var(--lufto-text-muted);flex-shrink:0;transition:transform .3s}.lufto-faq-item.open .lufto-faq-item__question svg{transform:rotate(180deg)}.lufto-faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.lufto-faq-item.open .lufto-faq-item__answer{max-height:400px;padding-bottom:20px}.lufto-faq-item__answer p{font-family:var(--lufto-font);font-size:14px;color:var(--lufto-text-secondary);margin:0;line-height:1.7}.lufto-cta{padding:80px 0;text-align:center;background:linear-gradient(180deg,var(--lufto-bg-primary) 0%,var(--lufto-bg-card) 100%)}.lufto-cta .lufto-h2{margin-bottom:12px}.lufto-cta .lufto-subtitle{margin-bottom:32px;max-width:480px;margin-left:auto;margin-right:auto}.lufto-cta__buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.lufto-btn--whatsapp{background-color:#25d366;color:#fff}.lufto-btn--whatsapp:hover{background-color:#20bd5a;transform:translateY(-2px);box-shadow:0 8px 24px #25d3664d}.lufto-whatsapp-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:999;box-shadow:0 4px 16px #25d36666;transition:var(--lufto-transition);text-decoration:none}.lufto-whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 24px #25d36680}.lufto-whatsapp-float svg{width:28px;height:28px;color:#fff}.lufto-featured__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.lufto-featured__image-wrap{border-radius:var(--lufto-radius-lg);overflow:hidden;background-color:var(--lufto-bg-card);border:1px solid var(--lufto-bg-border)}.lufto-featured__image{width:100%;height:auto;display:block}.lufto-featured__info .lufto-label{margin-bottom:8px}.lufto-featured__info .lufto-h2{margin-bottom:16px}.lufto-featured__info .lufto-body{margin-bottom:24px}.lufto-featured__prices{display:flex;align-items:center;gap:12px;margin-bottom:8px}.lufto-featured__price{font-family:var(--lufto-font);font-size:32px;font-weight:600;color:var(--lufto-green)}.lufto-featured__compare-price{font-family:var(--lufto-font);font-size:18px;color:var(--lufto-text-muted);text-decoration:line-through}.lufto-featured__urgency{display:flex;align-items:center;gap:6px;font-family:var(--lufto-font);font-size:13px;font-weight:500;color:var(--lufto-orange);margin-bottom:24px}.lufto-featured__urgency svg{width:16px;height:16px}@media(max-width:749px){.lufto-featured__grid{grid-template-columns:1fr;gap:24px}}.lufto-footer{background-color:var(--lufto-bg-card);border-top:1px solid var(--lufto-bg-border);padding:48px 0 24px}.lufto-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.lufto-footer__brand p{font-family:var(--lufto-font);font-size:14px;color:var(--lufto-text-secondary);line-height:1.6;margin:12px 0 0}.lufto-footer__logo{max-height:36px;width:auto}.lufto-footer__col h4{font-family:var(--lufto-font);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--lufto-text-primary);margin:0 0 16px}.lufto-footer__col ul{list-style:none;padding:0;margin:0}.lufto-footer__col ul li{margin-bottom:10px}.lufto-footer__col ul li a{font-family:var(--lufto-font);font-size:14px;color:var(--lufto-text-secondary);text-decoration:none;transition:color .2s}.lufto-footer__col ul li a:hover{color:var(--lufto-blue-light)}.lufto-footer__bottom{border-top:1px solid var(--lufto-bg-border);padding-top:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.lufto-footer__copy{font-family:var(--lufto-font);font-size:13px;color:var(--lufto-text-muted);margin:0}.lufto-footer__payments{display:flex;gap:8px;align-items:center}.lufto-footer__payments svg,.lufto-footer__payments img{height:24px;width:auto;opacity:.6}@media(max-width:749px){.lufto-footer__grid{grid-template-columns:1fr 1fr;gap:24px}.lufto-footer__brand{grid-column:1 / -1}}.lufto-text-center{text-align:center}.lufto-text-green{color:var(--lufto-green)}.lufto-text-blue{color:var(--lufto-blue-light)}.lufto-mt-sm{margin-top:8px}.lufto-mt-md{margin-top:16px}.lufto-mt-lg{margin-top:32px}.lufto-mb-sm{margin-bottom:8px}.lufto-mb-md{margin-bottom:16px}.lufto-mb-lg{margin-bottom:32px}.lufto-collection__grid{display:grid!important;gap:16px!important}@media(max-width:749px){.lufto-collection__grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}}@media(min-width:750px)and (max-width:989px){.lufto-collection__grid{grid-template-columns:repeat(3,1fr)!important}}@media(min-width:990px){.lufto-collection__grid{grid-template-columns:repeat(4,1fr)!important}}.yg-products__grid{display:grid!important;gap:20px!important}.yg-product-card{background:var(--lufto-bg-card);border:1px solid var(--lufto-bg-border);border-radius:var(--lufto-radius);overflow:hidden;display:flex;flex-direction:column}.yg-product-card a{text-decoration:none!important}.yg-product-card__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:var(--lufto-bg-hover)}.yg-product-card__image{width:100%;height:100%;object-fit:cover;display:block}.yg-product-card__discount,.yg-product-card__platform{position:absolute;z-index:3;font-family:var(--lufto-font);font-size:12px;font-weight:700;border-radius:999px;padding:6px 10px;text-decoration:none!important}.yg-product-card__discount{top:10px;left:10px;background:var(--lufto-red);color:#fff}.yg-product-card__platform{top:10px;right:10px;background:#07080bc7;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.yg-product-card__body{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1}.yg-product-card__title{font-family:var(--lufto-font);color:var(--lufto-text-primary);font-size:15px;font-weight:600;line-height:1.35;margin:0}.yg-product-card__meta{display:flex;gap:6px;font-family:var(--lufto-font);color:var(--lufto-text-secondary);font-size:13px}.yg-product-card__price-row{display:flex;justify-content:space-between;align-items:end;gap:10px}.yg-product-card__from{display:block;font-family:var(--lufto-font);color:var(--lufto-text-secondary);font-size:12px}.yg-product-card__price{font-family:var(--lufto-font);color:var(--lufto-green);font-size:18px;font-weight:700}.yg-product-card__compare{font-family:var(--lufto-font);color:var(--lufto-text-muted);font-size:14px;text-decoration:line-through}.yg-product-card__cta{margin-top:auto;background:var(--lufto-green);color:#fff!important;border-radius:8px;padding:12px 14px;text-align:center;font-family:var(--lufto-font);font-size:14px;font-weight:600}.yg-product-card__cta:hover{background:var(--lufto-green-hover)}@media screen and (max-width:749px){.yg-products__grid{display:flex!important;grid-template-columns:none!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px!important;padding:0 42px 8px;scrollbar-width:none}.yg-products__grid::-webkit-scrollbar{display:none}.yg-product-card{flex:0 0 78%;scroll-snap-align:center}}body.template-product,.template-product main,.template-product .gradient,.template-product .section,.template-product product-info{background:radial-gradient(circle at 28% 8%,rgba(45,107,204,.14),transparent 34%),radial-gradient(circle at 76% 18%,rgba(29,185,84,.08),transparent 28%),var(--lufto-bg-primary)!important;color:var(--lufto-text-primary)!important}.template-product .product-sticky-form,.template-product .sticky-atc,.template-product .sticky-add-to-cart,.template-product .product-sticky-bar,.template-product .upcart-upsell,.template-product .cart-upsell,.template-product .cart-drawer__upsell,.template-product quick-order-list,.template-product .quick-order-list,.template-product .quick-order-list__container,.template-product .quick-order-list__heading,.template-product .quick-order-list__table,.template-product .complementary-products{display:none!important}.lufto-product-page,.lufto-product-page *{font-family:var(--lufto-font)!important;box-sizing:border-box}.lufto-product-page{display:block;background:radial-gradient(circle at 20% 10%,rgba(45,107,204,.12),transparent 32%),radial-gradient(circle at 80% 20%,rgba(29,185,84,.08),transparent 28%),var(--lufto-bg-primary)!important;color:var(--lufto-text-primary);padding:24px 20px 70px}.lufto-product-wrap{max-width:1360px;margin:0 auto}.lufto-product-breadcrumb{color:var(--lufto-text-secondary);font-size:13px;font-weight:600;margin-bottom:18px;opacity:.9}.lufto-product-grid{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(380px,.78fr);gap:32px;align-items:start}.lufto-product-gallery{display:grid;grid-template-columns:96px 1fr;gap:14px}.lufto-product-thumbs{display:flex;flex-direction:column;gap:12px}.lufto-product-thumb{width:96px;height:96px;border-radius:10px;overflow:hidden;border:1px solid rgba(234,237,243,.14);background:var(--lufto-bg-card);cursor:pointer;opacity:.62;padding:0;transition:opacity .2s ease,border-color .2s ease,transform .2s ease}.lufto-product-thumb:hover,.lufto-product-thumb.is-active{opacity:1;border-color:var(--lufto-green);transform:translateY(-1px)}.lufto-product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.lufto-product-main-media{position:relative;min-height:clamp(500px,49vw,650px);border:1px solid rgba(30,34,48,.95);border-radius:18px;overflow:hidden;background:#0d0f14;display:grid;place-items:center;box-shadow:0 24px 70px #00000042}.lufto-product-main-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.35;filter:blur(1px);transform:scale(1.06)}.lufto-product-main-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,#07080b14,#07080bc7),linear-gradient(180deg,transparent,rgba(7,8,11,.86));pointer-events:none}.lufto-product-main-image{position:relative;z-index:2;max-width:min(58%,520px);max-height:540px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 28px 50px rgba(0,0,0,.45))}.lufto-product-info{position:sticky;top:92px;background:linear-gradient(180deg,#0d0f14f5,#07080bdb);border:1px solid rgba(30,34,48,.95);border-radius:18px;padding:28px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 24px 70px #00000038}.lufto-stock{display:inline-flex;align-items:center;gap:7px;width:fit-content;color:var(--lufto-green-light);background:#1db9541a;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:800;margin-bottom:14px}.lufto-product-title{margin:0 0 12px;color:var(--lufto-text-primary);font-size:clamp(32px,4vw,50px);line-height:.98;font-weight:850;letter-spacing:-.055em}.lufto-rating{display:flex;align-items:center;gap:10px;color:var(--lufto-text-secondary);font-size:13px;font-weight:600;margin-bottom:22px}.lufto-stars{color:var(--lufto-yellow);letter-spacing:1px}.lufto-price-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:24px}.lufto-current-price{color:var(--lufto-green);font-size:clamp(28px,3vw,38px);line-height:1;font-weight:900;letter-spacing:-.055em}.lufto-compare-price{color:var(--lufto-text-muted);font-size:24px;font-weight:800;text-decoration:line-through;opacity:.86}.lufto-discount{background:var(--lufto-red);color:#fff;font-size:12px;line-height:1;font-weight:900;border-radius:8px;padding:7px 10px}.lufto-trust-mini{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(30,34,48,.95);border-radius:14px;overflow:hidden;margin-bottom:24px;background:#0d0f14b8}.lufto-trust-mini__item{padding:14px 12px;border-right:1px solid rgba(30,34,48,.95)}.lufto-trust-mini__item:last-child{border-right:0}.lufto-trust-mini__icon{color:var(--lufto-green-hover);font-size:20px;margin-bottom:8px}.lufto-trust-mini__title{color:var(--lufto-text-primary);font-size:12px;font-weight:850;line-height:1.2}.lufto-trust-mini__text{color:var(--lufto-text-secondary);font-size:11px;margin-top:3px}.lufto-variant-picker,.lufto-variant-group,.lufto-product-info variant-selects,.lufto-product-info .product-form__input{display:block;width:100%!important;margin:0 0 18px!important;padding:0!important;border:0!important;overflow:visible!important}.lufto-variant-group,.lufto-product-info .product-form__input--pill{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.lufto-variant-label,.lufto-product-info .form__label,.lufto-product-info .quantity__label{width:100%!important;display:block!important;margin:0 0 10px!important;color:var(--lufto-text-primary)!important;font-size:13px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.02em!important}.lufto-variant-group input[type=radio],.lufto-product-info .product-form__input input[type=radio]{position:absolute!important;opacity:0!important;pointer-events:none!important}.lufto-variant-group input[type=radio]+label,.lufto-product-info .product-form__input input[type=radio]+label{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;min-width:104px!important;margin:0!important;padding:13px 18px!important;border-radius:11px!important;background:#0d0f14f2!important;color:var(--lufto-text-secondary)!important;border:1px solid rgba(234,237,243,.14)!important;font-size:13px!important;line-height:1.1!important;font-weight:850!important;cursor:pointer!important;text-transform:none!important;letter-spacing:0!important;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.lufto-variant-group input[type=radio]:checked+label,.lufto-product-info .product-form__input input[type=radio]:checked+label{border-color:var(--lufto-green)!important;background:#1db9541f!important;color:#fff!important;box-shadow:inset 0 0 0 1px #1db95433!important}.lufto-variant-group input[type=radio]+label:hover,.lufto-product-info .product-form__input input[type=radio]+label:hover{border-color:#4a90d9a6!important;color:#fff!important;transform:translateY(-1px)}.lufto-product-info .product-form__input--dropdown .select,.lufto-product-info .product-form__input--dropdown select,.lufto-product-info .product-form__input--dropdown .select__select{width:100%!important;max-width:100%!important;height:48px!important;min-height:48px!important;appearance:auto!important;-webkit-appearance:menulist!important;position:relative!important;z-index:10!important;display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;background:#0d0f14f2!important;color:var(--lufto-text-primary)!important;border:1px solid rgba(234,237,243,.14)!important;border-radius:11px!important;padding:0 42px 0 14px!important;font-weight:800!important}.lufto-product-info .product-form__quantity{max-width:170px;margin-bottom:16px!important}.lufto-product-info .quantity{width:100%!important;min-height:48px!important;border:1px solid rgba(234,237,243,.14)!important;border-radius:11px!important;background:#0d0f14f2!important;color:#fff!important}.lufto-product-info .quantity:before,.lufto-product-info .quantity:after{display:none!important}.lufto-product-info .quantity__button,.lufto-product-info .quantity__input{color:var(--lufto-text-primary)!important;font-weight:850!important}.lufto-buy-wrapper,.lufto-buy-form,.lufto-checkout-form{width:100%;margin:0!important}.lufto-buy-wrapper{display:flex;flex-direction:column;gap:12px;margin-top:18px!important}.lufto-checkout-form{order:1}.lufto-buy-form{order:2}.lufto-buy-buttons{display:block!important;margin:0!important;padding:0!important}.lufto-buy-now-manual,.lufto-add-cart-btn,.lufto-product-info .product-form__submit{width:100%!important;min-height:58px!important;border-radius:12px!important;font-family:var(--lufto-font)!important;font-size:15px!important;font-weight:900!important;letter-spacing:.01em!important;text-transform:uppercase!important;cursor:pointer!important;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease!important}.lufto-buy-now-manual{background:var(--lufto-green)!important;color:#fff!important;border:0!important;box-shadow:0 12px 34px #1db95438!important}.lufto-buy-now-manual:before{content:"\26a1";margin-right:8px}.lufto-buy-now-manual:hover{background:var(--lufto-green-hover)!important;transform:translateY(-1px)}.lufto-add-cart-btn,.lufto-product-info .product-form__submit.lufto-add-cart-btn{background:transparent!important;color:var(--lufto-text-primary)!important;border:1px solid rgba(234,237,243,.16)!important;box-shadow:none!important}.lufto-add-cart-btn:hover{background:#151821eb!important;border-color:#eaedf342!important;transform:translateY(-1px)}.lufto-buy-now-manual:disabled,.lufto-add-cart-btn:disabled{opacity:.45!important;cursor:not-allowed!important;transform:none!important}.lufto-product-tabs{margin-top:34px;background:linear-gradient(180deg,#0d0f14d1,#07080bdb);border:1px solid rgba(30,34,48,.95);border-radius:18px;overflow:hidden}.lufto-tabs-nav{display:flex;gap:28px;border-bottom:1px solid rgba(30,34,48,.95);padding:0 24px}.lufto-tab-btn{background:transparent;border:0;padding:18px 0;color:var(--lufto-text-secondary);font-weight:850;cursor:pointer;white-space:nowrap}.lufto-tab-btn.is-active{color:var(--lufto-text-primary);box-shadow:0 2px 0 var(--lufto-green-hover)}.lufto-tab-panel{display:none;padding:28px 24px;color:#a1a7b5;line-height:1.7;font-weight:600}.lufto-tab-panel.is-active{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);gap:32px;align-items:start}.lufto-tab-image{width:100%;border-radius:14px;overflow:hidden;background:#0d0f14}.lufto-tab-image img{width:100%;display:block;object-fit:cover}.lufto-bottom-trust{margin-top:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.lufto-bottom-trust__item{background:#0d0f14d1;border:1px solid rgba(30,34,48,.95);border-radius:14px;padding:20px}.lufto-bottom-trust__title{color:var(--lufto-text-primary);font-weight:850;margin:0 0 6px}.lufto-bottom-trust__text{color:var(--lufto-text-secondary);margin:0;font-size:13px}@media screen and (max-width:989px){.lufto-product-page{padding:12px 12px 44px}.lufto-product-breadcrumb{font-size:12px;margin:0 0 12px}.lufto-product-grid{grid-template-columns:1fr;gap:18px}.lufto-product-gallery{grid-template-columns:1fr;margin-left:-12px;margin-right:-12px}.lufto-product-thumbs{display:none}.lufto-product-main-media{min-height:420px;border-radius:0;border-left:0;border-right:0}.lufto-product-main-image{max-width:70%;max-height:360px}.lufto-product-info{position:static;padding:20px;border-radius:16px}.lufto-product-title{font-size:30px}.lufto-trust-mini{grid-template-columns:1fr}.lufto-trust-mini__item{border-right:0;border-bottom:1px solid rgba(30,34,48,.95);display:grid;grid-template-columns:28px 1fr;column-gap:10px;align-items:center}.lufto-trust-mini__item:last-child{border-bottom:0}.lufto-trust-mini__icon{grid-row:span 2;margin:0}.lufto-tabs-nav{overflow-x:auto;gap:22px;padding:0 18px;scrollbar-width:none}.lufto-tabs-nav::-webkit-scrollbar{display:none}.lufto-tab-btn{font-size:13px;padding:16px 0}.lufto-tab-panel{padding:22px 18px;font-size:14px}.lufto-tab-panel.is-active{display:block}.lufto-tab-image{margin-top:20px}.lufto-bottom-trust{grid-template-columns:1fr}}@media screen and (max-width:749px){.lufto-product-main-media{min-height:390px}.lufto-product-main-image{max-width:74%;max-height:330px}.lufto-current-price{font-size:28px}.lufto-compare-price{font-size:20px}.lufto-variant-group input[type=radio]+label,.lufto-product-info .product-form__input input[type=radio]+label{min-width:calc(50% - 5px)!important;flex:1 1 calc(50% - 5px);padding-left:10px!important;padding-right:10px!important}.lufto-buy-now-manual,.lufto-add-cart-btn,.lufto-product-info .product-form__submit{min-height:54px!important;font-size:14px!important}}body.template-product .lufto-buy-wrapper,.lufto-buy-wrapper{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important;max-width:none!important;margin-top:22px!important}body.template-product .lufto-buy-wrapper form,.lufto-buy-wrapper form{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}body.template-product .lufto-buy-wrapper button,body.template-product .lufto-buy-now-manual,body.template-product .lufto-add-cart-btn,.lufto-buy-wrapper button,.lufto-buy-now-manual,.lufto-add-cart-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:56px!important;padding:0 22px!important;border-radius:12px!important;font-family:var(--lufto-font)!important;font-size:15px!important;font-weight:850!important;line-height:1!important;letter-spacing:.02em!important;text-transform:uppercase!important;text-align:center!important;text-decoration:none!important;cursor:pointer!important;box-shadow:none!important;outline:none!important;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease!important}body.template-product .lufto-buy-now-manual:before,body.template-product .lufto-buy-now-manual:after,body.template-product .lufto-add-cart-btn:before,body.template-product .lufto-add-cart-btn:after,.lufto-buy-now-manual:before,.lufto-buy-now-manual:after,.lufto-add-cart-btn:before,.lufto-add-cart-btn:after{content:none!important;display:none!important}body.template-product .lufto-buy-now-manual,.lufto-buy-now-manual{order:1!important;background:#2fb463!important;color:#fff!important;border:1px solid transparent!important}body.template-product .lufto-buy-now-manual:hover,.lufto-buy-now-manual:hover{background:#3ddb5e!important;color:#fff!important;border-color:transparent!important;transform:translateY(-1px)!important}body.template-product .lufto-add-cart-btn,body.template-product .lufto-add-cart-btn.product-form__submit,.lufto-add-cart-btn,.lufto-add-cart-btn.product-form__submit{order:2!important;background:transparent!important;color:#eaedf3!important;border:1px solid #283243!important}body.template-product .lufto-add-cart-btn:hover,body.template-product .lufto-add-cart-btn.product-form__submit:hover,.lufto-add-cart-btn:hover,.lufto-add-cart-btn.product-form__submit:hover{background:#111722!important;color:#fff!important;border-color:#3b4659!important;transform:translateY(-1px)!important}body.template-product .lufto-buy-now-manual:active,body.template-product .lufto-add-cart-btn:active,.lufto-buy-now-manual:active,.lufto-add-cart-btn:active{transform:translateY(0)!important}body.template-product .lufto-buy-now-manual:disabled,body.template-product .lufto-add-cart-btn:disabled,.lufto-buy-now-manual:disabled,.lufto-add-cart-btn:disabled{opacity:.45!important;cursor:not-allowed!important;transform:none!important}body.template-product .product-form__submit.lufto-add-cart-btn{background:transparent!important;border:1px solid #283243!important;color:#eaedf3!important}@media screen and (max-width:749px){body.template-product .lufto-buy-wrapper,.lufto-buy-wrapper{gap:10px!important;margin-top:18px!important}body.template-product .lufto-buy-wrapper button,body.template-product .lufto-buy-now-manual,body.template-product .lufto-add-cart-btn,.lufto-buy-wrapper button,.lufto-buy-now-manual,.lufto-add-cart-btn{min-height:52px!important;font-size:14px!important;border-radius:11px!important}}.lufto-buy-buttons{display:flex;flex-direction:column;gap:14px;margin-top:20px}.lufto-buy-buttons .product-form__submit,.lufto-buy-buttons .lufto-buy-now-manual{width:100%;height:58px;border-radius:14px;font-size:16px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;transition:.25s;box-shadow:none}.lufto-buy-now-manual{background:#22c55e!important;color:#fff!important;border:none!important}.lufto-buy-now-manual:hover{background:#18b553!important;transform:translateY(-2px)}.lufto-add-cart-btn{background:transparent!important;color:#fff!important;border:2px solid #2d3748!important}.lufto-add-cart-btn:hover{border-color:#22c55e!important;background:#22c55e14!important}.lufto-buy-buttons .button:before,.lufto-buy-buttons .button:after{display:none!important}.lufto-buy-buttons .button{box-shadow:none!important}.template-cart{background:#07080b!important}.template-cart .page-width{max-width:1180px!important}.template-cart .title,.template-cart .title--primary{font-size:clamp(36px,5vw,58px)!important;font-weight:800!important;letter-spacing:-.055em!important;color:#eaedf3!important}.template-cart .title-wrapper-with-link{align-items:center!important;margin-bottom:22px!important}.template-cart .underlined-link{color:#eaedf3!important;font-weight:700!important;text-underline-offset:4px!important}.lufto-cart-urgency{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 24px;padding:16px 18px;border:1px solid rgba(255,107,53,.32);background:#ff6b3512;border-radius:10px}.lufto-cart-urgency strong{display:block;color:#eaedf3;font-size:15px;font-weight:800;letter-spacing:-.01em}.lufto-cart-urgency span{display:block;color:#8a8f9d;font-size:13px;margin-top:3px}.lufto-cart-timer{min-width:78px;text-align:center;padding:10px 12px;background:#ff6b35;color:#07080b;border-radius:8px;font-weight:900;font-size:16px;letter-spacing:-.02em}.template-cart .cart-items thead th{color:#555b6a!important;font-size:11px!important;font-weight:800!important;letter-spacing:.12em!important}.template-cart .cart-item{background:#0d0f14!important;border:1px solid #1E2230!important;border-radius:10px!important}.template-cart .cart-item__name{color:#eaedf3!important;font-size:18px!important;font-weight:800!important;letter-spacing:-.02em!important}.template-cart .product-option{color:#8a8f9d!important;font-size:13px!important;font-weight:600!important}.template-cart .cart-item__image-container,.template-cart .cart-item__image{border-radius:8px!important}.template-cart .quantity{border-radius:8px!important;background:#0d0f14!important;border:1px solid #2A3142!important}.template-cart .quantity__input,.template-cart .quantity__button{color:#eaedf3!important}.template-cart .price,.template-cart .price--end{color:#eaedf3!important;font-weight:800!important}.template-cart .cart__footer{padding-top:28px!important}.template-cart .cart__blocks{background:#0d0f14!important;border:1px solid #1E2230!important;border-radius:10px!important;padding:24px!important}.template-cart .totals{display:flex!important;justify-content:space-between!important;gap:20px!important}.template-cart .totals__total{color:#eaedf3!important;font-size:20px!important;font-weight:800!important}.template-cart .totals__total-value{color:#eaedf3!important;font-size:20px!important;font-weight:900!important}.template-cart .tax-note{color:#8a8f9d!important;font-size:12px!important}.template-cart .cart__checkout-button{width:100%!important;min-height:56px!important;background:#1db954!important;color:#fff!important;border:0!important;border-radius:10px!important;font-weight:900!important;text-transform:uppercase!important}.template-cart .cart__checkout-button:hover{background:#3ddb5e!important}@media screen and (max-width:749px){.lufto-cart-urgency{align-items:flex-start;padding:14px}.template-cart .cart__blocks{padding:18px!important}.template-cart .cart-item{border-radius:10px!important}}.lufto-cart-trust{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:14px!important;margin:22px 0 34px!important}.lufto-cart-trust__item{background:#0d0f14!important;border:1px solid #1E2230!important;border-radius:10px!important;padding:18px!important}.lufto-cart-trust__title{display:block!important;color:#eaedf3!important;font-size:14px!important;font-weight:800!important;margin-bottom:6px!important}.lufto-cart-trust__text{display:block!important;color:#8a8f9d!important;font-size:13px!important;font-weight:600!important}.template-cart .cart-item{background:#0d0f14!important;border:1px solid #1E2230!important;border-radius:12px!important;padding:22px!important}.template-cart .cart-item__image{border-radius:8px!important}.template-cart .cart-item__name{color:#eaedf3!important;font-weight:800!important}.template-cart .product-option{color:#8a8f9d!important}@media screen and (max-width:749px){.lufto-cart-trust{grid-template-columns:1fr!important;gap:10px!important}.template-cart .cart-item{padding:16px!important}}body.template-cart,.template-cart main,.template-cart .gradient,.template-cart cart-items,.template-cart #main-cart-footer{background:#07080b!important;color:#eaedf3!important}.template-cart .page-width{max-width:1120px!important;padding-left:20px!important;padding-right:20px!important}.template-cart .title-wrapper-with-link{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;margin:0 0 24px!important}.template-cart .title,.template-cart .title--primary{margin:0!important;color:#eaedf3!important;font-family:var(--lufto-font)!important;font-size:clamp(38px,5vw,56px)!important;line-height:.95!important;font-weight:780!important;letter-spacing:-.055em!important}.template-cart .underlined-link{color:#eaedf3!important;font-family:var(--lufto-font)!important;font-size:14px!important;font-weight:800!important;text-underline-offset:5px!important;opacity:.9!important}.template-cart .underlined-link:hover{opacity:1!important;color:#3ddb5e!important}.template-cart .lufto-cart-urgency{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin:18px 0!important;padding:18px 20px!important;border:1px solid rgba(255,107,53,.35)!important;background:linear-gradient(90deg,#ff6b3514,#0d0f14b8)!important;border-radius:8px!important;box-shadow:none!important}.template-cart .lufto-cart-urgency__copy{display:flex!important;align-items:center!important;gap:12px!important}.template-cart .lufto-cart-urgency__dot{width:10px!important;height:10px!important;border-radius:999px!important;background:#ff6b35!important;box-shadow:0 0 0 5px #ff6b3524!important;flex:0 0 auto!important}.template-cart .lufto-cart-urgency strong{display:block!important;color:#eaedf3!important;font-family:var(--lufto-font)!important;font-size:15px!important;font-weight:850!important;letter-spacing:-.02em!important;margin:0 0 4px!important}.template-cart .lufto-cart-urgency p,.template-cart .lufto-cart-urgency span:not(.lufto-cart-urgency__dot){display:block!important;color:#a1a7b5!important;font-family:var(--lufto-font)!important;font-size:13px!important;font-weight:650!important;line-height:1.35!important;margin:0!important}.template-cart .lufto-cart-timer{min-width:78px!important;height:46px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;border-radius:7px!important;background:#ff6b35!important;color:#07080b!important;font-family:var(--lufto-font)!important;font-size:16px!important;font-weight:950!important;letter-spacing:-.03em!important;line-height:1!important}.template-cart .lufto-cart-timer.is-expired{background:#e53e3e!important;color:#fff!important}.template-cart .lufto-cart-benefits,.template-cart .lufto-cart-trust{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin:18px 0 34px!important;padding:0!important;list-style:none!important;width:100%!important}.template-cart .lufto-cart-benefits>div,.template-cart .lufto-cart-trust__item{display:block!important;min-height:78px!important;padding:17px 18px!important;border:1px solid #1E2230!important;border-radius:8px!important;background:#0d0f14!important;box-shadow:none!important}.template-cart .lufto-cart-benefits>div:before,.template-cart .lufto-cart-trust__item:before{content:""!important;display:block!important;width:18px!important;height:2px!important;margin:0 0 12px!important;background:#1db954!important;border-radius:2px!important}.template-cart .lufto-cart-benefits strong,.template-cart .lufto-cart-trust__title{display:block!important;color:#eaedf3!important;font-family:var(--lufto-font)!important;font-size:14px!important;font-weight:850!important;line-height:1.2!important;letter-spacing:-.015em!important;margin:0 0 7px!important}.template-cart .lufto-cart-benefits span,.template-cart .lufto-cart-trust__text{display:block!important;color:#8a8f9d!important;font-family:var(--lufto-font)!important;font-size:13px!important;font-weight:650!important;line-height:1.35!important;margin:0!important}.template-cart .cart__contents,.template-cart .cart__items,.template-cart #main-cart-items,.template-cart .js-contents{overflow:visible!important}.template-cart .cart-items{width:100%!important;border-collapse:separate!important;border-spacing:0 14px!important;margin-top:0!important}.template-cart .cart-items thead th{padding:0 0 10px!important;border-bottom:1px solid #1E2230!important;color:#697184!important;font-family:var(--lufto-font)!important;font-size:11px!important;font-weight:850!important;letter-spacing:.13em!important;text-transform:uppercase!important}.template-cart .cart-item{position:relative!important;background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.template-cart .cart-item td{background:#0d0f14!important;border-top:1px solid #1E2230!important;border-bottom:1px solid #1E2230!important;padding-top:22px!important;padding-bottom:22px!important}.template-cart .cart-item td:first-child{border-left:1px solid #1E2230!important;border-radius:8px 0 0 8px!important;padding-left:18px!important}.template-cart .cart-item td:last-child{border-right:1px solid #1E2230!important;border-radius:0 8px 8px 0!important;padding-right:18px!important}.template-cart .cart-item__media{width:136px!important}.template-cart .cart-item__image-container,.template-cart .cart-item__image{border-radius:7px!important;border:0!important;background:#07080b!important;box-shadow:none!important}.template-cart .cart-item__image{width:94px!important;height:94px!important;object-fit:cover!important}.template-cart .cart-item__details{padding-left:0!important}.template-cart .cart-item__name{display:inline-block!important;color:#eaedf3!important;font-family:var(--lufto-font)!important;font-size:18px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:-.025em!important;text-decoration:none!important;margin:0 0 10px!important}.template-cart .cart-item__name:hover{color:#3ddb5e!important}.template-cart .product-option{color:#9aa2b2!important;font-family:var(--lufto-font)!important;font-size:13px!important;line-height:1.45!important;font-weight:700!important;margin:3px 0!important}.template-cart .product-option dt,.template-cart .product-option dd{display:inline!important;margin:0!important}.template-cart .cart-item__quantity-wrapper{display:flex!important;align-items:center!important;gap:16px!important}.template-cart .quantity,.template-cart .cart-quantity{width:142px!important;min-height:48px!important;border:1px solid #2A3142!important;border-radius:7px!important;background:#10141d!important;color:#eaedf3!important}.template-cart .quantity:before,.template-cart .quantity:after,.template-cart .cart-quantity:before,.template-cart .cart-quantity:after{display:none!important}.template-cart .quantity__input,.template-cart .quantity__button{color:#eaedf3!important;font-family:var(--lufto-font)!important;font-weight:850!important}.template-cart cart-remove-button .button,.template-cart cart-remove-button a{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;border-radius:7px!important;background:transparent!important;color:#8a8f9d!important;border:1px solid transparent!important;box-shadow:none!important}.template-cart cart-remove-button .button:hover,.template-cart cart-remove-button a:hover{background:#e53e3e1a!important;border-color:#e53e3e59!important;color:#e53e3e!important}.template-cart .cart-item__totals,.template-cart .cart-item__price-wrapper,.template-cart .price,.template-cart .price--end{color:#eaedf3!important;font-family:var(--lufto-font)!important;font-size:16px!important;font-weight:900!important;letter-spacing:-.02em!important}.template-cart .cart__footer{padding-top:18px!important;padding-bottom:56px!important}.template-cart .cart__blocks{width:min(100%,390px)!important;margin-left:auto!important;padding:22px!important;border:1px solid #1E2230!important;border-radius:8px!important;background:#0d0f14!important;box-shadow:none!important}.template-cart .totals{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:16px!important;margin:0 0 12px!important}.template-cart .totals__total,.template-cart .totals__total-value{color:#eaedf3!important;font-family:var(--lufto-font)!important;font-size:19px!important;font-weight:900!important;letter-spacing:-.025em!important}.template-cart .tax-note{display:block!important;margin:12px 0 18px!important;color:#8a8f9d!important;font-family:var(--lufto-font)!important;font-size:12px!important;line-height:1.45!important;font-weight:650!important;text-align:left!important}.template-cart .cart__checkout-button{width:100%!important;min-height:56px!important;border:0!important;border-radius:8px!important;background:#1db954!important;color:#fff!important;font-family:var(--lufto-font)!important;font-size:14px!important;font-weight:950!important;letter-spacing:.02em!important;text-transform:uppercase!important;box-shadow:none!important}.template-cart .cart__checkout-button:hover{background:#3ddb5e!important;transform:translateY(-1px)!important}.template-cart .cart__checkout-button:before,.template-cart .cart__checkout-button:after,.template-cart .button:before,.template-cart .button:after{display:none!important;content:none!important}@media screen and (max-width:749px){.template-cart .page-width{padding-left:14px!important;padding-right:14px!important}.template-cart .title-wrapper-with-link{align-items:flex-start!important;flex-direction:column!important;gap:10px!important}.template-cart .lufto-cart-urgency{align-items:flex-start!important;padding:15px!important;flex-direction:column!important}.template-cart .lufto-cart-timer{align-self:flex-start!important;height:42px!important}.template-cart .lufto-cart-benefits,.template-cart .lufto-cart-trust{grid-template-columns:1fr!important;gap:10px!important;margin-bottom:24px!important}.template-cart .lufto-cart-benefits>div,.template-cart .lufto-cart-trust__item{min-height:0!important;padding:15px!important}.template-cart .cart-items,.template-cart .cart-items tbody,.template-cart .cart-item{display:block!important;width:100%!important}.template-cart .cart-items thead{display:none!important}.template-cart .cart-item{margin-bottom:14px!important;border:1px solid #1E2230!important;border-radius:8px!important;background:#0d0f14!important;padding:14px!important}.template-cart .cart-item td{display:block!important;width:100%!important;padding:0!important;border:0!important;background:transparent!important;border-radius:0!important}.template-cart .cart-item__media{width:auto!important;float:left!important;margin-right:14px!important;margin-bottom:12px!important}.template-cart .cart-item__image{width:82px!important;height:82px!important}.template-cart .cart-item__name{font-size:16px!important}.template-cart .cart-item__quantity{clear:both!important;margin-top:14px!important}.template-cart .cart-item__quantity-wrapper{justify-content:space-between!important;gap:10px!important}.template-cart .cart-item__totals{margin-top:12px!important;text-align:left!important}.template-cart .cart__blocks{width:100%!important;margin:10px 0 0!important}}:root{--lufto-bg-primary:#07080B;--lufto-bg-card:#0D0F14;--lufto-bg-soft:#11141B;--lufto-bg-hover:#151821;--lufto-bg-border:#1E2230;--lufto-blue:#2D6BCC;--lufto-blue-light:#4A90D9;--lufto-green:#1DB954;--lufto-green-hover:#26C963;--lufto-red:#E53E3E;--lufto-text-primary:#EAEDF3;--lufto-text-secondary:#8A8F9D;--lufto-text-muted:#687083;--lufto-font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}html,body{background:#07080b!important}body,button,input,select,textarea,.header,.footer,.menu-drawer,.cart-drawer,.drawer,#MainContent,.shopify-section{font-family:var(--lufto-font)!important}body{color:var(--lufto-text-primary)!important}#MainContent{background:radial-gradient(circle at 72% 10%,rgba(45,107,204,.08),transparent 30%),#07080b}.shopify-section-header-sticky,.header-wrapper,.header-wrapper.gradient{background:#07080beb!important;border-bottom:1px solid rgba(45,107,204,.32)!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.header{background:transparent!important;color:var(--lufto-text-primary)!important}.header__heading-link,.header__menu-item,.header__active-menu-item,.list-menu__item,.header__icon,.header__icon .icon,.menu-drawer__menu-item,.menu-drawer__close-button{color:var(--lufto-text-primary)!important;text-decoration:none!important}.header__menu-item,.list-menu__item{font-weight:800!important;font-size:13px!important;letter-spacing:.04em!important;text-transform:uppercase!important}.header__menu-item:hover,.header__active-menu-item,.list-menu__item:hover,.header__icon:hover,.menu-drawer__menu-item:hover{color:var(--lufto-blue-light)!important}.header__icon,.header__icon--cart{border-radius:10px!important;transition:.18s ease!important}.header__icon:hover{background:#4a90d91a!important}.cart-count-bubble{background:var(--lufto-green)!important;color:#07080b!important;font-weight:900!important}.menu-drawer,.header__submenu,.predictive-search,.search-modal__content,.modal__content{background:#0d0f14!important;color:var(--lufto-text-primary)!important;border-color:#1e2230!important}.menu-drawer__navigation,.menu-drawer__utility-links{background:#0d0f14!important}.menu-drawer__utility-links,.menu-drawer__account{color:var(--lufto-text-secondary)!important}.search__input,.field__input,.select__select,.customer .field input,.customer select{background:#11141b!important;color:var(--lufto-text-primary)!important;border:1px solid #262C3A!important;border-radius:8px!important;box-shadow:none!important}.field__label,.customer .field label,.form__label{color:var(--lufto-text-secondary)!important}.search__input:focus,.field__input:focus,.select__select:focus{border-color:var(--lufto-blue)!important;box-shadow:0 0 0 1px #2d6bcc73!important}.color-background-1,.color-background-2,.color-scheme-1,.color-scheme-2,.gradient,.section,main .shopify-section{background-color:#07080b!important}.page-width{max-width:1280px!important}.title,.title-wrapper-with-link .title,.collection__title .title,.rich-text__heading,.image-with-text__heading,.collapsible-content__heading,.related-products__heading,h1,h2,h3,h4{color:var(--lufto-text-primary)!important;letter-spacing:-.03em}.rte,.rte p,.rich-text__text,.image-with-text__text,.card__information,.card-information,.caption-with-letter-spacing,.product__description,.collapsible-content__grid,.footer-block__details-content,.footer-block__details-content p{color:var(--lufto-text-secondary)!important}.card-wrapper,.card,.product-card-wrapper .card,.collection-card-wrapper .card,.article-card-wrapper .card,.collapsible-content summary,.accordion{background:linear-gradient(180deg,#10131af0,#090b10f5)!important;border-color:#1e2230!important;border-radius:12px!important}.card__heading a,.card__heading,.full-unstyled-link,.price,.price-item,.price__regular,.price__sale{color:var(--lufto-text-primary)!important}.price--on-sale .price-item--regular,.price__compare{color:var(--lufto-text-muted)!important}.badge,.card__badge .badge{border:0!important;border-radius:6px!important;font-weight:900!important;background:var(--lufto-red)!important;color:#fff!important}.button,.shopify-payment-button__button,.customer button,.cart__checkout-button,.product-form__submit{border-radius:8px!important;font-weight:900!important;letter-spacing:.01em!important;text-transform:uppercase!important;box-shadow:none!important}.button--primary,.shopify-payment-button__button,.cart__checkout-button,.customer button{background:var(--lufto-green)!important;color:#fff!important;border:0!important}.button--primary:hover,.shopify-payment-button__button:hover,.cart__checkout-button:hover,.customer button:hover{background:var(--lufto-green-hover)!important}.button--secondary,.button--tertiary{background:transparent!important;color:var(--lufto-text-primary)!important;border:1px solid #31384B!important}.button:before,.button:after,.shopify-payment-button__button:before,.shopify-payment-button__button:after{display:none!important}.drawer,.drawer__inner,.cart-drawer,.cart-drawer__empty-content,cart-drawer-items,.cart-items,.cart__footer,.totals,.main-cart-items,.main-cart-footer{background:#07080b!important;color:var(--lufto-text-primary)!important}.drawer__inner,.cart-drawer .drawer__inner{border-left:1px solid #1E2230!important;box-shadow:-18px 0 50px #00000073!important}.drawer__header,.cart-drawer__warnings,.cart-item,.cart-items thead,.cart__footer,.totals,.cart-drawer__footer{border-color:#1e2230!important}.drawer__heading,.cart-item__name,.cart-items th,.totals__total,.totals__total-value,.cart__empty-text{color:var(--lufto-text-primary)!important}.drawer__close,.cart-remove-button,cart-remove-button .button,.quantity__button{color:var(--lufto-text-primary)!important}.cart-item__details,.cart-item__details a,.product-option,.tax-note,.cart__login-title,.cart__login-paragraph,.cart-drawer__warnings .cart__login-paragraph{color:var(--lufto-text-secondary)!important}.quantity,.quantity:before,.quantity:after{background:#151821!important;border-color:#292f3f!important;box-shadow:none!important}.quantity__input{color:var(--lufto-text-primary)!important}.footer,.footer.gradient{background:linear-gradient(180deg,#0d0f14,#07080b)!important;border-top:1px solid rgba(45,107,204,.28)!important;color:var(--lufto-text-secondary)!important}.footer__content-top,.footer__content-bottom{border-color:#1e2230!important}.footer-block__heading,.footer__heading,.footer .h2{color:var(--lufto-text-primary)!important;font-weight:900!important}.footer a,.footer .link,.footer-block__details-content .list-menu__item--link{color:var(--lufto-text-secondary)!important;text-decoration:none!important}.footer a:hover,.footer .link:hover,.footer-block__details-content .list-menu__item--link:hover{color:var(--lufto-blue-light)!important}.footer__copyright,.copyright__content,.copyright__content a{color:#687083!important}.list-payment__item svg,.list-social__link .icon{color:var(--lufto-blue-light)!important}@media screen and (max-width:749px){.page-width{padding-left:14px!important;padding-right:14px!important}.header-wrapper{border-bottom-color:#2d6bcc61!important}.menu-drawer__menu-item{font-size:15px!important;font-weight:850!important}.drawer__inner{width:calc(100vw - 20px)!important;max-width:420px!important}.footer{padding-top:28px!important}}.drawer,cart-drawer.drawer{background:transparent!important;pointer-events:none!important}.drawer.active,cart-drawer.drawer.active{pointer-events:auto!important}.cart-drawer__overlay{background:transparent!important;opacity:0!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.drawer__inner{background:linear-gradient(180deg,#0d0f14,#07080b)!important;border-left:1px solid #1E2230!important;box-shadow:-22px 0 55px #00000057!important}.cart-drawer .quantity,.cart-drawer .cart-quantity,.cart-drawer quantity-input.quantity,.template-cart .quantity,.template-cart .cart-quantity,.template-cart quantity-input.quantity{background:#10141d!important;border:1px solid #2A3142!important;color:#eaedf3!important}.cart-drawer .quantity__input,.cart-drawer .quantity__button,.template-cart .quantity__input,.template-cart .quantity__button{color:#eaedf3!important;-webkit-text-fill-color:#EAEDF3!important;opacity:1!important;background:transparent!important}.cart-drawer .quantity__button svg,.template-cart .quantity__button svg{color:#eaedf3!important;fill:currentColor!important}.template-cart .lufto-cart-benefits--mobile{display:none!important}.template-cart .lufto-cart-benefits--desktop{display:grid!important}.template-cart .cart__footer{border-top:0!important;padding-top:8px!important}.template-cart .lufto-cart-summary-card,.template-cart .cart__blocks.lufto-cart-summary-card{width:min(100%,420px)!important;margin-left:auto!important;padding:22px!important;border:1px solid #1E2230!important;border-radius:12px!important;background:linear-gradient(180deg,#10131b,#0b0d12)!important;box-shadow:0 20px 60px #00000047!important}.template-cart .lufto-cart-summary-card__head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0 0 18px!important;padding:0 0 14px!important;border-bottom:1px solid #1E2230!important}.template-cart .lufto-cart-summary-card__head span{color:#eaedf3!important;font-size:16px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:-.02em!important}.template-cart .lufto-cart-summary-card__head small{color:#8a8f9d!important;font-size:12px!important;font-weight:800!important;white-space:nowrap!important}.template-cart .lufto-cart-summary-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin:0!important;padding:9px 0!important;color:#a1a7b5!important;font-family:var(--lufto-font)!important;font-size:14px!important;font-weight:750!important}.template-cart .lufto-cart-summary-row strong{color:#eaedf3!important;font-size:15px!important;font-weight:950!important;letter-spacing:-.02em!important;text-align:right!important}.template-cart .lufto-cart-summary-row--total{margin-top:8px!important;padding-top:16px!important;border-top:1px solid #1E2230!important}.template-cart .lufto-cart-summary-row--total span,.template-cart .lufto-cart-summary-row--total strong{color:#eaedf3!important;font-size:17px!important;font-weight:950!important}.template-cart .lufto-cart-tax-note{display:block!important;margin:12px 0 16px!important;color:#7d8596!important;text-align:left!important;font-size:12px!important;line-height:1.45!important;font-weight:600!important}.template-cart .lufto-cart-summary-benefits{display:grid!important;gap:8px!important;margin:14px 0 18px!important;padding:14px!important;border:1px solid #1E2230!important;border-radius:9px!important;background:#0d0f14!important}.template-cart .lufto-cart-summary-benefits div{color:#dde2ec!important;font-size:13px!important;line-height:1.35!important;font-weight:850!important}.template-cart .lufto-cart-checkout{margin:0!important}.template-cart .lufto-cart-secure-note{display:flex!important;align-items:flex-start!important;gap:10px!important;margin:14px 0 0!important;padding:0!important}.template-cart .lufto-cart-secure-note span{width:8px!important;height:8px!important;margin-top:6px!important;border-radius:99px!important;background:#1db954!important;box-shadow:0 0 0 5px #1db9541f!important;flex:0 0 auto!important}.template-cart .lufto-cart-secure-note p{margin:0!important;color:#a1a7b5!important;font-size:12px!important;line-height:1.5!important;font-weight:650!important}@media screen and (max-width:749px){.template-cart .lufto-cart-benefits--desktop{display:none!important}.template-cart .lufto-cart-benefits--mobile{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:18px 0 22px!important}.template-cart .lufto-cart-urgency{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:18px!important}.template-cart .lufto-cart-urgency p{display:none!important}.template-cart .lufto-cart-urgency strong{font-size:13px!important;line-height:1.25!important}.template-cart .lufto-cart-timer{align-self:center!important;min-width:76px!important;height:40px!important;font-size:15px!important}.template-cart .cart__blocks.lufto-cart-summary-card,.template-cart .lufto-cart-summary-card{width:100%!important;margin:14px 0 0!important;padding:18px!important}.template-cart .lufto-cart-summary-card__head{margin-bottom:14px!important}.template-cart .lufto-cart-summary-row--total span,.template-cart .lufto-cart-summary-row--total strong{font-size:16px!important}}#cart-icon-bubble{cursor:pointer!important}.cart-drawer .cart-quantity,.cart-drawer quantity-input.quantity,.template-cart .cart-quantity,.template-cart quantity-input.quantity{display:grid!important;grid-template-columns:40px minmax(44px,1fr) 40px!important;align-items:center!important;min-height:48px!important;overflow:hidden!important}.cart-drawer .quantity__input,.template-cart .quantity__input,.cart-drawer input.quantity__input[type=number],.template-cart input.quantity__input[type=number]{display:block!important;width:100%!important;min-width:44px!important;height:46px!important;padding:0!important;margin:0!important;color:#fff!important;-webkit-text-fill-color:#FFFFFF!important;opacity:1!important;background:transparent!important;border:0!important;font-family:var(--lufto-font)!important;font-size:16px!important;line-height:46px!important;font-weight:900!important;text-align:center!important;caret-color:#fff!important;-webkit-appearance:textfield!important;appearance:textfield!important;-moz-appearance:textfield!important}.cart-drawer .quantity__input::-webkit-outer-spin-button,.cart-drawer .quantity__input::-webkit-inner-spin-button,.template-cart .quantity__input::-webkit-outer-spin-button,.template-cart .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.cart-drawer .quantity__button,.template-cart .quantity__button{display:grid!important;place-items:center!important;width:40px!important;min-width:40px!important;height:46px!important;color:#eaedf3!important;-webkit-text-fill-color:#EAEDF3!important;opacity:1!important;background:transparent!important;border:0!important}.cart-drawer .quantity__button .svg-wrapper,.template-cart .quantity__button .svg-wrapper,.cart-drawer .quantity__button svg,.template-cart .quantity__button svg{width:13px!important;height:13px!important;color:#eaedf3!important;fill:currentColor!important;opacity:1!important}@media screen and (min-width:750px){cart-drawer.drawer,.drawer{background:transparent!important}.cart-drawer__overlay{background:transparent!important;opacity:0!important}}@media screen and (max-width:749px){cart-drawer.drawer,cart-drawer.drawer.active{display:none!important;visibility:hidden!important;pointer-events:none!important}.template-cart main,.template-cart .main-content,.template-cart #MainContent{background:#07080b!important}.template-cart .lufto-cart-page{min-height:calc(100vh - 74px)!important}.template-cart .cart-items .cart-item__quantity,.template-cart .cart-item__quantity{display:block!important}}.template-cart .lufto-cart-summary-card__head{align-items:flex-start!important}.template-cart .lufto-cart-summary-card__head small{padding:5px 8px!important;border:1px solid #1E2230!important;border-radius:999px!important;background:#0d0f14!important}.template-cart .lufto-cart-summary-benefits div{display:flex!important;align-items:center!important;gap:8px!important}
/*# sourceMappingURL=/cdn/shop/t/18/assets/lufto-custom.css.map */
