/* Bioject 2.0.4 — product gallery, category sidebar and visible controls */
.theme-track{isolation:isolate}
.theme-track b{z-index:1}
.theme-sun,.theme-moon{z-index:2!important;display:grid!important;place-items:center!important;border:0!important;background:transparent!important;font-style:normal;line-height:1;color:inherit}
.theme-sun:before{content:"☀"!important;position:static!important;inset:auto!important;width:auto!important;height:auto!important;background:transparent!important;color:#f47a11;font-family:"Segoe UI Symbol",Arial,sans-serif;font-size:18px;font-weight:900}
.theme-sun:after{content:none!important}
.theme-moon:before{content:"☾";color:#27344e;font-family:"Segoe UI Symbol",Arial,sans-serif;font-size:19px;font-weight:900}
.theme-moon:after{content:none!important}
[data-theme="dark"] .theme-moon:before{color:#f4f7ff}

.floating-contact{display:flex;align-items:center;gap:9px}
.floating-contact .whatsapp-mark,.whatsapp-mark{position:relative;display:inline-grid!important;place-items:center;width:21px!important;height:21px!important;margin:0!important;border:2px solid currentColor!important;border-radius:50%;font-size:0!important;flex:0 0 auto}
.whatsapp-mark:before{content:"☎";font-family:"Segoe UI Symbol",Arial,sans-serif;font-size:11px;font-weight:900;line-height:1;color:currentColor;transform:rotate(-16deg)}
.whatsapp-mark:after{content:""!important;position:absolute;left:0;bottom:-2px;width:6px!important;height:6px!important;border-left:2px solid currentColor;border-bottom:2px solid currentColor;background:inherit!important;transform:rotate(-18deg);border-radius:0!important}
.whatsapp-mark.compact{width:18px!important;height:18px!important}.whatsapp-mark.compact:before{font-size:9px}

.products-layout{display:grid;grid-template-columns:245px minmax(0,1fr);align-items:start;gap:30px}
.category-sidebar{position:sticky;top:calc(var(--header-height) + 20px);border:1px solid var(--line);background:var(--paper)}
.category-sidebar>header{display:flex;align-items:center;gap:11px;padding:17px 16px;border-bottom:2px solid var(--orange)}
.category-sidebar h2{margin:0;font-size:13px;letter-spacing:.06em;text-transform:uppercase}
.category-grid-mark{width:14px;height:14px;background:linear-gradient(90deg,currentColor 40%,transparent 40% 60%,currentColor 60%),linear-gradient(currentColor 40%,transparent 40% 60%,currentColor 60%);color:var(--ink)}
.category-filter-list{display:grid!important;gap:0!important;margin:0!important}
.category-filter-list button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:44px;padding:10px 14px;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;background:var(--paper)!important;color:var(--muted)!important;text-align:left;font-size:13px;transition:.18s ease}
.category-filter-list button:last-child{border-bottom:0!important}
.category-filter-list button:hover,.category-filter-list button.active{padding-left:18px;background:color-mix(in srgb,var(--orange) 8%,var(--paper))!important;color:var(--orange)!important}
.category-filter-list button.active{box-shadow:inset 3px 0 var(--orange);font-weight:800}
.category-filter-list button b{font-size:18px;font-weight:400;line-height:1}
.category-filter-list .category-child{padding-left:28px;font-size:12px;background:var(--soft)!important}
.category-filter-list .category-child:hover,.category-filter-list .category-child.active{padding-left:32px!important}
.products-results{min-width:0}.products-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

.product-gallery{min-width:0}.product-thumbnails{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:12px}
.product-thumbnails button{height:88px;padding:7px;border:1px solid var(--line);border-radius:12px;background:#f3f5f6;cursor:pointer;transition:.18s ease;overflow:hidden}
.product-thumbnails button:hover,.product-thumbnails button.active{border-color:var(--orange);box-shadow:0 0 0 2px color-mix(in srgb,var(--orange) 18%,transparent)}
.product-thumbnails img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal}
.detail-image img{transition:opacity .16s ease}.detail-image img.switching{opacity:.25}

@media(max-width:1100px){.products-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.products-layout{grid-template-columns:1fr}.category-sidebar{position:static}.category-filter-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}.category-filter-list button:nth-last-child(2){border-bottom:0!important}.products-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.category-filter-list{grid-template-columns:1fr!important}.category-filter-list button:nth-last-child(2){border-bottom:1px solid var(--line)!important}.products-results .product-grid{grid-template-columns:1fr}.product-thumbnails{display:flex;overflow-x:auto;padding-bottom:4px}.product-thumbnails button{width:78px;min-width:78px;height:78px}}
