/* assets/css/store_pro.css */
img { max-width: 100% !important; height: auto; }
div[class*="product"] img, div[class*="card"] img, div[class*="item"] img, section img { max-height: 220px !important; width: 100% !important; object-fit: contain !important; }

/* TRADUCTEUR GOOGLE */
.goog-te-gadget { font-size: 0px !important; color: transparent !important; display: flex; align-items: center; }
.goog-logo-link, .goog-te-gadget img, .skiptranslate iframe { display: none !important; }
.goog-te-combo { background-color: transparent !important; border: none !important; padding: 0px !important; margin: 0px !important; font-size: 13px !important; font-weight: 800 !important; color: #1e293b !important; outline: none !important; width: 110px; cursor: pointer; }
body { top: 0 !important; } 

/* FAVORIS */
.mabio-fav-icon { position: absolute; top: 12px; right: 12px; z-index: 60; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.9); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; color: #9ca3af; font-size: 1.1rem; cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,0.1); border: none; outline: none; transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.3s; }
.mabio-fav-icon.is-loved { color: #ef4444; }
.mabio-fav-icon:active { transform: scale(0.8); }

.mabio-floating-fav { position: fixed; bottom: 150px; left: 15px; z-index: 9998; background: #fff; width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ef4444; font-size: 1.3rem; box-shadow: 0 5px 15px rgba(0,0,0,0.15); cursor: pointer; border: 1px solid #fef2f2; transition: 0.3s; }
.mabio-fav-badge { position: absolute; top: -5px; right: -5px; background: #ef4444; color: #fff; width: 20px; height: 20px; border-radius: 50%; font-size: 0.7rem; font-weight: 900; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; }

.mabio-fav-drawer { position: fixed; top: 0; right: -100%; width: 320px; max-width: 85vw; height: 100vh; background: #fff; z-index: 10000; box-shadow: -5px 0 25px rgba(0,0,0,0.1); transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); display: flex; flex-direction: column; font-family: system-ui, sans-serif; }
.mabio-fav-drawer.open { right: 0; }
.mabio-fav-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 9999; opacity: 0; pointer-events: none; transition: 0.3s; backdrop-filter: blur(2px); }
.mabio-fav-overlay.open { opacity: 1; pointer-events: auto; }

.fav-item-row { display: flex; align-items: center; gap: 12px; padding: 15px; border-bottom: 1px solid #f1f5f9; background: #fff; justify-content: space-between; }
.fav-item-img { width: 60px; height: 60px; border-radius: 10px; object-fit: cover; background: #f8fafc; }
.fav-item-info { flex: 1; min-width: 0; padding-right: 5px;}
.fav-item-title { font-size: 0.9rem; font-weight: 800; color: #111827; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 0 4px 0;}
.fav-item-price { font-size: 0.85rem; font-weight: 700; color: var(--primary, #10b981); margin: 0; white-space: nowrap;}
.fav-remove-btn { color: #cbd5e1; padding: 8px; font-size: 1.1rem; border: none; background: transparent; cursor: pointer; transition: 0.2s; margin-left: auto;}
.fav-remove-btn:hover { color: #ef4444; }

@keyframes mabioFloatHeart { 0% { opacity: 1; transform: translate(-50%, -50%) scale(0.5); } 50% { transform: translate(-50%, -100px) scale(1.2); } 100% { opacity: 0; transform: translate(-50%, -150px) scale(1); } }
.mabio-particle-heart { position: absolute; color: #ef4444; font-size: 2rem; pointer-events: none; animation: mabioFloatHeart 0.8s ease-out forwards; z-index: 9999; }
