        body { background-color: #f2f2f2; }
        .galeria-thumb { height: 60px; object-fit: contain; border: 1px solid #ccc; cursor: pointer; margin-bottom: 5px; }
        .main-img { width: 100%; height: 350px; object-fit: contain; border: 1px solid #ddd; background: #fff; }
        .produto-relacionado { border: 1px solid #eee; padding: 10px; text-align: center; height: 100%; }
        .produto-relacionado img { height: 140px; object-fit: contain; }
        .descricao { white-space: pre-line; }
        .main-img-wrapper { position: relative; }
        .etiqueta-atacado { position: absolute; top: 10px; left: 10px; background: #f90; color: white; font-size: 12px; padding: 5px 8px; border-radius: 3px; z-index: 2; }
        .gslide-image img { max-width: 100%; max-height: 90vh; height: auto; width: auto; display: block; margin: 0 auto; }
        .user-greeting { font-size: 0.9rem; color: #ffffff !important; text-align: right; }
        .btn-azul-logo { background-color: #ffffff; color: #000000; border: 1px solid #ffffff; box-shadow: 0 2px 6px rgba(255,255,255,0.3); transition: all 0.3s ease; }
        .btn-azul-logo:hover { background-color: #ffeb3b; color: #000; box-shadow: 0 4px 12px rgba(255,255,255,0.6); }
   