:root{--color-primary: #2463eb;--color-primary-dark: #1d4ed8;--color-bg: #f6f6f8;--color-surface: #ffffff;--color-text: #0a0a0a;--color-muted: #616e89;--color-border: #f1f1f1}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}.skip-to-content{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.pc-header{position:sticky;top:0;z-index:50;background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:.75rem 1rem;box-shadow:0 1px 2px #0000000d}.pc-header-inner{max-width:80rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.pc-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--color-text)}.pc-logo-icon{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--color-primary);border-radius:.5rem;color:#fff}.pc-logo-text{font-size:1.25rem;font-weight:700}.pc-nav{display:none;flex:1;justify-content:center;gap:2rem}.pc-nav a{font-size:.875rem;font-weight:500;color:var(--color-text);transition:color .2s}.pc-nav a:hover,.pc-nav a.active{color:var(--color-primary);font-weight:700}.pc-header-actions{display:flex;align-items:center;gap:1rem}.pc-cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:var(--color-bg);color:var(--color-text);border:none;transition:background .2s}.pc-cart-btn:hover{background:#e5e7eb}.pc-cart-badge{position:absolute;top:-4px;right:-4px;height:18px;min-width:18px;padding:0 4px;background:var(--color-primary);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:9999px;box-shadow:0 0 0 2px #fff}.pc-mobile-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;background:none;color:var(--color-text)}.pc-mobile-menu{padding:1rem 0}.pc-mobile-menu a{display:block;font-size:.875rem;font-weight:500;color:var(--color-text);padding:.5rem 0}.hidden{display:none!important}@media(min-width:768px){.pc-nav{display:flex}.pc-header{padding:.75rem 2.5rem}.pc-mobile-btn{display:none}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--color-primary);color:#fff;font-weight:700;font-size:1rem;padding:1rem 2rem;border-radius:.75rem;border:none;box-shadow:0 4px 14px #2463eb4d;transition:all .2s;width:100%}.btn-primary:hover{background:var(--color-primary-dark)}.btn-sm{font-size:.875rem;padding:.625rem 1rem}.section{padding:4rem 1rem}.section-inner{max-width:80rem;margin:0 auto}.section-title{font-size:1.5rem;font-weight:700;color:var(--color-text);margin-bottom:2rem}@media(max-width:767px){.section-title{text-align:center;font-size:1.25rem;line-height:1.3}.hide-mobile{display:none!important}.show-mobile-only{display:inline!important}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.9375rem}.product-title{text-align:left!important}.about-features-mobile-center{text-align:center}.about-features-mobile-center a{justify-content:center}.about-hero-grid{display:flex!important;flex-direction:column!important;gap:0!important}.about-hero-image{order:1!important}.about-hero-image img{border-radius:1rem!important;aspect-ratio:16/10!important}.about-hero-text{order:2!important;text-align:center;padding:1.5rem 1.25rem 1rem}.about-hero-text h1{font-size:1.75rem!important;text-align:center}.about-hero-text p{text-align:center}.about-hero-text .btn-primary{margin:0 auto}}.grid-2{display:grid;grid-template-columns:1fr;gap:3rem}.grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.section{padding:4rem 2rem}}.hero-section{width:100%;padding:1.5rem 1rem}.hero-inner{max-width:80rem;margin:0 auto;border-radius:1rem;overflow:hidden;position:relative;min-height:500px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:2rem;background-size:cover;background-position:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0003,#0009)}.hero-content{position:relative;z-index:10;max-width:42rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.hero-title{color:#fff;font-size:2.25rem;font-weight:900;line-height:1.1}.hero-subtitle{color:#f1f1f1;font-size:1.125rem;font-weight:500;max-width:32rem}.hero-btn{display:inline-flex;height:3rem;align-items:center;justify-content:center;border-radius:.5rem;background:var(--color-primary);padding:0 2rem;font-size:1rem;font-weight:700;color:#fff;box-shadow:0 4px 14px #2463eb4d;transition:transform .2s;width:fit-content}.hero-btn:hover{transform:scale(1.05)}@media(min-width:768px){.hero-title{font-size:3.75rem}.hero-subtitle{font-size:1.25rem}}@media(min-width:1024px){.hero-inner{padding:4rem}.hero-section{padding:1.5rem 2rem}}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:.75rem;border:1px solid var(--color-border);overflow:hidden;box-shadow:0 1px 2px #0000000d;transition:box-shadow .3s}.product-card:hover{box-shadow:0 4px 12px #0000001a}.product-card-image{width:100%;aspect-ratio:1;background:#fff;overflow:hidden;position:relative;display:block}.product-card-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-body{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;flex:1}.product-card-title{font-size:1rem;font-weight:700;color:var(--color-text);transition:color .2s;text-decoration:none;display:block;line-height:1.3;min-height:2.6rem;margin-bottom:.125rem}.product-card-title:hover{color:var(--color-primary)}.product-card-subtitle{color:var(--color-muted);font-size:.8125rem;line-height:1.4;min-height:2.3rem;margin-bottom:.125rem}.product-card-prices{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.375rem}.product-card-actions{margin-top:auto;display:flex;flex-direction:column;gap:.375rem}.price-current{color:#16a34a;font-weight:700;font-size:1.25rem}.price-compare{color:var(--color-muted);font-size:.875rem;text-decoration:line-through}.product-badge{position:absolute;top:.75rem;left:.75rem;background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .625rem;border-radius:9999px;z-index:10}.product-badge.premium{background:#eab308}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-main-image{aspect-ratio:1;background:#f1f1f1;border-radius:.75rem;overflow:hidden;position:relative}.product-main-image img{width:100%;height:100%;object-fit:contain}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-thumb{aspect-ratio:1;background:#f1f1f1;border-radius:.5rem;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.product-thumb.active,.product-thumb:hover{border-color:var(--color-primary)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column}.product-title{font-size:1.875rem;font-weight:700;color:#0f172a;line-height:1.2;margin-bottom:.5rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-rating .stars{color:#facc15;display:flex}.product-rating .text{font-size:.875rem;color:var(--color-muted)}.product-prices{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.product-price-current{font-size:1.875rem;font-weight:700;color:#16a34a}.product-price-compare{font-size:1.25rem;color:var(--color-muted);text-decoration:line-through}.product-discount-badge{background:#fef2f2;color:#b91c1c;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:9999px}.product-description{color:#475569;margin-bottom:1.5rem;line-height:1.7}.product-hero-highlights{margin-bottom:1.5rem}.product-hero-highlights .hero-box{border-radius:.75rem;padding:1rem;margin-bottom:.75rem}.product-hero-highlights .hero-box-purple{background:#faf5ff;border:1px solid #f3e8ff}.product-hero-highlights .hero-box-blue{background:#eff6ff;border:1px solid #dbeafe}.product-hero-highlights .hero-box p.hero-box-title{font-size:.875rem;font-weight:700;margin-bottom:.5rem}.product-hero-highlights .hero-box-purple p.hero-box-title{color:#7e22ce}.product-hero-highlights .hero-box-blue p.hero-box-title{color:#2463eb}.product-hero-highlights .hero-box ul{list-style:none;padding:0;margin:0}.product-hero-highlights .hero-box li{font-size:.875rem;color:#475569;margin-bottom:.25rem}.product-hero-highlights .hero-advantages{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:.75rem}.product-hero-highlights .hero-adv-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.75rem;background:#f9fafb;border-radius:.75rem;border:1px solid #f3f4f6}.product-hero-highlights .hero-adv-item .material-symbols-outlined{color:#9333ea;font-size:1.5rem;margin-bottom:.25rem}.product-hero-highlights .hero-adv-item span:last-child{font-size:.75rem;font-weight:500;color:#334155}.product-description-full{width:100%;max-width:80rem;margin:0 auto;padding:0 1rem;clear:both}@media(min-width:1024px){.product-description-full{padding:0 2rem}}.product-description-full>div{width:100%;max-width:80rem;margin:0 auto}.product-description-full section{width:100%;max-width:100%}.product-description-full img{max-width:100%;height:auto;border-radius:1rem}.product-description-full table{width:100%;border-collapse:collapse}.product-description-full table td{padding:1rem 1.5rem;font-size:.875rem;border-bottom:1px solid #e5e7eb}.product-description-full table td:first-child{font-weight:600;color:#0f172a;width:35%}.product-description-full table td:last-child{color:#475569}.product-description-full h2{font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:2rem;margin-top:0}.product-description-full ul{list-style:none;padding:0}.product-description-full li{margin-bottom:.75rem;color:#334155}.product-bundle{background:#eff6ff;border:1px solid #dbeafe;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem}.product-bundle-title{font-size:.875rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}@media(min-width:768px){.product-title{font-size:2.25rem}.section-title{font-size:1.875rem}}.variant-label{display:block;font-size:.875rem;font-weight:500;color:#0f172a;margin-bottom:.75rem}.variant-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.variant-btn{padding:.75rem 1.5rem;border:1px solid #e5e7eb;background:#fff;color:#334155;font-weight:500;border-radius:.5rem;transition:all .2s}.variant-btn:hover{border-color:#2463eb80}.variant-btn.active{border:2px solid var(--color-primary);background:#2463eb1a;color:var(--color-primary)}.color-swatch{display:inline-block;width:1rem;height:1rem;border-radius:50%;margin-right:.375rem;vertical-align:middle;flex-shrink:0}.variant-btn{display:inline-flex;align-items:center;cursor:pointer}.trust-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border-top:1px solid #e5e7eb;padding-top:1.5rem}.trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.trust-badge-icon{padding:.5rem;background:#eff6ff;color:var(--color-primary);border-radius:9999px}.trust-badge-text{font-size:.75rem;font-weight:500;color:#475569}.feature-card{display:flex;flex-direction:column;gap:1rem;border-radius:.75rem;border:1px solid var(--color-border);background:#fff;padding:1.5rem;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s}.feature-card:hover{box-shadow:0 4px 12px #00000014}.feature-icon{width:3rem;height:3rem;border-radius:9999px;background:#eff6ff;color:var(--color-primary);display:flex;align-items:center;justify-content:center}.feature-title{font-size:1.125rem;font-weight:700}.feature-text{font-size:.875rem;color:var(--color-muted)}.testimonial-card{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid var(--color-border);box-shadow:0 1px 2px #0000000d}.testimonial-stars{display:flex;gap:.25rem;color:#facc15;margin-bottom:1rem}.testimonial-text{color:var(--color-text);font-style:italic;margin-bottom:1.5rem;font-size:.875rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;background:#2463eb1a;color:var(--color-primary);font-weight:700;display:flex;align-items:center;justify-content:center;overflow:hidden}.testimonial-name{font-size:.875rem;font-weight:700}.testimonial-detail{font-size:.75rem;color:var(--color-muted)}.testimonial-verified{font-size:.75rem;color:#16a34a;display:flex;align-items:center;gap:.25rem}.faq-item{border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;overflow:hidden;margin-bottom:1rem}.faq-item summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;cursor:pointer;list-style:none;font-weight:600;color:var(--color-text)}.faq-item summary::-webkit-details-marker{display:none}.faq-item .faq-answer{padding:.75rem 1.5rem 1.5rem;color:var(--color-muted);font-size:.875rem;line-height:1.6;border-top:1px solid #f9fafb}.specs-table{width:100%;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.specs-table td{padding:1rem 1.5rem;font-size:.875rem;border-bottom:1px solid #e5e7eb}.specs-table tr:last-child td{border-bottom:none}.specs-table td:first-child{font-weight:500;color:#0f172a;width:33%}.specs-table td:last-child{color:#475569}.specs-table tr:hover{background:#f9fafb}.review-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid var(--color-border)}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.review-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;background:#2463eb1a;color:var(--color-primary);font-weight:700;display:flex;align-items:center;justify-content:center}.review-name{font-size:.875rem;font-weight:700;color:#0f172a}.review-verified{font-size:.75rem;color:#16a34a;display:flex;align-items:center;gap:.25rem}.review-stars{display:flex;color:#facc15;margin-bottom:.75rem}.review-text{font-size:.875rem;color:#475569}.cart-item{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d;border:1px solid var(--color-border);display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.cart-item{flex-direction:row}}.cart-item-image{width:100%;aspect-ratio:1;background:#f1f1f1;border-radius:.5rem;overflow:hidden;flex-shrink:0}@media(min-width:640px){.cart-item-image{width:7rem}}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-qty-selector{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.cart-qty-btn{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.125rem;font-weight:700;color:#334155;transition:background .2s}.cart-qty-btn:hover{background:#f1f1f1}.cart-qty-input{width:2.5rem;text-align:center;border:none;background:transparent;font-size:.875rem;font-weight:500;padding:0}.cart-qty-input:focus{outline:none}.cart-remove-btn{font-size:.875rem;font-weight:500;color:var(--color-muted);background:none;border:none;text-decoration:underline dotted;text-underline-offset:4px;transition:color .2s}.cart-remove-btn:hover{color:#ef4444}.cart-summary{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid var(--color-border)}@media(min-width:1024px){.cart-summary{position:sticky;top:6rem}}.pc-footer{background:var(--color-surface);border-top:1px solid #e5e7eb;padding:3rem 1rem}@media(min-width:1024px){.pc-footer{padding:3rem 2rem}}.footer-inner{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer-inner{grid-template-columns:repeat(3,1fr);gap:3rem}}.footer-col{display:flex;flex-direction:column;gap:1rem}.footer-col h4{font-weight:700;color:var(--color-text)}.footer-col a{font-size:.875rem;color:var(--color-muted);transition:color .2s}.footer-col a:hover{color:var(--color-primary)}.footer-bottom{max-width:80rem;margin:3rem auto 0;padding-top:2rem;border-top:1px solid #e5e7eb;text-align:center;font-size:.75rem;color:#9ca3af}.legal-page{max-width:48rem;margin:0 auto;padding:3rem 1rem}.legal-page h1{font-size:2rem;font-weight:900;color:#0f172a;margin-bottom:.75rem}@media(min-width:768px){.legal-page h1{font-size:2.5rem}}.legal-badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary);background:#2463eb1a;border-radius:9999px;margin-bottom:1rem}.legal-date{font-size:.875rem;color:#94a3b8;margin-bottom:2rem}.legal-content h2{font-size:1.25rem;font-weight:700;margin:2rem 0 .75rem;color:#0f172a}.legal-content p{color:#475569;line-height:1.7;margin-bottom:1rem}.legal-content ul{color:#475569;line-height:1.7;padding-left:1.5rem;margin-bottom:1rem}.legal-content strong{color:#0f172a}.legal-content a{color:var(--color-primary);text-decoration:underline}.legal-content-styled{background:#fff;border-radius:1rem;padding:2.5rem 3rem;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0;counter-reset:legal-section}.legal-content-styled h2{counter-increment:legal-section;font-size:1.375rem;font-weight:800;color:#0f172a;margin:2.5rem 0 1rem;padding-top:2rem;border-top:1px solid #f1f5f9;display:flex;align-items:center;gap:.75rem}.legal-content-styled h2:before{content:counter(legal-section,decimal-leading-zero);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;background:#2463eb1a;color:var(--color-primary);font-size:.8rem;font-weight:700;flex-shrink:0}.legal-content-styled h2:first-child{margin-top:0;padding-top:0;border-top:none}.legal-content-styled p{font-size:1rem;color:#475569;line-height:1.8;margin-bottom:1rem;padding-left:2.75rem}.legal-content-styled>p:first-child{padding-left:0;font-size:1.05rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem 1.5rem;margin-bottom:2rem}.legal-content-styled ul,.legal-content-styled ol{padding-left:2.75rem;margin-bottom:1.25rem;list-style:none}.legal-content-styled li{color:#475569;line-height:1.8;margin-bottom:.5rem;position:relative;padding-left:1.5rem}.legal-content-styled li:before{content:"\2713";position:absolute;left:0;color:#22c55e;font-weight:700}.legal-content-styled strong{color:#0f172a;font-weight:600}.legal-content-styled a{color:var(--color-primary);font-weight:500;text-decoration:none;border-bottom:1px solid rgba(36,99,235,.3);transition:border-color .2s}.legal-content-styled a:hover{border-bottom-color:var(--color-primary)}.legal-content-styled em{font-style:normal;color:var(--color-muted);font-size:.875rem}@media(max-width:768px){.legal-content-styled{padding:1.5rem 1.25rem}.legal-content-styled p,.legal-content-styled ul,.legal-content-styled ol{padding-left:0}.legal-content-styled h2{font-size:1.2rem}}.contact-form input,.contact-form textarea{width:100%;border-radius:.5rem;border:1px solid #e2e8f0;background:var(--color-bg);color:var(--color-text);padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2463eb26}.about-mission{background:var(--color-primary);color:#fff;padding:5rem 1rem;text-align:center;position:relative;overflow:hidden}.about-values-card{background:#fff;padding:2rem;border-radius:.75rem;border:1px solid var(--color-border);box-shadow:0 1px 2px #0000000d;transition:all .2s}.about-values-card:hover{box-shadow:0 4px 12px #00000014;border-color:#2463eb33}.blog-card{position:relative;overflow:hidden;border-radius:.75rem;background:#fff;box-shadow:0 1px 2px #0000000d;transition:transform .3s,box-shadow .3s}.blog-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.blog-card-image{width:100%;aspect-ratio:16/9;background:#f1f1f1;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.blog-card-title{font-size:1.125rem;font-weight:700;color:var(--color-text);transition:color .2s}.blog-card-title:hover{color:var(--color-primary)}.article-content h2{font-size:1.5rem;font-weight:800;margin:2.5rem 0 1rem;color:#0f172a}.article-content h3{font-size:1.2rem;font-weight:700;margin:2rem 0 .75rem;color:#1e293b}.article-content p{margin-bottom:1.25rem;color:#334155}.article-content ul,.article-content ol{margin:1rem 0 1.5rem 1.5rem;line-height:2}.article-content a{color:var(--color-primary);text-decoration:underline}.article-content img{border-radius:.75rem;max-width:100%;height:auto;margin:1.5rem 0}.empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;text-align:center}.empty-cart-icon{width:5rem;height:5rem;border-radius:9999px;background:#eff6ff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.text-yellow-400{color:#facc15}.text-yellow-700{color:#a16207}.bg-green-100{background-color:#dcfce7}.bg-purple-100{background-color:#f3e8ff}.bg-yellow-100{background-color:#fef9c3}.bg-primary{background-color:#2463eb}.bg-primary\/10{background-color:#2463eb1a}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-from),var(--tw-gradient-to))}.from-blue-50{--tw-gradient-from: #eff6ff;--tw-gradient-to: #eff6ff00}.from-green-50{--tw-gradient-from: #f0fdf4;--tw-gradient-to: #f0fdf400}.from-purple-50{--tw-gradient-from: #faf5ff;--tw-gradient-to: #faf5ff00}.to-white{--tw-gradient-to: #fff}.border-t{border-top-width:1px;border-top-style:solid;border-top-color:#e5e7eb}.divide-y>*+*{border-top-width:1px;border-top-style:solid}.divide-gray-200>*+*{border-top-color:#e5e7eb}.rounded-lg{border-radius:.5rem}.hover\:border-primary\/50:hover{border-color:#2463eb80}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}details[open] .group-open\:rotate-180,.group.open .group-open\:rotate-180{transform:rotate(180deg)}@media(min-width:768px){.md\:flex-row{flex-direction:row}.md\:w-1\/2{width:50%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:order-1{order:1}.md\:order-2{order:2}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}.aspect-square{aspect-ratio:1 / 1}.border-2{border-width:2px;border-style:solid}.border-blue-200{border-color:#bfdbfe}.border-green-200{border-color:#bbf7d0}.border-purple-200{border-color:#e9d5ff}.leading-tight{line-height:1.25}.h-20{height:5rem}.w-20{width:5rem}.mt-0\.5{margin-top:.125rem}.p-5{padding:1.25rem}.pt-6{padding-top:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.shadow-primary\/30{box-shadow:0 10px 15px -3px #2463eb4d}.space-y-1>*+*{margin-top:.25rem}.text-\[10px\]{font-size:10px}.text-\[48px\]{font-size:48px;line-height:1}.max-w-\[1200px\]{max-width:1200px}.max-w-\[800px\]{max-width:800px}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.w-1\/2{width:50%}.w-1\/3{width:33.333%}.w-14{width:3.5rem}.w-16{width:4rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-full{height:100%}.h-\[400px\]{height:400px}.min-w-full{min-width:100%}.size-10{width:2.5rem;height:2.5rem}.size-12{width:3rem;height:3rem}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.order-1{order:1}.order-2{order:2}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.pb-6{padding-bottom:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-1{margin-top:.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.text-center{text-align:center}.leading-relaxed{line-height:1.625}.list-none{list-style-type:none}.text-white{color:#fff}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-900{color:#0f172a}.text-primary{color:#2463eb}.text-purple-600{color:#9333ea}.text-purple-700{color:#7e22ce}.text-green-600{color:#16a34a}.text-green-700{color:#15803d}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-amber-700{color:#b45309}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-blue-50{background-color:#eff6ff}.bg-green-50{background-color:#f0fdf4}.bg-red-50{background-color:#fef2f2}.bg-purple-50{background-color:#faf5ff}.bg-amber-50{background-color:#fffbeb}.bg-background-light{background-color:#f6f6f8}.border{border-width:1px;border-style:solid}.border-t{border-top-width:1px;border-top-style:solid}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-blue-100{border-color:#dbeafe}.border-green-100{border-color:#dcfce7}.border-purple-100{border-color:#f3e8ff}.border-red-100{border-color:#fee2e2}.border-amber-200{border-color:#fde68a}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.overflow-hidden{overflow:hidden}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.transition,.transition-all{transition-property:all;transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.cursor-pointer{cursor:pointer}.block{display:block}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-primary-dark:hover{background-color:#1d4ed8}.hover\:border-primary:hover{border-color:#2463eb}.hover\:border-primary\/30:hover{border-color:#2463eb4d}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a}.hover\:text-primary:hover{color:#2463eb}.hover\:underline:hover{text-decoration:underline}.group:hover .group-hover\:text-primary{color:#2463eb}.group-open\:rotate-180{transition:transform .2s}details[open] .group-open\:rotate-180{transform:rotate(180deg)}details summary{list-style:none}details summary::-webkit-details-marker{display:none}@media(min-width:768px){.md\:flex-row{flex-direction:row}.md\:w-1\/2{width:50%}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.lg\:gap-20{gap:5rem}}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.product-hero-highlights ul{list-style:none;padding:0;margin:0}.product-hero-highlights li{list-style:none;margin-bottom:.25rem}.product-card .jdgm-widget,.product-card .jdgm-preview-badge,.product-card-body .jdgm-widget,.product-card .jdgm-widget.jdgm-preview-badge,[data-jdgm] .product-card .jdgm-preview-badge{display:none!important;height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;visibility:hidden!important}#judgeme_product_reviews{max-width:80rem;margin:0 auto;padding:3rem 1rem;background:var(--color-bg);border-top:1px solid #e5e7eb}.jdgm-rev-widg,.jdgm-rev-widg *{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.jdgm-star{color:#facc15!important}.jdgm-rev-widg .jdgm-write-rev-link,.jdgm-rev-widg .jdgm-submit-rev{background:var(--color-primary)!important;color:#fff!important;border:none!important;border-radius:.5rem!important;padding:.75rem 1.5rem!important;font-weight:600!important;font-size:.875rem!important;cursor:pointer!important;transition:background .2s!important}.jdgm-rev-widg .jdgm-write-rev-link:hover,.jdgm-rev-widg .jdgm-submit-rev:hover{background:var(--color-primary-dark)!important}.jdgm-rev{border:1px solid #f1f1f1!important;border-radius:.75rem!important;padding:1.25rem!important;margin-bottom:1rem!important;background:#fff!important}.jdgm-rev-widg__no-reviews{color:var(--color-muted)!important;font-size:.9rem!important}.jdgm-paginate__no-items,.jdgm-empty-state,.jdgm-empty-state p,.jm-review-widget__body .jdgm-empty-state,.jm-review-widget__body>.jm-center{display:none!important}.jm-review-widget__header-and-body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;max-width:80rem;margin:0 auto}.jm-review-widget-minimal-header__title{font-weight:700!important;color:#0f172a!important}.jm-button--primary{background:var(--color-primary)!important;color:#fff!important;border:none!important;border-radius:.5rem!important;font-weight:600!important;font-family:Inter,sans-serif!important;cursor:pointer!important;transition:background .2s!important}.jm-button--primary:hover{background:var(--color-primary-dark)!important}.jm-no-reviews-state__text{color:var(--color-muted)!important;font-size:.9rem!important}div:empty:not([id]):not([class*=jdgm]){display:none}.product-card-body>div:empty,.product-card-actions>div:empty,.product-card-actions form+div:empty,form+div:empty,.btn-primary~div:empty,div.bg-gray-50.rounded-xl.border.border-gray-100:empty{display:none!important;height:0!important;margin:0!important;padding:0!important}.product-card-actions .jdgm-widget,.product-card-actions .jdgm-preview-badge,form+.jdgm-widget,form+.jdgm-preview-badge{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/8/assets/malitiereauto.css.map */
