.jl-product-grid{display:grid;grid-template-columns:repeat(var(--jl-cols),minmax(0,1fr));gap:20px}.jl-product-card{border:1px solid #e6e6e6;border-radius:12px;overflow:hidden;background:#fff}.jl-product-image{display:block;aspect-ratio:1/1;background:#f7f7f7}.jl-product-image img{width:100%;height:100%;object-fit:cover}.jl-product-body{padding:16px}.jl-product-body h3{margin:0 0 10px}.jl-product-body h3 a{text-decoration:none}.jl-price{margin:0 0 14px;font-weight:700}.jl-product-button,.jl-category-tabs a{display:inline-block;padding:10px 14px;border-radius:8px;text-decoration:none;border:1px solid currentColor}.jl-category-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.jl-faq details{border:1px solid #ddd;border-radius:8px;padding:14px;margin:10px 0}.jl-faq summary{cursor:pointer;font-weight:700}@media(max-width:900px){.jl-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:500px){.jl-product-grid{grid-template-columns:1fr}}
