.product-gallery{display:flex;flex-direction:column;gap:.75rem}.product-gallery__main{position:relative;width:100%;aspect-ratio:1/1;background:var(--fiche-paper,#fff);border:1px solid var(--fiche-rule-200,#e3e6ea);border-radius:1.25rem;overflow:hidden;cursor:zoom-in;touch-action:pan-y}.product-gallery__placeholder{background:linear-gradient(135deg,#f4f4f5,#e4e4e7)}.product-gallery__image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .22s ease-out}.product-gallery__image.is-active{opacity:1}.product-gallery__counter{position:absolute;bottom:.75rem;right:.75rem;padding:.25rem .625rem;background:hsl(0 0% 0%/.6);color:#fff;font-size:.75rem;font-weight:600;border-radius:1rem;pointer-events:none}.product-gallery__dots{position:absolute;bottom:.875rem;left:50%;transform:translateX(-50%);display:inline-flex;gap:0;padding:.375rem .625rem;border-radius:999px;background:hsl(0 0% 100%/.7);backdrop-filter:blur(8px);z-index:2}.product-gallery__dot{width:20px;height:20px;padding:0;border:none;background:transparent;display:grid;place-items:center;cursor:pointer}.product-gallery__dot:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--text-muted,#71717a);transition:width .25s cubic-bezier(.22,1,.36,1),background .25s ease}.product-gallery__dot:hover:before{background:var(--brand-primary,#067a6e)}.product-gallery__dot:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px;border-radius:999px}.product-gallery__dot.is-active:before{width:18px;background:var(--brand-primary,#067a6e)}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem}@media (max-width:1023px){.product-gallery__thumbs{display:flex;flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;padding-bottom:2px}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex-shrink:0;width:4.5rem;height:4.5rem}}.product-gallery__thumb{width:100%;aspect-ratio:1/1;border:1.5px solid var(--fiche-rule-200,#e3e6ea);border-radius:.625rem;overflow:hidden;background:var(--fiche-paper,#fff);cursor:pointer;padding:0;transition:border-color .15s ease,box-shadow .15s ease}.product-gallery__thumb:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px}.product-gallery__thumb.is-active{border-color:var(--brand-primary,#067a6e);box-shadow:0 0 0 2px var(--brand-subtle,#ccfbf1)}.product-gallery__thumb-image{width:100%;height:100%;object-fit:cover}@media (min-width:1024px){.product-gallery--vertical-thumbs{display:grid;grid-template-columns:6rem minmax(0,1fr);gap:1rem;align-items:start;justify-content:stretch}.product-gallery--vertical-thumbs .product-gallery__main{grid-column:2;width:100%}.product-gallery--vertical-thumbs .product-gallery__thumbs{grid-column:1;grid-row:1;flex-direction:column;flex-wrap:nowrap;max-height:70vh;overflow-y:auto;overscroll-behavior-y:contain;padding:2px;scrollbar-width:thin;scrollbar-color:var(--border-default,#e4e4e7) transparent}.product-gallery--vertical-thumbs .product-gallery__thumbs::-webkit-scrollbar{width:4px}.product-gallery--vertical-thumbs .product-gallery__thumbs::-webkit-scrollbar-thumb{background:var(--border-default,#e4e4e7);border-radius:2px}.product-gallery--vertical-thumbs .product-gallery__thumb{width:5.5rem;height:5.5rem;flex-shrink:0;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-gallery--vertical-thumbs .product-gallery__thumb:hover:not(.is-active){transform:scale(1.04);border-color:var(--border-hover,#a1a1aa)}.product-gallery--vertical-thumbs .product-gallery__thumb.is-active{border-color:var(--brand-primary,#067a6e);box-shadow:inset 0 0 0 1px var(--brand-primary,#067a6e),0 2px 8px rgba(6,122,110,.2)}}@media (prefers-reduced-motion:reduce){.product-gallery--vertical-thumbs .product-gallery__thumb,.product-gallery__image{transition:none}.product-gallery--vertical-thumbs .product-gallery__thumb:hover:not(.is-active){transform:none}}.product-lightbox{position:fixed;inset:0;z-index:10000;background:hsl(0 0% 0%/.92);display:flex;align-items:center;justify-content:center;animation:lightbox-fade-in .2s ease}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.product-lightbox__close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:hsl(0 0% 100%/.1);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .15s ease;z-index:1}.product-lightbox__close:hover{background:hsl(0 0% 100%/.2)}.product-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:hsl(0 0% 100%/.1);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .15s ease;z-index:1}.product-lightbox__nav:hover{background:hsl(0 0% 100%/.25)}.product-lightbox__nav--prev{left:1rem}.product-lightbox__nav--next{right:1rem}.product-lightbox__image-wrap{max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center;touch-action:pan-y}.product-lightbox__image{max-width:100%;max-height:85vh;object-fit:contain;border-radius:.5rem}.product-lightbox__counter{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);padding:.375rem 1rem;background:hsl(0 0% 0%/.6);color:#fff;font-size:.875rem;font-weight:600;border-radius:2rem}@media (max-width:768px){.product-gallery__main{cursor:default}.product-lightbox__nav{display:none}}.variant-selector{display:flex;flex-direction:column;gap:1rem}.variant-selector__group{border:none;padding:0;margin:0}.variant-selector__legend{font-size:.875rem;font-weight:600;color:#18181b;margin-bottom:.5rem}.variant-selector__options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-selector__option{padding:.5rem 1rem;border:1.5px solid #d4d4d8;background:#fff;border-radius:.5rem;font-size:.875rem;cursor:pointer;transition:all .12s ease}.variant-selector__option.is-selected,.variant-selector__option:hover:not(:disabled){border-color:var(--brand-primary,#0f172a)}.variant-selector__option.is-selected{background:var(--brand-primary,#0f172a);color:#fff}.variant-selector__option.is-unavailable,.variant-selector__option:disabled{opacity:.6;cursor:not-allowed;position:relative;color:var(--text-muted,#71717a)}.variant-selector__option.is-unavailable:after{content:"";position:absolute;inset:4px;background:linear-gradient(135deg,transparent 45%,var(--border-default,#d4d4d8) 45%,var(--border-default,#d4d4d8) 55%,transparent 55%);border-radius:.25rem;pointer-events:none}.variant-selector__unavailable{font-size:.75rem;color:#71717a}.add-to-cart{display:flex;flex-direction:column;gap:.5rem}.add-to-cart__button{width:100%;height:46px;padding:0 1.5rem;background:var(--brand-primary,#067a6e);color:#fff;border:none;border-radius:var(--button-radius,.5rem);font-size:1rem;font-weight:700;font-family:var(--font-sans,inherit);letter-spacing:.01em;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 1px 2px hsl(0 0% 0%/.05);transition:background .15s ease,transform .1s ease,box-shadow .15s ease}.add-to-cart__button:hover:not(:disabled){background:var(--brand-primary-hover,#055d54);box-shadow:0 4px 12px hsl(174 85% 25%/.25)}.add-to-cart__button:active:not(:disabled){transform:translateY(1px)}.add-to-cart__button:disabled{opacity:.6;cursor:not-allowed}.add-to-cart__error{color:var(--status-error-text,#b91c1c);font-size:.875rem;margin:0}.product-price-block{display:flex;flex-direction:column;align-items:flex-start;gap:.3125rem}.product-price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.product-price__amount{font-weight:700;color:var(--text-primary,#18181b)}.product-price--sale .product-price__amount{color:var(--status-error-text,#b91c1c)}.product-price__compare{font-weight:500;text-decoration:line-through;color:var(--text-muted,#71717a)}.product-price__badge{padding:.125rem .5rem;background:var(--status-error-bg,#fef2f2);color:var(--status-error-text,#b91c1c);font-size:.75rem;font-weight:700;border-radius:1rem}.tax-tag{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.04em;line-height:1.4;color:var(--brand-primary-hover,#055d54);background:var(--brand-subtle,#ccfbf1);border:1px solid var(--brand-muted,#99f6e4);padding:2px 7px;border-radius:5px;white-space:nowrap}.product-price__b2b-badge{display:inline-flex;align-items:center;gap:.3125rem;width:max-content;max-width:100%;padding:.1875rem .5rem .1875rem .4375rem;background:hsl(174 55% 95%);color:hsl(174 80% 24%);font-size:.625rem;font-weight:700;letter-spacing:.05em;line-height:1;text-transform:uppercase;border-radius:999px;white-space:nowrap}.product-price__b2b-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:hsl(150 65% 42%);flex-shrink:0}.product-price--sm .product-price__amount{font-size:1rem}.product-price--sm .product-price__compare{font-size:.875rem}.product-price--md .product-price__amount{font-size:1.25rem}.product-price--md .product-price__compare{font-size:1rem}.product-price--lg .product-price__amount{font-size:1.75rem}.product-price--lg .product-price__compare{font-size:1.25rem}.product-price__local{flex-basis:100%;font-size:.8125rem;font-weight:500;color:var(--text-secondary,#71717a);font-variant-numeric:tabular-nums;letter-spacing:.01em;margin-top:2px}.product-price__approx{display:inline-block;margin-right:2px;opacity:.7}.product-price--sm .product-price__local{font-size:.75rem}.product-price--lg .product-price__local{font-size:.875rem}.stock-badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600}.stock-badge--in-stock{color:var(--status-success-text,#15803d)}.stock-badge--low{color:#d97706}.stock-badge--out{color:var(--status-error-text,#b91c1c)}.stock-badge__dot{width:8px;height:8px;border-radius:50%;background:currentColor}.stock-badge--low .stock-badge__dot{animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.meili-hit{display:flex;flex-direction:column;border:1px solid var(--border-default,#e4e7e8);border-radius:14px;background:var(--surface-card,#fff);overflow:hidden;box-shadow:0 1px 2px hsl(0 0% 0%/.04);text-decoration:none;color:inherit;height:100%;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.meili-hit:hover{border-color:var(--fiche-ink-300,#b4bab6);box-shadow:0 12px 28px -16px rgba(15,22,18,.14)}.meili-hit:focus-visible{outline:2px solid var(--brand-primary,#067a6e);outline-offset:2px}.meili-hit__inner{display:flex;flex-direction:column;height:100%}@media (prefers-reduced-motion:reduce){.meili-hit{transition:none}.meili-hit:hover{transform:none}}.meili-hit__image{width:100%;aspect-ratio:1/1;background:var(--surface-secondary,#f8f9f9);border-bottom:1px solid var(--border-default,#e4e7e8);display:flex;align-items:center;justify-content:center;padding:.75rem}.meili-hit__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--surface-secondary,#f8f9f9) 0,var(--border-subtle,#f4f4f5) 100%);border-radius:.375rem}.meili-hit__img{width:100%;height:100%;object-fit:contain;transition:transform .22s cubic-bezier(.25,.46,.45,.94)}.meili-hit:hover .meili-hit__img{transform:scale(1.04)}@media (prefers-reduced-motion:reduce){.meili-hit__img{transition:none}.meili-hit:hover .meili-hit__img{transform:none}}.meili-hit__body{display:flex;flex-direction:column;gap:3px;padding:12px 14px 14px;flex:1}.meili-hit__brand{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin:0;color:var(--text-secondary,#66706c)}.meili-hit__name{font-size:13.5px;font-weight:600;line-height:1.3;margin:2px 0 6px;color:var(--text-primary,#18181b);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.008em}.meili-hit__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.meili-hit__price-col{display:flex;flex-direction:column;gap:2px;min-width:0}.meili-hit__price{font-size:14px;font-weight:700;margin:0;color:var(--text-primary,#18181b);letter-spacing:-.005em;font-variant-numeric:tabular-nums}.meili-hit__price-local{font-size:.8125rem;font-weight:500;margin:0;color:var(--text-secondary,#71717a);font-variant-numeric:tabular-nums;letter-spacing:.01em}.meili-hit__approx{display:inline-block;margin-right:2px;opacity:.7}.meili-hit__stock{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:600;margin-top:0;flex-shrink:0;white-space:nowrap;color:var(--brand-primary-hover,#055d54)}.meili-hit__stock:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand-primary,#067a6e);flex-shrink:0}.meili-hit__stock.is-in-stock{color:var(--brand-primary-hover,#055d54)}.meili-hit__stock.is-out-of-stock{color:var(--text-muted,#71717a)}.meili-hit__stock.is-out-of-stock:before{background:var(--text-muted,#71717a)}.meili-hit__badges{list-style:none;margin:.375rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.25rem}.meili-hit__b2b-badge{display:inline-flex;align-items:center;gap:.3125rem;align-self:flex-start;width:max-content;max-width:100%;margin-top:.25rem;padding:.1875rem .5rem .1875rem .4375rem;font-size:.625rem;font-weight:700;letter-spacing:.05em;line-height:1;text-transform:uppercase;color:hsl(174 80% 24%);background:hsl(174 55% 95%);border-radius:999px;white-space:nowrap}.meili-hit__b2b-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:hsl(150 65% 42%);flex-shrink:0}.meili-hit__badge{font-size:.625rem;font-weight:600;letter-spacing:.02em;padding:.1875rem .4375rem;border-radius:.25rem;border:1px solid var(--border-subtle,#e4e4e7);background:var(--surface-muted,#fafafa);color:var(--text-secondary,#52525b);white-space:nowrap}.meili-hit__badge--sterile{border-color:color-mix(in srgb,var(--brand-primary,#0d9488) 25%,transparent);color:var(--brand-primary,#0d9488);background:color-mix(in srgb,var(--brand-primary,#0d9488) 6%,white)}.meili-hit__badge--baby,.meili-hit__badge--professional{border-color:var(--border-subtle,#e4e4e7)}.product-rating{font-size:13px;color:var(--rating-star);letter-spacing:-.5px;margin:2px 0}.product-rating__count{color:var(--text-muted);font-size:12px;margin-left:2px}.product-meta-tag{display:inline-block;font-size:10px;font-weight:600;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.02em}.product-meta-tag--ship{background:var(--badge-new-bg);color:var(--badge-new-text)}.product-meta-tag--lot{background:var(--badge-best-bg);color:var(--badge-best-text)}.product-meta-tag--ce{background:var(--badge-eco-bg);color:var(--badge-eco-text)}.product-meta-tag--pro{background:var(--badge-pro-bg);color:var(--badge-pro-text)}